@etherisc/gif-next 0.0.2-790d44b-698 → 0.0.2-79292f9-089

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (737) hide show
  1. package/README.md +267 -42
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +195 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1489 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1159 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1502 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +842 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +914 -0
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +283 -1679
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +495 -2044
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1693 -0
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3469 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  69. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  70. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  71. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  72. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  73. package/artifacts/contracts/instance/module/{distribution/IDistribution.sol → IDistribution.sol}/IDistribution.json +1 -1
  74. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  75. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  76. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  78. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  79. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  80. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1126 -0
  82. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  84. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  86. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  88. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  90. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1018 -0
  92. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  94. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  96. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1395 -0
  98. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  100. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  101. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1466 -0
  102. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +818 -0
  104. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  106. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  107. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  108. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1218 -0
  110. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  111. package/artifacts/contracts/pool/Pool.sol/Pool.json +1181 -0
  112. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
  114. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  116. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  117. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
  118. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  120. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  121. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1243 -0
  122. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  123. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  124. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1331 -0
  126. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  128. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +230 -384
  130. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  131. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +788 -0
  132. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  133. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +800 -0
  134. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  135. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +328 -260
  136. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  137. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  138. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  139. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +187 -192
  140. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1263 -0
  142. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  144. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  145. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
  146. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  147. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  148. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  149. package/artifacts/contracts/product/Product.sol/Product.json +1201 -0
  150. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  151. package/artifacts/contracts/product/RiskService.sol/RiskService.json +695 -0
  152. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +702 -0
  154. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  155. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  156. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  157. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +924 -119
  158. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  159. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  160. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  161. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  162. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  163. package/artifacts/contracts/registry/Registry.sol/Registry.json +1106 -235
  164. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  165. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
  166. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
  168. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
  170. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  172. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  173. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1133 -0
  174. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  175. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  176. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  177. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  178. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  179. package/artifacts/contracts/shared/Component.sol/Component.json +832 -0
  180. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  181. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1680 -0
  182. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
  184. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
  186. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  188. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  190. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  192. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
  194. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  196. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  197. package/artifacts/contracts/{instance/module/component/IComponent.sol/IComponentModule.json → shared/INftOwnable.sol/INftOwnable.json} +66 -52
  198. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  200. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  202. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  203. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  204. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/base → shared}/IService.sol/IService.json +159 -154
  206. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  208. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  209. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  210. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +940 -0
  212. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +102 -165
  214. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  216. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  217. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  218. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  219. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
  220. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  221. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  222. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
  224. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  225. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  226. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  227. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/Service.sol/Service.json} +260 -193
  228. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  229. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  230. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  231. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  232. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1412 -0
  234. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  235. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  236. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +387 -0
  238. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  239. package/artifacts/contracts/staking/Staking.sol/Staking.json +1941 -0
  240. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  242. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  244. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  246. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  248. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  250. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  252. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
  254. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  255. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  256. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  258. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  260. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  262. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  264. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  266. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  268. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  270. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  272. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  274. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  276. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  278. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  280. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  282. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  284. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +222 -0
  286. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  288. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  290. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  292. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  294. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  296. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  298. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  300. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  302. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +81 -0
  304. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  306. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  308. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  309. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  310. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  311. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  312. package/contracts/authorization/AccessAdmin.sol +590 -0
  313. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  314. package/contracts/authorization/Authorization.sol +220 -0
  315. package/contracts/authorization/IAccess.sol +48 -0
  316. package/contracts/authorization/IAccessAdmin.sol +135 -0
  317. package/contracts/authorization/IAuthorization.sol +54 -0
  318. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  319. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  320. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  321. package/contracts/authorization/ServiceAuthorization.sol +91 -0
  322. package/contracts/distribution/BasicDistribution.sol +138 -0
  323. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  324. package/contracts/distribution/Distribution.sol +295 -0
  325. package/contracts/distribution/DistributionService.sol +322 -0
  326. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  327. package/contracts/distribution/IDistributionComponent.sol +52 -0
  328. package/contracts/distribution/IDistributionService.sol +95 -0
  329. package/contracts/instance/BundleSet.sol +126 -0
  330. package/contracts/instance/IInstance.sol +57 -47
  331. package/contracts/instance/IInstanceService.sol +92 -0
  332. package/contracts/instance/Instance.sol +216 -61
  333. package/contracts/instance/InstanceAdmin.sol +285 -0
  334. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  335. package/contracts/instance/InstanceReader.sol +408 -0
  336. package/contracts/instance/InstanceService.sol +466 -0
  337. package/contracts/instance/InstanceServiceManager.sol +40 -0
  338. package/contracts/instance/InstanceStore.sol +277 -0
  339. package/contracts/instance/base/BalanceStore.sol +123 -0
  340. package/contracts/instance/base/Cloneable.sol +28 -0
  341. package/contracts/instance/base/ObjectCounter.sol +21 -0
  342. package/contracts/instance/base/ObjectLifecycle.sol +105 -0
  343. package/contracts/instance/base/ObjectSet.sol +79 -0
  344. package/contracts/instance/module/IAccess.sol +46 -0
  345. package/contracts/instance/module/IBundle.sol +20 -0
  346. package/contracts/instance/module/IComponents.sol +46 -0
  347. package/contracts/instance/module/IDistribution.sol +41 -0
  348. package/contracts/instance/module/IPolicy.sol +84 -0
  349. package/contracts/instance/module/IRisk.sol +11 -0
  350. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  351. package/contracts/oracle/BasicOracle.sol +48 -0
  352. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  353. package/contracts/oracle/IOracle.sol +36 -0
  354. package/contracts/oracle/IOracleComponent.sol +33 -0
  355. package/contracts/oracle/IOracleService.sol +65 -0
  356. package/contracts/oracle/Oracle.sol +167 -0
  357. package/contracts/oracle/OracleService.sol +279 -0
  358. package/contracts/oracle/OracleServiceManager.sol +39 -0
  359. package/contracts/pool/BasicPool.sol +166 -0
  360. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  361. package/contracts/pool/BundleService.sol +436 -0
  362. package/contracts/pool/BundleServiceManager.sol +39 -0
  363. package/contracts/pool/IBundleService.sol +134 -0
  364. package/contracts/pool/IPoolComponent.sol +58 -0
  365. package/contracts/pool/IPoolService.sol +163 -0
  366. package/contracts/pool/Pool.sol +328 -0
  367. package/contracts/pool/PoolService.sol +541 -0
  368. package/contracts/pool/PoolServiceManager.sol +39 -0
  369. package/contracts/product/ApplicationService.sol +250 -0
  370. package/contracts/product/ApplicationServiceManager.sol +38 -0
  371. package/contracts/product/BasicProduct.sol +53 -0
  372. package/contracts/product/BasicProductAuthorization.sol +43 -0
  373. package/contracts/product/ClaimService.sol +416 -0
  374. package/contracts/product/ClaimServiceManager.sol +38 -0
  375. package/contracts/product/IApplicationService.sol +63 -0
  376. package/contracts/product/IClaimService.sol +100 -0
  377. package/contracts/product/IPolicyService.sol +84 -0
  378. package/contracts/product/IPricingService.sol +39 -0
  379. package/contracts/product/IProductComponent.sol +40 -0
  380. package/contracts/product/IRiskService.sol +33 -0
  381. package/contracts/product/PolicyService.sol +584 -0
  382. package/contracts/product/PolicyServiceManager.sol +39 -0
  383. package/contracts/product/PricingService.sol +304 -0
  384. package/contracts/product/PricingServiceManager.sol +39 -0
  385. package/contracts/product/Product.sol +411 -0
  386. package/contracts/product/RiskService.sol +97 -0
  387. package/contracts/product/RiskServiceManager.sol +39 -0
  388. package/contracts/registry/ChainNft.sol +131 -40
  389. package/contracts/registry/IRegistry.sol +140 -29
  390. package/contracts/registry/IRegistryService.sol +69 -0
  391. package/contracts/registry/ITransferInterceptor.sol +7 -0
  392. package/contracts/registry/Registry.sol +593 -346
  393. package/contracts/registry/RegistryAdmin.sol +464 -0
  394. package/contracts/registry/RegistryService.sol +251 -0
  395. package/contracts/registry/RegistryServiceManager.sol +53 -0
  396. package/contracts/registry/ReleaseLifecycle.sol +29 -0
  397. package/contracts/registry/ReleaseRegistry.sol +538 -0
  398. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  399. package/contracts/registry/TokenRegistry.sol +315 -0
  400. package/contracts/shared/Component.sol +268 -0
  401. package/contracts/shared/ComponentService.sol +641 -0
  402. package/contracts/shared/ComponentServiceManager.sol +35 -0
  403. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  404. package/contracts/shared/IComponent.sol +70 -0
  405. package/contracts/shared/IComponentService.sol +108 -0
  406. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  407. package/contracts/shared/IKeyValueStore.sol +54 -0
  408. package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
  409. package/contracts/shared/INftOwnable.sol +23 -0
  410. package/contracts/shared/IPolicyHolder.sol +45 -0
  411. package/contracts/shared/IRegisterable.sol +10 -19
  412. package/contracts/shared/IRegistryLinked.sol +11 -0
  413. package/contracts/shared/IService.sol +25 -0
  414. package/contracts/shared/InitializableCustom.sol +177 -0
  415. package/contracts/shared/InitializableERC165.sol +27 -0
  416. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  417. package/contracts/shared/KeyValueStore.sol +131 -0
  418. package/contracts/shared/Lifecycle.sol +77 -0
  419. package/contracts/shared/NftIdSet.sol +65 -0
  420. package/contracts/shared/NftOwnable.sol +107 -0
  421. package/contracts/shared/PolicyHolder.sol +99 -0
  422. package/contracts/shared/Registerable.sol +54 -65
  423. package/contracts/shared/RegistryLinked.sol +43 -0
  424. package/contracts/shared/Service.sol +82 -0
  425. package/contracts/shared/TokenHandler.sol +139 -0
  426. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  427. package/contracts/staking/IStaking.sol +167 -0
  428. package/contracts/staking/IStakingService.sol +160 -0
  429. package/contracts/staking/StakeManagerLib.sol +206 -0
  430. package/contracts/staking/Staking.sol +497 -0
  431. package/contracts/staking/StakingLifecycle.sol +23 -0
  432. package/contracts/staking/StakingManager.sol +50 -0
  433. package/contracts/staking/StakingReader.sol +183 -0
  434. package/contracts/staking/StakingService.sol +407 -0
  435. package/contracts/staking/StakingServiceManager.sol +44 -0
  436. package/contracts/staking/StakingStore.sol +605 -0
  437. package/contracts/staking/TargetManagerLib.sol +207 -0
  438. package/contracts/{types → type}/AddressSet.sol +1 -1
  439. package/contracts/type/Amount.sol +135 -0
  440. package/contracts/{types → type}/Blocknumber.sol +27 -3
  441. package/contracts/type/ClaimId.sol +75 -0
  442. package/contracts/type/DistributorType.sol +55 -0
  443. package/contracts/type/Fee.sol +66 -0
  444. package/contracts/{types → type}/Key32.sol +8 -3
  445. package/contracts/{types → type}/NftId.sol +21 -15
  446. package/contracts/type/NftIdSet.sol +62 -0
  447. package/contracts/type/ObjectType.sol +271 -0
  448. package/contracts/type/PayoutId.sol +82 -0
  449. package/contracts/type/Referral.sol +90 -0
  450. package/contracts/type/RequestId.sol +75 -0
  451. package/contracts/{types → type}/RiskId.sol +1 -1
  452. package/contracts/type/RoleId.sol +174 -0
  453. package/contracts/type/Seconds.sol +93 -0
  454. package/contracts/type/Selector.sol +102 -0
  455. package/contracts/{types → type}/StateId.sol +43 -5
  456. package/contracts/type/String.sol +53 -0
  457. package/contracts/{types → type}/Timestamp.sol +38 -15
  458. package/contracts/type/UFixed.sol +351 -0
  459. package/contracts/{types → type}/Version.sol +13 -3
  460. package/contracts/upgradeability/IVersionable.sol +53 -0
  461. package/contracts/upgradeability/ProxyManager.sol +198 -0
  462. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  463. package/contracts/upgradeability/Versionable.sol +59 -0
  464. package/package.json +11 -7
  465. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  466. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  467. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  468. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -405
  469. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  470. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -174
  471. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  472. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -340
  473. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  474. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -487
  475. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  476. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -370
  477. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  478. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -578
  479. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  480. package/artifacts/contracts/components/Product.sol/Product.json +0 -444
  481. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  482. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  483. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  484. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  485. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  486. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  487. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  488. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  489. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  490. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  491. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  493. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  494. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  495. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  497. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  499. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  501. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  503. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  504. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  506. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  508. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  510. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  512. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  514. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  515. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  516. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  517. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -364
  518. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  519. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  520. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  521. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  522. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  523. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  524. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  525. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
  526. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  527. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  528. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  530. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -364
  531. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  532. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  533. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  534. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  535. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  536. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  537. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -297
  538. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  539. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  540. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -297
  541. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  542. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -117
  543. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  544. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  545. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  546. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +0 -4
  547. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +0 -10
  548. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +0 -4
  549. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +0 -4
  550. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.json +0 -10
  551. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  552. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  553. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -284
  554. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  555. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -284
  556. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  557. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  558. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
  560. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
  562. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -113
  565. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -131
  567. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  569. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -511
  571. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  573. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -511
  575. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -595
  577. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -484
  579. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  581. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -366
  582. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  583. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  585. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -607
  586. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  587. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -922
  588. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  589. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  590. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  591. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  592. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  593. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  594. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  595. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  596. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  597. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.dbg.json +0 -4
  598. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.json +0 -248
  599. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.dbg.json +0 -4
  600. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.json +0 -129
  601. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  602. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  603. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +0 -4
  604. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +0 -405
  605. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  606. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  607. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  608. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -578
  609. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  610. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -575
  611. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  612. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  613. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  614. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  615. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  616. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -443
  617. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  619. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  620. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  621. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -270
  623. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  624. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  625. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  626. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  627. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  629. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  631. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  633. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  634. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  635. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  637. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  638. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  639. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  640. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  641. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +0 -4
  642. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.json +0 -99
  643. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  644. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  645. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  646. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  647. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  650. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  652. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  653. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  654. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  656. package/contracts/components/BaseComponent.sol +0 -94
  657. package/contracts/components/Distribution.sol +0 -132
  658. package/contracts/components/IBaseComponent.sol +0 -19
  659. package/contracts/components/IDistributionComponent.sol +0 -47
  660. package/contracts/components/IPoolComponent.sol +0 -71
  661. package/contracts/components/IProductComponent.sol +0 -38
  662. package/contracts/components/Pool.sol +0 -235
  663. package/contracts/components/Product.sol +0 -227
  664. package/contracts/experiment/errors/Require.sol +0 -38
  665. package/contracts/experiment/errors/Revert.sol +0 -44
  666. package/contracts/experiment/inheritance/A.sol +0 -53
  667. package/contracts/experiment/inheritance/B.sol +0 -28
  668. package/contracts/experiment/inheritance/C.sol +0 -34
  669. package/contracts/experiment/inheritance/IA.sol +0 -13
  670. package/contracts/experiment/inheritance/IB.sol +0 -10
  671. package/contracts/experiment/inheritance/IC.sol +0 -12
  672. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  673. package/contracts/experiment/statemachine/ISM.sol +0 -25
  674. package/contracts/experiment/statemachine/README.md +0 -112
  675. package/contracts/experiment/statemachine/SM.sol +0 -57
  676. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  677. package/contracts/experiment/types/TypeA.sol +0 -47
  678. package/contracts/experiment/types/TypeB.sol +0 -29
  679. package/contracts/instance/IInstanceLinked.sol +0 -8
  680. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  681. package/contracts/instance/base/IInstanceBase.sol +0 -22
  682. package/contracts/instance/base/IKeyValueStore.sol +0 -50
  683. package/contracts/instance/base/IService.sol +0 -15
  684. package/contracts/instance/base/InstanceBase.sol +0 -91
  685. package/contracts/instance/base/KeyValueStore.sol +0 -161
  686. package/contracts/instance/base/Lifecycle.sol +0 -100
  687. package/contracts/instance/base/ModuleBase.sol +0 -57
  688. package/contracts/instance/base/ServiceBase.sol +0 -37
  689. package/contracts/instance/module/access/Access.sol +0 -149
  690. package/contracts/instance/module/access/IAccess.sol +0 -53
  691. package/contracts/instance/module/bundle/BundleModule.sol +0 -134
  692. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  693. package/contracts/instance/module/component/ComponentModule.sol +0 -70
  694. package/contracts/instance/module/component/IComponent.sol +0 -28
  695. package/contracts/instance/module/distribution/DistributionModule.sol +0 -17
  696. package/contracts/instance/module/distribution/IDistribution.sol +0 -10
  697. package/contracts/instance/module/policy/IPolicy.sol +0 -63
  698. package/contracts/instance/module/policy/PolicyModule.sol +0 -91
  699. package/contracts/instance/module/pool/IPoolModule.sol +0 -40
  700. package/contracts/instance/module/pool/PoolModule.sol +0 -90
  701. package/contracts/instance/module/risk/IRisk.sol +0 -26
  702. package/contracts/instance/module/risk/RiskModule.sol +0 -62
  703. package/contracts/instance/module/treasury/ITreasury.sol +0 -82
  704. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  705. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -138
  706. package/contracts/instance/service/ComponentOwnerService.sol +0 -157
  707. package/contracts/instance/service/DistributionService.sol +0 -59
  708. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  709. package/contracts/instance/service/IDistributionService.sol +0 -12
  710. package/contracts/instance/service/IPoolService.sol +0 -37
  711. package/contracts/instance/service/IProductService.sol +0 -107
  712. package/contracts/instance/service/PoolService.sol +0 -149
  713. package/contracts/instance/service/ProductService.sol +0 -509
  714. package/contracts/registry/IChainNft.sol +0 -21
  715. package/contracts/registry/IRegistryLinked.sol +0 -8
  716. package/contracts/shared/ERC165.sol +0 -21
  717. package/contracts/shared/IOwnable.sol +0 -6
  718. package/contracts/shared/IVersionable.sol +0 -94
  719. package/contracts/shared/Proxy.sol +0 -94
  720. package/contracts/shared/Versionable.sol +0 -141
  721. package/contracts/test/TestDistribution.sol +0 -21
  722. package/contracts/test/TestFee.sol +0 -25
  723. package/contracts/test/TestPool.sol +0 -25
  724. package/contracts/test/TestProduct.sol +0 -72
  725. package/contracts/test/TestRegisterable.sol +0 -19
  726. package/contracts/test/TestRoleId.sol +0 -14
  727. package/contracts/test/TestService.sol +0 -32
  728. package/contracts/test/TestToken.sol +0 -26
  729. package/contracts/test/TestVersion.sol +0 -44
  730. package/contracts/test/TestVersionable.sol +0 -17
  731. package/contracts/types/ChainId.sol +0 -38
  732. package/contracts/types/Fee.sol +0 -56
  733. package/contracts/types/NftIdSet.sol +0 -60
  734. package/contracts/types/ObjectType.sol +0 -131
  735. package/contracts/types/ReferralId.sol +0 -48
  736. package/contracts/types/RoleId.sol +0 -38
  737. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1941 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Staking",
4
+ "sourceName": "contracts/staking/Staking.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
+ "name": "ErrorComponentNameLengthZero",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "address",
53
+ "name": "caller",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "ErrorComponentNotChainNft",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [],
62
+ "name": "ErrorComponentTokenAddressZero",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "ErrorComponentWalletAddressZero",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "ErrorComponentWalletNotComponent",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "NftId",
84
+ "name": "nftId",
85
+ "type": "uint96"
86
+ }
87
+ ],
88
+ "name": "ErrorNftOwnableAlreadyLinked",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [
93
+ {
94
+ "internalType": "address",
95
+ "name": "contractAddress",
96
+ "type": "address"
97
+ }
98
+ ],
99
+ "name": "ErrorNftOwnableContractNotRegistered",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "ErrorNftOwnableInitialOwnerZero",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [
109
+ {
110
+ "internalType": "address",
111
+ "name": "account",
112
+ "type": "address"
113
+ }
114
+ ],
115
+ "name": "ErrorNftOwnableNotOwner",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "registryAddress",
123
+ "type": "address"
124
+ }
125
+ ],
126
+ "name": "ErrorNotRegistry",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "owner",
134
+ "type": "address"
135
+ },
136
+ {
137
+ "internalType": "address",
138
+ "name": "tokenHandler",
139
+ "type": "address"
140
+ },
141
+ {
142
+ "internalType": "uint256",
143
+ "name": "amount",
144
+ "type": "uint256"
145
+ },
146
+ {
147
+ "internalType": "uint256",
148
+ "name": "dipAllowance",
149
+ "type": "uint256"
150
+ }
151
+ ],
152
+ "name": "ErrorStakingDipAllowanceInsufficient",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [
157
+ {
158
+ "internalType": "address",
159
+ "name": "owner",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "internalType": "uint256",
164
+ "name": "amount",
165
+ "type": "uint256"
166
+ },
167
+ {
168
+ "internalType": "uint256",
169
+ "name": "dipBalance",
170
+ "type": "uint256"
171
+ }
172
+ ],
173
+ "name": "ErrorStakingDipBalanceInsufficient",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [
178
+ {
179
+ "internalType": "NftId",
180
+ "name": "targetNftId",
181
+ "type": "uint96"
182
+ },
183
+ {
184
+ "internalType": "Seconds",
185
+ "name": "maxLockingPeriod",
186
+ "type": "uint40"
187
+ },
188
+ {
189
+ "internalType": "Seconds",
190
+ "name": "lockingPeriod",
191
+ "type": "uint40"
192
+ }
193
+ ],
194
+ "name": "ErrorStakingLockingPeriodTooLong",
195
+ "type": "error"
196
+ },
197
+ {
198
+ "inputs": [
199
+ {
200
+ "internalType": "NftId",
201
+ "name": "targetNftId",
202
+ "type": "uint96"
203
+ }
204
+ ],
205
+ "name": "ErrorStakingLockingPeriodZero",
206
+ "type": "error"
207
+ },
208
+ {
209
+ "inputs": [
210
+ {
211
+ "internalType": "NftId",
212
+ "name": "nftId",
213
+ "type": "uint96"
214
+ }
215
+ ],
216
+ "name": "ErrorStakingNotNftOwner",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "NftId",
223
+ "name": "stakeNftId",
224
+ "type": "uint96"
225
+ }
226
+ ],
227
+ "name": "ErrorStakingNotStake",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [],
232
+ "name": "ErrorStakingNotStakingOwner",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "NftId",
239
+ "name": "targetNftId",
240
+ "type": "uint96"
241
+ }
242
+ ],
243
+ "name": "ErrorStakingNotTarget",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "NftId",
250
+ "name": "targetNftId",
251
+ "type": "uint96"
252
+ },
253
+ {
254
+ "internalType": "UFixed",
255
+ "name": "maxRewardRate",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "UFixed",
260
+ "name": "rewardRate",
261
+ "type": "uint256"
262
+ }
263
+ ],
264
+ "name": "ErrorStakingRewardRateTooHigh",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "NftId",
271
+ "name": "targetNftId",
272
+ "type": "uint96"
273
+ }
274
+ ],
275
+ "name": "ErrorStakingStakeAmountZero",
276
+ "type": "error"
277
+ },
278
+ {
279
+ "inputs": [
280
+ {
281
+ "internalType": "address",
282
+ "name": "stakingByStakingReader",
283
+ "type": "address"
284
+ }
285
+ ],
286
+ "name": "ErrorStakingStakingReaderStakingMismatch",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "inputs": [
291
+ {
292
+ "internalType": "NftId",
293
+ "name": "targetNftId",
294
+ "type": "uint96"
295
+ }
296
+ ],
297
+ "name": "ErrorStakingTargetAlreadyRegistered",
298
+ "type": "error"
299
+ },
300
+ {
301
+ "inputs": [],
302
+ "name": "ErrorStakingTargetNftIdZero",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [
307
+ {
308
+ "internalType": "NftId",
309
+ "name": "targetNftId",
310
+ "type": "uint96"
311
+ }
312
+ ],
313
+ "name": "ErrorStakingTargetNotActive",
314
+ "type": "error"
315
+ },
316
+ {
317
+ "inputs": [
318
+ {
319
+ "internalType": "NftId",
320
+ "name": "targetNftId",
321
+ "type": "uint96"
322
+ }
323
+ ],
324
+ "name": "ErrorStakingTargetNotFound",
325
+ "type": "error"
326
+ },
327
+ {
328
+ "inputs": [
329
+ {
330
+ "internalType": "NftId",
331
+ "name": "targetNftId",
332
+ "type": "uint96"
333
+ },
334
+ {
335
+ "internalType": "uint256",
336
+ "name": "chainId",
337
+ "type": "uint256"
338
+ },
339
+ {
340
+ "internalType": "address",
341
+ "name": "token",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "ErrorStakingTargetTokenNotFound",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "inputs": [
350
+ {
351
+ "internalType": "NftId",
352
+ "name": "targetNftId",
353
+ "type": "uint96"
354
+ },
355
+ {
356
+ "internalType": "ObjectType",
357
+ "name": "objectType",
358
+ "type": "uint8"
359
+ }
360
+ ],
361
+ "name": "ErrorStakingTargetTypeNotSupported",
362
+ "type": "error"
363
+ },
364
+ {
365
+ "inputs": [
366
+ {
367
+ "internalType": "NftId",
368
+ "name": "targetNftId",
369
+ "type": "uint96"
370
+ },
371
+ {
372
+ "internalType": "ObjectType",
373
+ "name": "expectedObjectType",
374
+ "type": "uint8"
375
+ },
376
+ {
377
+ "internalType": "ObjectType",
378
+ "name": "actualObjectType",
379
+ "type": "uint8"
380
+ }
381
+ ],
382
+ "name": "ErrorStakingTargetUnexpectedObjectType",
383
+ "type": "error"
384
+ },
385
+ {
386
+ "inputs": [
387
+ {
388
+ "internalType": "uint256",
389
+ "name": "chainId",
390
+ "type": "uint256"
391
+ },
392
+ {
393
+ "internalType": "address",
394
+ "name": "token",
395
+ "type": "address"
396
+ }
397
+ ],
398
+ "name": "ErrorStakingTokenNotRegistered",
399
+ "type": "error"
400
+ },
401
+ {
402
+ "inputs": [],
403
+ "name": "InvalidInitialization",
404
+ "type": "error"
405
+ },
406
+ {
407
+ "inputs": [],
408
+ "name": "NotInitializing",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "anonymous": false,
413
+ "inputs": [
414
+ {
415
+ "indexed": false,
416
+ "internalType": "address",
417
+ "name": "authority",
418
+ "type": "address"
419
+ }
420
+ ],
421
+ "name": "AuthorityUpdated",
422
+ "type": "event"
423
+ },
424
+ {
425
+ "anonymous": false,
426
+ "inputs": [
427
+ {
428
+ "indexed": false,
429
+ "internalType": "uint64",
430
+ "name": "version",
431
+ "type": "uint64"
432
+ }
433
+ ],
434
+ "name": "Initialized",
435
+ "type": "event"
436
+ },
437
+ {
438
+ "anonymous": false,
439
+ "inputs": [
440
+ {
441
+ "indexed": false,
442
+ "internalType": "address",
443
+ "name": "token",
444
+ "type": "address"
445
+ },
446
+ {
447
+ "indexed": false,
448
+ "internalType": "Amount",
449
+ "name": "limit",
450
+ "type": "uint96"
451
+ }
452
+ ],
453
+ "name": "LogComponentTokenHandlerApproved",
454
+ "type": "event"
455
+ },
456
+ {
457
+ "anonymous": false,
458
+ "inputs": [
459
+ {
460
+ "indexed": false,
461
+ "internalType": "address",
462
+ "name": "oldWallet",
463
+ "type": "address"
464
+ },
465
+ {
466
+ "indexed": false,
467
+ "internalType": "address",
468
+ "name": "newWallet",
469
+ "type": "address"
470
+ }
471
+ ],
472
+ "name": "LogComponentWalletAddressChanged",
473
+ "type": "event"
474
+ },
475
+ {
476
+ "anonymous": false,
477
+ "inputs": [
478
+ {
479
+ "indexed": false,
480
+ "internalType": "address",
481
+ "name": "from",
482
+ "type": "address"
483
+ },
484
+ {
485
+ "indexed": false,
486
+ "internalType": "address",
487
+ "name": "to",
488
+ "type": "address"
489
+ },
490
+ {
491
+ "indexed": false,
492
+ "internalType": "uint256",
493
+ "name": "amount",
494
+ "type": "uint256"
495
+ }
496
+ ],
497
+ "name": "LogComponentWalletTokensTransferred",
498
+ "type": "event"
499
+ },
500
+ {
501
+ "anonymous": false,
502
+ "inputs": [
503
+ {
504
+ "indexed": false,
505
+ "internalType": "NftId",
506
+ "name": "targetNftId",
507
+ "type": "uint96"
508
+ },
509
+ {
510
+ "indexed": false,
511
+ "internalType": "Seconds",
512
+ "name": "oldLockingPeriod",
513
+ "type": "uint40"
514
+ },
515
+ {
516
+ "indexed": false,
517
+ "internalType": "Seconds",
518
+ "name": "lockingPeriod",
519
+ "type": "uint40"
520
+ }
521
+ ],
522
+ "name": "LogStakingLockingPeriodSet",
523
+ "type": "event"
524
+ },
525
+ {
526
+ "anonymous": false,
527
+ "inputs": [
528
+ {
529
+ "indexed": false,
530
+ "internalType": "NftId",
531
+ "name": "targetNftId",
532
+ "type": "uint96"
533
+ },
534
+ {
535
+ "indexed": false,
536
+ "internalType": "UFixed",
537
+ "name": "oldRewardRate",
538
+ "type": "uint256"
539
+ },
540
+ {
541
+ "indexed": false,
542
+ "internalType": "UFixed",
543
+ "name": "rewardRate",
544
+ "type": "uint256"
545
+ }
546
+ ],
547
+ "name": "LogStakingRewardRateSet",
548
+ "type": "event"
549
+ },
550
+ {
551
+ "anonymous": false,
552
+ "inputs": [
553
+ {
554
+ "indexed": false,
555
+ "internalType": "uint256",
556
+ "name": "chainId",
557
+ "type": "uint256"
558
+ },
559
+ {
560
+ "indexed": false,
561
+ "internalType": "address",
562
+ "name": "token",
563
+ "type": "address"
564
+ },
565
+ {
566
+ "indexed": false,
567
+ "internalType": "UFixed",
568
+ "name": "oldStakingRate",
569
+ "type": "uint256"
570
+ },
571
+ {
572
+ "indexed": false,
573
+ "internalType": "UFixed",
574
+ "name": "newStakingRate",
575
+ "type": "uint256"
576
+ }
577
+ ],
578
+ "name": "LogStakingStakingRateSet",
579
+ "type": "event"
580
+ },
581
+ {
582
+ "inputs": [],
583
+ "name": "COMPONENT_LOCATION_V1",
584
+ "outputs": [
585
+ {
586
+ "internalType": "bytes32",
587
+ "name": "",
588
+ "type": "bytes32"
589
+ }
590
+ ],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [],
596
+ "name": "CONTRACT_NAME",
597
+ "outputs": [
598
+ {
599
+ "internalType": "string",
600
+ "name": "",
601
+ "type": "string"
602
+ }
603
+ ],
604
+ "stateMutability": "view",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [],
609
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
610
+ "outputs": [
611
+ {
612
+ "internalType": "bytes32",
613
+ "name": "",
614
+ "type": "bytes32"
615
+ }
616
+ ],
617
+ "stateMutability": "view",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [],
622
+ "name": "REGISTERABLE_LOCATION_V1",
623
+ "outputs": [
624
+ {
625
+ "internalType": "bytes32",
626
+ "name": "",
627
+ "type": "bytes32"
628
+ }
629
+ ],
630
+ "stateMutability": "view",
631
+ "type": "function"
632
+ },
633
+ {
634
+ "inputs": [],
635
+ "name": "STAKING_LOCATION_V1",
636
+ "outputs": [
637
+ {
638
+ "internalType": "bytes32",
639
+ "name": "",
640
+ "type": "bytes32"
641
+ }
642
+ ],
643
+ "stateMutability": "view",
644
+ "type": "function"
645
+ },
646
+ {
647
+ "inputs": [
648
+ {
649
+ "internalType": "address",
650
+ "name": "token",
651
+ "type": "address"
652
+ },
653
+ {
654
+ "internalType": "Amount",
655
+ "name": "spendingLimitAmount",
656
+ "type": "uint96"
657
+ }
658
+ ],
659
+ "name": "approveTokenHandler",
660
+ "outputs": [],
661
+ "stateMutability": "nonpayable",
662
+ "type": "function"
663
+ },
664
+ {
665
+ "inputs": [
666
+ {
667
+ "internalType": "Amount",
668
+ "name": "spendingLimitAmount",
669
+ "type": "uint96"
670
+ }
671
+ ],
672
+ "name": "approveTokenHandler",
673
+ "outputs": [],
674
+ "stateMutability": "nonpayable",
675
+ "type": "function"
676
+ },
677
+ {
678
+ "inputs": [],
679
+ "name": "authority",
680
+ "outputs": [
681
+ {
682
+ "internalType": "address",
683
+ "name": "",
684
+ "type": "address"
685
+ }
686
+ ],
687
+ "stateMutability": "view",
688
+ "type": "function"
689
+ },
690
+ {
691
+ "inputs": [
692
+ {
693
+ "internalType": "NftId",
694
+ "name": "stakeNftId",
695
+ "type": "uint96"
696
+ }
697
+ ],
698
+ "name": "claimRewards",
699
+ "outputs": [
700
+ {
701
+ "internalType": "Amount",
702
+ "name": "rewardsClaimedAmount",
703
+ "type": "uint96"
704
+ }
705
+ ],
706
+ "stateMutability": "nonpayable",
707
+ "type": "function"
708
+ },
709
+ {
710
+ "inputs": [
711
+ {
712
+ "internalType": "address",
713
+ "name": "from",
714
+ "type": "address"
715
+ },
716
+ {
717
+ "internalType": "Amount",
718
+ "name": "dipAmount",
719
+ "type": "uint96"
720
+ }
721
+ ],
722
+ "name": "collectDipAmount",
723
+ "outputs": [],
724
+ "stateMutability": "nonpayable",
725
+ "type": "function"
726
+ },
727
+ {
728
+ "inputs": [
729
+ {
730
+ "internalType": "NftId",
731
+ "name": "stakeNftId",
732
+ "type": "uint96"
733
+ },
734
+ {
735
+ "internalType": "NftId",
736
+ "name": "targetNftId",
737
+ "type": "uint96"
738
+ },
739
+ {
740
+ "internalType": "Amount",
741
+ "name": "stakeAmount",
742
+ "type": "uint96"
743
+ }
744
+ ],
745
+ "name": "createStake",
746
+ "outputs": [],
747
+ "stateMutability": "nonpayable",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [
752
+ {
753
+ "internalType": "NftId",
754
+ "name": "targetNftId",
755
+ "type": "uint96"
756
+ },
757
+ {
758
+ "internalType": "address",
759
+ "name": "token",
760
+ "type": "address"
761
+ },
762
+ {
763
+ "internalType": "Amount",
764
+ "name": "amount",
765
+ "type": "uint96"
766
+ }
767
+ ],
768
+ "name": "decreaseTotalValueLocked",
769
+ "outputs": [
770
+ {
771
+ "internalType": "Amount",
772
+ "name": "newBalance",
773
+ "type": "uint96"
774
+ }
775
+ ],
776
+ "stateMutability": "nonpayable",
777
+ "type": "function"
778
+ },
779
+ {
780
+ "inputs": [],
781
+ "name": "getComponentInfo",
782
+ "outputs": [
783
+ {
784
+ "components": [
785
+ {
786
+ "internalType": "string",
787
+ "name": "name",
788
+ "type": "string"
789
+ },
790
+ {
791
+ "internalType": "NftId",
792
+ "name": "productNftId",
793
+ "type": "uint96"
794
+ },
795
+ {
796
+ "internalType": "contract IERC20Metadata",
797
+ "name": "token",
798
+ "type": "address"
799
+ },
800
+ {
801
+ "internalType": "contract TokenHandler",
802
+ "name": "tokenHandler",
803
+ "type": "address"
804
+ },
805
+ {
806
+ "internalType": "address",
807
+ "name": "wallet",
808
+ "type": "address"
809
+ },
810
+ {
811
+ "internalType": "bytes",
812
+ "name": "data",
813
+ "type": "bytes"
814
+ }
815
+ ],
816
+ "internalType": "struct IComponents.ComponentInfo",
817
+ "name": "info",
818
+ "type": "tuple"
819
+ }
820
+ ],
821
+ "stateMutability": "view",
822
+ "type": "function"
823
+ },
824
+ {
825
+ "inputs": [],
826
+ "name": "getInitialComponentInfo",
827
+ "outputs": [
828
+ {
829
+ "components": [
830
+ {
831
+ "internalType": "string",
832
+ "name": "name",
833
+ "type": "string"
834
+ },
835
+ {
836
+ "internalType": "NftId",
837
+ "name": "productNftId",
838
+ "type": "uint96"
839
+ },
840
+ {
841
+ "internalType": "contract IERC20Metadata",
842
+ "name": "token",
843
+ "type": "address"
844
+ },
845
+ {
846
+ "internalType": "contract TokenHandler",
847
+ "name": "tokenHandler",
848
+ "type": "address"
849
+ },
850
+ {
851
+ "internalType": "address",
852
+ "name": "wallet",
853
+ "type": "address"
854
+ },
855
+ {
856
+ "internalType": "bytes",
857
+ "name": "data",
858
+ "type": "bytes"
859
+ }
860
+ ],
861
+ "internalType": "struct IComponents.ComponentInfo",
862
+ "name": "info",
863
+ "type": "tuple"
864
+ }
865
+ ],
866
+ "stateMutability": "view",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [],
871
+ "name": "getInitialInfo",
872
+ "outputs": [
873
+ {
874
+ "components": [
875
+ {
876
+ "internalType": "NftId",
877
+ "name": "nftId",
878
+ "type": "uint96"
879
+ },
880
+ {
881
+ "internalType": "NftId",
882
+ "name": "parentNftId",
883
+ "type": "uint96"
884
+ },
885
+ {
886
+ "internalType": "ObjectType",
887
+ "name": "objectType",
888
+ "type": "uint8"
889
+ },
890
+ {
891
+ "internalType": "bool",
892
+ "name": "isInterceptor",
893
+ "type": "bool"
894
+ },
895
+ {
896
+ "internalType": "address",
897
+ "name": "objectAddress",
898
+ "type": "address"
899
+ },
900
+ {
901
+ "internalType": "address",
902
+ "name": "initialOwner",
903
+ "type": "address"
904
+ },
905
+ {
906
+ "internalType": "bytes",
907
+ "name": "data",
908
+ "type": "bytes"
909
+ }
910
+ ],
911
+ "internalType": "struct IRegistry.ObjectInfo",
912
+ "name": "info",
913
+ "type": "tuple"
914
+ }
915
+ ],
916
+ "stateMutability": "view",
917
+ "type": "function"
918
+ },
919
+ {
920
+ "inputs": [],
921
+ "name": "getName",
922
+ "outputs": [
923
+ {
924
+ "internalType": "string",
925
+ "name": "name",
926
+ "type": "string"
927
+ }
928
+ ],
929
+ "stateMutability": "view",
930
+ "type": "function"
931
+ },
932
+ {
933
+ "inputs": [],
934
+ "name": "getNftId",
935
+ "outputs": [
936
+ {
937
+ "internalType": "NftId",
938
+ "name": "",
939
+ "type": "uint96"
940
+ }
941
+ ],
942
+ "stateMutability": "view",
943
+ "type": "function"
944
+ },
945
+ {
946
+ "inputs": [],
947
+ "name": "getOwner",
948
+ "outputs": [
949
+ {
950
+ "internalType": "address",
951
+ "name": "",
952
+ "type": "address"
953
+ }
954
+ ],
955
+ "stateMutability": "view",
956
+ "type": "function"
957
+ },
958
+ {
959
+ "inputs": [],
960
+ "name": "getRegistry",
961
+ "outputs": [
962
+ {
963
+ "internalType": "contract IRegistry",
964
+ "name": "",
965
+ "type": "address"
966
+ }
967
+ ],
968
+ "stateMutability": "view",
969
+ "type": "function"
970
+ },
971
+ {
972
+ "inputs": [],
973
+ "name": "getStakingReader",
974
+ "outputs": [
975
+ {
976
+ "internalType": "contract StakingReader",
977
+ "name": "reader",
978
+ "type": "address"
979
+ }
980
+ ],
981
+ "stateMutability": "view",
982
+ "type": "function"
983
+ },
984
+ {
985
+ "inputs": [],
986
+ "name": "getStakingStore",
987
+ "outputs": [
988
+ {
989
+ "internalType": "contract StakingStore",
990
+ "name": "stakingStore",
991
+ "type": "address"
992
+ }
993
+ ],
994
+ "stateMutability": "view",
995
+ "type": "function"
996
+ },
997
+ {
998
+ "inputs": [],
999
+ "name": "getToken",
1000
+ "outputs": [
1001
+ {
1002
+ "internalType": "contract IERC20Metadata",
1003
+ "name": "token",
1004
+ "type": "address"
1005
+ }
1006
+ ],
1007
+ "stateMutability": "view",
1008
+ "type": "function"
1009
+ },
1010
+ {
1011
+ "inputs": [],
1012
+ "name": "getTokenHandler",
1013
+ "outputs": [
1014
+ {
1015
+ "internalType": "contract TokenHandler",
1016
+ "name": "tokenHandler",
1017
+ "type": "address"
1018
+ }
1019
+ ],
1020
+ "stateMutability": "view",
1021
+ "type": "function"
1022
+ },
1023
+ {
1024
+ "inputs": [],
1025
+ "name": "getTokenRegistryAddress",
1026
+ "outputs": [
1027
+ {
1028
+ "internalType": "address",
1029
+ "name": "tokenRegistry",
1030
+ "type": "address"
1031
+ }
1032
+ ],
1033
+ "stateMutability": "view",
1034
+ "type": "function"
1035
+ },
1036
+ {
1037
+ "inputs": [],
1038
+ "name": "getVersion",
1039
+ "outputs": [
1040
+ {
1041
+ "internalType": "Version",
1042
+ "name": "",
1043
+ "type": "uint24"
1044
+ }
1045
+ ],
1046
+ "stateMutability": "pure",
1047
+ "type": "function"
1048
+ },
1049
+ {
1050
+ "inputs": [],
1051
+ "name": "getWallet",
1052
+ "outputs": [
1053
+ {
1054
+ "internalType": "address",
1055
+ "name": "walletAddress",
1056
+ "type": "address"
1057
+ }
1058
+ ],
1059
+ "stateMutability": "view",
1060
+ "type": "function"
1061
+ },
1062
+ {
1063
+ "inputs": [
1064
+ {
1065
+ "internalType": "NftId",
1066
+ "name": "targetNftId",
1067
+ "type": "uint96"
1068
+ },
1069
+ {
1070
+ "internalType": "address",
1071
+ "name": "token",
1072
+ "type": "address"
1073
+ },
1074
+ {
1075
+ "internalType": "Amount",
1076
+ "name": "amount",
1077
+ "type": "uint96"
1078
+ }
1079
+ ],
1080
+ "name": "increaseTotalValueLocked",
1081
+ "outputs": [
1082
+ {
1083
+ "internalType": "Amount",
1084
+ "name": "newBalance",
1085
+ "type": "uint96"
1086
+ }
1087
+ ],
1088
+ "stateMutability": "nonpayable",
1089
+ "type": "function"
1090
+ },
1091
+ {
1092
+ "inputs": [
1093
+ {
1094
+ "internalType": "address",
1095
+ "name": "authority",
1096
+ "type": "address"
1097
+ },
1098
+ {
1099
+ "internalType": "address",
1100
+ "name": "registry",
1101
+ "type": "address"
1102
+ },
1103
+ {
1104
+ "internalType": "NftId",
1105
+ "name": "parentNftId",
1106
+ "type": "uint96"
1107
+ },
1108
+ {
1109
+ "internalType": "string",
1110
+ "name": "name",
1111
+ "type": "string"
1112
+ },
1113
+ {
1114
+ "internalType": "address",
1115
+ "name": "token",
1116
+ "type": "address"
1117
+ },
1118
+ {
1119
+ "internalType": "ObjectType",
1120
+ "name": "componentType",
1121
+ "type": "uint8"
1122
+ },
1123
+ {
1124
+ "internalType": "bool",
1125
+ "name": "isInterceptor",
1126
+ "type": "bool"
1127
+ },
1128
+ {
1129
+ "internalType": "address",
1130
+ "name": "initialOwner",
1131
+ "type": "address"
1132
+ },
1133
+ {
1134
+ "internalType": "bytes",
1135
+ "name": "registryData",
1136
+ "type": "bytes"
1137
+ },
1138
+ {
1139
+ "internalType": "bytes",
1140
+ "name": "componentData",
1141
+ "type": "bytes"
1142
+ }
1143
+ ],
1144
+ "name": "initializeComponent",
1145
+ "outputs": [],
1146
+ "stateMutability": "nonpayable",
1147
+ "type": "function"
1148
+ },
1149
+ {
1150
+ "inputs": [],
1151
+ "name": "initializeERC165",
1152
+ "outputs": [],
1153
+ "stateMutability": "nonpayable",
1154
+ "type": "function"
1155
+ },
1156
+ {
1157
+ "inputs": [
1158
+ {
1159
+ "internalType": "address",
1160
+ "name": "initialOwner",
1161
+ "type": "address"
1162
+ },
1163
+ {
1164
+ "internalType": "address",
1165
+ "name": "registryAddress",
1166
+ "type": "address"
1167
+ }
1168
+ ],
1169
+ "name": "initializeNftOwnable",
1170
+ "outputs": [],
1171
+ "stateMutability": "nonpayable",
1172
+ "type": "function"
1173
+ },
1174
+ {
1175
+ "inputs": [
1176
+ {
1177
+ "internalType": "address",
1178
+ "name": "registryAddress",
1179
+ "type": "address"
1180
+ },
1181
+ {
1182
+ "internalType": "NftId",
1183
+ "name": "parentNftId",
1184
+ "type": "uint96"
1185
+ },
1186
+ {
1187
+ "internalType": "ObjectType",
1188
+ "name": "objectType",
1189
+ "type": "uint8"
1190
+ },
1191
+ {
1192
+ "internalType": "bool",
1193
+ "name": "isInterceptor",
1194
+ "type": "bool"
1195
+ },
1196
+ {
1197
+ "internalType": "address",
1198
+ "name": "initialOwner",
1199
+ "type": "address"
1200
+ },
1201
+ {
1202
+ "internalType": "bytes",
1203
+ "name": "registryData",
1204
+ "type": "bytes"
1205
+ }
1206
+ ],
1207
+ "name": "initializeRegisterable",
1208
+ "outputs": [],
1209
+ "stateMutability": "nonpayable",
1210
+ "type": "function"
1211
+ },
1212
+ {
1213
+ "inputs": [
1214
+ {
1215
+ "internalType": "address",
1216
+ "name": "registryAddress",
1217
+ "type": "address"
1218
+ }
1219
+ ],
1220
+ "name": "initializeRegistryLinked",
1221
+ "outputs": [],
1222
+ "stateMutability": "nonpayable",
1223
+ "type": "function"
1224
+ },
1225
+ {
1226
+ "inputs": [
1227
+ {
1228
+ "internalType": "address",
1229
+ "name": "activatedBy",
1230
+ "type": "address"
1231
+ },
1232
+ {
1233
+ "internalType": "bytes",
1234
+ "name": "data",
1235
+ "type": "bytes"
1236
+ }
1237
+ ],
1238
+ "name": "initializeVersionable",
1239
+ "outputs": [],
1240
+ "stateMutability": "nonpayable",
1241
+ "type": "function"
1242
+ },
1243
+ {
1244
+ "inputs": [],
1245
+ "name": "isConsumingScheduledOp",
1246
+ "outputs": [
1247
+ {
1248
+ "internalType": "bytes4",
1249
+ "name": "",
1250
+ "type": "bytes4"
1251
+ }
1252
+ ],
1253
+ "stateMutability": "view",
1254
+ "type": "function"
1255
+ },
1256
+ {
1257
+ "inputs": [],
1258
+ "name": "isNftInterceptor",
1259
+ "outputs": [
1260
+ {
1261
+ "internalType": "bool",
1262
+ "name": "isInterceptor",
1263
+ "type": "bool"
1264
+ }
1265
+ ],
1266
+ "stateMutability": "view",
1267
+ "type": "function"
1268
+ },
1269
+ {
1270
+ "inputs": [],
1271
+ "name": "isRegistered",
1272
+ "outputs": [
1273
+ {
1274
+ "internalType": "bool",
1275
+ "name": "",
1276
+ "type": "bool"
1277
+ }
1278
+ ],
1279
+ "stateMutability": "view",
1280
+ "type": "function"
1281
+ },
1282
+ {
1283
+ "inputs": [],
1284
+ "name": "linkToRegisteredNftId",
1285
+ "outputs": [
1286
+ {
1287
+ "internalType": "NftId",
1288
+ "name": "nftId",
1289
+ "type": "uint96"
1290
+ }
1291
+ ],
1292
+ "stateMutability": "nonpayable",
1293
+ "type": "function"
1294
+ },
1295
+ {
1296
+ "inputs": [
1297
+ {
1298
+ "internalType": "address",
1299
+ "name": "to",
1300
+ "type": "address"
1301
+ },
1302
+ {
1303
+ "internalType": "uint256",
1304
+ "name": "tokenId",
1305
+ "type": "uint256"
1306
+ }
1307
+ ],
1308
+ "name": "nftMint",
1309
+ "outputs": [],
1310
+ "stateMutability": "nonpayable",
1311
+ "type": "function"
1312
+ },
1313
+ {
1314
+ "inputs": [
1315
+ {
1316
+ "internalType": "address",
1317
+ "name": "from",
1318
+ "type": "address"
1319
+ },
1320
+ {
1321
+ "internalType": "address",
1322
+ "name": "to",
1323
+ "type": "address"
1324
+ },
1325
+ {
1326
+ "internalType": "uint256",
1327
+ "name": "tokenId",
1328
+ "type": "uint256"
1329
+ }
1330
+ ],
1331
+ "name": "nftTransferFrom",
1332
+ "outputs": [],
1333
+ "stateMutability": "nonpayable",
1334
+ "type": "function"
1335
+ },
1336
+ {
1337
+ "inputs": [
1338
+ {
1339
+ "internalType": "NftId",
1340
+ "name": "targetNftId",
1341
+ "type": "uint96"
1342
+ },
1343
+ {
1344
+ "internalType": "Amount",
1345
+ "name": "dipAmount",
1346
+ "type": "uint96"
1347
+ }
1348
+ ],
1349
+ "name": "refillRewardReserves",
1350
+ "outputs": [
1351
+ {
1352
+ "internalType": "Amount",
1353
+ "name": "newBalance",
1354
+ "type": "uint96"
1355
+ }
1356
+ ],
1357
+ "stateMutability": "nonpayable",
1358
+ "type": "function"
1359
+ },
1360
+ {
1361
+ "inputs": [
1362
+ {
1363
+ "internalType": "bytes4",
1364
+ "name": "interfaceId",
1365
+ "type": "bytes4"
1366
+ }
1367
+ ],
1368
+ "name": "registerInterface",
1369
+ "outputs": [],
1370
+ "stateMutability": "nonpayable",
1371
+ "type": "function"
1372
+ },
1373
+ {
1374
+ "inputs": [
1375
+ {
1376
+ "internalType": "NftId",
1377
+ "name": "targetNftId",
1378
+ "type": "uint96"
1379
+ },
1380
+ {
1381
+ "components": [
1382
+ {
1383
+ "internalType": "ObjectType",
1384
+ "name": "objectType",
1385
+ "type": "uint8"
1386
+ },
1387
+ {
1388
+ "internalType": "uint256",
1389
+ "name": "chainId",
1390
+ "type": "uint256"
1391
+ },
1392
+ {
1393
+ "internalType": "Seconds",
1394
+ "name": "lockingPeriod",
1395
+ "type": "uint40"
1396
+ },
1397
+ {
1398
+ "internalType": "UFixed",
1399
+ "name": "rewardRate",
1400
+ "type": "uint256"
1401
+ }
1402
+ ],
1403
+ "internalType": "struct IStaking.TargetInfo",
1404
+ "name": "targetInfo",
1405
+ "type": "tuple"
1406
+ }
1407
+ ],
1408
+ "name": "registerRemoteTarget",
1409
+ "outputs": [],
1410
+ "stateMutability": "nonpayable",
1411
+ "type": "function"
1412
+ },
1413
+ {
1414
+ "inputs": [
1415
+ {
1416
+ "internalType": "NftId",
1417
+ "name": "targetNftId",
1418
+ "type": "uint96"
1419
+ },
1420
+ {
1421
+ "internalType": "ObjectType",
1422
+ "name": "expectedObjectType",
1423
+ "type": "uint8"
1424
+ },
1425
+ {
1426
+ "internalType": "uint256",
1427
+ "name": "chainId",
1428
+ "type": "uint256"
1429
+ },
1430
+ {
1431
+ "internalType": "Seconds",
1432
+ "name": "initialLockingPeriod",
1433
+ "type": "uint40"
1434
+ },
1435
+ {
1436
+ "internalType": "UFixed",
1437
+ "name": "initialRewardRate",
1438
+ "type": "uint256"
1439
+ }
1440
+ ],
1441
+ "name": "registerTarget",
1442
+ "outputs": [],
1443
+ "stateMutability": "nonpayable",
1444
+ "type": "function"
1445
+ },
1446
+ {
1447
+ "inputs": [
1448
+ {
1449
+ "internalType": "NftId",
1450
+ "name": "stakeNftId",
1451
+ "type": "uint96"
1452
+ },
1453
+ {
1454
+ "internalType": "NftId",
1455
+ "name": "newTargetNftId",
1456
+ "type": "uint96"
1457
+ }
1458
+ ],
1459
+ "name": "restake",
1460
+ "outputs": [
1461
+ {
1462
+ "internalType": "NftId",
1463
+ "name": "newStakeNftId",
1464
+ "type": "uint96"
1465
+ }
1466
+ ],
1467
+ "stateMutability": "nonpayable",
1468
+ "type": "function"
1469
+ },
1470
+ {
1471
+ "inputs": [
1472
+ {
1473
+ "internalType": "address",
1474
+ "name": "newAuthority",
1475
+ "type": "address"
1476
+ }
1477
+ ],
1478
+ "name": "setAuthority",
1479
+ "outputs": [],
1480
+ "stateMutability": "nonpayable",
1481
+ "type": "function"
1482
+ },
1483
+ {
1484
+ "inputs": [
1485
+ {
1486
+ "internalType": "NftId",
1487
+ "name": "targetNftId",
1488
+ "type": "uint96"
1489
+ },
1490
+ {
1491
+ "internalType": "Seconds",
1492
+ "name": "lockingPeriod",
1493
+ "type": "uint40"
1494
+ }
1495
+ ],
1496
+ "name": "setLockingPeriod",
1497
+ "outputs": [],
1498
+ "stateMutability": "nonpayable",
1499
+ "type": "function"
1500
+ },
1501
+ {
1502
+ "inputs": [
1503
+ {
1504
+ "internalType": "NftId",
1505
+ "name": "targetNftId",
1506
+ "type": "uint96"
1507
+ },
1508
+ {
1509
+ "internalType": "UFixed",
1510
+ "name": "rewardRate",
1511
+ "type": "uint256"
1512
+ }
1513
+ ],
1514
+ "name": "setRewardRate",
1515
+ "outputs": [],
1516
+ "stateMutability": "nonpayable",
1517
+ "type": "function"
1518
+ },
1519
+ {
1520
+ "inputs": [
1521
+ {
1522
+ "internalType": "uint256",
1523
+ "name": "chainId",
1524
+ "type": "uint256"
1525
+ },
1526
+ {
1527
+ "internalType": "address",
1528
+ "name": "token",
1529
+ "type": "address"
1530
+ },
1531
+ {
1532
+ "internalType": "UFixed",
1533
+ "name": "stakingRate",
1534
+ "type": "uint256"
1535
+ }
1536
+ ],
1537
+ "name": "setStakingRate",
1538
+ "outputs": [],
1539
+ "stateMutability": "nonpayable",
1540
+ "type": "function"
1541
+ },
1542
+ {
1543
+ "inputs": [
1544
+ {
1545
+ "internalType": "contract StakingReader",
1546
+ "name": "stakingReader",
1547
+ "type": "address"
1548
+ }
1549
+ ],
1550
+ "name": "setStakingReader",
1551
+ "outputs": [],
1552
+ "stateMutability": "nonpayable",
1553
+ "type": "function"
1554
+ },
1555
+ {
1556
+ "inputs": [
1557
+ {
1558
+ "internalType": "address",
1559
+ "name": "newWallet",
1560
+ "type": "address"
1561
+ }
1562
+ ],
1563
+ "name": "setWallet",
1564
+ "outputs": [],
1565
+ "stateMutability": "nonpayable",
1566
+ "type": "function"
1567
+ },
1568
+ {
1569
+ "inputs": [
1570
+ {
1571
+ "internalType": "NftId",
1572
+ "name": "stakeNftId",
1573
+ "type": "uint96"
1574
+ },
1575
+ {
1576
+ "internalType": "Amount",
1577
+ "name": "stakeAmount",
1578
+ "type": "uint96"
1579
+ }
1580
+ ],
1581
+ "name": "stake",
1582
+ "outputs": [
1583
+ {
1584
+ "internalType": "Amount",
1585
+ "name": "stakeBalance",
1586
+ "type": "uint96"
1587
+ }
1588
+ ],
1589
+ "stateMutability": "nonpayable",
1590
+ "type": "function"
1591
+ },
1592
+ {
1593
+ "inputs": [
1594
+ {
1595
+ "internalType": "bytes4",
1596
+ "name": "interfaceId",
1597
+ "type": "bytes4"
1598
+ }
1599
+ ],
1600
+ "name": "supportsInterface",
1601
+ "outputs": [
1602
+ {
1603
+ "internalType": "bool",
1604
+ "name": "",
1605
+ "type": "bool"
1606
+ }
1607
+ ],
1608
+ "stateMutability": "view",
1609
+ "type": "function"
1610
+ },
1611
+ {
1612
+ "inputs": [
1613
+ {
1614
+ "internalType": "address",
1615
+ "name": "to",
1616
+ "type": "address"
1617
+ },
1618
+ {
1619
+ "internalType": "Amount",
1620
+ "name": "dipAmount",
1621
+ "type": "uint96"
1622
+ }
1623
+ ],
1624
+ "name": "transferDipAmount",
1625
+ "outputs": [],
1626
+ "stateMutability": "nonpayable",
1627
+ "type": "function"
1628
+ },
1629
+ {
1630
+ "inputs": [
1631
+ {
1632
+ "internalType": "NftId",
1633
+ "name": "stakeNftId",
1634
+ "type": "uint96"
1635
+ }
1636
+ ],
1637
+ "name": "unstake",
1638
+ "outputs": [
1639
+ {
1640
+ "internalType": "Amount",
1641
+ "name": "unstakedAmount",
1642
+ "type": "uint96"
1643
+ },
1644
+ {
1645
+ "internalType": "Amount",
1646
+ "name": "rewardsClaimedAmount",
1647
+ "type": "uint96"
1648
+ }
1649
+ ],
1650
+ "stateMutability": "nonpayable",
1651
+ "type": "function"
1652
+ },
1653
+ {
1654
+ "inputs": [
1655
+ {
1656
+ "internalType": "NftId",
1657
+ "name": "targetNftId",
1658
+ "type": "uint96"
1659
+ },
1660
+ {
1661
+ "internalType": "address",
1662
+ "name": "token",
1663
+ "type": "address"
1664
+ },
1665
+ {
1666
+ "internalType": "Amount",
1667
+ "name": "amount",
1668
+ "type": "uint96"
1669
+ }
1670
+ ],
1671
+ "name": "updateRemoteTvl",
1672
+ "outputs": [],
1673
+ "stateMutability": "nonpayable",
1674
+ "type": "function"
1675
+ },
1676
+ {
1677
+ "inputs": [
1678
+ {
1679
+ "internalType": "NftId",
1680
+ "name": "stakeNftId",
1681
+ "type": "uint96"
1682
+ }
1683
+ ],
1684
+ "name": "updateRewards",
1685
+ "outputs": [],
1686
+ "stateMutability": "nonpayable",
1687
+ "type": "function"
1688
+ },
1689
+ {
1690
+ "inputs": [
1691
+ {
1692
+ "internalType": "bytes",
1693
+ "name": "data",
1694
+ "type": "bytes"
1695
+ }
1696
+ ],
1697
+ "name": "upgradeVersionable",
1698
+ "outputs": [],
1699
+ "stateMutability": "nonpayable",
1700
+ "type": "function"
1701
+ },
1702
+ {
1703
+ "inputs": [
1704
+ {
1705
+ "internalType": "NftId",
1706
+ "name": "targetNftId",
1707
+ "type": "uint96"
1708
+ },
1709
+ {
1710
+ "internalType": "Amount",
1711
+ "name": "dipAmount",
1712
+ "type": "uint96"
1713
+ }
1714
+ ],
1715
+ "name": "withdrawRewardReserves",
1716
+ "outputs": [
1717
+ {
1718
+ "internalType": "Amount",
1719
+ "name": "newBalance",
1720
+ "type": "uint96"
1721
+ }
1722
+ ],
1723
+ "stateMutability": "nonpayable",
1724
+ "type": "function"
1725
+ }
1726
+ ],
1727
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614efd806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061037d575f3560e01c80636291423a116101d4578063bae99c9911610109578063deaa59df116100a9578063ea15869f11610079578063ea15869f146107e3578063ea48ce9b146107f7578063f7c34ee01461080a578063f8bf0d9f1461081d575f80fd5b8063deaa59df14610797578063e3a817cd146107aa578063e7f7fb86146107bd578063e8ce883d146107d0575f80fd5b8063caed9897116100e4578063caed989714610736578063d44f8a4b1461073e578063de0eb85f14610751578063dea4ccf214610764575f80fd5b8063bae99c9914610708578063bb1e0e591461071b578063bf7e214f1461072e575f80fd5b8063893d20e811610174578063958697a01161014f578063958697a0146106c65780639a726364146106d9578063ada9652e146106ec578063b423086c14610700575f80fd5b8063893d20e8146106885780638fb360371461069057806390edbd35146106b1575f80fd5b80636c1e9dff116101af5780636c1e9dff14610647578063719f761a1461065a5780637a9e5e4b1461066d57806386c7575414610680575f80fd5b80636291423a1461060f578063644c45e014610617578063675393bf14610634575f80fd5b806331ecc5cc116102b5578063562119ee116102555780635ecf260f116102255780635ecf260f146105b05780635fd1efec146105c3578063614d08f8146105d6578063628937d2146105fc575f80fd5b8063562119ee146105715780635741e5e9146105845780635ab1bd531461058c5780635cbb7d851461059d575f80fd5b806336fc697e1161029057806336fc697e1461053b578063419197fe1461054357806343d752d31461055657806349bb9e4b1461055e575f80fd5b806331ecc5cc14610502578063329d6e741461051557806336644da614610528575f80fd5b806317d7de7c1161032057806321df0da7116102fb57806321df0da7146104cc57806322366844146104d457806327bb7a33146104dc5780632a80f673146104ef575f80fd5b806317d7de7c1461047d5780631eff4b2214610492578063214cdb80146104b9575f80fd5b80630fec111c1161035b5780630fec111c1461041357806310a0638a14610428578063132996041461043d578063138461e01461045d575f80fd5b806301ffc9a714610381578063062c9cdf146103c25780630d8e6e2c146103f7575b5f80fd5b6103ad61038f36600461401a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103e97fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b6040519081526020016103b9565b6103ff610830565b60405162ffffff90911681526020016103b9565b61041b6108b7565b6040516103b99190614076565b61043b610436366004614126565b610a75565b005b610445610b5e565b6040516001600160a01b0390911681526020016103b9565b610465610b70565b6040516001600160601b0390911681526020016103b9565b610485610b7a565b6040516103b99190614141565b6103e97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61043b6104c736600461401a565b610b8a565b610445610bb6565b6103ad610bc8565b61043b6104ea3660046142ab565b610cbe565b61043b6104fd36600461433e565b610d63565b61043b610510366004614368565b610fcd565b61043b6105233660046143b0565b61117b565b61043b6105363660046143f3565b6112d9565b61043b611321565b61043b61055136600461446c565b611366565b610445611525565b61043b61056c3660046144a3565b611540565b61043b61057f3660046144ef565b61164e565b6103ad61177e565b6001546001600160a01b0316610445565b6104656105ab366004614546565b61183b565b61043b6105be366004614562565b6118fd565b61043b6105d136600461458e565b611b6c565b610485604051806040016040528060078152602001665374616b696e6760c81b81525081565b61043b61060a36600461446c565b611cd1565b610445611d49565b5f80516020614e68833981519152546001600160601b0316610465565b61043b61064236600461458e565b611d64565b610465610655366004614546565b611e6f565b610465610668366004614126565b611ff9565b61043b61067b36600461458e565b61226a565b6104456122ec565b610445612307565b610698612438565b6040516001600160e01b031990911681526020016103b9565b6106b961246d565b6040516103b991906145a9565b61043b6106d4366004614633565b612492565b61043b6106e7366004614660565b6124d6565b6103e95f80516020614e6883398151915281565b6106b96126ef565b61043b610716366004614126565b6126ff565b61043b610729366004614695565b61274b565b6104456127e8565b610445612803565b61046561074c366004614633565b61281e565b61046561075f366004614546565b6129ac565b610777610772366004614126565b612a47565b604080516001600160601b039384168152929091166020830152016103b9565b61043b6107a536600461458e565b612d2e565b61043b6107b836600461446c565b612f7b565b61043b6107cb3660046146b1565b612fc2565b6104656107de366004614546565b61305f565b6103e95f80516020614e8883398151915281565b610465610805366004614633565b6130b6565b61043b6108183660046146de565b6131f9565b61043b61082b36600461470a565b61326f565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561088e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614809565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610967573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098b9190614836565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109d3612307565b6001600160a01b031681526020018260010180546109f090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1c90614851565b8015610a675780601f10610a3e57610100808354040283529160200191610a67565b820191905f5260205f20905b815481529060010190602001808311610a4a57829003601f168201915b505050505081525091505090565b610a81335b5f3661336e565b80610a8a613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe9190614894565b610b2b57604051632ab4595b60e11b81526001600160601b03821660048201526024015b60405180910390fd5b5f610b34613464565b60048101546003820154919250610b58916001600160a01b03918216911685613488565b50505050565b5f610b6761246d565b60800151905090565b5f6108b23061360a565b6060610b8461246d565b51919050565b610b92613803565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f610bbf61246d565b60400151905090565b5f610bdb6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614836565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614894565b610cc6613803565b610cd082876131f9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d5983826148fa565b5050505050505050565b610d6c33610a7a565b81610d75613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dea91906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610e37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e5b9190614894565b610e83576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0e9190614a30565b91509150610f1a613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f4d9088908590600401614a5b565b5f604051808303815f87803b158015610f64575f80fd5b505af1158015610f76573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610fd633610a7a565b5f610fdf613464565b600481810154604051630e8d845760e31b81526001600160a01b03909116918101919091526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af415801561105a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107e9190614aa4565b60038301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110ea575f80fd5b505af11580156110fc573d5f803e3d5ffd5b505050506003820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b15801561115e575f80fd5b505af1158015611170573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61119d610830565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ff9190614abf565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680611244575080546001600160401b03808416911610155b156112625760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561128c8361384e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050565b6112e233610a7a565b6112ea612307565b6001600160a01b0316336001600160a01b03161461131d5760405163086391f760e31b8152336004820152602401610b22565b5050565b611329613803565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61136e612307565b6001600160a01b0316336001600160a01b0316146113a15760405163086391f760e31b8152336004820152602401610b22565b306113aa610b5e565b6001600160a01b0316146113d15760405163b6d7537f60e01b815260040160405180910390fd5b7ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e6113fa611525565b604080516001600160a01b0390921682526001600160601b03841660208301520160405180910390a1816001600160a01b031663095ea7b361143a611525565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611490573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b49190614ae5565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af11580156114fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115209190614894565b505050565b5f61152e613464565b600201546001600160a01b0316919050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156115845750825b90505f826001600160401b0316600114801561159f5750303b155b9050811580156115ad575080155b156115cb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115f557845460ff60401b1916600160401b1785555b6115ff8787613856565b831561164557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61165733610a7a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6116836001546001600160a01b031690565b61168b613464565b60049081015460405160e085901b6001600160e01b03191681526001600160a01b03938416928101929092529190911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b158015611705575f80fd5b505af4158015611717573d5f803e3d5ffd5b50505050611723613464565b600301546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161114791899190600401614a5b565b5f611787610bc8565b1561180b576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156117db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526118029190810190614b54565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61184533610a7a565b8261184e613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561189e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118c29190614894565b6118ea57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6118f3613464565b9050505092915050565b61190633610a7a565b8161190f613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015611960573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061198491906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa1580156119d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f59190614894565b611a1d576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af4158015611a8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aae9190614c24565b91509150611aba613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890611aed9088908590600401614a5b565b5f604051808303815f87803b158015611b04575f80fd5b505af1158015611b16573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610fbe565b611b74612307565b6001600160a01b0316336001600160a01b031614611ba75760405163086391f760e31b8152336004820152602401610b22565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1191906149b4565b6001600160a01b031614611ca457806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f91906149b4565b604051631641c88f60e11b81526001600160a01b039091166004820152602401610b22565b80611cad613464565b60040180546001600160a01b0319166001600160a01b039290921691909117905550565b611cda33610a7a565b611ce2611525565b6001600160a01b03166354f0d84c611cf8610b5e565b84846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b5f604051808303815f87803b158015611d2f575f80fd5b505af1158015611d41573d5f803e3d5ffd5b505050505050565b5f611d52613464565b600401546001600160a01b0316919050565b611d6c613803565b806001600160a01b03163b5f03611da15760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611e1b575060408051601f3d908101601f19168201909252611e1891810190614894565b60015b611e435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b8061131d5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b22565b50565b5f611e7933610a7a565b82611e82613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611ed2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ef69190614894565b611f1e57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f611f27613464565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611f556001546001600160a01b031690565b600484810154600386015460405160e086901b6001600160e01b03191681526001600160a01b039485169381019390935290831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af4158015611fcc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff09190614836565b95945050505050565b5f61200333610a7a565b8161200c613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561205c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120809190614894565b6120a857604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6120b1613464565b600481015460038201549192505f916120d7916001600160a01b03908116911687613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612147573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216b9190614836565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af11580156121be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121e29190614836565b600383015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af115801561223d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122619190614836565b50505050919050565b336122736127e8565b6001600160a01b0316816001600160a01b0316146122ae5760405162d1953b60e31b81526001600160a01b0382166004820152602401610b22565b816001600160a01b03163b5f036122e3576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b22565b61131d82613bee565b5f6122f5613464565b600301546001600160a01b0316919050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612373573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123979190614894565b15612422576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156123f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241c91906149b4565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614ea883398151915280545f9190600160a01b900460ff1661245f575f61241c565b638fb3603760e01b91505090565b612475613fc4565b61247d610bc8565b1561248a576108b2613c4e565b6108b26126ef565b61249b33610a7a565b6124a3612307565b6001600160a01b0316336001600160a01b0316146115205760405163086391f760e31b8152336004820152602401610b22565b6124de612307565b6001600160a01b0316336001600160a01b0316146125115760405163086391f760e31b8152336004820152602401610b22565b5f61251a613464565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa15801561256d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125919190614894565b6125c0576040516374ddbd6960e01b8152600481018590526001600160a01b0384166024820152604401610b22565b6003810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa158015612611573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126359190614ae5565b600383015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b15801561268b575f80fd5b505af115801561269d573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610fbe565b6126f7613fc4565b6108b2613c4e565b612707612307565b6001600160a01b0316336001600160a01b03161461273a5760405163086391f760e31b8152336004820152602401610b22565b611e6c612745610bb6565b82611366565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612792573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127b691906149b4565b6001600160a01b0316336001600160a01b03161461131d5760405162f0630960e01b8152336004820152602401610b22565b5f80516020614ea8833981519152546001600160a01b031690565b5f61280c613464565b600101546001600160a01b0316919050565b5f61282833610a7a565b5f612831613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015612888573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ac9190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa158015612904573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129289190614ae5565b6003840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c90612961908a9085908b908b90600401614c95565b6020604051808303815f875af115801561297d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a19190614836565b979650505050505050565b5f6129b633610a7a565b5f6129bf613464565b600381015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af1158015612a1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a3f9190614836565b949350505050565b5f80612a5233610a7a565b82612a5b613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015612aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612acf9190614894565b612af757604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f612b00613464565b600481015460038201549192505f91612b26916001600160a01b03908116911688613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612b96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bba9190614836565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c259190614836565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af1158015612c7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ca39190614cc9565b600384015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612d01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d259190614836565b50505050915091565b612d36612307565b6001600160a01b0316336001600160a01b031614612d695760405163086391f760e31b8152336004820152602401610b22565b5f612d72610b5e565b90505f612d7d610bb6565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa158015612dc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de79190614ae5565b9050612df283613db2565b801561152057604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b03831603612f2a57612e5b611525565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b602060405180830381865af4158015612ebf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee39190614836565b6040518463ffffffff1660e01b8152600401612f0193929190614c4f565b5f604051808303815f87803b158015612f18575f80fd5b505af1158015611645573d5f803e3d5ffd5b612f32611525565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b612f8433610a7a565b612f8c611525565b6001600160a01b031663c7d63d5783612fa3610b5e565b846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015613009573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302d91906149b4565b6001600160a01b0316336001600160a01b0316146115205760405162f0630960e01b8152336004820152602401610b22565b5f61306933610a7a565b5f613072613464565b600381015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef7906044016129ff565b5f6130c033610a7a565b5f6130c9613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015613120573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131449190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa15801561319c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c09190614ae5565b60038401546040516377f9185160e01b81529192506001600160a01b0316906377f9185190612961908a9085908b908b90600401614c95565b613201613803565b61320a81611d64565b613212611321565b6001600160a01b0382166132395760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614e6883398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613277613803565b613285898987878787610cbe565b61328e8a613e9a565b6001600160a01b0386166132b5576040516327eab2e360e11b815260040160405180910390fd5b86515f036132d65760405163591eebf360e11b815260040160405180910390fd5b5f80516020614e88833981519152806132ef89826148fa565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161334083826148fa565b50613351634a531f3360e01b610b8a565b613361632986755f60e11b610b8a565b5050505050505050505050565b5f80516020614ea88339815191525f806133a66133896127e8565b873061339860045f8a8c614cf6565b6133a191614d1d565b613eab565b9150915081611d415763ffffffff81161561344157825460ff60a01b1916600160a01b1783556133d46127e8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161340393929190614d55565b5f604051808303815f87803b15801561341a575f80fd5b505af115801561342c573d5f803e3d5ffd5b5050845460ff60a01b1916855550611d419050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b22565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa1580156134d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134fa9190614d94565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af415801561356c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135909190614cc9565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b1580156135eb575f80fd5b505af11580156135fd573d5f803e3d5ffd5b5050505050509392505050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613676573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061369a9190614894565b156136c65780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610b22565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373c9190614894565b6137645760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610b22565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156137b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137da9190614836565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661384c57604051631afcd79f60e31b815260040160405180910390fd5b565b61037d613803565b61385e613803565b5f805f80848060200190518101906138769190614dc0565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138e391906149b4565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613926573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061394a91906149b4565b90506139f78389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561398d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b19190614836565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f81525061326f565b5f613a00613464565b9050613a146001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a739190614836565b600480830180546001600160601b0393909316600160a01b026001600160a01b03938416179055600383018054928a166001600160a01b0319939093168317905560408051633148a11d60e11b81529051636291423a928281019260209291908290030181865afa158015613aea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b0e91906149b4565b600482810180546001600160a01b03199081166001600160a01b03948516179091556001840180549091168b841617905560405163825e727960e01b815284831691810191909152908516602482015273__$51089c37ca0df1177a910c640c8c5f8165$__9063825e727990604401602060405180830381865af4158015613b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bbc91906149b4565b6002820180546001600160a01b0319166001600160a01b039290921691909117905561336163fef8804160e01b610b8a565b5f80516020614ea883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613c56613fc4565b5f5f80516020614e8883398151915290506040518060c00160405280825f018054613c8090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054613cac90614851565b8015613cf75780601f10613cce57610100808354040283529160200191613cf7565b820191905f5260205f20905b815481529060010190602001808311613cda57829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613d48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d6c9190614836565b6001600160601b0316815260018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916109f090614851565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f02545f80516020614e88833981519152906001600160a01b03908116908316613e0e5760405163185a690f60e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b031603613e405760405163ade4578160e01b815260040160405180910390fd5b6002820180546001600160a01b0319166001600160a01b0385811691821790925560408051928416835260208301919091527f610ad1290dceadae2c5ce18bae2eb495be595083a257fac7414e50686f7c265091016112cc565b613ea2613803565b611e6c81613fb3565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f199190614e1c565b5f60405180830381855afa9150503d805f8114613f51576040519150601f19603f3d011682016040523d82523d5f602084013e613f56565b606091505b50915091508115613fa8576040815110613f885780806020019051810190613f7e9190614e32565b9094509250613fa8565b6020815110613fa85780806020019051810190613fa59190614894565b93505b505094509492505050565b613fbb613803565b611e6c81613bee565b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561402a575f80fd5b81356001600160e01b031981168114614041575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516140be608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a3f610100840182614048565b6001600160601b0381168114611e6c575f80fd5b803561412181614102565b919050565b5f60208284031215614136575f80fd5b813561404181614102565b602081525f6140416020830184614048565b6001600160a01b0381168114611e6c575f80fd5b803561412181614153565b60ff81168114611e6c575f80fd5b803561412181614172565b8015158114611e6c575f80fd5b80356141218161418b565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156141d9576141d96141a3565b60405290565b60405160e081016001600160401b03811182821017156141d9576141d96141a3565b604051601f8201601f191681016001600160401b0381118282101715614229576142296141a3565b604052919050565b5f6001600160401b03821115614249576142496141a3565b50601f01601f191660200190565b5f82601f830112614266575f80fd5b8135602083015f61427e61427984614231565b614201565b9050828152858383011115614291575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c087890312156142c0575f80fd5b86356142cb81614153565b955060208701356142db81614102565b945060408701356142eb81614172565b935060608701356142fb8161418b565b9250608087013561430b81614153565b915060a08701356001600160401b03811115614325575f80fd5b61433189828a01614257565b9150509295509295509295565b5f806040838503121561434f575f80fd5b823561435a81614102565b946020939093013593505050565b5f805f6060848603121561437a575f80fd5b833561438581614102565b9250602084013561439581614102565b915060408401356143a581614102565b809150509250925092565b5f602082840312156143c0575f80fd5b81356001600160401b038111156143d5575f80fd5b612a3f84828501614257565b64ffffffffff81168114611e6c575f80fd5b5f8082840360a0811215614405575f80fd5b833561441081614102565b92506080601f1982011215614423575f80fd5b5061442c6141b7565b602084013561443a81614172565b8152604084013560208201526060840135614454816143e1565b60408201526080939093013560608401525092909150565b5f806040838503121561447d575f80fd5b823561448881614153565b9150602083013561449881614102565b809150509250929050565b5f80604083850312156144b4575f80fd5b82356144bf81614153565b915060208301356001600160401b038111156144d9575f80fd5b6144e585828601614257565b9150509250929050565b5f805f805f60a08688031215614503575f80fd5b853561450e81614102565b9450602086013561451e81614172565b9350604086013592506060860135614535816143e1565b949793965091946080013592915050565b5f8060408385031215614557575f80fd5b823561448881614102565b5f8060408385031215614573575f80fd5b823561457e81614102565b91506020830135614498816143e1565b5f6020828403121561459e575f80fd5b813561404181614153565b602081525f825160c060208401526145c460e0840182614048565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161461760a08501826001600160a01b03169052565b5060a0840151838203601f190160c0850152611ff08282614048565b5f805f60608486031215614645575f80fd5b833561465081614102565b9250602084013561439581614153565b5f805f60608486031215614672575f80fd5b83359250602084013561468481614153565b929592945050506040919091013590565b5f80604083850312156146a6575f80fd5b823561435a81614153565b5f805f606084860312156146c3575f80fd5b83356146ce81614153565b9250602084013561468481614153565b5f80604083850312156146ef575f80fd5b82356146fa81614153565b9150602083013561449881614153565b5f805f805f805f805f806101408b8d031215614724575f80fd5b61472d8b614167565b995061473b60208c01614167565b985061474960408c01614116565b975060608b01356001600160401b03811115614763575f80fd5b61476f8d828e01614257565b97505061477e60808c01614167565b955061478c60a08c01614180565b945061479a60c08c01614198565b93506147a860e08c01614167565b92506101008b01356001600160401b038111156147c3575f80fd5b6147cf8d828e01614257565b9250506101208b01356001600160401b038111156147eb575f80fd5b6147f78d828e01614257565b9150509295989b9194979a5092959850565b5f60208284031215614819575f80fd5b815162ffffff81168114614041575f80fd5b805161412181614102565b5f60208284031215614846575f80fd5b815161404181614102565b600181811c9082168061486557607f821691505b60208210810361488357634e487b7160e01b5f52602260045260245ffd5b50919050565b80516141218161418b565b5f602082840312156148a4575f80fd5b81516140418161418b565b601f82111561152057805f5260205f20601f840160051c810160208510156148d45750805b601f840160051c820191505b818110156148f3575f81556001016148e0565b5050505050565b81516001600160401b03811115614913576149136141a3565b614927816149218454614851565b846148af565b6020601f821160018114614959575f83156149425750848201515b5f19600385901b1c1916600184901b1784556148f3565b5f84815260208120601f198516915b828110156149885787850151825560209485019460019092019101614968565b50848210156149a557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156149c4575f80fd5b815161404181614153565b805161412181614172565b5f608082840312156149ea575f80fd5b6149f26141b7565b905081516149ff81614172565b8152602082810151908201526040820151614a19816143e1565b604082015260609182015191810191909152919050565b5f8060a08385031215614a41575f80fd5b82519150614a5284602085016149da565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614ab4575f80fd5b8151614041816143e1565b5f60208284031215614acf575f80fd5b81516001600160401b0381168114614041575f80fd5b5f60208284031215614af5575f80fd5b5051919050565b805161412181614153565b5f82601f830112614b16575f80fd5b8151614b2461427982614231565b818152846020838601011115614b38575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614b64575f80fd5b81516001600160401b03811115614b79575f80fd5b820160e08185031215614b8a575f80fd5b614b926141df565b614b9b8261482b565b8152614ba96020830161482b565b6020820152614bba604083016149cf565b6040820152614bcb60608301614889565b6060820152614bdc60808301614afc565b6080820152614bed60a08301614afc565b60a082015260c08201516001600160401b03811115614c0a575f80fd5b614c1686828501614b07565b60c083015250949350505050565b5f8060a08385031215614c35575f80fd5b8251614c40816143e1565b9150614a5284602085016149da565b6001600160a01b0393841681529190921660208201526001600160601b03909116604082015260600190565b5f60808284031215614c8b575f80fd5b61404183836149da565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f8060408385031215614cda575f80fd5b8251614ce581614102565b602084015190925061449881614102565b5f8085851115614d04575f80fd5b83861115614d10575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614d4e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215614da5575f80fd5b8251614db081614102565b6020939093015192949293505050565b5f805f8060808587031215614dd3575f80fd5b8451614dde81614153565b6020860151909450614def81614153565b6040860151909350614e0081614153565b6060860151909250614e1181614153565b939692955090935050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614e43575f80fd5b8251614e4e8161418b565b602084015190925063ffffffff81168114614498575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00ffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220433cc06b1d141bf0a3806f01dedd7501425b1363bd16fed641dca66b9f2eba4064736f6c634300081a0033",
1728
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061037d575f3560e01c80636291423a116101d4578063bae99c9911610109578063deaa59df116100a9578063ea15869f11610079578063ea15869f146107e3578063ea48ce9b146107f7578063f7c34ee01461080a578063f8bf0d9f1461081d575f80fd5b8063deaa59df14610797578063e3a817cd146107aa578063e7f7fb86146107bd578063e8ce883d146107d0575f80fd5b8063caed9897116100e4578063caed989714610736578063d44f8a4b1461073e578063de0eb85f14610751578063dea4ccf214610764575f80fd5b8063bae99c9914610708578063bb1e0e591461071b578063bf7e214f1461072e575f80fd5b8063893d20e811610174578063958697a01161014f578063958697a0146106c65780639a726364146106d9578063ada9652e146106ec578063b423086c14610700575f80fd5b8063893d20e8146106885780638fb360371461069057806390edbd35146106b1575f80fd5b80636c1e9dff116101af5780636c1e9dff14610647578063719f761a1461065a5780637a9e5e4b1461066d57806386c7575414610680575f80fd5b80636291423a1461060f578063644c45e014610617578063675393bf14610634575f80fd5b806331ecc5cc116102b5578063562119ee116102555780635ecf260f116102255780635ecf260f146105b05780635fd1efec146105c3578063614d08f8146105d6578063628937d2146105fc575f80fd5b8063562119ee146105715780635741e5e9146105845780635ab1bd531461058c5780635cbb7d851461059d575f80fd5b806336fc697e1161029057806336fc697e1461053b578063419197fe1461054357806343d752d31461055657806349bb9e4b1461055e575f80fd5b806331ecc5cc14610502578063329d6e741461051557806336644da614610528575f80fd5b806317d7de7c1161032057806321df0da7116102fb57806321df0da7146104cc57806322366844146104d457806327bb7a33146104dc5780632a80f673146104ef575f80fd5b806317d7de7c1461047d5780631eff4b2214610492578063214cdb80146104b9575f80fd5b80630fec111c1161035b5780630fec111c1461041357806310a0638a14610428578063132996041461043d578063138461e01461045d575f80fd5b806301ffc9a714610381578063062c9cdf146103c25780630d8e6e2c146103f7575b5f80fd5b6103ad61038f36600461401a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6103e97fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0081565b6040519081526020016103b9565b6103ff610830565b60405162ffffff90911681526020016103b9565b61041b6108b7565b6040516103b99190614076565b61043b610436366004614126565b610a75565b005b610445610b5e565b6040516001600160a01b0390911681526020016103b9565b610465610b70565b6040516001600160601b0390911681526020016103b9565b610485610b7a565b6040516103b99190614141565b6103e97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61043b6104c736600461401a565b610b8a565b610445610bb6565b6103ad610bc8565b61043b6104ea3660046142ab565b610cbe565b61043b6104fd36600461433e565b610d63565b61043b610510366004614368565b610fcd565b61043b6105233660046143b0565b61117b565b61043b6105363660046143f3565b6112d9565b61043b611321565b61043b61055136600461446c565b611366565b610445611525565b61043b61056c3660046144a3565b611540565b61043b61057f3660046144ef565b61164e565b6103ad61177e565b6001546001600160a01b0316610445565b6104656105ab366004614546565b61183b565b61043b6105be366004614562565b6118fd565b61043b6105d136600461458e565b611b6c565b610485604051806040016040528060078152602001665374616b696e6760c81b81525081565b61043b61060a36600461446c565b611cd1565b610445611d49565b5f80516020614e68833981519152546001600160601b0316610465565b61043b61064236600461458e565b611d64565b610465610655366004614546565b611e6f565b610465610668366004614126565b611ff9565b61043b61067b36600461458e565b61226a565b6104456122ec565b610445612307565b610698612438565b6040516001600160e01b031990911681526020016103b9565b6106b961246d565b6040516103b991906145a9565b61043b6106d4366004614633565b612492565b61043b6106e7366004614660565b6124d6565b6103e95f80516020614e6883398151915281565b6106b96126ef565b61043b610716366004614126565b6126ff565b61043b610729366004614695565b61274b565b6104456127e8565b610445612803565b61046561074c366004614633565b61281e565b61046561075f366004614546565b6129ac565b610777610772366004614126565b612a47565b604080516001600160601b039384168152929091166020830152016103b9565b61043b6107a536600461458e565b612d2e565b61043b6107b836600461446c565b612f7b565b61043b6107cb3660046146b1565b612fc2565b6104656107de366004614546565b61305f565b6103e95f80516020614e8883398151915281565b610465610805366004614633565b6130b6565b61043b6108183660046146de565b6131f9565b61043b61082b36600461470a565b61326f565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561088e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614809565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610967573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098b9190614836565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109d3612307565b6001600160a01b031681526020018260010180546109f090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054610a1c90614851565b8015610a675780601f10610a3e57610100808354040283529160200191610a67565b820191905f5260205f20905b815481529060010190602001808311610a4a57829003601f168201915b505050505081525091505090565b610a81335b5f3661336e565b80610a8a613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe9190614894565b610b2b57604051632ab4595b60e11b81526001600160601b03821660048201526024015b60405180910390fd5b5f610b34613464565b60048101546003820154919250610b58916001600160a01b03918216911685613488565b50505050565b5f610b6761246d565b60800151905090565b5f6108b23061360a565b6060610b8461246d565b51919050565b610b92613803565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f610bbf61246d565b60400151905090565b5f610bdb6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614836565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b29190614894565b610cc6613803565b610cd082876131f9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610d5983826148fa565b5050505050505050565b610d6c33610a7a565b81610d75613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dea91906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa158015610e37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e5b9190614894565b610e83576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051633a39e8ad60e21b81523060048201526001600160601b0384166024820152604481018390525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063e8e7a2b49060640160a060405180830381865af4158015610eea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0e9190614a30565b91509150610f1a613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890610f4d9088908590600401614a5b565b5f604051808303815f87803b158015610f64575f80fd5b505af1158015610f76573d5f803e3d5ffd5b5050604080516001600160601b0389168152602081018690529081018790527f3e76c26439d1ec3386e26dfeebf955ea11f5f5f30459052b70e061ade8c9554f925060600190505b60405180910390a15050505050565b610fd633610a7a565b5f610fdf613464565b600481810154604051630e8d845760e31b81526001600160a01b03909116918101919091526001600160601b038086166024830152841660448201529091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063746c22b890606401602060405180830381865af415801561105a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061107e9190614aa4565b60038301546040805160208101825264ffffffffff848116825291516331420df160e11b81526001600160601b038a166004820152905190911660248201529192506001600160a01b0316906362841be2906044015f604051808303815f87803b1580156110ea575f80fd5b505af11580156110fc573d5f803e3d5ffd5b505050506003820154604051633861317f60e01b81526001600160601b0380881660048301528087166024830152851660448201526001600160a01b0390911690633861317f906064015b5f604051808303815f87803b15801561115e575f80fd5b505af1158015611170573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61119d610830565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156111db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ff9190614abf565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680611244575080546001600160401b03808416911610155b156112625760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561128c8361384e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050565b6112e233610a7a565b6112ea612307565b6001600160a01b0316336001600160a01b03161461131d5760405163086391f760e31b8152336004820152602401610b22565b5050565b611329613803565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61136e612307565b6001600160a01b0316336001600160a01b0316146113a15760405163086391f760e31b8152336004820152602401610b22565b306113aa610b5e565b6001600160a01b0316146113d15760405163b6d7537f60e01b815260040160405180910390fd5b7ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e6113fa611525565b604080516001600160a01b0390921682526001600160601b03841660208301520160405180910390a1816001600160a01b031663095ea7b361143a611525565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611490573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b49190614ae5565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af11580156114fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115209190614894565b505050565b5f61152e613464565b600201546001600160a01b0316919050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156115845750825b90505f826001600160401b0316600114801561159f5750303b155b9050811580156115ad575080155b156115cb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115f557845460ff60401b1916600160401b1785555b6115ff8787613856565b831561164557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61165733610a7a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__639ed616cd6116836001546001600160a01b031690565b61168b613464565b60049081015460405160e085901b6001600160e01b03191681526001600160a01b03938416928101929092529190911660248201526001600160601b038816604482015260ff8716606482015264ffffffffff8516608482015260a4810184905260c4015f6040518083038186803b158015611705575f80fd5b505af4158015611717573d5f803e3d5ffd5b50505050611723613464565b600301546040805160808101825260ff871681526020810186905264ffffffffff851681830152606081018490529051632df8be9b60e01b81526001600160a01b0390921691632df8be9b9161114791899190600401614a5b565b5f611787610bc8565b1561180b576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156117db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526118029190810190614b54565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b5f61184533610a7a565b8261184e613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561189e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118c29190614894565b6118ea57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6118f3613464565b9050505092915050565b61190633610a7a565b8161190f613464565b6003015f9054906101000a90046001600160a01b03166001600160a01b0316635cce3fa16040518163ffffffff1660e01b8152600401602060405180830381865afa158015611960573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061198491906149b4565b604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b039190911690634f9c1c0990602401602060405180830381865afa1580156119d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f59190614894565b611a1d576040516396cff01560e01b81526001600160601b0382166004820152602401610b22565b604051635f9c0df360e11b81523060048201526001600160601b038416602482015264ffffffffff831660448201525f90819073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063bf381be69060640160a060405180830381865af4158015611a8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aae9190614c24565b91509150611aba613464565b60030154604051630300f49160e31b81526001600160a01b0390911690631807a48890611aed9088908590600401614a5b565b5f604051808303815f87803b158015611b04575f80fd5b505af1158015611b16573d5f803e3d5ffd5b5050604080516001600160601b038916815264ffffffffff80871660208301528816918101919091527fb847665302c1d8b6f507e07b17145514cea04af84e1665d629d82246992311e792506060019050610fbe565b611b74612307565b6001600160a01b0316336001600160a01b031614611ba75760405163086391f760e31b8152336004820152602401610b22565b306001600160a01b0316816001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1191906149b4565b6001600160a01b031614611ca457806001600160a01b0316637b1391a66040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f91906149b4565b604051631641c88f60e11b81526001600160a01b039091166004820152602401610b22565b80611cad613464565b60040180546001600160a01b0319166001600160a01b039290921691909117905550565b611cda33610a7a565b611ce2611525565b6001600160a01b03166354f0d84c611cf8610b5e565b84846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b5f604051808303815f87803b158015611d2f575f80fd5b505af1158015611d41573d5f803e3d5ffd5b505050505050565b5f611d52613464565b600401546001600160a01b0316919050565b611d6c613803565b806001600160a01b03163b5f03611da15760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263a34b610960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611e1b575060408051601f3d908101601f19168201909252611e1891810190614894565b60015b611e435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b22565b8061131d5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b22565b50565b5f611e7933610a7a565b82611e82613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015611ed2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ef69190614894565b611f1e57604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f611f27613464565b905073__$dbe4bf03c942dc0574f54ee579c90d56ef$__630fcf5d08611f556001546001600160a01b031690565b600484810154600386015460405160e086901b6001600160e01b03191681526001600160a01b039485169381019390935290831660248301529190911660448201526001600160601b0380891660648301528716608482015260a401602060405180830381865af4158015611fcc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff09190614836565b95945050505050565b5f61200333610a7a565b8161200c613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa15801561205c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120809190614894565b6120a857604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f6120b1613464565b600481015460038201549192505f916120d7916001600160a01b03908116911687613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b0316633fbdfe32868373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612147573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216b9190614836565b60405160e085901b6001600160e01b03191681526001600160601b039384166004820152918316602483015290911660448201526064016020604051808303815f875af11580156121be573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121e29190614836565b600383015460405163136cfef760e01b81526001600160601b038085166004830152831660248201529195506001600160a01b03169063136cfef7906044016020604051808303815f875af115801561223d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122619190614836565b50505050919050565b336122736127e8565b6001600160a01b0316816001600160a01b0316146122ae5760405162d1953b60e31b81526001600160a01b0382166004820152602401610b22565b816001600160a01b03163b5f036122e3576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b22565b61131d82613bee565b5f6122f5613464565b600301546001600160a01b0316919050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612373573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123979190614894565b15612422576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156123f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061241c91906149b4565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614ea883398151915280545f9190600160a01b900460ff1661245f575f61241c565b638fb3603760e01b91505090565b612475613fc4565b61247d610bc8565b1561248a576108b2613c4e565b6108b26126ef565b61249b33610a7a565b6124a3612307565b6001600160a01b0316336001600160a01b0316146115205760405163086391f760e31b8152336004820152602401610b22565b6124de612307565b6001600160a01b0316336001600160a01b0316146125115760405163086391f760e31b8152336004820152602401610b22565b5f61251a613464565b6001810154604051631703edc360e31b8152600481018790526001600160a01b03868116602483015292935091169063b81f6e1890604401602060405180830381865afa15801561256d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125919190614894565b6125c0576040516374ddbd6960e01b8152600481018590526001600160a01b0384166024820152604401610b22565b6003810154604051637b21556160e01b8152600481018690526001600160a01b0385811660248301525f921690637b21556190604401602060405180830381865afa158015612611573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126359190614ae5565b600383015460405163269c98d960e21b8152600481018890526001600160a01b03878116602483015260448201879052929350911690639a726364906064015f604051808303815f87803b15801561268b575f80fd5b505af115801561269d573d5f803e3d5ffd5b5050604080518881526001600160a01b0388166020820152908101849052606081018690527f8075f599388073d04550222731e9c7e00c284a4f858d8a0ffc0657164981c76e92506080019050610fbe565b6126f7613fc4565b6108b2613c4e565b612707612307565b6001600160a01b0316336001600160a01b03161461273a5760405163086391f760e31b8152336004820152602401610b22565b611e6c612745610bb6565b82611366565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612792573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127b691906149b4565b6001600160a01b0316336001600160a01b03161461131d5760405162f0630960e01b8152336004820152602401610b22565b5f80516020614ea8833981519152546001600160a01b031690565b5f61280c613464565b600101546001600160a01b0316919050565b5f61282833610a7a565b5f612831613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015612888573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ac9190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa158015612904573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129289190614ae5565b6003840154604051633ece552760e21b81529192506001600160a01b03169063fb39549c90612961908a9085908b908b90600401614c95565b6020604051808303815f875af115801561297d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a19190614836565b979650505050505050565b5f6129b633610a7a565b5f6129bf613464565b600381015460405163d7537c3760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063d7537c37906044015b6020604051808303815f875af1158015612a1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a3f9190614836565b949350505050565b5f80612a5233610a7a565b82612a5b613464565b60030154604051634f9c1c0960e01b81526001600160601b03831660048201526001600160a01b0390911690634f9c1c0990602401602060405180830381865afa158015612aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612acf9190614894565b612af757604051632ab4595b60e11b81526001600160601b0382166004820152602401610b22565b5f612b00613464565b600481015460038201549192505f91612b26916001600160a01b03908116911688613488565b9050816003015f9054906101000a90046001600160a01b03166001600160a01b031663eb98e8a0878373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612b96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bba9190614836565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c259190614836565b60405160e086901b6001600160e01b03191681526001600160601b03948516600482015292841660248401529083166044830152909116606482015260840160408051808303815f875af1158015612c7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ca39190614cc9565b600384015460405163136cfef760e01b81526001600160601b038086166004830152831660248201529297509095506001600160a01b03169063136cfef7906044016020604051808303815f875af1158015612d01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d259190614836565b50505050915091565b612d36612307565b6001600160a01b0316336001600160a01b031614612d695760405163086391f760e31b8152336004820152602401610b22565b5f612d72610b5e565b90505f612d7d610bb6565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa158015612dc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de79190614ae5565b9050612df283613db2565b801561152057604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b03831603612f2a57612e5b611525565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b602060405180830381865af4158015612ebf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee39190614836565b6040518463ffffffff1660e01b8152600401612f0193929190614c4f565b5f604051808303815f87803b158015612f18575f80fd5b505af1158015611645573d5f803e3d5ffd5b612f32611525565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b8152600401612ea491815260200190565b612f8433610a7a565b612f8c611525565b6001600160a01b031663c7d63d5783612fa3610b5e565b846040518463ffffffff1660e01b8152600401611d1893929190614c4f565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015613009573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302d91906149b4565b6001600160a01b0316336001600160a01b0316146115205760405162f0630960e01b8152336004820152602401610b22565b5f61306933610a7a565b5f613072613464565b600381015460405163136cfef760e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063136cfef7906044016129ff565b5f6130c033610a7a565b5f6130c9613464565b60048181015460405163153d412560e31b81526001600160601b038916928101929092529192505f916001600160a01b03169063a9ea092890602401608060405180830381865afa158015613120573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131449190614c7b565b60200151600483810154604051637b21556160e01b81529182018390526001600160a01b0388811660248401529293505f921690637b21556190604401602060405180830381865afa15801561319c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c09190614ae5565b60038401546040516377f9185160e01b81529192506001600160a01b0316906377f9185190612961908a9085908b908b90600401614c95565b613201613803565b61320a81611d64565b613212611321565b6001600160a01b0382166132395760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614e6883398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613277613803565b613285898987878787610cbe565b61328e8a613e9a565b6001600160a01b0386166132b5576040516327eab2e360e11b815260040160405180910390fd5b86515f036132d65760405163591eebf360e11b815260040160405180910390fd5b5f80516020614e88833981519152806132ef89826148fa565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161334083826148fa565b50613351634a531f3360e01b610b8a565b613361632986755f60e11b610b8a565b5050505050505050505050565b5f80516020614ea88339815191525f806133a66133896127e8565b873061339860045f8a8c614cf6565b6133a191614d1d565b613eab565b9150915081611d415763ffffffff81161561344157825460ff60a01b1916600160a01b1783556133d46127e8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161340393929190614d55565b5f604051808303815f87803b15801561341a575f80fd5b505af115801561342c573d5f803e3d5ffd5b5050845460ff60a01b1916855550611d419050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b22565b7fafe8d4462b2ed26a47154f4b8f6d1497d2f772496965791d25bd456e342b7f0090565b6040516312b9a5c960e01b81526001600160601b03821660048201525f9081906001600160a01b038616906312b9a5c9906024016040805180830381865afa1580156134d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134fa9190614d94565b60405163e048754d60e01b81526001600160a01b03881660048201526001600160601b03861660248201526044810182905291935091505f9073__$dbe4bf03c942dc0574f54ee579c90d56ef$__9063e048754d906064016040805180830381865af415801561356c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135909190614cc9565b50604051634a2101d160e01b81526001600160601b0380871660048301528086166024830152821660448201529091506001600160a01b03861690634a2101d1906064015f604051808303815f87803b1580156135eb575f80fd5b505af11580156135fd573d5f803e3d5ffd5b5050505050509392505050565b5f805f80516020614e6883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613676573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061369a9190614894565b156136c65780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610b22565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613718573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373c9190614894565b6137645760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610b22565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156137b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137da9190614836565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661384c57604051631afcd79f60e31b815260040160405180910390fd5b565b61037d613803565b61385e613803565b5f805f80848060200190518101906138769190614dc0565b93509350935093505f8490505f816001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138e391906149b4565b90505f8590505f816001600160a01b031663b201f7096040518163ffffffff1660e01b8152600401602060405180830381865afa158015613926573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061394a91906149b4565b90506139f78389866001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561398d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b19190614836565b6040805180820190915260078152665374616b696e6760c81b60208201528560035f8c60405180602001604052805f81525060405180602001604052805f81525061326f565b5f613a00613464565b9050613a146001546001600160a01b031690565b6001600160a01b031663fff74f6c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a739190614836565b600480830180546001600160601b0393909316600160a01b026001600160a01b03938416179055600383018054928a166001600160a01b0319939093168317905560408051633148a11d60e11b81529051636291423a928281019260209291908290030181865afa158015613aea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b0e91906149b4565b600482810180546001600160a01b03199081166001600160a01b03948516179091556001840180549091168b841617905560405163825e727960e01b815284831691810191909152908516602482015273__$51089c37ca0df1177a910c640c8c5f8165$__9063825e727990604401602060405180830381865af4158015613b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bbc91906149b4565b6002820180546001600160a01b0319166001600160a01b039290921691909117905561336163fef8804160e01b610b8a565b5f80516020614ea883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613c56613fc4565b5f5f80516020614e8883398151915290506040518060c00160405280825f018054613c8090614851565b80601f0160208091040260200160405190810160405280929190818152602001828054613cac90614851565b8015613cf75780601f10613cce57610100808354040283529160200191613cf7565b820191905f5260205f20905b815481529060010190602001808311613cda57829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613d48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d6c9190614836565b6001600160601b0316815260018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916109f090614851565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f02545f80516020614e88833981519152906001600160a01b03908116908316613e0e5760405163185a690f60e11b815260040160405180910390fd5b806001600160a01b0316836001600160a01b031603613e405760405163ade4578160e01b815260040160405180910390fd5b6002820180546001600160a01b0319166001600160a01b0385811691821790925560408051928416835260208301919091527f610ad1290dceadae2c5ce18bae2eb495be595083a257fac7414e50686f7c265091016112cc565b613ea2613803565b611e6c81613fb3565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f199190614e1c565b5f60405180830381855afa9150503d805f8114613f51576040519150601f19603f3d011682016040523d82523d5f602084013e613f56565b606091505b50915091508115613fa8576040815110613f885780806020019051810190613f7e9190614e32565b9094509250613fa8565b6020815110613fa85780806020019051810190613fa59190614894565b93505b505094509492505050565b613fbb613803565b611e6c81613bee565b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561402a575f80fd5b81356001600160e01b031981168114614041575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516140be608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a3f610100840182614048565b6001600160601b0381168114611e6c575f80fd5b803561412181614102565b919050565b5f60208284031215614136575f80fd5b813561404181614102565b602081525f6140416020830184614048565b6001600160a01b0381168114611e6c575f80fd5b803561412181614153565b60ff81168114611e6c575f80fd5b803561412181614172565b8015158114611e6c575f80fd5b80356141218161418b565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156141d9576141d96141a3565b60405290565b60405160e081016001600160401b03811182821017156141d9576141d96141a3565b604051601f8201601f191681016001600160401b0381118282101715614229576142296141a3565b604052919050565b5f6001600160401b03821115614249576142496141a3565b50601f01601f191660200190565b5f82601f830112614266575f80fd5b8135602083015f61427e61427984614231565b614201565b9050828152858383011115614291575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c087890312156142c0575f80fd5b86356142cb81614153565b955060208701356142db81614102565b945060408701356142eb81614172565b935060608701356142fb8161418b565b9250608087013561430b81614153565b915060a08701356001600160401b03811115614325575f80fd5b61433189828a01614257565b9150509295509295509295565b5f806040838503121561434f575f80fd5b823561435a81614102565b946020939093013593505050565b5f805f6060848603121561437a575f80fd5b833561438581614102565b9250602084013561439581614102565b915060408401356143a581614102565b809150509250925092565b5f602082840312156143c0575f80fd5b81356001600160401b038111156143d5575f80fd5b612a3f84828501614257565b64ffffffffff81168114611e6c575f80fd5b5f8082840360a0811215614405575f80fd5b833561441081614102565b92506080601f1982011215614423575f80fd5b5061442c6141b7565b602084013561443a81614172565b8152604084013560208201526060840135614454816143e1565b60408201526080939093013560608401525092909150565b5f806040838503121561447d575f80fd5b823561448881614153565b9150602083013561449881614102565b809150509250929050565b5f80604083850312156144b4575f80fd5b82356144bf81614153565b915060208301356001600160401b038111156144d9575f80fd5b6144e585828601614257565b9150509250929050565b5f805f805f60a08688031215614503575f80fd5b853561450e81614102565b9450602086013561451e81614172565b9350604086013592506060860135614535816143e1565b949793965091946080013592915050565b5f8060408385031215614557575f80fd5b823561448881614102565b5f8060408385031215614573575f80fd5b823561457e81614102565b91506020830135614498816143e1565b5f6020828403121561459e575f80fd5b813561404181614153565b602081525f825160c060208401526145c460e0840182614048565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161461760a08501826001600160a01b03169052565b5060a0840151838203601f190160c0850152611ff08282614048565b5f805f60608486031215614645575f80fd5b833561465081614102565b9250602084013561439581614153565b5f805f60608486031215614672575f80fd5b83359250602084013561468481614153565b929592945050506040919091013590565b5f80604083850312156146a6575f80fd5b823561435a81614153565b5f805f606084860312156146c3575f80fd5b83356146ce81614153565b9250602084013561468481614153565b5f80604083850312156146ef575f80fd5b82356146fa81614153565b9150602083013561449881614153565b5f805f805f805f805f806101408b8d031215614724575f80fd5b61472d8b614167565b995061473b60208c01614167565b985061474960408c01614116565b975060608b01356001600160401b03811115614763575f80fd5b61476f8d828e01614257565b97505061477e60808c01614167565b955061478c60a08c01614180565b945061479a60c08c01614198565b93506147a860e08c01614167565b92506101008b01356001600160401b038111156147c3575f80fd5b6147cf8d828e01614257565b9250506101208b01356001600160401b038111156147eb575f80fd5b6147f78d828e01614257565b9150509295989b9194979a5092959850565b5f60208284031215614819575f80fd5b815162ffffff81168114614041575f80fd5b805161412181614102565b5f60208284031215614846575f80fd5b815161404181614102565b600181811c9082168061486557607f821691505b60208210810361488357634e487b7160e01b5f52602260045260245ffd5b50919050565b80516141218161418b565b5f602082840312156148a4575f80fd5b81516140418161418b565b601f82111561152057805f5260205f20601f840160051c810160208510156148d45750805b601f840160051c820191505b818110156148f3575f81556001016148e0565b5050505050565b81516001600160401b03811115614913576149136141a3565b614927816149218454614851565b846148af565b6020601f821160018114614959575f83156149425750848201515b5f19600385901b1c1916600184901b1784556148f3565b5f84815260208120601f198516915b828110156149885787850151825560209485019460019092019101614968565b50848210156149a557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156149c4575f80fd5b815161404181614153565b805161412181614172565b5f608082840312156149ea575f80fd5b6149f26141b7565b905081516149ff81614172565b8152602082810151908201526040820151614a19816143e1565b604082015260609182015191810191909152919050565b5f8060a08385031215614a41575f80fd5b82519150614a5284602085016149da565b90509250929050565b5f60a0820190506001600160601b038416825260ff83511660208301526020830151604083015264ffffffffff6040840151166060830152606083015160808301529392505050565b5f60208284031215614ab4575f80fd5b8151614041816143e1565b5f60208284031215614acf575f80fd5b81516001600160401b0381168114614041575f80fd5b5f60208284031215614af5575f80fd5b5051919050565b805161412181614153565b5f82601f830112614b16575f80fd5b8151614b2461427982614231565b818152846020838601011115614b38575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614b64575f80fd5b81516001600160401b03811115614b79575f80fd5b820160e08185031215614b8a575f80fd5b614b926141df565b614b9b8261482b565b8152614ba96020830161482b565b6020820152614bba604083016149cf565b6040820152614bcb60608301614889565b6060820152614bdc60808301614afc565b6080820152614bed60a08301614afc565b60a082015260c08201516001600160401b03811115614c0a575f80fd5b614c1686828501614b07565b60c083015250949350505050565b5f8060a08385031215614c35575f80fd5b8251614c40816143e1565b9150614a5284602085016149da565b6001600160a01b0393841681529190921660208201526001600160601b03909116604082015260600190565b5f60808284031215614c8b575f80fd5b61404183836149da565b6001600160601b03948516815260208101939093526001600160a01b03919091166040830152909116606082015260800190565b5f8060408385031215614cda575f80fd5b8251614ce581614102565b602084015190925061449881614102565b5f8085851115614d04575f80fd5b83861115614d10575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614d4e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215614da5575f80fd5b8251614db081614102565b6020939093015192949293505050565b5f805f8060808587031215614dd3575f80fd5b8451614dde81614153565b6020860151909450614def81614153565b6040860151909350614e0081614153565b6060860151909250614e1181614153565b939692955090935050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614e43575f80fd5b8251614e4e8161418b565b602084015190925063ffffffff81168114614498575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00ffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220433cc06b1d141bf0a3806f01dedd7501425b1363bd16fed641dca66b9f2eba4064736f6c634300081a0033",
1729
+ "linkReferences": {
1730
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1731
+ "TokenHandlerDeployerLib": [
1732
+ {
1733
+ "length": 20,
1734
+ "start": 15414
1735
+ }
1736
+ ]
1737
+ },
1738
+ "contracts/staking/StakeManagerLib.sol": {
1739
+ "StakeManagerLib": [
1740
+ {
1741
+ "length": 20,
1742
+ "start": 4344
1743
+ },
1744
+ {
1745
+ "length": 20,
1746
+ "start": 8193
1747
+ },
1748
+ {
1749
+ "length": 20,
1750
+ "start": 13835
1751
+ }
1752
+ ]
1753
+ },
1754
+ "contracts/staking/TargetManagerLib.sol": {
1755
+ "TargetManagerLib": [
1756
+ {
1757
+ "length": 20,
1758
+ "start": 3976
1759
+ },
1760
+ {
1761
+ "length": 20,
1762
+ "start": 5935
1763
+ },
1764
+ {
1765
+ "length": 20,
1766
+ "start": 6952
1767
+ }
1768
+ ]
1769
+ },
1770
+ "contracts/type/Amount.sol": {
1771
+ "AmountLib": [
1772
+ {
1773
+ "length": 20,
1774
+ "start": 5422
1775
+ },
1776
+ {
1777
+ "length": 20,
1778
+ "start": 8664
1779
+ },
1780
+ {
1781
+ "length": 20,
1782
+ "start": 11303
1783
+ },
1784
+ {
1785
+ "length": 20,
1786
+ "start": 11410
1787
+ },
1788
+ {
1789
+ "length": 20,
1790
+ "start": 12099
1791
+ },
1792
+ {
1793
+ "length": 20,
1794
+ "start": 12314
1795
+ }
1796
+ ]
1797
+ },
1798
+ "contracts/type/NftId.sol": {
1799
+ "NftIdLib": [
1800
+ {
1801
+ "length": 20,
1802
+ "start": 2552
1803
+ },
1804
+ {
1805
+ "length": 20,
1806
+ "start": 3384
1807
+ },
1808
+ {
1809
+ "length": 20,
1810
+ "start": 9233
1811
+ },
1812
+ {
1813
+ "length": 20,
1814
+ "start": 14100
1815
+ },
1816
+ {
1817
+ "length": 20,
1818
+ "start": 15833
1819
+ }
1820
+ ]
1821
+ },
1822
+ "contracts/type/Version.sol": {
1823
+ "VersionLib": [
1824
+ {
1825
+ "length": 20,
1826
+ "start": 2348
1827
+ },
1828
+ {
1829
+ "length": 20,
1830
+ "start": 4691
1831
+ }
1832
+ ]
1833
+ }
1834
+ },
1835
+ "deployedLinkReferences": {
1836
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1837
+ "TokenHandlerDeployerLib": [
1838
+ {
1839
+ "length": 20,
1840
+ "start": 15200
1841
+ }
1842
+ ]
1843
+ },
1844
+ "contracts/staking/StakeManagerLib.sol": {
1845
+ "StakeManagerLib": [
1846
+ {
1847
+ "length": 20,
1848
+ "start": 4130
1849
+ },
1850
+ {
1851
+ "length": 20,
1852
+ "start": 7979
1853
+ },
1854
+ {
1855
+ "length": 20,
1856
+ "start": 13621
1857
+ }
1858
+ ]
1859
+ },
1860
+ "contracts/staking/TargetManagerLib.sol": {
1861
+ "TargetManagerLib": [
1862
+ {
1863
+ "length": 20,
1864
+ "start": 3762
1865
+ },
1866
+ {
1867
+ "length": 20,
1868
+ "start": 5721
1869
+ },
1870
+ {
1871
+ "length": 20,
1872
+ "start": 6738
1873
+ }
1874
+ ]
1875
+ },
1876
+ "contracts/type/Amount.sol": {
1877
+ "AmountLib": [
1878
+ {
1879
+ "length": 20,
1880
+ "start": 5208
1881
+ },
1882
+ {
1883
+ "length": 20,
1884
+ "start": 8450
1885
+ },
1886
+ {
1887
+ "length": 20,
1888
+ "start": 11089
1889
+ },
1890
+ {
1891
+ "length": 20,
1892
+ "start": 11196
1893
+ },
1894
+ {
1895
+ "length": 20,
1896
+ "start": 11885
1897
+ },
1898
+ {
1899
+ "length": 20,
1900
+ "start": 12100
1901
+ }
1902
+ ]
1903
+ },
1904
+ "contracts/type/NftId.sol": {
1905
+ "NftIdLib": [
1906
+ {
1907
+ "length": 20,
1908
+ "start": 2338
1909
+ },
1910
+ {
1911
+ "length": 20,
1912
+ "start": 3170
1913
+ },
1914
+ {
1915
+ "length": 20,
1916
+ "start": 9019
1917
+ },
1918
+ {
1919
+ "length": 20,
1920
+ "start": 13886
1921
+ },
1922
+ {
1923
+ "length": 20,
1924
+ "start": 15619
1925
+ }
1926
+ ]
1927
+ },
1928
+ "contracts/type/Version.sol": {
1929
+ "VersionLib": [
1930
+ {
1931
+ "length": 20,
1932
+ "start": 2134
1933
+ },
1934
+ {
1935
+ "length": 20,
1936
+ "start": 4477
1937
+ }
1938
+ ]
1939
+ }
1940
+ }
1941
+ }