@etherisc/gif-next 0.0.2-ef2f083-203 → 0.0.2-ef82317-831

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