@etherisc/gif-next 0.0.2-ffba655 → 3.0.0-06d5e8b-738

Sign up to get free protection for your applications and to get access to all the features.
Files changed (703) hide show
  1. package/README.md +278 -68
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +810 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1723 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2053 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +817 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1400 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +838 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1474 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +4 -0
  53. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +728 -0
  54. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +4 -0
  55. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +229 -0
  56. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +1234 -0
  58. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +4 -0
  59. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +896 -0
  60. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +4 -0
  61. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +1466 -0
  62. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +4 -0
  63. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +844 -0
  64. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +4 -0
  65. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2497 -0
  66. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +4 -0
  67. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +891 -0
  68. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +4 -0
  69. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +586 -0
  70. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +4 -0
  71. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +901 -0
  72. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  73. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
  74. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  75. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
  76. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  77. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
  78. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  79. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
  80. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  81. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
  82. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  83. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
  84. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  85. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
  86. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  87. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.json +332 -0
  88. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  89. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  90. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  92. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  93. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +734 -451
  94. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  95. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1102 -0
  96. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  97. package/artifacts/contracts/instance/Instance.sol/Instance.json +810 -530
  98. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  99. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2388 -0
  100. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  101. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
  102. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  103. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2652 -0
  104. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  105. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1348 -0
  106. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  107. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +792 -0
  108. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  109. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
  110. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  111. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
  112. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  113. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  114. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  115. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  116. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  117. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  118. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  119. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  120. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  121. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  122. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  123. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  124. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  125. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  126. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  127. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  128. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  129. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  130. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  131. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  132. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  133. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  134. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  135. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
  136. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  137. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  138. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  139. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
  140. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
  142. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  143. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  144. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  145. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  146. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  147. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  148. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  149. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
  150. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  151. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  152. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +830 -0
  154. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  155. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
  156. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  157. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
  158. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  159. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
  160. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +886 -0
  162. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  163. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  164. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  165. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -0
  166. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  167. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  168. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  169. package/artifacts/contracts/pool/Pool.sol/Pool.json +1015 -0
  170. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  171. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  172. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  173. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  174. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +886 -0
  176. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  177. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  178. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +810 -0
  180. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  181. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
  182. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  183. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
  184. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  185. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
  186. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +906 -0
  188. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  189. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  190. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  191. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  192. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  193. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  194. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  195. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
  196. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  197. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
  198. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  199. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
  200. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  201. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  202. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  203. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  204. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  205. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +874 -0
  206. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  207. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  208. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  209. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +834 -0
  210. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  211. package/artifacts/contracts/product/Product.sol/Product.json +1107 -0
  212. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  213. package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
  214. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  215. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
  216. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  217. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
  218. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  219. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1055 -113
  220. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  221. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
  222. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  223. package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
  224. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  225. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  226. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  227. package/artifacts/contracts/registry/Registry.sol/Registry.json +1543 -176
  228. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  229. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2243 -0
  230. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  231. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
  232. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  233. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
  234. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  235. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +793 -0
  236. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  237. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2259 -0
  238. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  240. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  241. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1395 -0
  242. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  243. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
  244. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  245. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
  246. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  247. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  248. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  249. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
  250. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  251. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -0
  252. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  253. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  254. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  255. package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  256. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  257. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
  258. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  259. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  260. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +4 -0
  261. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +633 -0
  262. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  263. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  264. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  265. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  266. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  267. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  268. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  269. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
  270. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  271. package/artifacts/contracts/{registry/IRegistry.sol/IRegisterable.json → shared/INftOwnable.sol/INftOwnable.json} +72 -72
  272. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  273. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  274. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  275. package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +179 -158
  276. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  277. package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
  278. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  279. package/artifacts/contracts/shared/IService.sol/IService.json +428 -0
  280. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  281. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  282. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  283. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
  284. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  285. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  286. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  288. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  289. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
  290. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  291. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  292. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  293. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +397 -0
  294. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  295. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  296. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  297. package/artifacts/contracts/shared/Service.sol/Service.json +482 -0
  298. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  299. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
  300. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  301. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  302. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  303. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  304. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  305. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
  306. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  307. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  308. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  309. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  310. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  311. package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
  312. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  313. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  314. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  315. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
  316. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  317. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  318. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  319. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
  320. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  321. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
  322. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  323. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  324. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  325. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  326. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  327. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  328. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  329. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  330. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  332. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +270 -0
  334. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  336. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  338. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  340. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  342. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  343. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  344. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  345. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  346. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  348. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  349. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  350. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +238 -0
  352. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  353. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  354. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  355. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +161 -0
  356. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  357. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  358. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +4 -0
  359. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +33 -0
  360. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  361. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  362. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  363. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  364. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  365. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +308 -0
  366. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  367. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  368. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  369. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  370. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  371. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  372. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  373. package/artifacts/contracts/type/String.sol/StrLib.json +199 -0
  374. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  375. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +344 -0
  376. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  377. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  378. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  379. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  380. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  381. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  382. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  383. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
  384. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  385. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
  386. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  387. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  388. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  389. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
  390. package/contracts/accounting/AccountingService.sol +274 -0
  391. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  392. package/contracts/accounting/IAccountingService.sol +47 -0
  393. package/contracts/authorization/AccessAdmin.sol +681 -0
  394. package/contracts/authorization/AccessAdminLib.sol +695 -0
  395. package/contracts/authorization/AccessManagerCloneable.sol +140 -0
  396. package/contracts/authorization/Authorization.sol +190 -0
  397. package/contracts/authorization/IAccess.sol +66 -0
  398. package/contracts/authorization/IAccessAdmin.sol +142 -0
  399. package/contracts/authorization/IAuthorization.sol +26 -0
  400. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  401. package/contracts/authorization/ServiceAuthorization.sol +300 -0
  402. package/contracts/distribution/BasicDistribution.sol +140 -0
  403. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  404. package/contracts/distribution/Distribution.sol +245 -0
  405. package/contracts/distribution/DistributionService.sol +448 -0
  406. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  407. package/contracts/distribution/IDistributionComponent.sol +45 -0
  408. package/contracts/distribution/IDistributionService.sol +115 -0
  409. package/contracts/examples/fire/DamageLevel.sol +59 -0
  410. package/contracts/examples/fire/FirePool.sol +86 -0
  411. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  412. package/contracts/examples/fire/FireProduct.sol +433 -0
  413. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  414. package/contracts/examples/fire/FireUSD.sol +26 -0
  415. package/contracts/examples/flight/FlightLib.sol +300 -0
  416. package/contracts/examples/flight/FlightMessageVerifier.sol +128 -0
  417. package/contracts/examples/flight/FlightOracle.sol +171 -0
  418. package/contracts/examples/flight/FlightOracleAuthorization.sol +53 -0
  419. package/contracts/examples/flight/FlightPool.sol +89 -0
  420. package/contracts/examples/flight/FlightPoolAuthorization.sol +37 -0
  421. package/contracts/examples/flight/FlightProduct.sol +685 -0
  422. package/contracts/examples/flight/FlightProductAuthorization.sol +69 -0
  423. package/contracts/examples/flight/FlightUSD.sol +28 -0
  424. package/contracts/examples/flight/originalV1.sol +396 -0
  425. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  426. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  427. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  428. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  429. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  430. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  431. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  432. package/contracts/instance/BaseStore.sol +93 -0
  433. package/contracts/instance/BundleSet.sol +130 -0
  434. package/contracts/instance/IBaseStore.sol +37 -0
  435. package/contracts/instance/IInstance.sol +151 -15
  436. package/contracts/instance/IInstanceService.sol +119 -0
  437. package/contracts/instance/Instance.sol +332 -45
  438. package/contracts/instance/InstanceAdmin.sol +306 -0
  439. package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
  440. package/contracts/instance/InstanceReader.sol +634 -0
  441. package/contracts/instance/InstanceService.sol +514 -0
  442. package/contracts/instance/InstanceServiceManager.sol +39 -0
  443. package/contracts/instance/InstanceStore.sol +323 -0
  444. package/contracts/instance/ProductStore.sol +290 -0
  445. package/contracts/instance/RiskSet.sol +126 -0
  446. package/contracts/instance/TargetNames.sol +10 -0
  447. package/contracts/instance/base/BalanceStore.sol +121 -0
  448. package/contracts/instance/base/Cloneable.sol +28 -0
  449. package/contracts/instance/base/ObjectCounter.sol +20 -0
  450. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  451. package/contracts/instance/base/ObjectSet.sol +77 -0
  452. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  453. package/contracts/instance/module/IBundle.sol +21 -0
  454. package/contracts/instance/module/IComponents.sol +60 -0
  455. package/contracts/instance/module/IDistribution.sol +54 -0
  456. package/contracts/instance/module/IPolicy.sol +105 -0
  457. package/contracts/instance/module/IRisk.sol +16 -0
  458. package/contracts/mock/Dip.sol +26 -0
  459. package/contracts/oracle/BasicOracle.sol +44 -0
  460. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  461. package/contracts/oracle/IOracle.sol +41 -0
  462. package/contracts/oracle/IOracleComponent.sol +33 -0
  463. package/contracts/oracle/IOracleService.sol +66 -0
  464. package/contracts/oracle/Oracle.sol +152 -0
  465. package/contracts/oracle/OracleService.sol +310 -0
  466. package/contracts/oracle/OracleServiceManager.sol +39 -0
  467. package/contracts/pool/BasicPool.sol +161 -0
  468. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  469. package/contracts/pool/BundleService.sol +386 -0
  470. package/contracts/pool/BundleServiceManager.sol +39 -0
  471. package/contracts/pool/IBundleService.sol +116 -0
  472. package/contracts/pool/IPoolComponent.sol +62 -0
  473. package/contracts/pool/IPoolService.sol +170 -0
  474. package/contracts/pool/Pool.sol +331 -0
  475. package/contracts/pool/PoolLib.sol +341 -0
  476. package/contracts/pool/PoolService.sol +614 -0
  477. package/contracts/pool/PoolServiceManager.sol +39 -0
  478. package/contracts/product/ApplicationService.sol +327 -0
  479. package/contracts/product/ApplicationServiceManager.sol +38 -0
  480. package/contracts/product/BasicProduct.sol +48 -0
  481. package/contracts/product/BasicProductAuthorization.sol +64 -0
  482. package/contracts/product/ClaimService.sol +626 -0
  483. package/contracts/product/ClaimServiceManager.sol +38 -0
  484. package/contracts/product/IApplicationService.sol +88 -0
  485. package/contracts/product/IClaimService.sol +136 -0
  486. package/contracts/product/IPolicyService.sol +102 -0
  487. package/contracts/product/IPricingService.sol +40 -0
  488. package/contracts/product/IProductComponent.sol +62 -0
  489. package/contracts/product/IRiskService.sol +48 -0
  490. package/contracts/product/PolicyService.sol +645 -0
  491. package/contracts/product/PolicyServiceLib.sol +139 -0
  492. package/contracts/product/PolicyServiceManager.sol +39 -0
  493. package/contracts/product/PricingService.sol +306 -0
  494. package/contracts/product/PricingServiceManager.sol +39 -0
  495. package/contracts/product/Product.sol +491 -0
  496. package/contracts/product/RiskService.sol +189 -0
  497. package/contracts/product/RiskServiceManager.sol +39 -0
  498. package/contracts/registry/ChainNft.sol +176 -100
  499. package/contracts/registry/IRegistry.sol +149 -47
  500. package/contracts/registry/IRegistryService.sol +62 -0
  501. package/contracts/registry/IRelease.sol +29 -0
  502. package/contracts/registry/ITransferInterceptor.sol +6 -0
  503. package/contracts/registry/Registry.sol +671 -117
  504. package/contracts/registry/RegistryAdmin.sol +179 -0
  505. package/contracts/registry/RegistryAuthorization.sol +337 -0
  506. package/contracts/registry/RegistryService.sol +241 -0
  507. package/contracts/registry/RegistryServiceManager.sol +53 -0
  508. package/contracts/registry/ReleaseAdmin.sol +206 -0
  509. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  510. package/contracts/registry/ReleaseRegistry.sol +525 -0
  511. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  512. package/contracts/registry/TokenRegistry.sol +317 -0
  513. package/contracts/shared/Component.sol +210 -0
  514. package/contracts/shared/ComponentService.sol +691 -0
  515. package/contracts/shared/ComponentServiceManager.sol +38 -0
  516. package/contracts/shared/ContractLib.sol +312 -0
  517. package/contracts/shared/EcdsaChecker.sol +5 -0
  518. package/contracts/shared/IAuthorizedComponent.sol +15 -0
  519. package/contracts/shared/IComponent.sol +58 -0
  520. package/contracts/shared/IComponentService.sol +111 -0
  521. package/contracts/shared/IInstanceLinkedComponent.sol +27 -0
  522. package/contracts/shared/ILifecycle.sol +31 -0
  523. package/contracts/shared/INftOwnable.sol +27 -0
  524. package/contracts/shared/IPolicyHolder.sol +35 -0
  525. package/contracts/shared/IRegisterable.sol +36 -0
  526. package/contracts/shared/IRegistryLinked.sol +11 -0
  527. package/contracts/shared/IService.sol +23 -0
  528. package/contracts/shared/InitializableERC165.sol +35 -0
  529. package/contracts/shared/InstanceLinkedComponent.sol +233 -0
  530. package/contracts/shared/Lifecycle.sol +88 -0
  531. package/contracts/shared/NftIdSet.sol +65 -0
  532. package/contracts/shared/NftOwnable.sol +129 -0
  533. package/contracts/shared/PolicyHolder.sol +63 -0
  534. package/contracts/shared/Registerable.sol +106 -0
  535. package/contracts/shared/RegistryLinked.sol +38 -0
  536. package/contracts/shared/Service.sol +67 -0
  537. package/contracts/shared/TokenHandler.sol +342 -0
  538. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  539. package/contracts/staking/IStaking.sol +366 -0
  540. package/contracts/staking/IStakingService.sol +127 -0
  541. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  542. package/contracts/staking/Staking.sol +797 -0
  543. package/contracts/staking/StakingLib.sol +195 -0
  544. package/contracts/staking/StakingManager.sol +53 -0
  545. package/contracts/staking/StakingReader.sol +171 -0
  546. package/contracts/staking/StakingService.sol +321 -0
  547. package/contracts/staking/StakingServiceManager.sol +46 -0
  548. package/contracts/staking/StakingStore.sol +1368 -0
  549. package/contracts/staking/TargetHandler.sol +132 -0
  550. package/contracts/staking/TargetManagerLib.sol +234 -0
  551. package/contracts/type/AddressSet.sol +58 -0
  552. package/contracts/type/Amount.sol +154 -0
  553. package/contracts/type/Blocknumber.sol +137 -0
  554. package/contracts/type/ChainId.sol +101 -0
  555. package/contracts/type/ClaimId.sol +80 -0
  556. package/contracts/type/DistributorType.sol +55 -0
  557. package/contracts/type/Fee.sol +66 -0
  558. package/contracts/type/Key32.sol +50 -0
  559. package/contracts/type/Key32Set.sol +62 -0
  560. package/contracts/type/NftId.sol +85 -0
  561. package/contracts/type/NftIdSet.sol +62 -0
  562. package/contracts/type/ObjectType.sol +278 -0
  563. package/contracts/type/PayoutId.sol +82 -0
  564. package/contracts/type/Referral.sol +96 -0
  565. package/contracts/type/RequestId.sol +75 -0
  566. package/contracts/type/RequestIdSet.sol +62 -0
  567. package/contracts/type/RiskId.sol +75 -0
  568. package/contracts/type/RoleId.sol +180 -0
  569. package/contracts/type/Seconds.sol +124 -0
  570. package/contracts/type/Selector.sol +107 -0
  571. package/contracts/type/StateId.sol +149 -0
  572. package/contracts/type/String.sol +95 -0
  573. package/contracts/type/Timestamp.sol +152 -0
  574. package/contracts/type/UFixed.sol +263 -0
  575. package/contracts/type/Version.sol +159 -0
  576. package/contracts/upgradeability/IVersionable.sol +56 -0
  577. package/contracts/upgradeability/ProxyManager.sol +246 -0
  578. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
  579. package/contracts/upgradeability/Versionable.sol +62 -0
  580. package/package.json +27 -7
  581. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  582. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  583. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  584. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  585. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  586. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  587. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  588. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  589. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  590. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
  591. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  592. package/artifacts/contracts/components/Product.sol/Product.json +0 -231
  593. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  594. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  595. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  596. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  597. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  598. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  599. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  600. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  601. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  602. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  603. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  604. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  605. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  606. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  607. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  608. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  609. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  610. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  611. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  612. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  613. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  614. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  615. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  616. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  617. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  618. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  619. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  620. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  621. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  622. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  623. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  624. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  625. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  626. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  627. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
  628. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  629. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  630. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  631. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  632. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  633. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  634. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  635. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  636. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  637. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  638. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  639. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  640. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  641. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  642. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  643. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  644. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  645. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  646. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  647. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  648. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  649. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  650. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  651. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  652. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  653. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
  654. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  655. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  656. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  657. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  658. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  659. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  660. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  661. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  662. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  663. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  665. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  667. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  669. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
  671. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  672. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
  673. package/contracts/components/Component.sol +0 -62
  674. package/contracts/components/IPool.sol +0 -9
  675. package/contracts/components/IProduct.sol +0 -12
  676. package/contracts/components/Pool.sol +0 -29
  677. package/contracts/components/Product.sol +0 -66
  678. package/contracts/experiment/errors/Require.sol +0 -33
  679. package/contracts/experiment/errors/Revert.sol +0 -39
  680. package/contracts/experiment/inheritance/A.sol +0 -56
  681. package/contracts/experiment/inheritance/B.sol +0 -23
  682. package/contracts/experiment/inheritance/C.sol +0 -28
  683. package/contracts/experiment/inheritance/IA.sol +0 -18
  684. package/contracts/experiment/inheritance/IB.sol +0 -9
  685. package/contracts/experiment/inheritance/IC.sol +0 -11
  686. package/contracts/experiment/types/TypeA.sol +0 -42
  687. package/contracts/experiment/types/TypeB.sol +0 -24
  688. package/contracts/instance/access/Access.sol +0 -218
  689. package/contracts/instance/access/IAccess.sol +0 -83
  690. package/contracts/instance/component/ComponentModule.sol +0 -248
  691. package/contracts/instance/component/IComponent.sol +0 -95
  692. package/contracts/instance/policy/IPolicy.sol +0 -66
  693. package/contracts/instance/policy/PolicyModule.sol +0 -107
  694. package/contracts/instance/pool/IPoolModule.sol +0 -41
  695. package/contracts/instance/pool/PoolModule.sol +0 -86
  696. package/contracts/instance/product/IProductService.sol +0 -46
  697. package/contracts/instance/product/ProductService.sol +0 -108
  698. package/contracts/registry/IChainNft.sol +0 -18
  699. package/contracts/types/Blocknumber.sol +0 -60
  700. package/contracts/types/ChainId.sol +0 -30
  701. package/contracts/types/NftId.sol +0 -35
  702. package/contracts/types/Timestamp.sol +0 -55
  703. package/contracts/types/UFixed.sol +0 -211
@@ -0,0 +1,1551 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ComponentService",
4
+ "sourceName": "contracts/shared/ComponentService.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": "address",
59
+ "name": "caller",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorComponentServiceCallerNotInstance",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "caller",
71
+ "type": "address"
72
+ }
73
+ ],
74
+ "name": "ErrorComponentServiceCallerNotProduct",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "address",
81
+ "name": "component",
82
+ "type": "address"
83
+ }
84
+ ],
85
+ "name": "ErrorComponentServiceComponentAlreadyRegistered",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [
90
+ {
91
+ "internalType": "address",
92
+ "name": "component",
93
+ "type": "address"
94
+ },
95
+ {
96
+ "internalType": "NftId",
97
+ "name": "required",
98
+ "type": "uint96"
99
+ },
100
+ {
101
+ "internalType": "NftId",
102
+ "name": "actual",
103
+ "type": "uint96"
104
+ }
105
+ ],
106
+ "name": "ErrorComponentServiceComponentParentInvalid",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [
111
+ {
112
+ "internalType": "address",
113
+ "name": "component",
114
+ "type": "address"
115
+ },
116
+ {
117
+ "internalType": "VersionPart",
118
+ "name": "serviceRelease",
119
+ "type": "uint8"
120
+ },
121
+ {
122
+ "internalType": "VersionPart",
123
+ "name": "componentRelease",
124
+ "type": "uint8"
125
+ }
126
+ ],
127
+ "name": "ErrorComponentServiceComponentReleaseMismatch",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "address",
134
+ "name": "component",
135
+ "type": "address"
136
+ },
137
+ {
138
+ "internalType": "ObjectType",
139
+ "name": "invalid",
140
+ "type": "uint8"
141
+ }
142
+ ],
143
+ "name": "ErrorComponentServiceComponentTypeNotSupported",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [],
148
+ "name": "ErrorComponentServiceNewWalletAddressZero",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "component",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ErrorComponentServiceNotComponent",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "address",
166
+ "name": "component",
167
+ "type": "address"
168
+ }
169
+ ],
170
+ "name": "ErrorComponentServiceNotInstanceLinkedComponent",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "product",
178
+ "type": "address"
179
+ }
180
+ ],
181
+ "name": "ErrorComponentServiceNotProduct",
182
+ "type": "error"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "address",
188
+ "name": "token",
189
+ "type": "address"
190
+ }
191
+ ],
192
+ "name": "ErrorComponentServiceTokenInvalid",
193
+ "type": "error"
194
+ },
195
+ {
196
+ "inputs": [],
197
+ "name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [],
202
+ "name": "ErrorComponentServiceWalletAddressZero",
203
+ "type": "error"
204
+ },
205
+ {
206
+ "inputs": [
207
+ {
208
+ "internalType": "address",
209
+ "name": "wallet",
210
+ "type": "address"
211
+ },
212
+ {
213
+ "internalType": "address",
214
+ "name": "spender",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "internalType": "uint256",
219
+ "name": "allowance",
220
+ "type": "uint256"
221
+ },
222
+ {
223
+ "internalType": "uint256",
224
+ "name": "amount",
225
+ "type": "uint256"
226
+ }
227
+ ],
228
+ "name": "ErrorComponentServiceWalletAllowanceTooSmall",
229
+ "type": "error"
230
+ },
231
+ {
232
+ "inputs": [
233
+ {
234
+ "internalType": "Amount",
235
+ "name": "withdrawnAmount",
236
+ "type": "uint96"
237
+ },
238
+ {
239
+ "internalType": "Amount",
240
+ "name": "withdrawLimit",
241
+ "type": "uint96"
242
+ }
243
+ ],
244
+ "name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [],
249
+ "name": "ErrorComponentServiceWithdrawAmountIsZero",
250
+ "type": "error"
251
+ },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "NftId",
256
+ "name": "nftId",
257
+ "type": "uint96"
258
+ }
259
+ ],
260
+ "name": "ErrorNftOwnableAlreadyLinked",
261
+ "type": "error"
262
+ },
263
+ {
264
+ "inputs": [
265
+ {
266
+ "internalType": "address",
267
+ "name": "contractAddress",
268
+ "type": "address"
269
+ }
270
+ ],
271
+ "name": "ErrorNftOwnableContractNotRegistered",
272
+ "type": "error"
273
+ },
274
+ {
275
+ "inputs": [],
276
+ "name": "ErrorNftOwnableInitialOwnerZero",
277
+ "type": "error"
278
+ },
279
+ {
280
+ "inputs": [
281
+ {
282
+ "internalType": "NftId",
283
+ "name": "nftId",
284
+ "type": "uint96"
285
+ },
286
+ {
287
+ "internalType": "ObjectType",
288
+ "name": "expectedObjectType",
289
+ "type": "uint8"
290
+ }
291
+ ],
292
+ "name": "ErrorNftOwnableInvalidType",
293
+ "type": "error"
294
+ },
295
+ {
296
+ "inputs": [
297
+ {
298
+ "internalType": "address",
299
+ "name": "account",
300
+ "type": "address"
301
+ }
302
+ ],
303
+ "name": "ErrorNftOwnableNotOwner",
304
+ "type": "error"
305
+ },
306
+ {
307
+ "inputs": [
308
+ {
309
+ "internalType": "address",
310
+ "name": "registryAddress",
311
+ "type": "address"
312
+ }
313
+ ],
314
+ "name": "ErrorNotRegistry",
315
+ "type": "error"
316
+ },
317
+ {
318
+ "inputs": [
319
+ {
320
+ "internalType": "NftId",
321
+ "name": "productNftId",
322
+ "type": "uint96"
323
+ },
324
+ {
325
+ "internalType": "NftId",
326
+ "name": "distributionNftId",
327
+ "type": "uint96"
328
+ }
329
+ ],
330
+ "name": "ErrorProductServiceDistributionAlreadyRegistered",
331
+ "type": "error"
332
+ },
333
+ {
334
+ "inputs": [
335
+ {
336
+ "internalType": "NftId",
337
+ "name": "productNftId",
338
+ "type": "uint96"
339
+ }
340
+ ],
341
+ "name": "ErrorProductServiceNoDistributionExpected",
342
+ "type": "error"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "NftId",
348
+ "name": "productNftId",
349
+ "type": "uint96"
350
+ }
351
+ ],
352
+ "name": "ErrorProductServiceNoOraclesExpected",
353
+ "type": "error"
354
+ },
355
+ {
356
+ "inputs": [
357
+ {
358
+ "internalType": "NftId",
359
+ "name": "productNftId",
360
+ "type": "uint96"
361
+ },
362
+ {
363
+ "internalType": "uint8",
364
+ "name": "expectedOracles",
365
+ "type": "uint8"
366
+ }
367
+ ],
368
+ "name": "ErrorProductServiceOraclesAlreadyRegistered",
369
+ "type": "error"
370
+ },
371
+ {
372
+ "inputs": [
373
+ {
374
+ "internalType": "NftId",
375
+ "name": "productNftId",
376
+ "type": "uint96"
377
+ },
378
+ {
379
+ "internalType": "NftId",
380
+ "name": "poolNftId",
381
+ "type": "uint96"
382
+ }
383
+ ],
384
+ "name": "ErrorProductServicePoolAlreadyRegistered",
385
+ "type": "error"
386
+ },
387
+ {
388
+ "inputs": [],
389
+ "name": "ErrorRegisterableNotActive",
390
+ "type": "error"
391
+ },
392
+ {
393
+ "inputs": [],
394
+ "name": "ErrorVersionableInitializeNotImplemented",
395
+ "type": "error"
396
+ },
397
+ {
398
+ "inputs": [],
399
+ "name": "ErrorVersionableUpgradeNotImplemented",
400
+ "type": "error"
401
+ },
402
+ {
403
+ "inputs": [],
404
+ "name": "InvalidInitialization",
405
+ "type": "error"
406
+ },
407
+ {
408
+ "inputs": [],
409
+ "name": "NotInitializing",
410
+ "type": "error"
411
+ },
412
+ {
413
+ "inputs": [],
414
+ "name": "ReentrancyGuardReentrantCall",
415
+ "type": "error"
416
+ },
417
+ {
418
+ "anonymous": false,
419
+ "inputs": [
420
+ {
421
+ "indexed": false,
422
+ "internalType": "address",
423
+ "name": "authority",
424
+ "type": "address"
425
+ }
426
+ ],
427
+ "name": "AuthorityUpdated",
428
+ "type": "event"
429
+ },
430
+ {
431
+ "anonymous": false,
432
+ "inputs": [
433
+ {
434
+ "indexed": false,
435
+ "internalType": "uint64",
436
+ "name": "version",
437
+ "type": "uint64"
438
+ }
439
+ ],
440
+ "name": "Initialized",
441
+ "type": "event"
442
+ },
443
+ {
444
+ "anonymous": false,
445
+ "inputs": [
446
+ {
447
+ "indexed": false,
448
+ "internalType": "NftId",
449
+ "name": "componentNftId",
450
+ "type": "uint96"
451
+ },
452
+ {
453
+ "indexed": false,
454
+ "internalType": "address",
455
+ "name": "recipient",
456
+ "type": "address"
457
+ },
458
+ {
459
+ "indexed": false,
460
+ "internalType": "address",
461
+ "name": "token",
462
+ "type": "address"
463
+ },
464
+ {
465
+ "indexed": false,
466
+ "internalType": "Amount",
467
+ "name": "withdrawnAmount",
468
+ "type": "uint96"
469
+ }
470
+ ],
471
+ "name": "LogComponentServiceComponentFeesWithdrawn",
472
+ "type": "event"
473
+ },
474
+ {
475
+ "anonymous": false,
476
+ "inputs": [
477
+ {
478
+ "indexed": false,
479
+ "internalType": "address",
480
+ "name": "component",
481
+ "type": "address"
482
+ },
483
+ {
484
+ "indexed": false,
485
+ "internalType": "bool",
486
+ "name": "locked",
487
+ "type": "bool"
488
+ }
489
+ ],
490
+ "name": "LogComponentServiceComponentLocked",
491
+ "type": "event"
492
+ },
493
+ {
494
+ "anonymous": false,
495
+ "inputs": [
496
+ {
497
+ "indexed": false,
498
+ "internalType": "NftId",
499
+ "name": "distributionNftId",
500
+ "type": "uint96"
501
+ }
502
+ ],
503
+ "name": "LogComponentServiceDistributionFeesUpdated",
504
+ "type": "event"
505
+ },
506
+ {
507
+ "anonymous": false,
508
+ "inputs": [
509
+ {
510
+ "indexed": false,
511
+ "internalType": "NftId",
512
+ "name": "poolNftId",
513
+ "type": "uint96"
514
+ }
515
+ ],
516
+ "name": "LogComponentServicePoolFeesUpdated",
517
+ "type": "event"
518
+ },
519
+ {
520
+ "anonymous": false,
521
+ "inputs": [
522
+ {
523
+ "indexed": false,
524
+ "internalType": "NftId",
525
+ "name": "productNftId",
526
+ "type": "uint96"
527
+ }
528
+ ],
529
+ "name": "LogComponentServiceProductFeesUpdated",
530
+ "type": "event"
531
+ },
532
+ {
533
+ "anonymous": false,
534
+ "inputs": [
535
+ {
536
+ "indexed": false,
537
+ "internalType": "NftId",
538
+ "name": "instanceNftId",
539
+ "type": "uint96"
540
+ },
541
+ {
542
+ "indexed": false,
543
+ "internalType": "NftId",
544
+ "name": "componentNftId",
545
+ "type": "uint96"
546
+ },
547
+ {
548
+ "indexed": false,
549
+ "internalType": "ObjectType",
550
+ "name": "componentType",
551
+ "type": "uint8"
552
+ },
553
+ {
554
+ "indexed": false,
555
+ "internalType": "address",
556
+ "name": "component",
557
+ "type": "address"
558
+ },
559
+ {
560
+ "indexed": false,
561
+ "internalType": "address",
562
+ "name": "token",
563
+ "type": "address"
564
+ },
565
+ {
566
+ "indexed": false,
567
+ "internalType": "address",
568
+ "name": "initialOwner",
569
+ "type": "address"
570
+ }
571
+ ],
572
+ "name": "LogComponentServiceRegistered",
573
+ "type": "event"
574
+ },
575
+ {
576
+ "anonymous": false,
577
+ "inputs": [
578
+ {
579
+ "indexed": false,
580
+ "internalType": "NftId",
581
+ "name": "nftId",
582
+ "type": "uint96"
583
+ },
584
+ {
585
+ "indexed": false,
586
+ "internalType": "string",
587
+ "name": "feeName",
588
+ "type": "string"
589
+ },
590
+ {
591
+ "indexed": false,
592
+ "internalType": "UFixed",
593
+ "name": "previousFractionalFee",
594
+ "type": "uint160"
595
+ },
596
+ {
597
+ "indexed": false,
598
+ "internalType": "Amount",
599
+ "name": "previousFixedFee",
600
+ "type": "uint96"
601
+ },
602
+ {
603
+ "indexed": false,
604
+ "internalType": "UFixed",
605
+ "name": "newFractionalFee",
606
+ "type": "uint160"
607
+ },
608
+ {
609
+ "indexed": false,
610
+ "internalType": "Amount",
611
+ "name": "newFixedFee",
612
+ "type": "uint96"
613
+ }
614
+ ],
615
+ "name": "LogComponentServiceUpdateFee",
616
+ "type": "event"
617
+ },
618
+ {
619
+ "anonymous": false,
620
+ "inputs": [
621
+ {
622
+ "indexed": false,
623
+ "internalType": "NftId",
624
+ "name": "componentNftId",
625
+ "type": "uint96"
626
+ },
627
+ {
628
+ "indexed": false,
629
+ "internalType": "address",
630
+ "name": "currentWallet",
631
+ "type": "address"
632
+ },
633
+ {
634
+ "indexed": false,
635
+ "internalType": "address",
636
+ "name": "newWallet",
637
+ "type": "address"
638
+ }
639
+ ],
640
+ "name": "LogComponentServiceWalletAddressChanged",
641
+ "type": "event"
642
+ },
643
+ {
644
+ "anonymous": false,
645
+ "inputs": [
646
+ {
647
+ "indexed": false,
648
+ "internalType": "NftId",
649
+ "name": "componentNftId",
650
+ "type": "uint96"
651
+ },
652
+ {
653
+ "indexed": false,
654
+ "internalType": "address",
655
+ "name": "currentWallet",
656
+ "type": "address"
657
+ },
658
+ {
659
+ "indexed": false,
660
+ "internalType": "address",
661
+ "name": "newWallet",
662
+ "type": "address"
663
+ },
664
+ {
665
+ "indexed": false,
666
+ "internalType": "uint256",
667
+ "name": "currentBalance",
668
+ "type": "uint256"
669
+ }
670
+ ],
671
+ "name": "LogComponentServiceWalletTokensTransferred",
672
+ "type": "event"
673
+ },
674
+ {
675
+ "anonymous": false,
676
+ "inputs": [
677
+ {
678
+ "indexed": false,
679
+ "internalType": "NftId",
680
+ "name": "nftId",
681
+ "type": "uint96"
682
+ },
683
+ {
684
+ "indexed": false,
685
+ "internalType": "address",
686
+ "name": "owner",
687
+ "type": "address"
688
+ }
689
+ ],
690
+ "name": "LogNftOwnableNftLinkedToAddress",
691
+ "type": "event"
692
+ },
693
+ {
694
+ "inputs": [],
695
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
696
+ "outputs": [
697
+ {
698
+ "internalType": "bytes32",
699
+ "name": "",
700
+ "type": "bytes32"
701
+ }
702
+ ],
703
+ "stateMutability": "view",
704
+ "type": "function"
705
+ },
706
+ {
707
+ "inputs": [],
708
+ "name": "REGISTERABLE_LOCATION_V1",
709
+ "outputs": [
710
+ {
711
+ "internalType": "bytes32",
712
+ "name": "",
713
+ "type": "bytes32"
714
+ }
715
+ ],
716
+ "stateMutability": "view",
717
+ "type": "function"
718
+ },
719
+ {
720
+ "inputs": [
721
+ {
722
+ "internalType": "contract IERC20Metadata",
723
+ "name": "token",
724
+ "type": "address"
725
+ },
726
+ {
727
+ "internalType": "Amount",
728
+ "name": "amount",
729
+ "type": "uint96"
730
+ }
731
+ ],
732
+ "name": "approveTokenHandler",
733
+ "outputs": [],
734
+ "stateMutability": "nonpayable",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [],
739
+ "name": "authority",
740
+ "outputs": [
741
+ {
742
+ "internalType": "address",
743
+ "name": "",
744
+ "type": "address"
745
+ }
746
+ ],
747
+ "stateMutability": "view",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [],
752
+ "name": "getDomain",
753
+ "outputs": [
754
+ {
755
+ "internalType": "ObjectType",
756
+ "name": "serviceDomain",
757
+ "type": "uint8"
758
+ }
759
+ ],
760
+ "stateMutability": "pure",
761
+ "type": "function"
762
+ },
763
+ {
764
+ "inputs": [],
765
+ "name": "getInitialInfo",
766
+ "outputs": [
767
+ {
768
+ "components": [
769
+ {
770
+ "internalType": "NftId",
771
+ "name": "nftId",
772
+ "type": "uint96"
773
+ },
774
+ {
775
+ "internalType": "NftId",
776
+ "name": "parentNftId",
777
+ "type": "uint96"
778
+ },
779
+ {
780
+ "internalType": "ObjectType",
781
+ "name": "objectType",
782
+ "type": "uint8"
783
+ },
784
+ {
785
+ "internalType": "bool",
786
+ "name": "isInterceptor",
787
+ "type": "bool"
788
+ },
789
+ {
790
+ "internalType": "address",
791
+ "name": "objectAddress",
792
+ "type": "address"
793
+ },
794
+ {
795
+ "internalType": "address",
796
+ "name": "initialOwner",
797
+ "type": "address"
798
+ },
799
+ {
800
+ "internalType": "bytes",
801
+ "name": "data",
802
+ "type": "bytes"
803
+ }
804
+ ],
805
+ "internalType": "struct IRegistry.ObjectInfo",
806
+ "name": "info",
807
+ "type": "tuple"
808
+ }
809
+ ],
810
+ "stateMutability": "view",
811
+ "type": "function"
812
+ },
813
+ {
814
+ "inputs": [],
815
+ "name": "getNftId",
816
+ "outputs": [
817
+ {
818
+ "internalType": "NftId",
819
+ "name": "",
820
+ "type": "uint96"
821
+ }
822
+ ],
823
+ "stateMutability": "view",
824
+ "type": "function"
825
+ },
826
+ {
827
+ "inputs": [],
828
+ "name": "getOwner",
829
+ "outputs": [
830
+ {
831
+ "internalType": "address",
832
+ "name": "",
833
+ "type": "address"
834
+ }
835
+ ],
836
+ "stateMutability": "view",
837
+ "type": "function"
838
+ },
839
+ {
840
+ "inputs": [],
841
+ "name": "getRegistry",
842
+ "outputs": [
843
+ {
844
+ "internalType": "contract IRegistry",
845
+ "name": "",
846
+ "type": "address"
847
+ }
848
+ ],
849
+ "stateMutability": "view",
850
+ "type": "function"
851
+ },
852
+ {
853
+ "inputs": [],
854
+ "name": "getRelease",
855
+ "outputs": [
856
+ {
857
+ "internalType": "VersionPart",
858
+ "name": "release",
859
+ "type": "uint8"
860
+ }
861
+ ],
862
+ "stateMutability": "view",
863
+ "type": "function"
864
+ },
865
+ {
866
+ "inputs": [],
867
+ "name": "getRoleId",
868
+ "outputs": [
869
+ {
870
+ "internalType": "RoleId",
871
+ "name": "serviceRoleId",
872
+ "type": "uint64"
873
+ }
874
+ ],
875
+ "stateMutability": "view",
876
+ "type": "function"
877
+ },
878
+ {
879
+ "inputs": [],
880
+ "name": "getVersion",
881
+ "outputs": [
882
+ {
883
+ "internalType": "Version",
884
+ "name": "",
885
+ "type": "uint24"
886
+ }
887
+ ],
888
+ "stateMutability": "pure",
889
+ "type": "function"
890
+ },
891
+ {
892
+ "inputs": [
893
+ {
894
+ "internalType": "address",
895
+ "name": "activatedBy",
896
+ "type": "address"
897
+ },
898
+ {
899
+ "internalType": "bytes",
900
+ "name": "data",
901
+ "type": "bytes"
902
+ }
903
+ ],
904
+ "name": "initializeVersionable",
905
+ "outputs": [],
906
+ "stateMutability": "nonpayable",
907
+ "type": "function"
908
+ },
909
+ {
910
+ "inputs": [],
911
+ "name": "isActive",
912
+ "outputs": [
913
+ {
914
+ "internalType": "bool",
915
+ "name": "active",
916
+ "type": "bool"
917
+ }
918
+ ],
919
+ "stateMutability": "view",
920
+ "type": "function"
921
+ },
922
+ {
923
+ "inputs": [],
924
+ "name": "isConsumingScheduledOp",
925
+ "outputs": [
926
+ {
927
+ "internalType": "bytes4",
928
+ "name": "",
929
+ "type": "bytes4"
930
+ }
931
+ ],
932
+ "stateMutability": "view",
933
+ "type": "function"
934
+ },
935
+ {
936
+ "inputs": [],
937
+ "name": "linkToRegisteredNftId",
938
+ "outputs": [
939
+ {
940
+ "internalType": "NftId",
941
+ "name": "nftId",
942
+ "type": "uint96"
943
+ }
944
+ ],
945
+ "stateMutability": "nonpayable",
946
+ "type": "function"
947
+ },
948
+ {
949
+ "inputs": [
950
+ {
951
+ "internalType": "address",
952
+ "name": "componentAddress",
953
+ "type": "address"
954
+ }
955
+ ],
956
+ "name": "registerComponent",
957
+ "outputs": [
958
+ {
959
+ "internalType": "NftId",
960
+ "name": "componentNftId",
961
+ "type": "uint96"
962
+ }
963
+ ],
964
+ "stateMutability": "nonpayable",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [
969
+ {
970
+ "internalType": "address",
971
+ "name": "productAddress",
972
+ "type": "address"
973
+ },
974
+ {
975
+ "internalType": "address",
976
+ "name": "token",
977
+ "type": "address"
978
+ }
979
+ ],
980
+ "name": "registerProduct",
981
+ "outputs": [
982
+ {
983
+ "internalType": "NftId",
984
+ "name": "productNftId",
985
+ "type": "uint96"
986
+ }
987
+ ],
988
+ "stateMutability": "nonpayable",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [
993
+ {
994
+ "internalType": "address",
995
+ "name": "newAuthority",
996
+ "type": "address"
997
+ }
998
+ ],
999
+ "name": "setAuthority",
1000
+ "outputs": [],
1001
+ "stateMutability": "nonpayable",
1002
+ "type": "function"
1003
+ },
1004
+ {
1005
+ "inputs": [
1006
+ {
1007
+ "components": [
1008
+ {
1009
+ "internalType": "UFixed",
1010
+ "name": "fractionalFee",
1011
+ "type": "uint160"
1012
+ },
1013
+ {
1014
+ "internalType": "Amount",
1015
+ "name": "fixedFee",
1016
+ "type": "uint96"
1017
+ }
1018
+ ],
1019
+ "internalType": "struct Fee",
1020
+ "name": "distributionFee",
1021
+ "type": "tuple"
1022
+ },
1023
+ {
1024
+ "components": [
1025
+ {
1026
+ "internalType": "UFixed",
1027
+ "name": "fractionalFee",
1028
+ "type": "uint160"
1029
+ },
1030
+ {
1031
+ "internalType": "Amount",
1032
+ "name": "fixedFee",
1033
+ "type": "uint96"
1034
+ }
1035
+ ],
1036
+ "internalType": "struct Fee",
1037
+ "name": "minDistributionOwnerFee",
1038
+ "type": "tuple"
1039
+ }
1040
+ ],
1041
+ "name": "setDistributionFees",
1042
+ "outputs": [],
1043
+ "stateMutability": "nonpayable",
1044
+ "type": "function"
1045
+ },
1046
+ {
1047
+ "inputs": [
1048
+ {
1049
+ "internalType": "bool",
1050
+ "name": "locked",
1051
+ "type": "bool"
1052
+ }
1053
+ ],
1054
+ "name": "setLocked",
1055
+ "outputs": [],
1056
+ "stateMutability": "nonpayable",
1057
+ "type": "function"
1058
+ },
1059
+ {
1060
+ "inputs": [
1061
+ {
1062
+ "components": [
1063
+ {
1064
+ "internalType": "UFixed",
1065
+ "name": "fractionalFee",
1066
+ "type": "uint160"
1067
+ },
1068
+ {
1069
+ "internalType": "Amount",
1070
+ "name": "fixedFee",
1071
+ "type": "uint96"
1072
+ }
1073
+ ],
1074
+ "internalType": "struct Fee",
1075
+ "name": "poolFee",
1076
+ "type": "tuple"
1077
+ },
1078
+ {
1079
+ "components": [
1080
+ {
1081
+ "internalType": "UFixed",
1082
+ "name": "fractionalFee",
1083
+ "type": "uint160"
1084
+ },
1085
+ {
1086
+ "internalType": "Amount",
1087
+ "name": "fixedFee",
1088
+ "type": "uint96"
1089
+ }
1090
+ ],
1091
+ "internalType": "struct Fee",
1092
+ "name": "stakingFee",
1093
+ "type": "tuple"
1094
+ },
1095
+ {
1096
+ "components": [
1097
+ {
1098
+ "internalType": "UFixed",
1099
+ "name": "fractionalFee",
1100
+ "type": "uint160"
1101
+ },
1102
+ {
1103
+ "internalType": "Amount",
1104
+ "name": "fixedFee",
1105
+ "type": "uint96"
1106
+ }
1107
+ ],
1108
+ "internalType": "struct Fee",
1109
+ "name": "performanceFee",
1110
+ "type": "tuple"
1111
+ }
1112
+ ],
1113
+ "name": "setPoolFees",
1114
+ "outputs": [],
1115
+ "stateMutability": "nonpayable",
1116
+ "type": "function"
1117
+ },
1118
+ {
1119
+ "inputs": [
1120
+ {
1121
+ "components": [
1122
+ {
1123
+ "internalType": "UFixed",
1124
+ "name": "fractionalFee",
1125
+ "type": "uint160"
1126
+ },
1127
+ {
1128
+ "internalType": "Amount",
1129
+ "name": "fixedFee",
1130
+ "type": "uint96"
1131
+ }
1132
+ ],
1133
+ "internalType": "struct Fee",
1134
+ "name": "productFee",
1135
+ "type": "tuple"
1136
+ },
1137
+ {
1138
+ "components": [
1139
+ {
1140
+ "internalType": "UFixed",
1141
+ "name": "fractionalFee",
1142
+ "type": "uint160"
1143
+ },
1144
+ {
1145
+ "internalType": "Amount",
1146
+ "name": "fixedFee",
1147
+ "type": "uint96"
1148
+ }
1149
+ ],
1150
+ "internalType": "struct Fee",
1151
+ "name": "processingFee",
1152
+ "type": "tuple"
1153
+ }
1154
+ ],
1155
+ "name": "setProductFees",
1156
+ "outputs": [],
1157
+ "stateMutability": "nonpayable",
1158
+ "type": "function"
1159
+ },
1160
+ {
1161
+ "inputs": [
1162
+ {
1163
+ "internalType": "address",
1164
+ "name": "newWallet",
1165
+ "type": "address"
1166
+ }
1167
+ ],
1168
+ "name": "setWallet",
1169
+ "outputs": [],
1170
+ "stateMutability": "nonpayable",
1171
+ "type": "function"
1172
+ },
1173
+ {
1174
+ "inputs": [
1175
+ {
1176
+ "internalType": "bytes4",
1177
+ "name": "interfaceId",
1178
+ "type": "bytes4"
1179
+ }
1180
+ ],
1181
+ "name": "supportsInterface",
1182
+ "outputs": [
1183
+ {
1184
+ "internalType": "bool",
1185
+ "name": "",
1186
+ "type": "bool"
1187
+ }
1188
+ ],
1189
+ "stateMutability": "view",
1190
+ "type": "function"
1191
+ },
1192
+ {
1193
+ "inputs": [
1194
+ {
1195
+ "internalType": "bytes",
1196
+ "name": "data",
1197
+ "type": "bytes"
1198
+ }
1199
+ ],
1200
+ "name": "upgradeVersionable",
1201
+ "outputs": [],
1202
+ "stateMutability": "nonpayable",
1203
+ "type": "function"
1204
+ },
1205
+ {
1206
+ "inputs": [
1207
+ {
1208
+ "internalType": "Amount",
1209
+ "name": "amount",
1210
+ "type": "uint96"
1211
+ }
1212
+ ],
1213
+ "name": "withdrawFees",
1214
+ "outputs": [
1215
+ {
1216
+ "internalType": "Amount",
1217
+ "name": "withdrawnAmount",
1218
+ "type": "uint96"
1219
+ }
1220
+ ],
1221
+ "stateMutability": "nonpayable",
1222
+ "type": "function"
1223
+ }
1224
+ ],
1225
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615c0f806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e1578063cf2f3365146103e9578063deaa59df146103fc578063feff0c911461040f575f80fd5b80638fb36037146103a5578063ada9652e146103c6578063b68d1809146103da575f80fd5b80636c741e78116100ce5780636c741e781461035057806376b707b7146103705780637a9e5e4b1461038a578063893d20e81461039d575f80fd5b80635d9662891461030d5780636078a3b214610320578063644c45e014610333575f80fd5b8063211e28b61161015e578063419197fe11610139578063419197fe146102af5780634698bf11146102c257806349bb9e4b146102d55780635ab1bd53146102e8575f80fd5b8063211e28b61461027f57806322f3e2d414610294578063329d6e741461029c575f80fd5b806301ffc9a7146101a55780630d8e6e2c146101e65780630fec111c14610202578063138461e0146102175780631c6b2190146102375780631eff4b221461024a575b5f80fd5b6101d16101b3366004614b94565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ee610422565b60405162ffffff90911681526020016101dd565b61020a6104a9565b6040516101dd9190614be9565b61021f610635565b6040516001600160601b0390911681526020016101dd565b61021f610245366004614c91565b61063f565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d366004614cb9565b610ba5565b005b6101d1610ccb565b6102926102aa366004614dfd565b610d42565b6102926102bd366004614e42565b610e84565b6102926102d0366004614eb9565b610fe0565b6102926102e3366004614ee3565b611368565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61021f61031b366004614f2f565b611464565b61021f61032e366004614f5b565b61166f565b5f80516020615b5a833981519152546001600160601b031661021f565b6103586118bf565b6040516001600160401b0390911681526020016101dd565b61037861194b565b60405160ff90911681526020016101dd565b610292610398366004614f5b565b6119b3565b6102f5611a35565b6103ad611b66565b6040516001600160e01b031990911681526020016101dd565b6102715f80516020615b5a83398151915281565b600b610378565b6102f5611b9b565b6102926103f7366004614f76565b611bb6565b61029261040a366004614f5b565b611f7d565b61029261041d366004614eb9565b6120bf565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a49190614fb9565b905090565b6104b1614a7f565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054b9190614feb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610593611a35565b6001600160a01b031681526020018260010180546105b090615006565b80601f01602080910402602001604051908101604052809291908181526020018280546105dc90615006565b80156106275780601f106105fe57610100808354040283529160200191610627565b820191905f5260205f20905b81548152906001019060200180831161060a57829003601f168201915b505050505081525091505090565b5f6104a4306123a9565b5f61064c335b5f366125ff565b5f8061065b600b5b60016126fd565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561069c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106c0919061503e565b604051630232ca4960e01b81526001600160601b03851660048201529091505f906001600160a01b03831690630232ca4990602401602060405180830381865afa158015610710573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107349190614feb565b90508594506107ad8673__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610784573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a89190614feb565b612889565b156107b6578094505b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561080c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108309190615064565b1561084e5760405163b079ec2b60e01b815260040160405180910390fd5b6108588582612915565b1561088e5760405163151dbb3f60e01b81526001600160601b038087166004830152821660248201526044015b60405180910390fd5b60025f9054906101000a90046001600160a01b03166001600160a01b031663346696cc846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610911919061503e565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526001600160601b038088166024830152881660448201526064015f604051808303815f87803b158015610966575f80fd5b505af1158015610978573d5f803e3d5ffd5b505050505f61098f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a00919061503e565b60405163a310e2a360e01b81526001600160601b03871660048201529091505f906001600160a01b0385169063a310e2a390602401602060405180830381865afa158015610a50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a74919061503e565b90507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde98683836001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af9919061503e565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908916606082015260800160405180910390a1604051633fd3433360e01b81526001600160a01b0383811660048301526001600160601b0389166024830152821690633fd34333906044015f604051808303815f87803b158015610b84575f80fd5b505af1158015610b96573d5f803e3d5ffd5b50505050505050505050919050565b610bae33610645565b5f610bba600b5f6126fd565b9150505f339050816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c21919061503e565b604051637170bbc560e01b81526001600160a01b03838116600483015285151560248301529190911690637170bbc5906044015f604051808303815f87803b158015610c6b575f80fd5b505af1158015610c7d573d5f803e3d5ffd5b5050604080516001600160a01b038516815286151560208201527f79b8884bb9dd59f48de5c5e3be7f11aab42e012f88e92df62e05edc93bd5f26893500190505b60405180910390a1505050565b5f610cd4611b9b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610d18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3c9190615064565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610d64610422565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610da2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc6919061509e565b5f80516020615bba8339815191528054600160401b900460ff1680610df8575080546001600160401b03808416911610155b15610e165760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610e408361295f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610cbe565b610e8d33610645565b5f80610e99600b610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe919061503e565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015610f4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f6f919061503e565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015610fc3575f80fd5b505af1158015610fd5573d5f803e3d5ffd5b505050505050505050565b610fe933610645565b610ff1612980565b5f80610ffd600c610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561103e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611062919061503e565b604051636a05a41360e01b81526001600160601b03851660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156110b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d491906150ee565b805160405162acc93760e61b81529192505f9173__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161111291908a906004016151ac565b602060405180830381865af415801561112d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111519190615064565b61118d57611186846040518060400160405280600a81526020016950726f6475637446656560b01b815250845f0151896129b7565b5084815260015b602082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916111c9919089906004016151ac565b602060405180830381865af41580156111e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112089190615064565b61124c57611241846040518060400160405280600d81526020016c50726f63657373696e6746656560981b8152508460200151886129b7565b506020810184905260015b801561134a57826001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561128e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112b2919061503e565b6001600160a01b031663ebb41c0c85846040518363ffffffff1660e01b81526004016112df9291906151c7565b5f604051808303815f87803b1580156112f6575f80fd5b505af1158015611308573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b5050505061136460015f80516020615b9a83398151915255565b5050565b5f80516020615bba8339815191528054600160401b810460ff1615906001600160401b03165f811580156113995750825b90505f826001600160401b031660011480156113b45750303b155b9050811580156113c2575080155b156113e05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561140a57845460ff60401b1916600160401b1785555b6114148787612a1d565b831561145b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f61146e33610645565b611476612980565b5f6114896001546001600160a01b031690565b90506001600160a01b038116635c0e626433600a6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260ff166024820152604401602060405180830381865afa1580156114e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061150b9190615064565b61152a57604051630cfc489360e01b8152336004820152602401610885565b61153384612c13565b61155b57604051633d5ad29b60e01b81526001600160a01b0385166004820152602401610885565b604051632f2a35f760e11b81523360048201819052905f906001600160a01b03841690635e546bee90602401602060405180830381865afa1580156115a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c69190614feb565b90506115d482878388612c9a565b6004805460405163a71bfbb760e01b81529296506001600160a01b03169163a71bfbb7916116239185918a91016001600160601b039290921682526001600160a01b0316602082015260400190565b5f604051808303815f87803b15801561163a575f80fd5b505af115801561164c573d5f803e3d5ffd5b5050505050505061166960015f80516020615b9a83398151915255565b92915050565b5f61167933610645565b5f61168c6001546001600160a01b031690565b90506001600160a01b038116635c0e626433600c6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260ff166024820152604401602060405180830381865afa1580156116ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061170e9190615064565b61172d57604051633606d55160e01b8152336004820152602401610885565b611736836135c4565b61175e576040516359bff0e360e11b81526001600160a01b0384166004820152602401610885565b604051632f2a35f760e11b81523360048201525f906001600160a01b03831690635e546bee90602401602060405180830381865afa1580156117a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c69190614feb565b60405163677d3feb60e11b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790829063cefa7fd690602401602060405180830381865afa15801561181e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118429190614feb565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015611884573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a8919061503e565b90506118b68186845f612c9a565b95945050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600b6118e461194b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611927573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a4919061509e565b5f611954611b9b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561198f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a4919061527e565b336119bc611b9b565b6001600160a01b0316816001600160a01b0316146119f75760405162d1953b60e31b81526001600160a01b0382166004820152602401610885565b816001600160a01b03163b5f03611a2c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610885565b611364826136d2565b5f805f80516020615b5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac59190615064565b15611b50576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4a919061503e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615b7a83398151915280545f9190600160a01b900460ff16611b8d575f611b4a565b638fb3603760e01b91505090565b5f80516020615b7a833981519152546001600160a01b031690565b611bbf33610645565b5f80611bcb600f610654565b915091505f80611c3a836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c10573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c34919061503e565b85613732565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc083608001518a6040518363ffffffff1660e01b8152600401611c7c9291906151ac565b602060405180830381865af4158015611c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbb9190615064565b611cf957611cee8360405180604001604052806007815260200166506f6f6c46656560c81b81525084608001518b6129b7565b506080810187905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d3591908b906004016151ac565b602060405180830381865af4158015611d50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d749190615064565b611db557611daa836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460a001518a6129b7565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611df191908a906004016151ac565b602060405180830381865af4158015611e0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e309190615064565b611e7557611e6a836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508460c00151896129b7565b5060c0810185905260015b8015611f7357836001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611eb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611edb919061503e565b6001600160a01b031663ebb41c0c84846040518363ffffffff1660e01b8152600401611f089291906151c7565b5f604051808303815f87803b158015611f1f575f80fd5b505af1158015611f31573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b611f8633610645565b5f80611f92600b610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff7919061503e565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015612044573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612068919061503e565b60405163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015b5f604051808303815f87803b1580156120ad575f80fd5b505af1158015611f73573d5f803e3d5ffd5b6120c833610645565b5f806120d4600e610654565b915091505f80612119836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c10573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151896040518363ffffffff1660e01b815260040161215b9291906151ac565b602060405180830381865af4158015612176573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061219a9190615064565b6121e0576121d5836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084604001518a6129b7565b506040810186905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161221c91908a906004016151ac565b602060405180830381865af4158015612237573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225b9190615064565b6122af576122a4836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460600151896129b7565b506060810185905260015b801561145b57836001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612315919061503e565b6001600160a01b031663ebb41c0c84846040518363ffffffff1660e01b81526004016123429291906151c7565b5f604051808303815f87803b158015612359575f80fd5b505af115801561236b573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b92506020019050611452565b5f805f80516020615b5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612415573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124399190615064565b156124655780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610885565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156124b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124db9190615064565b6125035760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610885565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612555573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125799190614feb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b54906125c5611a35565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b5f80516020615b7a8339815191525f8061263761261a611b9b565b873061262960045f8a8c615299565b612632916152c0565b613834565b91509150816126f55763ffffffff8116156126d257825460ff60a01b1916600160a01b178355612665611b9b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612694939291906152f8565b5f604051808303815f87803b1580156126ab575f80fd5b505af11580156126bd573d5f803e3d5ffd5b5050845460ff60a01b19168555506126f59050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610885565b505050505050565b5f80612707614a7f565b5f61271b86600b5b60ff9081169116141590565b156127d55773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed361274c6001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156127a4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127cb9190810190615435565b909250905061287d565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886128016001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af4158015612850573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128779190810190615435565b90925090505b90519590945092505050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156128ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290e9190615064565b9392505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016128cf565b61296761393c565b60405163502ec37160e01b815260040160405180910390fd5b5f80516020615b9a8339815191528054600119016129b157604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b81516020808401518351918401516040517f17326f60f251bc425d57bf37b0630491536a1e7231c46d08b25915a90c59ee7c946129fc948a948a949293909290615478565b60405180910390a150505050565b60015f80516020615b9a83398151915255565b5f80516020615bba8339815191528054600160401b810460ff1615906001600160401b03165f81158015612a4e5750825b90505f826001600160401b03166001148015612a695750303b155b905081158015612a77575080155b15612a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612abf57845460ff60401b1916600160401b1785555b5f8087806020019051810190612ad591906154d4565b91509150612ae482828b613974565b612aee6028613a16565b600280546001600160a01b0319166001600160a01b0392909216919091178155612b1790613a16565b600380546001600160a01b0319166001600160a01b0392909216919091178155612b4090613a16565b6001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b9f919061503e565b600480546001600160a01b0319166001600160a01b0392909216919091179055612bcf63e8e886d960e01b613aa7565b5050831561145b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611452565b5f612c1d826135c4565b612c2857505f919050565b611669826001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612c66573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c8d9190810190615501565b6040015160ff16600c1490565b5f805f612ca78686613ada565b915091505f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ce8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d0c919061503e565b604083015190915060ff8116600c03612e0e5760035460a0840151604051635d96628960e01b81526001600160a01b0387811660048301529182166024820152911690635d966289906044015f604051808303815f875af1158015612d73573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d9a9190810190615501565b5f01519450612e09896001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612dde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e02919061503e565b868a613dcd565b6131e3565b60035460408481015160a08601519151631fa14e4960e11b81526001600160a01b03888116600483015260ff9092166024820152918116604483015290911690633f429c92906064015f604051808303815f875af1158015612e72573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e999190810190615501565b5f015194505f896001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eff919061503e565b6040516302d764c760e21b81526001600160601b038a16600482015290915088905f906001600160a01b03841690630b5d931c906024015f60405180830381865afa158015612f50573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f7791908101906155ba565b905060ff8416600f03612ff657612ff1858d6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe8919061503e565b848b8f86614066565b61310f565b60ff8416600e0361306c57612ff18c6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613040573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613064919061503e565b838a84614251565b60ff8416600d036130e257612ff18c6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130da919061503e565b838a846143c6565b60405163f0b751ab60e01b81526001600160a01b038c16600482015260ff85166024820152604401610885565b60405163a310e2a360e01b81526001600160601b03831660048201526001600160a01b0384169063a310e2a390602401602060405180830381865afa15801561315a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317e919061503e565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131dd919061503e565b98505050505b6131ed89876144c3565b5f896001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561322a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061324e919061503e565b90505f856001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561328c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132b3919081019061569c565b905073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6132e16001546001600160a01b031690565b888b866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561331f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613343919061503e565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af415801561339d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c1919061503e565b6001600160a01b03908116602083015260405163163afaad60e31b81529085169063b1d7d568906133f8908a908590600401615730565b5f604051808303815f87803b15801561340f575f80fd5b505af1158015613421573d5f803e3d5ffd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015613462573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134869190614feb565b506040516366704a7d60e01b81526001600160a01b038b8116600483015260ff851660248301528316906366704a7d906044015f604051808303815f87803b1580156134d0575f80fd5b505af11580156134e2573d5f803e3d5ffd5b505050507f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c68b6001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613543573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135679190614feb565b60a080880151604080516001600160601b039485168152938c16602085015260ff8816908401526001600160a01b03808b166060850152808d166080850152169082015260c00160405180910390a1505050505050949350505050565b604051631627905560e01b81526001600160a01b03821660048201525f9073__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af415801561361c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136409190615064565b61364b57505f919050565b60405163d905700760e01b81526001600160a01b03831660048201526330841f2160e21b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af41580156136ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116699190615064565b5f80516020615b7a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f61373b614abc565b6001546001600160a01b031660405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015613794573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137b89190614feb565b604051636a05a41360e01b81526001600160601b03821660048201529092506001600160a01b03851690636a05a413906024016101c060405180830381865afa158015613807573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061382b91906150ee565b90509250929050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516138a2919061577b565b5f60405180830381855afa9150503d805f81146138da576040519150601f19603f3d011682016040523d82523d5f602084013e6138df565b606091505b5091509150811561393157604081511061391157808060200190518101906139079190615791565b9094509250613931565b6020815110613931578080602001905181019061392e9190615064565b93505b505094509492505050565b5f80516020615bba83398151915254600160401b900460ff1661397257604051631afcd79f60e31b815260040160405180910390fd5b565b61397c61393c565b613984614734565b613a018383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139e99190614feb565b60085f8660405180602001604052805f815250614744565b613a1163daf9067160e01b613aa7565b505050565b5f613a296001546001600160a01b031690565b6001600160a01b031663d39e604383613a4061194b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611669919061503e565b613aaf61393c565b613ad7816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b5f613ae3614a7f565b839150816001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613b21573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b489190810190615501565b9050613b58816020015184614881565b15613b9e57602081015160405163953133f160e01b81526001600160a01b03861660048201526001600160601b0380861660248301529091166044820152606401610885565b613c09826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c01919061527e565b61270f61194b565b15613cac5783613c1761194b565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c77919061527e565b60405163459d07b760e11b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610885565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0386811660048301529190911690635e546bee90602401602060405180830381865afa158015613cfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d229190614feb565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613d79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d9d9190615064565b15613dc657604051632176772160e11b81526001600160a01b0385166004820152602401610885565b9250929050565b5f8190505f816001600160a01b031663c108bd4c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613e0d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613e3491908101906155ba565b905073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ea19190614feb565b6001600160601b031660a08201526040805163bc1b392d60e01b8152905173__$94a2c899be079b00d952d0d84fffaa5c34$__9163bc1b392d9160048083019260209291908290030181865af4158015613efd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f219190614feb565b6001600160601b031660c0820152606081015160ff166001600160401b03811115613f4e57613f4e614cd4565b604051908082528060200260200182016040528015613f77578160200160208202803683370190505b5060e0820152604051637f1773c960e11b81526001600160a01b0386169063fe2ee79290613fab90879085906004016158ab565b5f604051808303815f87803b158015613fc2575f80fd5b505af1158015613fd4573d5f803e3d5ffd5b50505050846001600160a01b0316631aa4116385846001600160a01b031663844e0f206040518163ffffffff1660e01b81526004016101c060405180830381865afa158015614025573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061404991906150ee565b6040518363ffffffff1660e01b8152600401610fac9291906151c7565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156140c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140e69190615064565b1561411d5760a08101516040516397f129bf60e01b81526001600160601b0380871660048301529091166024820152604401610885565b5f829050866001600160a01b031663490840b485836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa15801561416d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061419191906158cc565b6040518363ffffffff1660e01b81526004016141ae92919061595a565b5f604051808303815f87803b1580156141c5575f80fd5b505af11580156141d7573d5f803e3d5ffd5b505050506001600160601b03841660a083015260405163659743e960e11b81526001600160a01b0387169063cb2e87d29061421b908890869060ff906004016159e2565b5f604051808303815f87803b158015614232575f80fd5b505af1158015614244573d5f803e3d5ffd5b5050505050505050505050565b614259612980565b80604001516142865760405163931d421760e01b81526001600160601b0384166004820152602401610885565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156142e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143069190615064565b1561433d5760c08101516040516323a0cc7160e11b81526001600160601b0380861660048301529091166024820152604401610885565b6001600160601b03821660c082015260405163659743e960e11b81526001600160a01b0385169063cb2e87d29061437d908690859060ff906004016159e2565b5f604051808303815f87803b158015614394575f80fd5b505af11580156143a6573d5f803e3d5ffd5b505050506143c060015f80516020615b9a83398151915255565b50505050565b806060015160ff165f036143f857604051634435e56b60e01b81526001600160601b0384166004820152602401610885565b806060015160ff16816080015160ff16036144405760608101516040516379060d1360e11b81526001600160601b038516600482015260ff9091166024820152604401610885565b818160e00151826080015160ff168151811061445e5761445e615a16565b6001600160601b03909216602092830291909101909101526080810180519061448682615a2a565b60ff169052506001600160a01b03841663cb2e87d284836144a560ff90565b6040518463ffffffff1660e01b8152600401612096939291906159e2565b816001600160a01b031663398e3d4c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156144ff573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145239190615064565b6113645773__$fb599632d08395912d9d70eb2f0f93b5e2$__632cb824586145536001546001600160a01b031690565b6001600160a01b031663caed98976040518163ffffffff1660e01b8152600401602060405180830381865afa15801561458e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b2919061503e565b73__$dacf551d137a232f87fa09e79113e25430$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156145f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061461d9190614feb565b84614626611b9b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614661573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614685919061527e565b6040516001600160e01b031960e087901b1681526001600160a01b0394851660048201526001600160601b0390931660248401529216604482015260ff9091166064820152608401602060405180830381865af41580156146e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061470c9190615064565b61136457604051633acbdd6160e01b81526001600160a01b0382166004820152602401610885565b61473c61393c565b6139726148cb565b61474c61393c565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156147a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147c69190615064565b6147ee5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610885565b6147f7876148d3565b61480186836148e4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016148708382615a9f565b50611f73634a531f3360e01b613aa7565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044016128cf565b612a0a61393c565b6148db61393c565b613ad78161495a565b6148ec61393c565b6148f461496b565b6148fd826149b3565b6001600160a01b0381166149245760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615b5a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61496261393c565b613ad7816136d2565b61497361393c565b6139726301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6149bb61393c565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a359190615064565b614a5d5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610885565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6040805161012081019091525f60e0820181815261010083019190915281908152602001614af9604080518082019091525f808252602082015290565b8152602001614b17604080518082019091525f808252602082015290565b8152602001614b35604080518082019091525f808252602082015290565b8152602001614b53604080518082019091525f808252602082015290565b8152602001614b71604080518082019091525f808252602082015290565b8152602001614b8f604080518082019091525f808252602082015290565b905290565b5f60208284031215614ba4575f80fd5b81356001600160e01b03198116811461290e575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614c31608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614c75610100840182614bbb565b949350505050565b6001600160601b0381168114613ad7575f80fd5b5f60208284031215614ca1575f80fd5b813561290e81614c7d565b8015158114613ad7575f80fd5b5f60208284031215614cc9575f80fd5b813561290e81614cac565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614d0a57614d0a614cd4565b60405290565b60405160e081016001600160401b0381118282101715614d0a57614d0a614cd4565b60405161010081016001600160401b0381118282101715614d0a57614d0a614cd4565b604051601f8201601f191681016001600160401b0381118282101715614d7d57614d7d614cd4565b604052919050565b5f6001600160401b03821115614d9d57614d9d614cd4565b50601f01601f191660200190565b5f82601f830112614dba575f80fd5b8135614dcd614dc882614d85565b614d55565b818152846020838601011115614de1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614e0d575f80fd5b81356001600160401b03811115614e22575f80fd5b614c7584828501614dab565b6001600160a01b0381168114613ad7575f80fd5b5f8060408385031215614e53575f80fd5b8235614e5e81614e2e565b91506020830135614e6e81614c7d565b809150509250929050565b5f60408284031215614e89575f80fd5b614e91614ce8565b90508135614e9e81614e2e565b81526020820135614eae81614c7d565b602082015292915050565b5f8060808385031215614eca575f80fd5b614ed48484614e79565b915061382b8460408501614e79565b5f8060408385031215614ef4575f80fd5b8235614eff81614e2e565b915060208301356001600160401b03811115614f19575f80fd5b614f2585828601614dab565b9150509250929050565b5f8060408385031215614f40575f80fd5b8235614f4b81614e2e565b91506020830135614e6e81614e2e565b5f60208284031215614f6b575f80fd5b813561290e81614e2e565b5f805f60c08486031215614f88575f80fd5b614f928585614e79565b9250614fa18560408601614e79565b9150614fb08560808601614e79565b90509250925092565b5f60208284031215614fc9575f80fd5b815162ffffff8116811461290e575f80fd5b8051614fe681614c7d565b919050565b5f60208284031215614ffb575f80fd5b815161290e81614c7d565b600181811c9082168061501a57607f821691505b60208210810361503857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561504e575f80fd5b815161290e81614e2e565b8051614fe681614cac565b5f60208284031215615074575f80fd5b815161290e81614cac565b8051614fe681614e2e565b6001600160401b0381168114613ad7575f80fd5b5f602082840312156150ae575f80fd5b815161290e8161508a565b5f604082840312156150c9575f80fd5b6150d1614ce8565b905081516150de81614e2e565b81526020820151614eae81614c7d565b5f6101c0828403128015615100575f80fd5b50615109614d10565b61511384846150b9565b815261512284604085016150b9565b602082015261513484608085016150b9565b60408201526151468460c085016150b9565b60608201526151598461010085016150b9565b608082015261516c8461014085016150b9565b60a082015261517f8461018085016150b9565b60c08201529392505050565b80516001600160a01b031682526020908101516001600160601b0316910152565b608081016151ba828561518b565b61290e604083018461518b565b5f6101e0820190506001600160601b03841682526151e960208301845161518b565b60208301516151fb606084018261518b565b50604083015161520e60a084018261518b565b50606083015161522160e084018261518b565b50608083015161523561012084018261518b565b5060a083015161524961016084018261518b565b5060c083015161525d6101a084018261518b565b509392505050565b60ff81168114613ad7575f80fd5b8051614fe681615265565b5f6020828403121561528e575f80fd5b815161290e81615265565b5f80858511156152a7575f80fd5b838611156152b3575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156152f1576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f615344614dc884614d85565b9050828152838383011115615357575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261537c575f80fd5b61290e83835160208501615337565b5f60e0828403121561539b575f80fd5b6153a3614d10565b90506153ae82614fdb565b81526153bc60208301614fdb565b60208201526153cd60408301615273565b60408201526153de60608301615059565b60608201526153ef6080830161507f565b608082015261540060a0830161507f565b60a082015260c08201516001600160401b0381111561541d575f80fd5b6154298482850161536d565b60c08301525092915050565b5f8060408385031215615446575f80fd5b82516001600160401b0381111561545b575f80fd5b6154678582860161538b565b9250506020830151614e6e81614e2e565b6001600160601b038716815260c060208201525f61549960c0830188614bbb565b6001600160a01b0396871660408401526001600160601b039586166060840152939095166080820152921660a0909201919091529392505050565b5f80604083850312156154e5575f80fd5b82516154f081614e2e565b6020840151909250614e6e81614e2e565b5f60208284031215615511575f80fd5b81516001600160401b03811115615526575f80fd5b614c758482850161538b565b5f82601f830112615541575f80fd5b81516001600160401b0381111561555a5761555a614cd4565b8060051b61556a60208201614d55565b91825260208185018101929081019086841115615585575f80fd5b6020860192505b838310156155b057825161559f81614c7d565b82526020928301929091019061558c565b9695505050505050565b5f602082840312156155ca575f80fd5b81516001600160401b038111156155df575f80fd5b820161010081850312156155f1575f80fd5b6155f9614d32565b61560282615059565b815261561060208301615059565b602082015261562160408301615059565b604082015261563260608301615273565b606082015261564360808301615273565b608082015261565460a08301614fdb565b60a082015261566560c08301614fdb565b60c082015260e08201516001600160401b03811115615682575f80fd5b61568e86828501615532565b60e083015250949350505050565b5f602082840312156156ac575f80fd5b81516001600160401b038111156156c1575f80fd5b8201604081850312156156d2575f80fd5b6156da614ce8565b81516001600160401b038111156156ef575f80fd5b8201601f810186136156ff575f80fd5b61570e86825160208401615337565b8252506020820151915061572182614e2e565b60208101919091529392505050565b6001600160601b0383168152604060208201525f82516040808401526157596080840182614bbb565b602094909401516001600160a01b031660609390930192909252509092915050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156157a2575f80fd5b82516157ad81614cac565b602084015190925063ffffffff81168114614e6e575f80fd5b5f8151808452602084019350602083015f5b828110156157ff5781516001600160601b03168652602095860195909101906001016157d8565b5093949350505050565b8051151582526020810151151560208301525f604082015161582f604085018215159052565b506060820151615844606085018260ff169052565b506080820151615859608085018260ff169052565b5060a082015161587460a08501826001600160601b03169052565b5060c082015161588f60c08501826001600160601b03169052565b5060e082015161010060e0850152614c756101008501826157c6565b6001600160601b0383168152604060208201525f614c756040830184615809565b5f60e08284031280156158dd575f80fd5b506158e6614d10565b82516158f181614c7d565b8152602083015161590181614e2e565b6020820152604083015161591481614e2e565b6040820152606083015161592781614cac565b606082015261593860808401615059565b608082015261594960a08401615059565b60a082015261517f60c08401615059565b5f610100820190506001600160601b03841682526001600160601b03835116602083015260018060a01b03602084015116604083015260018060a01b03604084015116606083015260608301511515608083015260808301516159c160a084018215159052565b5060a083015180151560c08401525060c083015180151560e084015261525d565b6001600160601b0384168152606060208201525f615a036060830185615809565b905060ff83166040830152949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615a4b57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115613a1157805f5260205f20601f840160051c81016020851015615a795750805b601f840160051c820191505b81811015615a98575f8155600101615a85565b5050505050565b81516001600160401b03811115615ab857615ab8614cd4565b615acc81615ac68454615006565b84615a54565b6020601f821160018114615afe575f8315615ae75750848201515b5f19600385901b1c1916600184901b178455615a98565b5f84815260208120601f198516915b82811015615b2d5787850151825560209485019460019092019101615b0d565b5084821015615b4a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212200f3f8f3111c53d79ca88e3a40f9d8c1b6885840e3678be3bd2dda2fd082b30d764736f6c634300081a0033",
1226
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e1578063cf2f3365146103e9578063deaa59df146103fc578063feff0c911461040f575f80fd5b80638fb36037146103a5578063ada9652e146103c6578063b68d1809146103da575f80fd5b80636c741e78116100ce5780636c741e781461035057806376b707b7146103705780637a9e5e4b1461038a578063893d20e81461039d575f80fd5b80635d9662891461030d5780636078a3b214610320578063644c45e014610333575f80fd5b8063211e28b61161015e578063419197fe11610139578063419197fe146102af5780634698bf11146102c257806349bb9e4b146102d55780635ab1bd53146102e8575f80fd5b8063211e28b61461027f57806322f3e2d414610294578063329d6e741461029c575f80fd5b806301ffc9a7146101a55780630d8e6e2c146101e65780630fec111c14610202578063138461e0146102175780631c6b2190146102375780631eff4b221461024a575b5f80fd5b6101d16101b3366004614b94565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ee610422565b60405162ffffff90911681526020016101dd565b61020a6104a9565b6040516101dd9190614be9565b61021f610635565b6040516001600160601b0390911681526020016101dd565b61021f610245366004614c91565b61063f565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d366004614cb9565b610ba5565b005b6101d1610ccb565b6102926102aa366004614dfd565b610d42565b6102926102bd366004614e42565b610e84565b6102926102d0366004614eb9565b610fe0565b6102926102e3366004614ee3565b611368565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61021f61031b366004614f2f565b611464565b61021f61032e366004614f5b565b61166f565b5f80516020615b5a833981519152546001600160601b031661021f565b6103586118bf565b6040516001600160401b0390911681526020016101dd565b61037861194b565b60405160ff90911681526020016101dd565b610292610398366004614f5b565b6119b3565b6102f5611a35565b6103ad611b66565b6040516001600160e01b031990911681526020016101dd565b6102715f80516020615b5a83398151915281565b600b610378565b6102f5611b9b565b6102926103f7366004614f76565b611bb6565b61029261040a366004614f5b565b611f7d565b61029261041d366004614eb9565b6120bf565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a49190614fb9565b905090565b6104b1614a7f565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054b9190614feb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610593611a35565b6001600160a01b031681526020018260010180546105b090615006565b80601f01602080910402602001604051908101604052809291908181526020018280546105dc90615006565b80156106275780601f106105fe57610100808354040283529160200191610627565b820191905f5260205f20905b81548152906001019060200180831161060a57829003601f168201915b505050505081525091505090565b5f6104a4306123a9565b5f61064c335b5f366125ff565b5f8061065b600b5b60016126fd565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561069c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106c0919061503e565b604051630232ca4960e01b81526001600160601b03851660048201529091505f906001600160a01b03831690630232ca4990602401602060405180830381865afa158015610710573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107349190614feb565b90508594506107ad8673__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610784573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a89190614feb565b612889565b156107b6578094505b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561080c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108309190615064565b1561084e5760405163b079ec2b60e01b815260040160405180910390fd5b6108588582612915565b1561088e5760405163151dbb3f60e01b81526001600160601b038087166004830152821660248201526044015b60405180910390fd5b60025f9054906101000a90046001600160a01b03166001600160a01b031663346696cc846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610911919061503e565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526001600160601b038088166024830152881660448201526064015f604051808303815f87803b158015610966575f80fd5b505af1158015610978573d5f803e3d5ffd5b505050505f61098f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a00919061503e565b60405163a310e2a360e01b81526001600160601b03871660048201529091505f906001600160a01b0385169063a310e2a390602401602060405180830381865afa158015610a50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a74919061503e565b90507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde98683836001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af9919061503e565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908916606082015260800160405180910390a1604051633fd3433360e01b81526001600160a01b0383811660048301526001600160601b0389166024830152821690633fd34333906044015f604051808303815f87803b158015610b84575f80fd5b505af1158015610b96573d5f803e3d5ffd5b50505050505050505050919050565b610bae33610645565b5f610bba600b5f6126fd565b9150505f339050816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c21919061503e565b604051637170bbc560e01b81526001600160a01b03838116600483015285151560248301529190911690637170bbc5906044015f604051808303815f87803b158015610c6b575f80fd5b505af1158015610c7d573d5f803e3d5ffd5b5050604080516001600160a01b038516815286151560208201527f79b8884bb9dd59f48de5c5e3be7f11aab42e012f88e92df62e05edc93bd5f26893500190505b60405180910390a1505050565b5f610cd4611b9b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610d18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3c9190615064565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610d64610422565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610da2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc6919061509e565b5f80516020615bba8339815191528054600160401b900460ff1680610df8575080546001600160401b03808416911610155b15610e165760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610e408361295f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610cbe565b610e8d33610645565b5f80610e99600b610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe919061503e565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015610f4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f6f919061503e565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015610fc3575f80fd5b505af1158015610fd5573d5f803e3d5ffd5b505050505050505050565b610fe933610645565b610ff1612980565b5f80610ffd600c610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561103e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611062919061503e565b604051636a05a41360e01b81526001600160601b03851660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156110b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d491906150ee565b805160405162acc93760e61b81529192505f9173__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161111291908a906004016151ac565b602060405180830381865af415801561112d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111519190615064565b61118d57611186846040518060400160405280600a81526020016950726f6475637446656560b01b815250845f0151896129b7565b5084815260015b602082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916111c9919089906004016151ac565b602060405180830381865af41580156111e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112089190615064565b61124c57611241846040518060400160405280600d81526020016c50726f63657373696e6746656560981b8152508460200151886129b7565b506020810184905260015b801561134a57826001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561128e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112b2919061503e565b6001600160a01b031663ebb41c0c85846040518363ffffffff1660e01b81526004016112df9291906151c7565b5f604051808303815f87803b1580156112f6575f80fd5b505af1158015611308573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b5050505061136460015f80516020615b9a83398151915255565b5050565b5f80516020615bba8339815191528054600160401b810460ff1615906001600160401b03165f811580156113995750825b90505f826001600160401b031660011480156113b45750303b155b9050811580156113c2575080155b156113e05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561140a57845460ff60401b1916600160401b1785555b6114148787612a1d565b831561145b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f61146e33610645565b611476612980565b5f6114896001546001600160a01b031690565b90506001600160a01b038116635c0e626433600a6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260ff166024820152604401602060405180830381865afa1580156114e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061150b9190615064565b61152a57604051630cfc489360e01b8152336004820152602401610885565b61153384612c13565b61155b57604051633d5ad29b60e01b81526001600160a01b0385166004820152602401610885565b604051632f2a35f760e11b81523360048201819052905f906001600160a01b03841690635e546bee90602401602060405180830381865afa1580156115a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c69190614feb565b90506115d482878388612c9a565b6004805460405163a71bfbb760e01b81529296506001600160a01b03169163a71bfbb7916116239185918a91016001600160601b039290921682526001600160a01b0316602082015260400190565b5f604051808303815f87803b15801561163a575f80fd5b505af115801561164c573d5f803e3d5ffd5b5050505050505061166960015f80516020615b9a83398151915255565b92915050565b5f61167933610645565b5f61168c6001546001600160a01b031690565b90506001600160a01b038116635c0e626433600c6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260ff166024820152604401602060405180830381865afa1580156116ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061170e9190615064565b61172d57604051633606d55160e01b8152336004820152602401610885565b611736836135c4565b61175e576040516359bff0e360e11b81526001600160a01b0384166004820152602401610885565b604051632f2a35f760e11b81523360048201525f906001600160a01b03831690635e546bee90602401602060405180830381865afa1580156117a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c69190614feb565b60405163677d3feb60e11b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790829063cefa7fd690602401602060405180830381865afa15801561181e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118429190614feb565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015611884573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a8919061503e565b90506118b68186845f612c9a565b95945050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600b6118e461194b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611927573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a4919061509e565b5f611954611b9b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561198f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a4919061527e565b336119bc611b9b565b6001600160a01b0316816001600160a01b0316146119f75760405162d1953b60e31b81526001600160a01b0382166004820152602401610885565b816001600160a01b03163b5f03611a2c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610885565b611364826136d2565b5f805f80516020615b5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac59190615064565b15611b50576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4a919061503e565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615b7a83398151915280545f9190600160a01b900460ff16611b8d575f611b4a565b638fb3603760e01b91505090565b5f80516020615b7a833981519152546001600160a01b031690565b611bbf33610645565b5f80611bcb600f610654565b915091505f80611c3a836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c10573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c34919061503e565b85613732565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc083608001518a6040518363ffffffff1660e01b8152600401611c7c9291906151ac565b602060405180830381865af4158015611c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cbb9190615064565b611cf957611cee8360405180604001604052806007815260200166506f6f6c46656560c81b81525084608001518b6129b7565b506080810187905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d3591908b906004016151ac565b602060405180830381865af4158015611d50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d749190615064565b611db557611daa836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460a001518a6129b7565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611df191908a906004016151ac565b602060405180830381865af4158015611e0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e309190615064565b611e7557611e6a836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508460c00151896129b7565b5060c0810185905260015b8015611f7357836001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611eb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611edb919061503e565b6001600160a01b031663ebb41c0c84846040518363ffffffff1660e01b8152600401611f089291906151c7565b5f604051808303815f87803b158015611f1f575f80fd5b505af1158015611f31573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b611f8633610645565b5f80611f92600b610654565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff7919061503e565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015612044573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612068919061503e565b60405163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015b5f604051808303815f87803b1580156120ad575f80fd5b505af1158015611f73573d5f803e3d5ffd5b6120c833610645565b5f806120d4600e610654565b915091505f80612119836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c10573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151896040518363ffffffff1660e01b815260040161215b9291906151ac565b602060405180830381865af4158015612176573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061219a9190615064565b6121e0576121d5836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084604001518a6129b7565b506040810186905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161221c91908a906004016151ac565b602060405180830381865af4158015612237573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061225b9190615064565b6122af576122a4836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460600151896129b7565b506060810185905260015b801561145b57836001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612315919061503e565b6001600160a01b031663ebb41c0c84846040518363ffffffff1660e01b81526004016123429291906151c7565b5f604051808303815f87803b158015612359575f80fd5b505af115801561236b573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b92506020019050611452565b5f805f80516020615b5a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612415573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124399190615064565b156124655780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610885565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156124b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124db9190615064565b6125035760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610885565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612555573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125799190614feb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b54906125c5611a35565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b5f80516020615b7a8339815191525f8061263761261a611b9b565b873061262960045f8a8c615299565b612632916152c0565b613834565b91509150816126f55763ffffffff8116156126d257825460ff60a01b1916600160a01b178355612665611b9b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612694939291906152f8565b5f604051808303815f87803b1580156126ab575f80fd5b505af11580156126bd573d5f803e3d5ffd5b5050845460ff60a01b19168555506126f59050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610885565b505050505050565b5f80612707614a7f565b5f61271b86600b5b60ff9081169116141590565b156127d55773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed361274c6001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156127a4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127cb9190810190615435565b909250905061287d565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886128016001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af4158015612850573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128779190810190615435565b90925090505b90519590945092505050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156128ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290e9190615064565b9392505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016128cf565b61296761393c565b60405163502ec37160e01b815260040160405180910390fd5b5f80516020615b9a8339815191528054600119016129b157604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b81516020808401518351918401516040517f17326f60f251bc425d57bf37b0630491536a1e7231c46d08b25915a90c59ee7c946129fc948a948a949293909290615478565b60405180910390a150505050565b60015f80516020615b9a83398151915255565b5f80516020615bba8339815191528054600160401b810460ff1615906001600160401b03165f81158015612a4e5750825b90505f826001600160401b03166001148015612a695750303b155b905081158015612a77575080155b15612a955760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612abf57845460ff60401b1916600160401b1785555b5f8087806020019051810190612ad591906154d4565b91509150612ae482828b613974565b612aee6028613a16565b600280546001600160a01b0319166001600160a01b0392909216919091178155612b1790613a16565b600380546001600160a01b0319166001600160a01b0392909216919091178155612b4090613a16565b6001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b9f919061503e565b600480546001600160a01b0319166001600160a01b0392909216919091179055612bcf63e8e886d960e01b613aa7565b5050831561145b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611452565b5f612c1d826135c4565b612c2857505f919050565b611669826001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612c66573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c8d9190810190615501565b6040015160ff16600c1490565b5f805f612ca78686613ada565b915091505f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ce8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d0c919061503e565b604083015190915060ff8116600c03612e0e5760035460a0840151604051635d96628960e01b81526001600160a01b0387811660048301529182166024820152911690635d966289906044015f604051808303815f875af1158015612d73573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d9a9190810190615501565b5f01519450612e09896001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612dde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e02919061503e565b868a613dcd565b6131e3565b60035460408481015160a08601519151631fa14e4960e11b81526001600160a01b03888116600483015260ff9092166024820152918116604483015290911690633f429c92906064015f604051808303815f875af1158015612e72573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e999190810190615501565b5f015194505f896001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eff919061503e565b6040516302d764c760e21b81526001600160601b038a16600482015290915088905f906001600160a01b03841690630b5d931c906024015f60405180830381865afa158015612f50573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f7791908101906155ba565b905060ff8416600f03612ff657612ff1858d6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe8919061503e565b848b8f86614066565b61310f565b60ff8416600e0361306c57612ff18c6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613040573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613064919061503e565b838a84614251565b60ff8416600d036130e257612ff18c6001600160a01b031663b7b02c4e6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130da919061503e565b838a846143c6565b60405163f0b751ab60e01b81526001600160a01b038c16600482015260ff85166024820152604401610885565b60405163a310e2a360e01b81526001600160601b03831660048201526001600160a01b0384169063a310e2a390602401602060405180830381865afa15801561315a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317e919061503e565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131dd919061503e565b98505050505b6131ed89876144c3565b5f896001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561322a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061324e919061503e565b90505f856001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561328c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132b3919081019061569c565b905073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6132e16001546001600160a01b031690565b888b866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561331f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613343919061503e565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af415801561339d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c1919061503e565b6001600160a01b03908116602083015260405163163afaad60e31b81529085169063b1d7d568906133f8908a908590600401615730565b5f604051808303815f87803b15801561340f575f80fd5b505af1158015613421573d5f803e3d5ffd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015613462573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134869190614feb565b506040516366704a7d60e01b81526001600160a01b038b8116600483015260ff851660248301528316906366704a7d906044015f604051808303815f87803b1580156134d0575f80fd5b505af11580156134e2573d5f803e3d5ffd5b505050507f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c68b6001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613543573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135679190614feb565b60a080880151604080516001600160601b039485168152938c16602085015260ff8816908401526001600160a01b03808b166060850152808d166080850152169082015260c00160405180910390a1505050505050949350505050565b604051631627905560e01b81526001600160a01b03821660048201525f9073__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af415801561361c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136409190615064565b61364b57505f919050565b60405163d905700760e01b81526001600160a01b03831660048201526330841f2160e21b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af41580156136ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116699190615064565b5f80516020615b7a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f61373b614abc565b6001546001600160a01b031660405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015613794573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137b89190614feb565b604051636a05a41360e01b81526001600160601b03821660048201529092506001600160a01b03851690636a05a413906024016101c060405180830381865afa158015613807573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061382b91906150ee565b90509250929050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516138a2919061577b565b5f60405180830381855afa9150503d805f81146138da576040519150601f19603f3d011682016040523d82523d5f602084013e6138df565b606091505b5091509150811561393157604081511061391157808060200190518101906139079190615791565b9094509250613931565b6020815110613931578080602001905181019061392e9190615064565b93505b505094509492505050565b5f80516020615bba83398151915254600160401b900460ff1661397257604051631afcd79f60e31b815260040160405180910390fd5b565b61397c61393c565b613984614734565b613a018383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139e99190614feb565b60085f8660405180602001604052805f815250614744565b613a1163daf9067160e01b613aa7565b505050565b5f613a296001546001600160a01b031690565b6001600160a01b031663d39e604383613a4061194b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611669919061503e565b613aaf61393c565b613ad7816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b5f613ae3614a7f565b839150816001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613b21573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b489190810190615501565b9050613b58816020015184614881565b15613b9e57602081015160405163953133f160e01b81526001600160a01b03861660048201526001600160601b0380861660248301529091166044820152606401610885565b613c09826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c01919061527e565b61270f61194b565b15613cac5783613c1761194b565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c77919061527e565b60405163459d07b760e11b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610885565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0386811660048301529190911690635e546bee90602401602060405180830381865afa158015613cfe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d229190614feb565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613d79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d9d9190615064565b15613dc657604051632176772160e11b81526001600160a01b0385166004820152602401610885565b9250929050565b5f8190505f816001600160a01b031663c108bd4c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613e0d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613e3491908101906155ba565b905073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ea19190614feb565b6001600160601b031660a08201526040805163bc1b392d60e01b8152905173__$94a2c899be079b00d952d0d84fffaa5c34$__9163bc1b392d9160048083019260209291908290030181865af4158015613efd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f219190614feb565b6001600160601b031660c0820152606081015160ff166001600160401b03811115613f4e57613f4e614cd4565b604051908082528060200260200182016040528015613f77578160200160208202803683370190505b5060e0820152604051637f1773c960e11b81526001600160a01b0386169063fe2ee79290613fab90879085906004016158ab565b5f604051808303815f87803b158015613fc2575f80fd5b505af1158015613fd4573d5f803e3d5ffd5b50505050846001600160a01b0316631aa4116385846001600160a01b031663844e0f206040518163ffffffff1660e01b81526004016101c060405180830381865afa158015614025573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061404991906150ee565b6040518363ffffffff1660e01b8152600401610fac9291906151c7565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156140c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140e69190615064565b1561411d5760a08101516040516397f129bf60e01b81526001600160601b0380871660048301529091166024820152604401610885565b5f829050866001600160a01b031663490840b485836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa15801561416d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061419191906158cc565b6040518363ffffffff1660e01b81526004016141ae92919061595a565b5f604051808303815f87803b1580156141c5575f80fd5b505af11580156141d7573d5f803e3d5ffd5b505050506001600160601b03841660a083015260405163659743e960e11b81526001600160a01b0387169063cb2e87d29061421b908890869060ff906004016159e2565b5f604051808303815f87803b158015614232575f80fd5b505af1158015614244573d5f803e3d5ffd5b5050505050505050505050565b614259612980565b80604001516142865760405163931d421760e01b81526001600160601b0384166004820152602401610885565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156142e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143069190615064565b1561433d5760c08101516040516323a0cc7160e11b81526001600160601b0380861660048301529091166024820152604401610885565b6001600160601b03821660c082015260405163659743e960e11b81526001600160a01b0385169063cb2e87d29061437d908690859060ff906004016159e2565b5f604051808303815f87803b158015614394575f80fd5b505af11580156143a6573d5f803e3d5ffd5b505050506143c060015f80516020615b9a83398151915255565b50505050565b806060015160ff165f036143f857604051634435e56b60e01b81526001600160601b0384166004820152602401610885565b806060015160ff16816080015160ff16036144405760608101516040516379060d1360e11b81526001600160601b038516600482015260ff9091166024820152604401610885565b818160e00151826080015160ff168151811061445e5761445e615a16565b6001600160601b03909216602092830291909101909101526080810180519061448682615a2a565b60ff169052506001600160a01b03841663cb2e87d284836144a560ff90565b6040518463ffffffff1660e01b8152600401612096939291906159e2565b816001600160a01b031663398e3d4c6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156144ff573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145239190615064565b6113645773__$fb599632d08395912d9d70eb2f0f93b5e2$__632cb824586145536001546001600160a01b031690565b6001600160a01b031663caed98976040518163ffffffff1660e01b8152600401602060405180830381865afa15801561458e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b2919061503e565b73__$dacf551d137a232f87fa09e79113e25430$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156145f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061461d9190614feb565b84614626611b9b565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614661573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614685919061527e565b6040516001600160e01b031960e087901b1681526001600160a01b0394851660048201526001600160601b0390931660248401529216604482015260ff9091166064820152608401602060405180830381865af41580156146e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061470c9190615064565b61136457604051633acbdd6160e01b81526001600160a01b0382166004820152602401610885565b61473c61393c565b6139726148cb565b61474c61393c565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156147a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147c69190615064565b6147ee5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610885565b6147f7876148d3565b61480186836148e4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016148708382615a9f565b50611f73634a531f3360e01b613aa7565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044016128cf565b612a0a61393c565b6148db61393c565b613ad78161495a565b6148ec61393c565b6148f461496b565b6148fd826149b3565b6001600160a01b0381166149245760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615b5a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61496261393c565b613ad7816136d2565b61497361393c565b6139726301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6149bb61393c565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a359190615064565b614a5d5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610885565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6040805161012081019091525f60e0820181815261010083019190915281908152602001614af9604080518082019091525f808252602082015290565b8152602001614b17604080518082019091525f808252602082015290565b8152602001614b35604080518082019091525f808252602082015290565b8152602001614b53604080518082019091525f808252602082015290565b8152602001614b71604080518082019091525f808252602082015290565b8152602001614b8f604080518082019091525f808252602082015290565b905290565b5f60208284031215614ba4575f80fd5b81356001600160e01b03198116811461290e575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614c31608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614c75610100840182614bbb565b949350505050565b6001600160601b0381168114613ad7575f80fd5b5f60208284031215614ca1575f80fd5b813561290e81614c7d565b8015158114613ad7575f80fd5b5f60208284031215614cc9575f80fd5b813561290e81614cac565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614d0a57614d0a614cd4565b60405290565b60405160e081016001600160401b0381118282101715614d0a57614d0a614cd4565b60405161010081016001600160401b0381118282101715614d0a57614d0a614cd4565b604051601f8201601f191681016001600160401b0381118282101715614d7d57614d7d614cd4565b604052919050565b5f6001600160401b03821115614d9d57614d9d614cd4565b50601f01601f191660200190565b5f82601f830112614dba575f80fd5b8135614dcd614dc882614d85565b614d55565b818152846020838601011115614de1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614e0d575f80fd5b81356001600160401b03811115614e22575f80fd5b614c7584828501614dab565b6001600160a01b0381168114613ad7575f80fd5b5f8060408385031215614e53575f80fd5b8235614e5e81614e2e565b91506020830135614e6e81614c7d565b809150509250929050565b5f60408284031215614e89575f80fd5b614e91614ce8565b90508135614e9e81614e2e565b81526020820135614eae81614c7d565b602082015292915050565b5f8060808385031215614eca575f80fd5b614ed48484614e79565b915061382b8460408501614e79565b5f8060408385031215614ef4575f80fd5b8235614eff81614e2e565b915060208301356001600160401b03811115614f19575f80fd5b614f2585828601614dab565b9150509250929050565b5f8060408385031215614f40575f80fd5b8235614f4b81614e2e565b91506020830135614e6e81614e2e565b5f60208284031215614f6b575f80fd5b813561290e81614e2e565b5f805f60c08486031215614f88575f80fd5b614f928585614e79565b9250614fa18560408601614e79565b9150614fb08560808601614e79565b90509250925092565b5f60208284031215614fc9575f80fd5b815162ffffff8116811461290e575f80fd5b8051614fe681614c7d565b919050565b5f60208284031215614ffb575f80fd5b815161290e81614c7d565b600181811c9082168061501a57607f821691505b60208210810361503857634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6020828403121561504e575f80fd5b815161290e81614e2e565b8051614fe681614cac565b5f60208284031215615074575f80fd5b815161290e81614cac565b8051614fe681614e2e565b6001600160401b0381168114613ad7575f80fd5b5f602082840312156150ae575f80fd5b815161290e8161508a565b5f604082840312156150c9575f80fd5b6150d1614ce8565b905081516150de81614e2e565b81526020820151614eae81614c7d565b5f6101c0828403128015615100575f80fd5b50615109614d10565b61511384846150b9565b815261512284604085016150b9565b602082015261513484608085016150b9565b60408201526151468460c085016150b9565b60608201526151598461010085016150b9565b608082015261516c8461014085016150b9565b60a082015261517f8461018085016150b9565b60c08201529392505050565b80516001600160a01b031682526020908101516001600160601b0316910152565b608081016151ba828561518b565b61290e604083018461518b565b5f6101e0820190506001600160601b03841682526151e960208301845161518b565b60208301516151fb606084018261518b565b50604083015161520e60a084018261518b565b50606083015161522160e084018261518b565b50608083015161523561012084018261518b565b5060a083015161524961016084018261518b565b5060c083015161525d6101a084018261518b565b509392505050565b60ff81168114613ad7575f80fd5b8051614fe681615265565b5f6020828403121561528e575f80fd5b815161290e81615265565b5f80858511156152a7575f80fd5b838611156152b3575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156152f1576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f615344614dc884614d85565b9050828152838383011115615357575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f83011261537c575f80fd5b61290e83835160208501615337565b5f60e0828403121561539b575f80fd5b6153a3614d10565b90506153ae82614fdb565b81526153bc60208301614fdb565b60208201526153cd60408301615273565b60408201526153de60608301615059565b60608201526153ef6080830161507f565b608082015261540060a0830161507f565b60a082015260c08201516001600160401b0381111561541d575f80fd5b6154298482850161536d565b60c08301525092915050565b5f8060408385031215615446575f80fd5b82516001600160401b0381111561545b575f80fd5b6154678582860161538b565b9250506020830151614e6e81614e2e565b6001600160601b038716815260c060208201525f61549960c0830188614bbb565b6001600160a01b0396871660408401526001600160601b039586166060840152939095166080820152921660a0909201919091529392505050565b5f80604083850312156154e5575f80fd5b82516154f081614e2e565b6020840151909250614e6e81614e2e565b5f60208284031215615511575f80fd5b81516001600160401b03811115615526575f80fd5b614c758482850161538b565b5f82601f830112615541575f80fd5b81516001600160401b0381111561555a5761555a614cd4565b8060051b61556a60208201614d55565b91825260208185018101929081019086841115615585575f80fd5b6020860192505b838310156155b057825161559f81614c7d565b82526020928301929091019061558c565b9695505050505050565b5f602082840312156155ca575f80fd5b81516001600160401b038111156155df575f80fd5b820161010081850312156155f1575f80fd5b6155f9614d32565b61560282615059565b815261561060208301615059565b602082015261562160408301615059565b604082015261563260608301615273565b606082015261564360808301615273565b608082015261565460a08301614fdb565b60a082015261566560c08301614fdb565b60c082015260e08201516001600160401b03811115615682575f80fd5b61568e86828501615532565b60e083015250949350505050565b5f602082840312156156ac575f80fd5b81516001600160401b038111156156c1575f80fd5b8201604081850312156156d2575f80fd5b6156da614ce8565b81516001600160401b038111156156ef575f80fd5b8201601f810186136156ff575f80fd5b61570e86825160208401615337565b8252506020820151915061572182614e2e565b60208101919091529392505050565b6001600160601b0383168152604060208201525f82516040808401526157596080840182614bbb565b602094909401516001600160a01b031660609390930192909252509092915050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156157a2575f80fd5b82516157ad81614cac565b602084015190925063ffffffff81168114614e6e575f80fd5b5f8151808452602084019350602083015f5b828110156157ff5781516001600160601b03168652602095860195909101906001016157d8565b5093949350505050565b8051151582526020810151151560208301525f604082015161582f604085018215159052565b506060820151615844606085018260ff169052565b506080820151615859608085018260ff169052565b5060a082015161587460a08501826001600160601b03169052565b5060c082015161588f60c08501826001600160601b03169052565b5060e082015161010060e0850152614c756101008501826157c6565b6001600160601b0383168152604060208201525f614c756040830184615809565b5f60e08284031280156158dd575f80fd5b506158e6614d10565b82516158f181614c7d565b8152602083015161590181614e2e565b6020820152604083015161591481614e2e565b6040820152606083015161592781614cac565b606082015261593860808401615059565b608082015261594960a08401615059565b60a082015261517f60c08401615059565b5f610100820190506001600160601b03841682526001600160601b03835116602083015260018060a01b03602084015116604083015260018060a01b03604084015116606083015260608301511515608083015260808301516159c160a084018215159052565b5060a083015180151560c08401525060c083015180151560e084015261525d565b6001600160601b0384168152606060208201525f615a036060830185615809565b905060ff83166040830152949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615a4b57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115613a1157805f5260205f20601f840160051c81016020851015615a795750805b601f840160051c820191505b81811015615a98575f8155600101615a85565b5050505050565b81516001600160401b03811115615ab857615ab8614cd4565b615acc81615ac68454615006565b84615a54565b6020601f821160018114615afe575f8315615ae75750848201515b5f19600385901b1c1916600184901b178455615a98565b5f84815260208120601f198516915b82811015615b2d5787850151825560209485019460019092019101615b0d565b5084821015615b4a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212200f3f8f3111c53d79ca88e3a40f9d8c1b6885840e3678be3bd2dda2fd082b30d764736f6c634300081a0033",
1227
+ "linkReferences": {
1228
+ "contracts/shared/ContractLib.sol": {
1229
+ "ContractLib": [
1230
+ {
1231
+ "length": 20,
1232
+ "start": 10232
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 10413
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 14010
1241
+ },
1242
+ {
1243
+ "length": 20,
1244
+ "start": 14156
1245
+ },
1246
+ {
1247
+ "length": 20,
1248
+ "start": 17919
1249
+ },
1250
+ {
1251
+ "length": 20,
1252
+ "start": 18496
1253
+ },
1254
+ {
1255
+ "length": 20,
1256
+ "start": 19119
1257
+ }
1258
+ ]
1259
+ },
1260
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1261
+ "TokenHandlerDeployerLib": [
1262
+ {
1263
+ "length": 20,
1264
+ "start": 13197
1265
+ }
1266
+ ]
1267
+ },
1268
+ "contracts/type/Amount.sol": {
1269
+ "AmountLib": [
1270
+ {
1271
+ "length": 20,
1272
+ "start": 2069
1273
+ },
1274
+ {
1275
+ "length": 20,
1276
+ "start": 2218
1277
+ },
1278
+ {
1279
+ "length": 20,
1280
+ "start": 10631
1281
+ },
1282
+ {
1283
+ "length": 20,
1284
+ "start": 10771
1285
+ }
1286
+ ]
1287
+ },
1288
+ "contracts/type/ChainId.sol": {
1289
+ "ChainIdLib": [
1290
+ {
1291
+ "length": 20,
1292
+ "start": 18058
1293
+ }
1294
+ ]
1295
+ },
1296
+ "contracts/type/Fee.sol": {
1297
+ "FeeLib": [
1298
+ {
1299
+ "length": 20,
1300
+ "start": 4543
1301
+ },
1302
+ {
1303
+ "length": 20,
1304
+ "start": 4726
1305
+ },
1306
+ {
1307
+ "length": 20,
1308
+ "start": 7447
1309
+ },
1310
+ {
1311
+ "length": 20,
1312
+ "start": 7650
1313
+ },
1314
+ {
1315
+ "length": 20,
1316
+ "start": 7838
1317
+ },
1318
+ {
1319
+ "length": 20,
1320
+ "start": 8694
1321
+ },
1322
+ {
1323
+ "length": 20,
1324
+ "start": 8905
1325
+ }
1326
+ ]
1327
+ },
1328
+ "contracts/type/NftId.sol": {
1329
+ "NftIdLib": [
1330
+ {
1331
+ "length": 20,
1332
+ "start": 1464
1333
+ },
1334
+ {
1335
+ "length": 20,
1336
+ "start": 6975
1337
+ },
1338
+ {
1339
+ "length": 20,
1340
+ "start": 9395
1341
+ },
1342
+ {
1343
+ "length": 20,
1344
+ "start": 15895
1345
+ },
1346
+ {
1347
+ "length": 20,
1348
+ "start": 16142
1349
+ },
1350
+ {
1351
+ "length": 20,
1352
+ "start": 16279
1353
+ },
1354
+ {
1355
+ "length": 20,
1356
+ "start": 16736
1357
+ },
1358
+ {
1359
+ "length": 20,
1360
+ "start": 17280
1361
+ },
1362
+ {
1363
+ "length": 20,
1364
+ "start": 18815
1365
+ }
1366
+ ]
1367
+ },
1368
+ "contracts/type/RoleId.sol": {
1369
+ "RoleIdLib": [
1370
+ {
1371
+ "length": 20,
1372
+ "start": 6552
1373
+ }
1374
+ ]
1375
+ },
1376
+ "contracts/type/Version.sol": {
1377
+ "VersionLib": [
1378
+ {
1379
+ "length": 20,
1380
+ "start": 1310
1381
+ },
1382
+ {
1383
+ "length": 20,
1384
+ "start": 3610
1385
+ }
1386
+ ]
1387
+ }
1388
+ },
1389
+ "deployedLinkReferences": {
1390
+ "contracts/shared/ContractLib.sol": {
1391
+ "ContractLib": [
1392
+ {
1393
+ "length": 20,
1394
+ "start": 10018
1395
+ },
1396
+ {
1397
+ "length": 20,
1398
+ "start": 10199
1399
+ },
1400
+ {
1401
+ "length": 20,
1402
+ "start": 13796
1403
+ },
1404
+ {
1405
+ "length": 20,
1406
+ "start": 13942
1407
+ },
1408
+ {
1409
+ "length": 20,
1410
+ "start": 17705
1411
+ },
1412
+ {
1413
+ "length": 20,
1414
+ "start": 18282
1415
+ },
1416
+ {
1417
+ "length": 20,
1418
+ "start": 18905
1419
+ }
1420
+ ]
1421
+ },
1422
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1423
+ "TokenHandlerDeployerLib": [
1424
+ {
1425
+ "length": 20,
1426
+ "start": 12983
1427
+ }
1428
+ ]
1429
+ },
1430
+ "contracts/type/Amount.sol": {
1431
+ "AmountLib": [
1432
+ {
1433
+ "length": 20,
1434
+ "start": 1855
1435
+ },
1436
+ {
1437
+ "length": 20,
1438
+ "start": 2004
1439
+ },
1440
+ {
1441
+ "length": 20,
1442
+ "start": 10417
1443
+ },
1444
+ {
1445
+ "length": 20,
1446
+ "start": 10557
1447
+ }
1448
+ ]
1449
+ },
1450
+ "contracts/type/ChainId.sol": {
1451
+ "ChainIdLib": [
1452
+ {
1453
+ "length": 20,
1454
+ "start": 17844
1455
+ }
1456
+ ]
1457
+ },
1458
+ "contracts/type/Fee.sol": {
1459
+ "FeeLib": [
1460
+ {
1461
+ "length": 20,
1462
+ "start": 4329
1463
+ },
1464
+ {
1465
+ "length": 20,
1466
+ "start": 4512
1467
+ },
1468
+ {
1469
+ "length": 20,
1470
+ "start": 7233
1471
+ },
1472
+ {
1473
+ "length": 20,
1474
+ "start": 7436
1475
+ },
1476
+ {
1477
+ "length": 20,
1478
+ "start": 7624
1479
+ },
1480
+ {
1481
+ "length": 20,
1482
+ "start": 8480
1483
+ },
1484
+ {
1485
+ "length": 20,
1486
+ "start": 8691
1487
+ }
1488
+ ]
1489
+ },
1490
+ "contracts/type/NftId.sol": {
1491
+ "NftIdLib": [
1492
+ {
1493
+ "length": 20,
1494
+ "start": 1250
1495
+ },
1496
+ {
1497
+ "length": 20,
1498
+ "start": 6761
1499
+ },
1500
+ {
1501
+ "length": 20,
1502
+ "start": 9181
1503
+ },
1504
+ {
1505
+ "length": 20,
1506
+ "start": 15681
1507
+ },
1508
+ {
1509
+ "length": 20,
1510
+ "start": 15928
1511
+ },
1512
+ {
1513
+ "length": 20,
1514
+ "start": 16065
1515
+ },
1516
+ {
1517
+ "length": 20,
1518
+ "start": 16522
1519
+ },
1520
+ {
1521
+ "length": 20,
1522
+ "start": 17066
1523
+ },
1524
+ {
1525
+ "length": 20,
1526
+ "start": 18601
1527
+ }
1528
+ ]
1529
+ },
1530
+ "contracts/type/RoleId.sol": {
1531
+ "RoleIdLib": [
1532
+ {
1533
+ "length": 20,
1534
+ "start": 6338
1535
+ }
1536
+ ]
1537
+ },
1538
+ "contracts/type/Version.sol": {
1539
+ "VersionLib": [
1540
+ {
1541
+ "length": 20,
1542
+ "start": 1096
1543
+ },
1544
+ {
1545
+ "length": 20,
1546
+ "start": 3396
1547
+ }
1548
+ ]
1549
+ }
1550
+ }
1551
+ }