@etherisc/gif-next 0.0.2-e0ff180-766 → 0.0.2-e14821a-976

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