@etherisc/gif-next 0.0.2-da77c50-824 → 0.0.2-da87b00-860

Sign up to get free protection for your applications and to get access to all the features.
Files changed (768) hide show
  1. package/README.md +376 -27
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +949 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +930 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +848 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1484 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2053 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1439 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2585 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +616 -1486
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1082 -0
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +694 -1670
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2646 -0
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1328 -0
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +772 -0
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3792 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  102. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  104. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  105. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  106. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  107. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  108. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  109. package/artifacts/contracts/instance/module/{pool/IPoolModule.sol/IPool.json → IRisk.sol/IRisk.json} +2 -2
  110. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  111. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  112. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -0
  114. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
  116. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  118. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
  120. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  122. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
  124. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  126. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
  128. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -0
  130. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
  132. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
  134. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +866 -0
  136. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  138. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
  140. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  141. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  142. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  143. package/artifacts/contracts/pool/Pool.sol/Pool.json +1025 -0
  144. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  146. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  147. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  148. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
  150. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  151. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  152. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
  154. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  155. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -0
  156. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  157. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
  158. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  159. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
  160. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +886 -0
  162. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  164. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  166. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  168. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  169. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
  170. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  171. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
  172. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  173. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
  174. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  176. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  177. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  178. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +854 -0
  180. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  181. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  182. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
  184. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  185. package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
  186. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  187. package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
  188. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  189. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
  190. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  191. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  192. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1035 -119
  194. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  195. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
  196. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  197. package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
  198. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  199. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  200. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  201. package/artifacts/contracts/registry/Registry.sol/Registry.json +1473 -231
  202. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  203. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
  204. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  205. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
  206. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  207. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
  208. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  209. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +773 -0
  210. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  212. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  214. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  215. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  216. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  217. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
  218. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  219. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
  220. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  221. package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
  222. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
  224. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +862 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/{IOwnable.sol/IOwnable.json → ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  230. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  234. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +630 -0
  236. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  238. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -0
  240. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  241. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
  242. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  243. package/artifacts/contracts/{instance/module/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  245. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +62 -70
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  247. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +248 -21
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  251. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  252. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  253. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +224 -160
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  257. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +795 -0
  258. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  259. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  260. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/{instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
  262. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  264. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  265. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
  266. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  267. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  268. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +294 -18
  270. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  271. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  272. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  273. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/Service.sol/Service.json} +239 -234
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
  276. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  278. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  279. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  280. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2757 -0
  282. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  283. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  284. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  285. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  286. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  287. package/artifacts/contracts/staking/Staking.sol/Staking.json +3201 -0
  288. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  290. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +855 -0
  292. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  294. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
  296. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +766 -0
  298. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  299. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3065 -0
  300. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  301. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  302. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  303. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  304. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  305. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  306. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  308. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +251 -0
  310. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  312. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  314. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  316. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  318. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  320. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  321. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  322. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  324. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  325. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  326. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  328. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  330. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  332. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  334. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  336. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  338. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +289 -0
  340. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  342. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  344. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  346. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  348. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  350. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  352. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  353. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  354. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  355. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  356. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
  358. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
  360. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  361. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  362. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  363. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
  364. package/contracts/accounting/AccountingService.sol +274 -0
  365. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  366. package/contracts/accounting/IAccountingService.sol +47 -0
  367. package/contracts/authorization/AccessAdmin.sol +780 -0
  368. package/contracts/authorization/AccessAdminLib.sol +396 -0
  369. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  370. package/contracts/authorization/Authorization.sol +169 -0
  371. package/contracts/authorization/IAccess.sol +67 -0
  372. package/contracts/authorization/IAccessAdmin.sol +144 -0
  373. package/contracts/authorization/IAuthorization.sol +26 -0
  374. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  375. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  376. package/contracts/distribution/BasicDistribution.sol +141 -0
  377. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  378. package/contracts/distribution/Distribution.sol +247 -0
  379. package/contracts/distribution/DistributionService.sol +448 -0
  380. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  381. package/contracts/distribution/IDistributionComponent.sol +45 -0
  382. package/contracts/distribution/IDistributionService.sol +115 -0
  383. package/contracts/examples/fire/DamageLevel.sol +59 -0
  384. package/contracts/examples/fire/FirePool.sol +86 -0
  385. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  386. package/contracts/examples/fire/FireProduct.sol +433 -0
  387. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  388. package/contracts/examples/fire/FireUSD.sol +26 -0
  389. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  390. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  391. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  392. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  393. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  394. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  395. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  396. package/contracts/instance/BundleSet.sol +130 -0
  397. package/contracts/instance/IInstance.sol +138 -43
  398. package/contracts/instance/IInstanceService.sol +117 -0
  399. package/contracts/instance/Instance.sol +333 -48
  400. package/contracts/instance/InstanceAdmin.sol +383 -0
  401. package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
  402. package/contracts/instance/InstanceReader.sol +632 -0
  403. package/contracts/instance/InstanceService.sol +500 -0
  404. package/contracts/instance/InstanceServiceManager.sol +39 -0
  405. package/contracts/instance/InstanceStore.sol +298 -0
  406. package/contracts/instance/RiskSet.sol +126 -0
  407. package/contracts/instance/base/BalanceStore.sol +121 -0
  408. package/contracts/instance/base/Cloneable.sol +28 -0
  409. package/contracts/instance/base/ObjectCounter.sol +20 -0
  410. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  411. package/contracts/instance/base/ObjectSet.sol +77 -0
  412. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  413. package/contracts/instance/module/IBundle.sol +21 -0
  414. package/contracts/instance/module/IComponents.sol +62 -0
  415. package/contracts/instance/module/IDistribution.sol +54 -0
  416. package/contracts/instance/module/IPolicy.sol +105 -0
  417. package/contracts/instance/module/IRisk.sol +16 -0
  418. package/contracts/{test/TestToken.sol → mock/Dip.sol} +6 -6
  419. package/contracts/oracle/BasicOracle.sol +45 -0
  420. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  421. package/contracts/oracle/IOracle.sol +41 -0
  422. package/contracts/oracle/IOracleComponent.sol +33 -0
  423. package/contracts/oracle/IOracleService.sol +66 -0
  424. package/contracts/oracle/Oracle.sol +154 -0
  425. package/contracts/oracle/OracleService.sol +310 -0
  426. package/contracts/oracle/OracleServiceManager.sol +39 -0
  427. package/contracts/pool/BasicPool.sol +162 -0
  428. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  429. package/contracts/pool/BundleService.sol +386 -0
  430. package/contracts/pool/BundleServiceManager.sol +39 -0
  431. package/contracts/pool/IBundleService.sol +116 -0
  432. package/contracts/pool/IPoolComponent.sol +62 -0
  433. package/contracts/pool/IPoolService.sol +170 -0
  434. package/contracts/pool/Pool.sol +333 -0
  435. package/contracts/pool/PoolLib.sol +341 -0
  436. package/contracts/pool/PoolService.sol +614 -0
  437. package/contracts/pool/PoolServiceManager.sol +39 -0
  438. package/contracts/product/ApplicationService.sol +327 -0
  439. package/contracts/product/ApplicationServiceManager.sol +38 -0
  440. package/contracts/product/BasicProduct.sol +49 -0
  441. package/contracts/product/BasicProductAuthorization.sol +63 -0
  442. package/contracts/product/ClaimService.sol +630 -0
  443. package/contracts/product/ClaimServiceManager.sol +38 -0
  444. package/contracts/product/IApplicationService.sol +88 -0
  445. package/contracts/product/IClaimService.sol +136 -0
  446. package/contracts/product/IPolicyService.sol +102 -0
  447. package/contracts/product/IPricingService.sol +40 -0
  448. package/contracts/product/IProductComponent.sol +62 -0
  449. package/contracts/product/IRiskService.sol +48 -0
  450. package/contracts/product/PolicyService.sol +645 -0
  451. package/contracts/product/PolicyServiceLib.sol +139 -0
  452. package/contracts/product/PolicyServiceManager.sol +39 -0
  453. package/contracts/product/PricingService.sol +306 -0
  454. package/contracts/product/PricingServiceManager.sol +39 -0
  455. package/contracts/product/Product.sol +493 -0
  456. package/contracts/product/RiskService.sol +190 -0
  457. package/contracts/product/RiskServiceManager.sol +39 -0
  458. package/contracts/registry/ChainNft.sol +130 -40
  459. package/contracts/registry/IRegistry.sol +144 -29
  460. package/contracts/registry/IRegistryService.sol +62 -0
  461. package/contracts/registry/IRelease.sol +29 -0
  462. package/contracts/registry/ITransferInterceptor.sol +6 -0
  463. package/contracts/registry/Registry.sol +637 -282
  464. package/contracts/registry/RegistryAdmin.sol +191 -0
  465. package/contracts/registry/RegistryAuthorization.sol +336 -0
  466. package/contracts/registry/RegistryService.sol +241 -0
  467. package/contracts/registry/RegistryServiceManager.sol +53 -0
  468. package/contracts/registry/ReleaseAdmin.sol +195 -0
  469. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  470. package/contracts/registry/ReleaseRegistry.sol +525 -0
  471. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  472. package/contracts/registry/TokenRegistry.sol +317 -0
  473. package/contracts/shared/Component.sol +214 -0
  474. package/contracts/shared/ComponentService.sol +687 -0
  475. package/contracts/shared/ComponentServiceManager.sol +38 -0
  476. package/contracts/shared/ContractLib.sol +312 -0
  477. package/contracts/shared/IComponent.sol +58 -0
  478. package/contracts/shared/IComponentService.sol +111 -0
  479. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  480. package/contracts/shared/IKeyValueStore.sol +54 -0
  481. package/contracts/shared/ILifecycle.sol +31 -0
  482. package/contracts/shared/INftOwnable.sol +27 -0
  483. package/contracts/shared/IPolicyHolder.sol +35 -0
  484. package/contracts/shared/IRegisterable.sol +31 -19
  485. package/contracts/shared/IRegistryLinked.sol +11 -0
  486. package/contracts/shared/IService.sol +23 -0
  487. package/contracts/shared/InitializableERC165.sol +35 -0
  488. package/contracts/shared/InstanceLinkedComponent.sol +194 -0
  489. package/contracts/shared/KeyValueStore.sol +131 -0
  490. package/contracts/shared/Lifecycle.sol +88 -0
  491. package/contracts/shared/NftIdSet.sol +65 -0
  492. package/contracts/shared/NftOwnable.sol +129 -0
  493. package/contracts/shared/PolicyHolder.sol +63 -0
  494. package/contracts/shared/Registerable.sol +80 -60
  495. package/contracts/shared/RegistryLinked.sol +38 -0
  496. package/contracts/shared/Service.sol +67 -0
  497. package/contracts/shared/TokenHandler.sol +342 -0
  498. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  499. package/contracts/staking/IStaking.sol +367 -0
  500. package/contracts/staking/IStakingService.sol +127 -0
  501. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  502. package/contracts/staking/Staking.sol +797 -0
  503. package/contracts/staking/StakingLib.sol +195 -0
  504. package/contracts/staking/StakingManager.sol +53 -0
  505. package/contracts/staking/StakingReader.sol +171 -0
  506. package/contracts/staking/StakingService.sol +321 -0
  507. package/contracts/staking/StakingServiceManager.sol +46 -0
  508. package/contracts/staking/StakingStore.sol +1364 -0
  509. package/contracts/staking/TargetHandler.sol +132 -0
  510. package/contracts/staking/TargetManagerLib.sol +234 -0
  511. package/contracts/{types → type}/AddressSet.sol +1 -1
  512. package/contracts/type/Amount.sol +154 -0
  513. package/contracts/{types → type}/Blocknumber.sol +36 -12
  514. package/contracts/type/ChainId.sol +101 -0
  515. package/contracts/type/ClaimId.sol +80 -0
  516. package/contracts/type/DistributorType.sol +55 -0
  517. package/contracts/type/Fee.sol +66 -0
  518. package/contracts/type/Key32.sol +50 -0
  519. package/contracts/type/Key32Set.sol +62 -0
  520. package/contracts/type/NftId.sol +85 -0
  521. package/contracts/type/NftIdSet.sol +62 -0
  522. package/contracts/type/ObjectType.sol +307 -0
  523. package/contracts/type/PayoutId.sol +82 -0
  524. package/contracts/type/Referral.sol +90 -0
  525. package/contracts/type/RequestId.sol +75 -0
  526. package/contracts/type/RiskId.sol +75 -0
  527. package/contracts/type/RoleId.sol +180 -0
  528. package/contracts/type/Seconds.sol +120 -0
  529. package/contracts/type/Selector.sol +107 -0
  530. package/contracts/{types → type}/StateId.sol +60 -6
  531. package/contracts/type/String.sol +65 -0
  532. package/contracts/{types → type}/Timestamp.sol +39 -19
  533. package/contracts/{types → type}/UFixed.sol +91 -34
  534. package/contracts/type/Version.sol +159 -0
  535. package/contracts/upgradeability/IVersionable.sol +56 -0
  536. package/contracts/upgradeability/ProxyManager.sol +246 -0
  537. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
  538. package/contracts/upgradeability/Versionable.sol +62 -0
  539. package/package.json +13 -8
  540. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  541. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  542. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  543. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  544. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  545. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  546. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  547. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  548. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  549. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  550. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  551. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  552. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  553. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  554. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  555. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  556. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  557. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  558. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  559. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  560. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  561. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  562. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  563. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  564. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  565. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  566. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  567. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  568. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  569. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  570. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  571. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  572. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  573. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  574. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  575. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  576. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  577. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  578. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  579. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  580. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  581. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  582. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  583. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  584. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  585. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  586. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.dbg.json +0 -4
  587. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.json +0 -50
  588. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  589. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -313
  590. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  591. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  592. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  594. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  595. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  596. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -276
  597. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  598. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  599. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -276
  600. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  602. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  604. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  605. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  606. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  607. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
  608. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
  609. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
  610. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  611. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  612. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  613. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  614. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  615. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  616. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  617. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  618. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  619. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  620. package/artifacts/contracts/instance/module/product/IProductModule.sol/IProductModule.dbg.json +0 -4
  621. package/artifacts/contracts/instance/module/product/IProductModule.sol/IProductModule.json +0 -10
  622. package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.dbg.json +0 -4
  623. package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.json +0 -10
  624. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  625. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  626. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  627. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -538
  628. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  629. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  630. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  631. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -538
  632. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  633. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -519
  634. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  635. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  636. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  637. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  638. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
  639. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  640. package/artifacts/contracts/instance/service/IService.sol/IService.dbg.json +0 -4
  641. package/artifacts/contracts/instance/service/IService.sol/IService.json +0 -300
  642. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  643. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -499
  644. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  645. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -685
  646. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  647. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.json +0 -300
  648. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  649. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  650. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  651. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  652. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  653. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  654. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  655. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  656. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  657. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  658. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  659. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -95
  660. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  661. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  662. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  663. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  664. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  665. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  666. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  667. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
  668. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  669. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -407
  670. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  671. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  672. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  673. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -222
  674. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  675. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -230
  676. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  677. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  678. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  680. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  681. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  682. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  683. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  684. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  685. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  686. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  687. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  688. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  689. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  690. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  691. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  692. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  693. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
  694. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  695. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -78
  696. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  697. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  698. package/contracts/components/BaseComponent.sol +0 -89
  699. package/contracts/components/IBaseComponent.sol +0 -19
  700. package/contracts/components/IPoolComponent.sol +0 -57
  701. package/contracts/components/IProductComponent.sol +0 -19
  702. package/contracts/components/Pool.sol +0 -174
  703. package/contracts/components/Product.sol +0 -117
  704. package/contracts/experiment/errors/Require.sol +0 -38
  705. package/contracts/experiment/errors/Revert.sol +0 -44
  706. package/contracts/experiment/inheritance/A.sol +0 -53
  707. package/contracts/experiment/inheritance/B.sol +0 -28
  708. package/contracts/experiment/inheritance/C.sol +0 -34
  709. package/contracts/experiment/inheritance/IA.sol +0 -13
  710. package/contracts/experiment/inheritance/IB.sol +0 -10
  711. package/contracts/experiment/inheritance/IC.sol +0 -12
  712. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  713. package/contracts/experiment/statemachine/ISM.sol +0 -25
  714. package/contracts/experiment/statemachine/README.md +0 -112
  715. package/contracts/experiment/statemachine/SM.sol +0 -57
  716. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  717. package/contracts/experiment/types/TypeA.sol +0 -47
  718. package/contracts/experiment/types/TypeB.sol +0 -29
  719. package/contracts/instance/IInstanceLinked.sol +0 -8
  720. package/contracts/instance/IServiceLinked.sol +0 -12
  721. package/contracts/instance/InstanceBase.sol +0 -74
  722. package/contracts/instance/module/access/Access.sol +0 -149
  723. package/contracts/instance/module/access/IAccess.sol +0 -53
  724. package/contracts/instance/module/bundle/BundleModule.sol +0 -228
  725. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  726. package/contracts/instance/module/component/ComponentModule.sol +0 -104
  727. package/contracts/instance/module/component/IComponent.sol +0 -53
  728. package/contracts/instance/module/lifecycle/ILifecycle.sol +0 -47
  729. package/contracts/instance/module/lifecycle/LifecycleModule.sol +0 -89
  730. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  731. package/contracts/instance/module/policy/PolicyModule.sol +0 -84
  732. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  733. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  734. package/contracts/instance/module/product/IProductModule.sol +0 -6
  735. package/contracts/instance/module/product/ProductModule.sol +0 -8
  736. package/contracts/instance/module/treasury/ITreasury.sol +0 -104
  737. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  738. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -148
  739. package/contracts/instance/service/ComponentOwnerService.sol +0 -174
  740. package/contracts/instance/service/ComponentServiceBase.sol +0 -41
  741. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  742. package/contracts/instance/service/IPoolService.sol +0 -30
  743. package/contracts/instance/service/IProductService.sol +0 -58
  744. package/contracts/instance/service/IService.sol +0 -15
  745. package/contracts/instance/service/PoolService.sol +0 -98
  746. package/contracts/instance/service/ProductService.sol +0 -358
  747. package/contracts/instance/service/ServiceBase.sol +0 -39
  748. package/contracts/registry/IChainNft.sol +0 -21
  749. package/contracts/registry/IRegistryLinked.sol +0 -8
  750. package/contracts/shared/ERC165.sol +0 -21
  751. package/contracts/shared/IOwnable.sol +0 -6
  752. package/contracts/shared/IVersionable.sol +0 -52
  753. package/contracts/shared/Versionable.sol +0 -92
  754. package/contracts/test/TestFee.sol +0 -25
  755. package/contracts/test/TestPool.sol +0 -22
  756. package/contracts/test/TestProduct.sol +0 -44
  757. package/contracts/test/TestRegisterable.sol +0 -19
  758. package/contracts/test/TestRoleId.sol +0 -14
  759. package/contracts/test/TestService.sol +0 -35
  760. package/contracts/test/TestVersion.sol +0 -47
  761. package/contracts/test/TestVersionable.sol +0 -20
  762. package/contracts/types/ChainId.sol +0 -38
  763. package/contracts/types/Fee.sol +0 -32
  764. package/contracts/types/NftId.sol +0 -57
  765. package/contracts/types/NftIdSet.sol +0 -60
  766. package/contracts/types/ObjectType.sol +0 -115
  767. package/contracts/types/RoleId.sol +0 -36
  768. package/contracts/types/Version.sol +0 -91
@@ -0,0 +1,3065 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "StakingStore",
4
+ "sourceName": "contracts/staking/StakingStore.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "contract IRegistry",
10
+ "name": "registry",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "contract StakingReader",
15
+ "name": "reader",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "address",
26
+ "name": "authority",
27
+ "type": "address"
28
+ }
29
+ ],
30
+ "name": "AccessManagedInvalidAuthority",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ },
40
+ {
41
+ "internalType": "uint32",
42
+ "name": "delay",
43
+ "type": "uint32"
44
+ }
45
+ ],
46
+ "name": "AccessManagedRequiredDelay",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "address",
53
+ "name": "caller",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "AccessManagedUnauthorized",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [
62
+ {
63
+ "internalType": "Seconds",
64
+ "name": "minLockingPeriod",
65
+ "type": "uint40"
66
+ },
67
+ {
68
+ "internalType": "Seconds",
69
+ "name": "maxLockingPeriod",
70
+ "type": "uint40"
71
+ }
72
+ ],
73
+ "name": "ErrorStakingLockingPeriodsInvalid",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "UFixed",
80
+ "name": "minRewardRate",
81
+ "type": "uint160"
82
+ },
83
+ {
84
+ "internalType": "UFixed",
85
+ "name": "maxRewardRate",
86
+ "type": "uint160"
87
+ }
88
+ ],
89
+ "name": "ErrorStakingRewardRatesInvalid",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "NftId",
96
+ "name": "stakeNftId",
97
+ "type": "uint96"
98
+ },
99
+ {
100
+ "internalType": "Timestamp",
101
+ "name": "lockedUntil",
102
+ "type": "uint40"
103
+ }
104
+ ],
105
+ "name": "ErrorStakingStakeLocked",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "Amount",
112
+ "name": "minStakingAmount",
113
+ "type": "uint96"
114
+ },
115
+ {
116
+ "internalType": "Amount",
117
+ "name": "maxStakingAmount",
118
+ "type": "uint96"
119
+ }
120
+ ],
121
+ "name": "ErrorStakingStakingAmountsInvalid",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "NftId",
128
+ "name": "targetNftId",
129
+ "type": "uint96"
130
+ }
131
+ ],
132
+ "name": "ErrorStakingStoreLimitNotInitialized",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "NftId",
139
+ "name": "targetNftId",
140
+ "type": "uint96"
141
+ }
142
+ ],
143
+ "name": "ErrorStakingStoreNotTarget",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "NftId",
150
+ "name": "targetNftId",
151
+ "type": "uint96"
152
+ },
153
+ {
154
+ "internalType": "Amount",
155
+ "name": "reserveAmount",
156
+ "type": "uint96"
157
+ },
158
+ {
159
+ "internalType": "Amount",
160
+ "name": "claimedAmount",
161
+ "type": "uint96"
162
+ }
163
+ ],
164
+ "name": "ErrorStakingStoreRewardReservesInsufficient",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "NftId",
171
+ "name": "nftId",
172
+ "type": "uint96"
173
+ }
174
+ ],
175
+ "name": "ErrorStakingStoreStakeBalanceAlreadyInitialized",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "NftId",
182
+ "name": "nftI",
183
+ "type": "uint96"
184
+ }
185
+ ],
186
+ "name": "ErrorStakingStoreStakeBalanceNotInitialized",
187
+ "type": "error"
188
+ },
189
+ {
190
+ "inputs": [
191
+ {
192
+ "internalType": "NftId",
193
+ "name": "nftId",
194
+ "type": "uint96"
195
+ }
196
+ ],
197
+ "name": "ErrorStakingStoreStakeNotInitialized",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "NftId",
204
+ "name": "targetNftId",
205
+ "type": "uint96"
206
+ },
207
+ {
208
+ "internalType": "Amount",
209
+ "name": "stakeLimitAmount",
210
+ "type": "uint96"
211
+ },
212
+ {
213
+ "internalType": "Amount",
214
+ "name": "newIStaking",
215
+ "type": "uint96"
216
+ }
217
+ ],
218
+ "name": "ErrorStakingStoreStakesExceedingTargetMaxAmount",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [
223
+ {
224
+ "internalType": "NftId",
225
+ "name": "targetNftId",
226
+ "type": "uint96"
227
+ }
228
+ ],
229
+ "name": "ErrorStakingStoreTargetNotInitialized",
230
+ "type": "error"
231
+ },
232
+ {
233
+ "inputs": [
234
+ {
235
+ "internalType": "ChainId",
236
+ "name": "chainId",
237
+ "type": "uint96"
238
+ },
239
+ {
240
+ "internalType": "address",
241
+ "name": "token",
242
+ "type": "address"
243
+ }
244
+ ],
245
+ "name": "ErrorStakingStoreTokenAlreadyAdded",
246
+ "type": "error"
247
+ },
248
+ {
249
+ "inputs": [
250
+ {
251
+ "internalType": "ChainId",
252
+ "name": "chainId",
253
+ "type": "uint96"
254
+ },
255
+ {
256
+ "internalType": "address",
257
+ "name": "token",
258
+ "type": "address"
259
+ }
260
+ ],
261
+ "name": "ErrorStakingStoreTokenNotRegistered",
262
+ "type": "error"
263
+ },
264
+ {
265
+ "inputs": [
266
+ {
267
+ "internalType": "ChainId",
268
+ "name": "chainId",
269
+ "type": "uint96"
270
+ },
271
+ {
272
+ "internalType": "address",
273
+ "name": "token",
274
+ "type": "address"
275
+ }
276
+ ],
277
+ "name": "ErrorStakingStoreTokenUnknown",
278
+ "type": "error"
279
+ },
280
+ {
281
+ "inputs": [
282
+ {
283
+ "internalType": "NftId",
284
+ "name": "nftId",
285
+ "type": "uint96"
286
+ },
287
+ {
288
+ "internalType": "address",
289
+ "name": "token",
290
+ "type": "address"
291
+ }
292
+ ],
293
+ "name": "ErrorStakingStoreTvlBalanceAlreadyInitialized",
294
+ "type": "error"
295
+ },
296
+ {
297
+ "inputs": [
298
+ {
299
+ "internalType": "NftId",
300
+ "name": "nftId",
301
+ "type": "uint96"
302
+ },
303
+ {
304
+ "internalType": "address",
305
+ "name": "token",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "name": "ErrorStakingStoreTvlBalanceNotInitialized",
310
+ "type": "error"
311
+ },
312
+ {
313
+ "inputs": [
314
+ {
315
+ "internalType": "ObjectType",
316
+ "name": "targetType",
317
+ "type": "uint8"
318
+ }
319
+ ],
320
+ "name": "ErrorStakingSupportTypeInvalid",
321
+ "type": "error"
322
+ },
323
+ {
324
+ "inputs": [
325
+ {
326
+ "internalType": "NftId",
327
+ "name": "targetNftId",
328
+ "type": "uint96"
329
+ },
330
+ {
331
+ "internalType": "Amount",
332
+ "name": "stakeLimitAmount",
333
+ "type": "uint96"
334
+ },
335
+ {
336
+ "internalType": "Amount",
337
+ "name": "stakedAmount",
338
+ "type": "uint96"
339
+ }
340
+ ],
341
+ "name": "ErrorStakingTargetMaxStakedAmountExceeded",
342
+ "type": "error"
343
+ },
344
+ {
345
+ "inputs": [],
346
+ "name": "InvalidInitialization",
347
+ "type": "error"
348
+ },
349
+ {
350
+ "inputs": [],
351
+ "name": "NotInitializing",
352
+ "type": "error"
353
+ },
354
+ {
355
+ "anonymous": false,
356
+ "inputs": [
357
+ {
358
+ "indexed": false,
359
+ "internalType": "address",
360
+ "name": "authority",
361
+ "type": "address"
362
+ }
363
+ ],
364
+ "name": "AuthorityUpdated",
365
+ "type": "event"
366
+ },
367
+ {
368
+ "anonymous": false,
369
+ "inputs": [
370
+ {
371
+ "indexed": false,
372
+ "internalType": "uint64",
373
+ "name": "version",
374
+ "type": "uint64"
375
+ }
376
+ ],
377
+ "name": "Initialized",
378
+ "type": "event"
379
+ },
380
+ {
381
+ "anonymous": false,
382
+ "inputs": [
383
+ {
384
+ "indexed": false,
385
+ "internalType": "NftId",
386
+ "name": "targetNftId",
387
+ "type": "uint96"
388
+ },
389
+ {
390
+ "indexed": false,
391
+ "internalType": "Amount",
392
+ "name": "marginAmount",
393
+ "type": "uint96"
394
+ },
395
+ {
396
+ "indexed": false,
397
+ "internalType": "Amount",
398
+ "name": "hardLimitAmount",
399
+ "type": "uint96"
400
+ },
401
+ {
402
+ "indexed": false,
403
+ "internalType": "Blocknumber",
404
+ "name": "lastUpdateIn",
405
+ "type": "uint40"
406
+ }
407
+ ],
408
+ "name": "LogStakingLimitsSet",
409
+ "type": "event"
410
+ },
411
+ {
412
+ "anonymous": false,
413
+ "inputs": [
414
+ {
415
+ "indexed": false,
416
+ "internalType": "NftId",
417
+ "name": "targetNftId",
418
+ "type": "uint96"
419
+ },
420
+ {
421
+ "indexed": false,
422
+ "internalType": "Amount",
423
+ "name": "dipAmount",
424
+ "type": "uint96"
425
+ },
426
+ {
427
+ "indexed": false,
428
+ "internalType": "address",
429
+ "name": "targetOwner",
430
+ "type": "address"
431
+ },
432
+ {
433
+ "indexed": false,
434
+ "internalType": "Amount",
435
+ "name": "reserveBalance",
436
+ "type": "uint96"
437
+ },
438
+ {
439
+ "indexed": false,
440
+ "internalType": "Blocknumber",
441
+ "name": "lastUpdateIn",
442
+ "type": "uint40"
443
+ }
444
+ ],
445
+ "name": "LogStakingRewardReservesRefilled",
446
+ "type": "event"
447
+ },
448
+ {
449
+ "anonymous": false,
450
+ "inputs": [
451
+ {
452
+ "indexed": false,
453
+ "internalType": "NftId",
454
+ "name": "targetNftId",
455
+ "type": "uint96"
456
+ },
457
+ {
458
+ "indexed": false,
459
+ "internalType": "Amount",
460
+ "name": "dipAmount",
461
+ "type": "uint96"
462
+ },
463
+ {
464
+ "indexed": false,
465
+ "internalType": "Amount",
466
+ "name": "reserveBalance",
467
+ "type": "uint96"
468
+ },
469
+ {
470
+ "indexed": false,
471
+ "internalType": "Blocknumber",
472
+ "name": "lastUpdateIn",
473
+ "type": "uint40"
474
+ }
475
+ ],
476
+ "name": "LogStakingRewardReservesSpent",
477
+ "type": "event"
478
+ },
479
+ {
480
+ "anonymous": false,
481
+ "inputs": [
482
+ {
483
+ "indexed": false,
484
+ "internalType": "NftId",
485
+ "name": "targetNftId",
486
+ "type": "uint96"
487
+ },
488
+ {
489
+ "indexed": false,
490
+ "internalType": "Amount",
491
+ "name": "dipAmount",
492
+ "type": "uint96"
493
+ },
494
+ {
495
+ "indexed": false,
496
+ "internalType": "address",
497
+ "name": "targetOwner",
498
+ "type": "address"
499
+ },
500
+ {
501
+ "indexed": false,
502
+ "internalType": "Amount",
503
+ "name": "reserveBalance",
504
+ "type": "uint96"
505
+ },
506
+ {
507
+ "indexed": false,
508
+ "internalType": "Blocknumber",
509
+ "name": "lastUpdateIn",
510
+ "type": "uint40"
511
+ }
512
+ ],
513
+ "name": "LogStakingRewardReservesWithdrawn",
514
+ "type": "event"
515
+ },
516
+ {
517
+ "anonymous": false,
518
+ "inputs": [
519
+ {
520
+ "indexed": false,
521
+ "internalType": "NftId",
522
+ "name": "stakeNftId",
523
+ "type": "uint96"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "Amount",
528
+ "name": "claimedAmount",
529
+ "type": "uint96"
530
+ },
531
+ {
532
+ "indexed": false,
533
+ "internalType": "Amount",
534
+ "name": "stakeBalance",
535
+ "type": "uint96"
536
+ },
537
+ {
538
+ "indexed": false,
539
+ "internalType": "Amount",
540
+ "name": "rewardBalance",
541
+ "type": "uint96"
542
+ },
543
+ {
544
+ "indexed": false,
545
+ "internalType": "Timestamp",
546
+ "name": "lockedUntil",
547
+ "type": "uint40"
548
+ },
549
+ {
550
+ "indexed": false,
551
+ "internalType": "Blocknumber",
552
+ "name": "lastUpdateIn",
553
+ "type": "uint40"
554
+ }
555
+ ],
556
+ "name": "LogStakingRewardsClaimed",
557
+ "type": "event"
558
+ },
559
+ {
560
+ "anonymous": false,
561
+ "inputs": [
562
+ {
563
+ "indexed": false,
564
+ "internalType": "NftId",
565
+ "name": "stakeNftId",
566
+ "type": "uint96"
567
+ },
568
+ {
569
+ "indexed": false,
570
+ "internalType": "Amount",
571
+ "name": "restakedAmount",
572
+ "type": "uint96"
573
+ },
574
+ {
575
+ "indexed": false,
576
+ "internalType": "Amount",
577
+ "name": "stakeBalance",
578
+ "type": "uint96"
579
+ },
580
+ {
581
+ "indexed": false,
582
+ "internalType": "Amount",
583
+ "name": "rewardBalance",
584
+ "type": "uint96"
585
+ },
586
+ {
587
+ "indexed": false,
588
+ "internalType": "Timestamp",
589
+ "name": "lockedUntil",
590
+ "type": "uint40"
591
+ },
592
+ {
593
+ "indexed": false,
594
+ "internalType": "Blocknumber",
595
+ "name": "lastUpdateIn",
596
+ "type": "uint40"
597
+ }
598
+ ],
599
+ "name": "LogStakingRewardsRestaked",
600
+ "type": "event"
601
+ },
602
+ {
603
+ "anonymous": false,
604
+ "inputs": [
605
+ {
606
+ "indexed": false,
607
+ "internalType": "NftId",
608
+ "name": "stakeNftId",
609
+ "type": "uint96"
610
+ },
611
+ {
612
+ "indexed": false,
613
+ "internalType": "NftId",
614
+ "name": "targetNftId",
615
+ "type": "uint96"
616
+ },
617
+ {
618
+ "indexed": false,
619
+ "internalType": "Amount",
620
+ "name": "stakeAmount",
621
+ "type": "uint96"
622
+ },
623
+ {
624
+ "indexed": false,
625
+ "internalType": "Timestamp",
626
+ "name": "lockedUntil",
627
+ "type": "uint40"
628
+ },
629
+ {
630
+ "indexed": false,
631
+ "internalType": "address",
632
+ "name": "stakeOwner",
633
+ "type": "address"
634
+ }
635
+ ],
636
+ "name": "LogStakingStakeCreated",
637
+ "type": "event"
638
+ },
639
+ {
640
+ "anonymous": false,
641
+ "inputs": [
642
+ {
643
+ "indexed": false,
644
+ "internalType": "NftId",
645
+ "name": "stakeNftId",
646
+ "type": "uint96"
647
+ },
648
+ {
649
+ "indexed": false,
650
+ "internalType": "Amount",
651
+ "name": "rewardIncrementAmount",
652
+ "type": "uint96"
653
+ },
654
+ {
655
+ "indexed": false,
656
+ "internalType": "Amount",
657
+ "name": "stakeBalance",
658
+ "type": "uint96"
659
+ },
660
+ {
661
+ "indexed": false,
662
+ "internalType": "Amount",
663
+ "name": "rewardBalance",
664
+ "type": "uint96"
665
+ },
666
+ {
667
+ "indexed": false,
668
+ "internalType": "Timestamp",
669
+ "name": "lockedUntil",
670
+ "type": "uint40"
671
+ },
672
+ {
673
+ "indexed": false,
674
+ "internalType": "Blocknumber",
675
+ "name": "lastUpdateIn",
676
+ "type": "uint40"
677
+ }
678
+ ],
679
+ "name": "LogStakingStakeRewardsUpdated",
680
+ "type": "event"
681
+ },
682
+ {
683
+ "anonymous": false,
684
+ "inputs": [
685
+ {
686
+ "indexed": false,
687
+ "internalType": "NftId",
688
+ "name": "stakeNftId",
689
+ "type": "uint96"
690
+ },
691
+ {
692
+ "indexed": false,
693
+ "internalType": "Amount",
694
+ "name": "stakedAmount",
695
+ "type": "uint96"
696
+ },
697
+ {
698
+ "indexed": false,
699
+ "internalType": "Amount",
700
+ "name": "stakeBalance",
701
+ "type": "uint96"
702
+ },
703
+ {
704
+ "indexed": false,
705
+ "internalType": "Amount",
706
+ "name": "rewardBalance",
707
+ "type": "uint96"
708
+ },
709
+ {
710
+ "indexed": false,
711
+ "internalType": "Timestamp",
712
+ "name": "lockedUntil",
713
+ "type": "uint40"
714
+ },
715
+ {
716
+ "indexed": false,
717
+ "internalType": "Blocknumber",
718
+ "name": "lastUpdateIn",
719
+ "type": "uint40"
720
+ }
721
+ ],
722
+ "name": "LogStakingStaked",
723
+ "type": "event"
724
+ },
725
+ {
726
+ "anonymous": false,
727
+ "inputs": [
728
+ {
729
+ "indexed": false,
730
+ "internalType": "address",
731
+ "name": "stakingReader",
732
+ "type": "address"
733
+ },
734
+ {
735
+ "indexed": false,
736
+ "internalType": "address",
737
+ "name": "oldStakingReader",
738
+ "type": "address"
739
+ }
740
+ ],
741
+ "name": "LogStakingStakingReaderSet",
742
+ "type": "event"
743
+ },
744
+ {
745
+ "anonymous": false,
746
+ "inputs": [
747
+ {
748
+ "indexed": false,
749
+ "internalType": "ObjectType",
750
+ "name": "objectType",
751
+ "type": "uint8"
752
+ },
753
+ {
754
+ "indexed": false,
755
+ "internalType": "bool",
756
+ "name": "isSupported",
757
+ "type": "bool"
758
+ },
759
+ {
760
+ "indexed": false,
761
+ "internalType": "bool",
762
+ "name": "allowNewTargets",
763
+ "type": "bool"
764
+ },
765
+ {
766
+ "indexed": false,
767
+ "internalType": "bool",
768
+ "name": "allowCrossChain",
769
+ "type": "bool"
770
+ },
771
+ {
772
+ "indexed": false,
773
+ "internalType": "Amount",
774
+ "name": "minStakingAmount",
775
+ "type": "uint96"
776
+ },
777
+ {
778
+ "indexed": false,
779
+ "internalType": "Amount",
780
+ "name": "maxStakingAmount",
781
+ "type": "uint96"
782
+ },
783
+ {
784
+ "indexed": false,
785
+ "internalType": "Seconds",
786
+ "name": "minLockingPeriod",
787
+ "type": "uint40"
788
+ },
789
+ {
790
+ "indexed": false,
791
+ "internalType": "Seconds",
792
+ "name": "maxLockingPeriod",
793
+ "type": "uint40"
794
+ },
795
+ {
796
+ "indexed": false,
797
+ "internalType": "UFixed",
798
+ "name": "minRewardRate",
799
+ "type": "uint160"
800
+ },
801
+ {
802
+ "indexed": false,
803
+ "internalType": "UFixed",
804
+ "name": "maxRewardRate",
805
+ "type": "uint160"
806
+ },
807
+ {
808
+ "indexed": false,
809
+ "internalType": "Blocknumber",
810
+ "name": "lastUpdateIn",
811
+ "type": "uint40"
812
+ }
813
+ ],
814
+ "name": "LogStakingSupportInfoSet",
815
+ "type": "event"
816
+ },
817
+ {
818
+ "anonymous": false,
819
+ "inputs": [
820
+ {
821
+ "indexed": false,
822
+ "internalType": "NftId",
823
+ "name": "targetNftId",
824
+ "type": "uint96"
825
+ },
826
+ {
827
+ "indexed": false,
828
+ "internalType": "ObjectType",
829
+ "name": "objectType",
830
+ "type": "uint8"
831
+ },
832
+ {
833
+ "indexed": false,
834
+ "internalType": "Seconds",
835
+ "name": "lockingPeriod",
836
+ "type": "uint40"
837
+ },
838
+ {
839
+ "indexed": false,
840
+ "internalType": "UFixed",
841
+ "name": "rewardRate",
842
+ "type": "uint160"
843
+ }
844
+ ],
845
+ "name": "LogStakingTargetCreated",
846
+ "type": "event"
847
+ },
848
+ {
849
+ "anonymous": false,
850
+ "inputs": [
851
+ {
852
+ "indexed": false,
853
+ "internalType": "address",
854
+ "name": "targetManager",
855
+ "type": "address"
856
+ },
857
+ {
858
+ "indexed": false,
859
+ "internalType": "address",
860
+ "name": "oldTargetHandler",
861
+ "type": "address"
862
+ }
863
+ ],
864
+ "name": "LogStakingTargetHandlerSet",
865
+ "type": "event"
866
+ },
867
+ {
868
+ "anonymous": false,
869
+ "inputs": [
870
+ {
871
+ "indexed": false,
872
+ "internalType": "NftId",
873
+ "name": "targetNftId",
874
+ "type": "uint96"
875
+ },
876
+ {
877
+ "indexed": false,
878
+ "internalType": "Amount",
879
+ "name": "limitAmount",
880
+ "type": "uint96"
881
+ },
882
+ {
883
+ "indexed": false,
884
+ "internalType": "Amount",
885
+ "name": "hardLimitAmount",
886
+ "type": "uint96"
887
+ },
888
+ {
889
+ "indexed": false,
890
+ "internalType": "Amount",
891
+ "name": "requiredStakeAmount",
892
+ "type": "uint96"
893
+ },
894
+ {
895
+ "indexed": false,
896
+ "internalType": "Amount",
897
+ "name": "actualStakeAmount",
898
+ "type": "uint96"
899
+ },
900
+ {
901
+ "indexed": false,
902
+ "internalType": "Blocknumber",
903
+ "name": "lastUpdateIn",
904
+ "type": "uint40"
905
+ }
906
+ ],
907
+ "name": "LogStakingTargetLimitUpdated",
908
+ "type": "event"
909
+ },
910
+ {
911
+ "anonymous": false,
912
+ "inputs": [
913
+ {
914
+ "indexed": false,
915
+ "internalType": "NftId",
916
+ "name": "targetNftId",
917
+ "type": "uint96"
918
+ },
919
+ {
920
+ "indexed": false,
921
+ "internalType": "Amount",
922
+ "name": "marginAmount",
923
+ "type": "uint96"
924
+ },
925
+ {
926
+ "indexed": false,
927
+ "internalType": "Amount",
928
+ "name": "hardLimitAmount",
929
+ "type": "uint96"
930
+ },
931
+ {
932
+ "indexed": false,
933
+ "internalType": "Blocknumber",
934
+ "name": "lastUpdateIn",
935
+ "type": "uint40"
936
+ }
937
+ ],
938
+ "name": "LogStakingTargetLimitsUpdated",
939
+ "type": "event"
940
+ },
941
+ {
942
+ "anonymous": false,
943
+ "inputs": [
944
+ {
945
+ "indexed": false,
946
+ "internalType": "NftId",
947
+ "name": "targetNftId",
948
+ "type": "uint96"
949
+ },
950
+ {
951
+ "indexed": false,
952
+ "internalType": "Seconds",
953
+ "name": "oldLockingPeriod",
954
+ "type": "uint40"
955
+ },
956
+ {
957
+ "indexed": false,
958
+ "internalType": "Seconds",
959
+ "name": "lockingPeriod",
960
+ "type": "uint40"
961
+ },
962
+ {
963
+ "indexed": false,
964
+ "internalType": "Blocknumber",
965
+ "name": "lastUpdateIn",
966
+ "type": "uint40"
967
+ }
968
+ ],
969
+ "name": "LogStakingTargetLockingPeriodSet",
970
+ "type": "event"
971
+ },
972
+ {
973
+ "anonymous": false,
974
+ "inputs": [
975
+ {
976
+ "indexed": false,
977
+ "internalType": "NftId",
978
+ "name": "targetNftId",
979
+ "type": "uint96"
980
+ },
981
+ {
982
+ "indexed": false,
983
+ "internalType": "Amount",
984
+ "name": "stakeLimitAmount",
985
+ "type": "uint96"
986
+ },
987
+ {
988
+ "indexed": false,
989
+ "internalType": "Blocknumber",
990
+ "name": "lastUpdateIn",
991
+ "type": "uint40"
992
+ }
993
+ ],
994
+ "name": "LogStakingTargetMaxStakedAmountSet",
995
+ "type": "event"
996
+ },
997
+ {
998
+ "anonymous": false,
999
+ "inputs": [
1000
+ {
1001
+ "indexed": false,
1002
+ "internalType": "NftId",
1003
+ "name": "targetNftId",
1004
+ "type": "uint96"
1005
+ },
1006
+ {
1007
+ "indexed": false,
1008
+ "internalType": "UFixed",
1009
+ "name": "rewardRate",
1010
+ "type": "uint160"
1011
+ },
1012
+ {
1013
+ "indexed": false,
1014
+ "internalType": "UFixed",
1015
+ "name": "oldRewardRate",
1016
+ "type": "uint160"
1017
+ },
1018
+ {
1019
+ "indexed": false,
1020
+ "internalType": "Blocknumber",
1021
+ "name": "lastUpdateIn",
1022
+ "type": "uint40"
1023
+ }
1024
+ ],
1025
+ "name": "LogStakingTargetRewardRateSet",
1026
+ "type": "event"
1027
+ },
1028
+ {
1029
+ "anonymous": false,
1030
+ "inputs": [
1031
+ {
1032
+ "indexed": false,
1033
+ "internalType": "ChainId",
1034
+ "name": "chainId",
1035
+ "type": "uint96"
1036
+ },
1037
+ {
1038
+ "indexed": false,
1039
+ "internalType": "address",
1040
+ "name": "token",
1041
+ "type": "address"
1042
+ }
1043
+ ],
1044
+ "name": "LogStakingTokenAdded",
1045
+ "type": "event"
1046
+ },
1047
+ {
1048
+ "anonymous": false,
1049
+ "inputs": [
1050
+ {
1051
+ "indexed": false,
1052
+ "internalType": "NftId",
1053
+ "name": "targetNftId",
1054
+ "type": "uint96"
1055
+ },
1056
+ {
1057
+ "indexed": false,
1058
+ "internalType": "address",
1059
+ "name": "token",
1060
+ "type": "address"
1061
+ },
1062
+ {
1063
+ "indexed": false,
1064
+ "internalType": "Amount",
1065
+ "name": "amount",
1066
+ "type": "uint96"
1067
+ },
1068
+ {
1069
+ "indexed": false,
1070
+ "internalType": "Amount",
1071
+ "name": "newBalance",
1072
+ "type": "uint96"
1073
+ },
1074
+ {
1075
+ "indexed": false,
1076
+ "internalType": "Blocknumber",
1077
+ "name": "lastUpdateIn",
1078
+ "type": "uint40"
1079
+ }
1080
+ ],
1081
+ "name": "LogStakingTvlDecreased",
1082
+ "type": "event"
1083
+ },
1084
+ {
1085
+ "anonymous": false,
1086
+ "inputs": [
1087
+ {
1088
+ "indexed": false,
1089
+ "internalType": "NftId",
1090
+ "name": "targetNftId",
1091
+ "type": "uint96"
1092
+ },
1093
+ {
1094
+ "indexed": false,
1095
+ "internalType": "address",
1096
+ "name": "token",
1097
+ "type": "address"
1098
+ },
1099
+ {
1100
+ "indexed": false,
1101
+ "internalType": "Amount",
1102
+ "name": "amount",
1103
+ "type": "uint96"
1104
+ },
1105
+ {
1106
+ "indexed": false,
1107
+ "internalType": "Amount",
1108
+ "name": "newBalance",
1109
+ "type": "uint96"
1110
+ },
1111
+ {
1112
+ "indexed": false,
1113
+ "internalType": "Blocknumber",
1114
+ "name": "lastUpdateIn",
1115
+ "type": "uint40"
1116
+ }
1117
+ ],
1118
+ "name": "LogStakingTvlIncreased",
1119
+ "type": "event"
1120
+ },
1121
+ {
1122
+ "anonymous": false,
1123
+ "inputs": [
1124
+ {
1125
+ "indexed": false,
1126
+ "internalType": "NftId",
1127
+ "name": "stakeNftId",
1128
+ "type": "uint96"
1129
+ },
1130
+ {
1131
+ "indexed": false,
1132
+ "internalType": "Amount",
1133
+ "name": "unstakedAmount",
1134
+ "type": "uint96"
1135
+ },
1136
+ {
1137
+ "indexed": false,
1138
+ "internalType": "Amount",
1139
+ "name": "stakeBalance",
1140
+ "type": "uint96"
1141
+ },
1142
+ {
1143
+ "indexed": false,
1144
+ "internalType": "Amount",
1145
+ "name": "rewardBalance",
1146
+ "type": "uint96"
1147
+ },
1148
+ {
1149
+ "indexed": false,
1150
+ "internalType": "Timestamp",
1151
+ "name": "lockedUntil",
1152
+ "type": "uint40"
1153
+ },
1154
+ {
1155
+ "indexed": false,
1156
+ "internalType": "Blocknumber",
1157
+ "name": "lastUpdateIn",
1158
+ "type": "uint40"
1159
+ }
1160
+ ],
1161
+ "name": "LogStakingUnstaked",
1162
+ "type": "event"
1163
+ },
1164
+ {
1165
+ "inputs": [
1166
+ {
1167
+ "internalType": "NftId",
1168
+ "name": "targetNftId",
1169
+ "type": "uint96"
1170
+ },
1171
+ {
1172
+ "internalType": "address",
1173
+ "name": "token",
1174
+ "type": "address"
1175
+ }
1176
+ ],
1177
+ "name": "addTargetToken",
1178
+ "outputs": [],
1179
+ "stateMutability": "nonpayable",
1180
+ "type": "function"
1181
+ },
1182
+ {
1183
+ "inputs": [
1184
+ {
1185
+ "internalType": "ChainId",
1186
+ "name": "chainId",
1187
+ "type": "uint96"
1188
+ },
1189
+ {
1190
+ "internalType": "address",
1191
+ "name": "token",
1192
+ "type": "address"
1193
+ }
1194
+ ],
1195
+ "name": "addToken",
1196
+ "outputs": [],
1197
+ "stateMutability": "nonpayable",
1198
+ "type": "function"
1199
+ },
1200
+ {
1201
+ "inputs": [],
1202
+ "name": "authority",
1203
+ "outputs": [
1204
+ {
1205
+ "internalType": "address",
1206
+ "name": "",
1207
+ "type": "address"
1208
+ }
1209
+ ],
1210
+ "stateMutability": "view",
1211
+ "type": "function"
1212
+ },
1213
+ {
1214
+ "inputs": [
1215
+ {
1216
+ "internalType": "NftId",
1217
+ "name": "stakeNftId",
1218
+ "type": "uint96"
1219
+ },
1220
+ {
1221
+ "internalType": "bool",
1222
+ "name": "updateRewards",
1223
+ "type": "bool"
1224
+ },
1225
+ {
1226
+ "internalType": "Amount",
1227
+ "name": "maxClaimAmount",
1228
+ "type": "uint96"
1229
+ }
1230
+ ],
1231
+ "name": "claimRewards",
1232
+ "outputs": [
1233
+ {
1234
+ "internalType": "Amount",
1235
+ "name": "claimedAmount",
1236
+ "type": "uint96"
1237
+ }
1238
+ ],
1239
+ "stateMutability": "nonpayable",
1240
+ "type": "function"
1241
+ },
1242
+ {
1243
+ "inputs": [
1244
+ {
1245
+ "internalType": "NftId",
1246
+ "name": "stakeNftId",
1247
+ "type": "uint96"
1248
+ },
1249
+ {
1250
+ "internalType": "NftId",
1251
+ "name": "targetNftId",
1252
+ "type": "uint96"
1253
+ },
1254
+ {
1255
+ "internalType": "address",
1256
+ "name": "stakeOwner",
1257
+ "type": "address"
1258
+ },
1259
+ {
1260
+ "internalType": "Amount",
1261
+ "name": "stakeAmount",
1262
+ "type": "uint96"
1263
+ }
1264
+ ],
1265
+ "name": "createStake",
1266
+ "outputs": [
1267
+ {
1268
+ "internalType": "Timestamp",
1269
+ "name": "lockedUntil",
1270
+ "type": "uint40"
1271
+ }
1272
+ ],
1273
+ "stateMutability": "nonpayable",
1274
+ "type": "function"
1275
+ },
1276
+ {
1277
+ "inputs": [
1278
+ {
1279
+ "internalType": "NftId",
1280
+ "name": "targetNftId",
1281
+ "type": "uint96"
1282
+ },
1283
+ {
1284
+ "internalType": "ObjectType",
1285
+ "name": "objectType",
1286
+ "type": "uint8"
1287
+ },
1288
+ {
1289
+ "internalType": "Seconds",
1290
+ "name": "lockingPeriod",
1291
+ "type": "uint40"
1292
+ },
1293
+ {
1294
+ "internalType": "UFixed",
1295
+ "name": "rewardRate",
1296
+ "type": "uint160"
1297
+ }
1298
+ ],
1299
+ "name": "createTarget",
1300
+ "outputs": [],
1301
+ "stateMutability": "nonpayable",
1302
+ "type": "function"
1303
+ },
1304
+ {
1305
+ "inputs": [
1306
+ {
1307
+ "internalType": "NftId",
1308
+ "name": "targetNftId",
1309
+ "type": "uint96"
1310
+ },
1311
+ {
1312
+ "internalType": "address",
1313
+ "name": "token",
1314
+ "type": "address"
1315
+ },
1316
+ {
1317
+ "internalType": "Amount",
1318
+ "name": "amount",
1319
+ "type": "uint96"
1320
+ }
1321
+ ],
1322
+ "name": "decreaseTotalValueLocked",
1323
+ "outputs": [
1324
+ {
1325
+ "internalType": "Amount",
1326
+ "name": "newBalance",
1327
+ "type": "uint96"
1328
+ }
1329
+ ],
1330
+ "stateMutability": "nonpayable",
1331
+ "type": "function"
1332
+ },
1333
+ {
1334
+ "inputs": [
1335
+ {
1336
+ "internalType": "NftId",
1337
+ "name": "stakeNftId",
1338
+ "type": "uint96"
1339
+ }
1340
+ ],
1341
+ "name": "exists",
1342
+ "outputs": [
1343
+ {
1344
+ "internalType": "bool",
1345
+ "name": "",
1346
+ "type": "bool"
1347
+ }
1348
+ ],
1349
+ "stateMutability": "view",
1350
+ "type": "function"
1351
+ },
1352
+ {
1353
+ "inputs": [
1354
+ {
1355
+ "internalType": "NftId",
1356
+ "name": "targetNftId",
1357
+ "type": "uint96"
1358
+ }
1359
+ ],
1360
+ "name": "getLimitInfo",
1361
+ "outputs": [
1362
+ {
1363
+ "components": [
1364
+ {
1365
+ "internalType": "Amount",
1366
+ "name": "marginAmount",
1367
+ "type": "uint96"
1368
+ },
1369
+ {
1370
+ "internalType": "Amount",
1371
+ "name": "hardLimitAmount",
1372
+ "type": "uint96"
1373
+ },
1374
+ {
1375
+ "internalType": "Blocknumber",
1376
+ "name": "lastUpdateIn",
1377
+ "type": "uint40"
1378
+ }
1379
+ ],
1380
+ "internalType": "struct IStaking.LimitInfo",
1381
+ "name": "limitInfo",
1382
+ "type": "tuple"
1383
+ }
1384
+ ],
1385
+ "stateMutability": "view",
1386
+ "type": "function"
1387
+ },
1388
+ {
1389
+ "inputs": [
1390
+ {
1391
+ "internalType": "NftId",
1392
+ "name": "targetNftId",
1393
+ "type": "uint96"
1394
+ },
1395
+ {
1396
+ "internalType": "bool",
1397
+ "name": "includeTargetTypeRequirements",
1398
+ "type": "bool"
1399
+ }
1400
+ ],
1401
+ "name": "getRequiredStakeBalance",
1402
+ "outputs": [
1403
+ {
1404
+ "internalType": "Amount",
1405
+ "name": "requiredStakeAmount",
1406
+ "type": "uint96"
1407
+ }
1408
+ ],
1409
+ "stateMutability": "view",
1410
+ "type": "function"
1411
+ },
1412
+ {
1413
+ "inputs": [
1414
+ {
1415
+ "internalType": "NftId",
1416
+ "name": "stakeNftId",
1417
+ "type": "uint96"
1418
+ }
1419
+ ],
1420
+ "name": "getStakeInfo",
1421
+ "outputs": [
1422
+ {
1423
+ "components": [
1424
+ {
1425
+ "internalType": "Amount",
1426
+ "name": "stakedAmount",
1427
+ "type": "uint96"
1428
+ },
1429
+ {
1430
+ "internalType": "Amount",
1431
+ "name": "rewardAmount",
1432
+ "type": "uint96"
1433
+ },
1434
+ {
1435
+ "internalType": "Timestamp",
1436
+ "name": "lockedUntil",
1437
+ "type": "uint40"
1438
+ },
1439
+ {
1440
+ "internalType": "NftId",
1441
+ "name": "targetNftId",
1442
+ "type": "uint96"
1443
+ },
1444
+ {
1445
+ "internalType": "Timestamp",
1446
+ "name": "lastUpdateAt",
1447
+ "type": "uint40"
1448
+ },
1449
+ {
1450
+ "internalType": "Blocknumber",
1451
+ "name": "lastUpdateIn",
1452
+ "type": "uint40"
1453
+ }
1454
+ ],
1455
+ "internalType": "struct IStaking.StakeInfo",
1456
+ "name": "stakeInfo",
1457
+ "type": "tuple"
1458
+ }
1459
+ ],
1460
+ "stateMutability": "view",
1461
+ "type": "function"
1462
+ },
1463
+ {
1464
+ "inputs": [
1465
+ {
1466
+ "internalType": "NftId",
1467
+ "name": "stakeNftId",
1468
+ "type": "uint96"
1469
+ }
1470
+ ],
1471
+ "name": "getStakeTarget",
1472
+ "outputs": [
1473
+ {
1474
+ "internalType": "NftId",
1475
+ "name": "targetNftId",
1476
+ "type": "uint96"
1477
+ }
1478
+ ],
1479
+ "stateMutability": "view",
1480
+ "type": "function"
1481
+ },
1482
+ {
1483
+ "inputs": [],
1484
+ "name": "getStakingReader",
1485
+ "outputs": [
1486
+ {
1487
+ "internalType": "contract StakingReader",
1488
+ "name": "stakingReader",
1489
+ "type": "address"
1490
+ }
1491
+ ],
1492
+ "stateMutability": "view",
1493
+ "type": "function"
1494
+ },
1495
+ {
1496
+ "inputs": [
1497
+ {
1498
+ "internalType": "ObjectType",
1499
+ "name": "targetType",
1500
+ "type": "uint8"
1501
+ }
1502
+ ],
1503
+ "name": "getSupportInfo",
1504
+ "outputs": [
1505
+ {
1506
+ "components": [
1507
+ {
1508
+ "internalType": "bool",
1509
+ "name": "isSupported",
1510
+ "type": "bool"
1511
+ },
1512
+ {
1513
+ "internalType": "bool",
1514
+ "name": "allowNewTargets",
1515
+ "type": "bool"
1516
+ },
1517
+ {
1518
+ "internalType": "bool",
1519
+ "name": "allowCrossChain",
1520
+ "type": "bool"
1521
+ },
1522
+ {
1523
+ "internalType": "Amount",
1524
+ "name": "minStakingAmount",
1525
+ "type": "uint96"
1526
+ },
1527
+ {
1528
+ "internalType": "Amount",
1529
+ "name": "maxStakingAmount",
1530
+ "type": "uint96"
1531
+ },
1532
+ {
1533
+ "internalType": "Seconds",
1534
+ "name": "minLockingPeriod",
1535
+ "type": "uint40"
1536
+ },
1537
+ {
1538
+ "internalType": "Seconds",
1539
+ "name": "maxLockingPeriod",
1540
+ "type": "uint40"
1541
+ },
1542
+ {
1543
+ "internalType": "UFixed",
1544
+ "name": "minRewardRate",
1545
+ "type": "uint160"
1546
+ },
1547
+ {
1548
+ "internalType": "UFixed",
1549
+ "name": "maxRewardRate",
1550
+ "type": "uint160"
1551
+ },
1552
+ {
1553
+ "internalType": "Blocknumber",
1554
+ "name": "lastUpdateIn",
1555
+ "type": "uint40"
1556
+ }
1557
+ ],
1558
+ "internalType": "struct IStaking.SupportInfo",
1559
+ "name": "supportInfo",
1560
+ "type": "tuple"
1561
+ }
1562
+ ],
1563
+ "stateMutability": "view",
1564
+ "type": "function"
1565
+ },
1566
+ {
1567
+ "inputs": [
1568
+ {
1569
+ "internalType": "NftId",
1570
+ "name": "targetNftId",
1571
+ "type": "uint96"
1572
+ }
1573
+ ],
1574
+ "name": "getTargetInfo",
1575
+ "outputs": [
1576
+ {
1577
+ "components": [
1578
+ {
1579
+ "internalType": "Amount",
1580
+ "name": "stakedAmount",
1581
+ "type": "uint96"
1582
+ },
1583
+ {
1584
+ "internalType": "Amount",
1585
+ "name": "rewardAmount",
1586
+ "type": "uint96"
1587
+ },
1588
+ {
1589
+ "internalType": "Blocknumber",
1590
+ "name": "lastUpdateIn",
1591
+ "type": "uint40"
1592
+ },
1593
+ {
1594
+ "internalType": "Amount",
1595
+ "name": "reserveAmount",
1596
+ "type": "uint96"
1597
+ },
1598
+ {
1599
+ "internalType": "Amount",
1600
+ "name": "limitAmount",
1601
+ "type": "uint96"
1602
+ },
1603
+ {
1604
+ "internalType": "Seconds",
1605
+ "name": "lockingPeriod",
1606
+ "type": "uint40"
1607
+ },
1608
+ {
1609
+ "internalType": "ObjectType",
1610
+ "name": "objectType",
1611
+ "type": "uint8"
1612
+ },
1613
+ {
1614
+ "internalType": "UFixed",
1615
+ "name": "rewardRate",
1616
+ "type": "uint160"
1617
+ },
1618
+ {
1619
+ "internalType": "ChainId",
1620
+ "name": "chainId",
1621
+ "type": "uint96"
1622
+ }
1623
+ ],
1624
+ "internalType": "struct IStaking.TargetInfo",
1625
+ "name": "targetInfo",
1626
+ "type": "tuple"
1627
+ }
1628
+ ],
1629
+ "stateMutability": "view",
1630
+ "type": "function"
1631
+ },
1632
+ {
1633
+ "inputs": [],
1634
+ "name": "getTargetManager",
1635
+ "outputs": [
1636
+ {
1637
+ "internalType": "contract ITargetLimitHandler",
1638
+ "name": "targetLimitHandler",
1639
+ "type": "address"
1640
+ }
1641
+ ],
1642
+ "stateMutability": "view",
1643
+ "type": "function"
1644
+ },
1645
+ {
1646
+ "inputs": [],
1647
+ "name": "getTargetSet",
1648
+ "outputs": [
1649
+ {
1650
+ "internalType": "contract NftIdSet",
1651
+ "name": "targetNftIdSet",
1652
+ "type": "address"
1653
+ }
1654
+ ],
1655
+ "stateMutability": "view",
1656
+ "type": "function"
1657
+ },
1658
+ {
1659
+ "inputs": [
1660
+ {
1661
+ "internalType": "ChainId",
1662
+ "name": "chainId",
1663
+ "type": "uint96"
1664
+ },
1665
+ {
1666
+ "internalType": "address",
1667
+ "name": "token",
1668
+ "type": "address"
1669
+ }
1670
+ ],
1671
+ "name": "getTokenInfo",
1672
+ "outputs": [
1673
+ {
1674
+ "components": [
1675
+ {
1676
+ "internalType": "UFixed",
1677
+ "name": "stakingRate",
1678
+ "type": "uint160"
1679
+ },
1680
+ {
1681
+ "internalType": "Blocknumber",
1682
+ "name": "lastUpdateIn",
1683
+ "type": "uint40"
1684
+ }
1685
+ ],
1686
+ "internalType": "struct IStaking.TokenInfo",
1687
+ "name": "tokenInfo",
1688
+ "type": "tuple"
1689
+ }
1690
+ ],
1691
+ "stateMutability": "view",
1692
+ "type": "function"
1693
+ },
1694
+ {
1695
+ "inputs": [
1696
+ {
1697
+ "internalType": "NftId",
1698
+ "name": "targetNftId",
1699
+ "type": "uint96"
1700
+ },
1701
+ {
1702
+ "internalType": "address",
1703
+ "name": "token",
1704
+ "type": "address"
1705
+ }
1706
+ ],
1707
+ "name": "getTvlInfo",
1708
+ "outputs": [
1709
+ {
1710
+ "components": [
1711
+ {
1712
+ "internalType": "Amount",
1713
+ "name": "tvlAmount",
1714
+ "type": "uint96"
1715
+ },
1716
+ {
1717
+ "internalType": "Amount",
1718
+ "name": "tvlBaselineAmount",
1719
+ "type": "uint96"
1720
+ },
1721
+ {
1722
+ "internalType": "uint16",
1723
+ "name": "updatesCounter",
1724
+ "type": "uint16"
1725
+ },
1726
+ {
1727
+ "internalType": "Blocknumber",
1728
+ "name": "lastUpdateIn",
1729
+ "type": "uint40"
1730
+ }
1731
+ ],
1732
+ "internalType": "struct IStaking.TvlInfo",
1733
+ "name": "tvlInfo",
1734
+ "type": "tuple"
1735
+ }
1736
+ ],
1737
+ "stateMutability": "view",
1738
+ "type": "function"
1739
+ },
1740
+ {
1741
+ "inputs": [
1742
+ {
1743
+ "internalType": "NftId",
1744
+ "name": "targetNftId",
1745
+ "type": "uint96"
1746
+ },
1747
+ {
1748
+ "internalType": "address",
1749
+ "name": "token",
1750
+ "type": "address"
1751
+ },
1752
+ {
1753
+ "internalType": "Amount",
1754
+ "name": "amount",
1755
+ "type": "uint96"
1756
+ }
1757
+ ],
1758
+ "name": "increaseTotalValueLocked",
1759
+ "outputs": [
1760
+ {
1761
+ "internalType": "Amount",
1762
+ "name": "newBalance",
1763
+ "type": "uint96"
1764
+ }
1765
+ ],
1766
+ "stateMutability": "nonpayable",
1767
+ "type": "function"
1768
+ },
1769
+ {
1770
+ "inputs": [
1771
+ {
1772
+ "internalType": "address",
1773
+ "name": "targetLimitHandler",
1774
+ "type": "address"
1775
+ }
1776
+ ],
1777
+ "name": "initialize",
1778
+ "outputs": [],
1779
+ "stateMutability": "nonpayable",
1780
+ "type": "function"
1781
+ },
1782
+ {
1783
+ "inputs": [],
1784
+ "name": "isConsumingScheduledOp",
1785
+ "outputs": [
1786
+ {
1787
+ "internalType": "bytes4",
1788
+ "name": "",
1789
+ "type": "bytes4"
1790
+ }
1791
+ ],
1792
+ "stateMutability": "view",
1793
+ "type": "function"
1794
+ },
1795
+ {
1796
+ "inputs": [
1797
+ {
1798
+ "internalType": "NftId",
1799
+ "name": "stakeNftId",
1800
+ "type": "uint96"
1801
+ }
1802
+ ],
1803
+ "name": "isStakeLocked",
1804
+ "outputs": [
1805
+ {
1806
+ "internalType": "bool",
1807
+ "name": "",
1808
+ "type": "bool"
1809
+ }
1810
+ ],
1811
+ "stateMutability": "view",
1812
+ "type": "function"
1813
+ },
1814
+ {
1815
+ "inputs": [
1816
+ {
1817
+ "internalType": "NftId",
1818
+ "name": "targetNftId",
1819
+ "type": "uint96"
1820
+ },
1821
+ {
1822
+ "internalType": "Amount",
1823
+ "name": "dipAmount",
1824
+ "type": "uint96"
1825
+ }
1826
+ ],
1827
+ "name": "refillRewardReserves",
1828
+ "outputs": [
1829
+ {
1830
+ "internalType": "Amount",
1831
+ "name": "newReserveBalance",
1832
+ "type": "uint96"
1833
+ }
1834
+ ],
1835
+ "stateMutability": "nonpayable",
1836
+ "type": "function"
1837
+ },
1838
+ {
1839
+ "inputs": [
1840
+ {
1841
+ "internalType": "NftId",
1842
+ "name": "stakeNftId",
1843
+ "type": "uint96"
1844
+ },
1845
+ {
1846
+ "internalType": "bool",
1847
+ "name": "updateRewards",
1848
+ "type": "bool"
1849
+ }
1850
+ ],
1851
+ "name": "restakeRewards",
1852
+ "outputs": [],
1853
+ "stateMutability": "nonpayable",
1854
+ "type": "function"
1855
+ },
1856
+ {
1857
+ "inputs": [
1858
+ {
1859
+ "internalType": "address",
1860
+ "name": "newAuthority",
1861
+ "type": "address"
1862
+ }
1863
+ ],
1864
+ "name": "setAuthority",
1865
+ "outputs": [],
1866
+ "stateMutability": "nonpayable",
1867
+ "type": "function"
1868
+ },
1869
+ {
1870
+ "inputs": [
1871
+ {
1872
+ "internalType": "NftId",
1873
+ "name": "targetNftId",
1874
+ "type": "uint96"
1875
+ },
1876
+ {
1877
+ "internalType": "Seconds",
1878
+ "name": "lockingPeriod",
1879
+ "type": "uint40"
1880
+ }
1881
+ ],
1882
+ "name": "setLockingPeriod",
1883
+ "outputs": [],
1884
+ "stateMutability": "nonpayable",
1885
+ "type": "function"
1886
+ },
1887
+ {
1888
+ "inputs": [
1889
+ {
1890
+ "internalType": "NftId",
1891
+ "name": "targetNftId",
1892
+ "type": "uint96"
1893
+ },
1894
+ {
1895
+ "internalType": "Amount",
1896
+ "name": "stakeLimitAmount",
1897
+ "type": "uint96"
1898
+ }
1899
+ ],
1900
+ "name": "setMaxStakedAmount",
1901
+ "outputs": [
1902
+ {
1903
+ "internalType": "Amount",
1904
+ "name": "oldLimitAmount",
1905
+ "type": "uint96"
1906
+ },
1907
+ {
1908
+ "internalType": "Blocknumber",
1909
+ "name": "lastUpdatedIn",
1910
+ "type": "uint40"
1911
+ }
1912
+ ],
1913
+ "stateMutability": "nonpayable",
1914
+ "type": "function"
1915
+ },
1916
+ {
1917
+ "inputs": [
1918
+ {
1919
+ "internalType": "NftId",
1920
+ "name": "targetNftId",
1921
+ "type": "uint96"
1922
+ },
1923
+ {
1924
+ "internalType": "UFixed",
1925
+ "name": "rewardRate",
1926
+ "type": "uint160"
1927
+ }
1928
+ ],
1929
+ "name": "setRewardRate",
1930
+ "outputs": [],
1931
+ "stateMutability": "nonpayable",
1932
+ "type": "function"
1933
+ },
1934
+ {
1935
+ "inputs": [
1936
+ {
1937
+ "internalType": "ChainId",
1938
+ "name": "chainId",
1939
+ "type": "uint96"
1940
+ },
1941
+ {
1942
+ "internalType": "address",
1943
+ "name": "token",
1944
+ "type": "address"
1945
+ },
1946
+ {
1947
+ "internalType": "UFixed",
1948
+ "name": "stakingRate",
1949
+ "type": "uint160"
1950
+ }
1951
+ ],
1952
+ "name": "setStakingRate",
1953
+ "outputs": [
1954
+ {
1955
+ "internalType": "UFixed",
1956
+ "name": "oldStakingRate",
1957
+ "type": "uint160"
1958
+ },
1959
+ {
1960
+ "internalType": "Blocknumber",
1961
+ "name": "lastUpdatedIn",
1962
+ "type": "uint40"
1963
+ }
1964
+ ],
1965
+ "stateMutability": "nonpayable",
1966
+ "type": "function"
1967
+ },
1968
+ {
1969
+ "inputs": [
1970
+ {
1971
+ "internalType": "address",
1972
+ "name": "reader",
1973
+ "type": "address"
1974
+ }
1975
+ ],
1976
+ "name": "setStakingReader",
1977
+ "outputs": [],
1978
+ "stateMutability": "nonpayable",
1979
+ "type": "function"
1980
+ },
1981
+ {
1982
+ "inputs": [
1983
+ {
1984
+ "internalType": "ObjectType",
1985
+ "name": "targetType",
1986
+ "type": "uint8"
1987
+ },
1988
+ {
1989
+ "internalType": "bool",
1990
+ "name": "isSupported",
1991
+ "type": "bool"
1992
+ },
1993
+ {
1994
+ "internalType": "bool",
1995
+ "name": "allowNewTargets",
1996
+ "type": "bool"
1997
+ },
1998
+ {
1999
+ "internalType": "bool",
2000
+ "name": "allowCrossChain",
2001
+ "type": "bool"
2002
+ },
2003
+ {
2004
+ "internalType": "Amount",
2005
+ "name": "minStakingAmount",
2006
+ "type": "uint96"
2007
+ },
2008
+ {
2009
+ "internalType": "Amount",
2010
+ "name": "maxStakingAmount",
2011
+ "type": "uint96"
2012
+ },
2013
+ {
2014
+ "internalType": "Seconds",
2015
+ "name": "minLockingPeriod",
2016
+ "type": "uint40"
2017
+ },
2018
+ {
2019
+ "internalType": "Seconds",
2020
+ "name": "maxLockingPeriod",
2021
+ "type": "uint40"
2022
+ },
2023
+ {
2024
+ "internalType": "UFixed",
2025
+ "name": "minRewardRate",
2026
+ "type": "uint160"
2027
+ },
2028
+ {
2029
+ "internalType": "UFixed",
2030
+ "name": "maxRewardRate",
2031
+ "type": "uint160"
2032
+ }
2033
+ ],
2034
+ "name": "setSupportInfo",
2035
+ "outputs": [],
2036
+ "stateMutability": "nonpayable",
2037
+ "type": "function"
2038
+ },
2039
+ {
2040
+ "inputs": [
2041
+ {
2042
+ "internalType": "address",
2043
+ "name": "targetLimitHandler",
2044
+ "type": "address"
2045
+ }
2046
+ ],
2047
+ "name": "setTargetLimitHandler",
2048
+ "outputs": [],
2049
+ "stateMutability": "nonpayable",
2050
+ "type": "function"
2051
+ },
2052
+ {
2053
+ "inputs": [
2054
+ {
2055
+ "internalType": "NftId",
2056
+ "name": "targetNftId",
2057
+ "type": "uint96"
2058
+ },
2059
+ {
2060
+ "internalType": "Amount",
2061
+ "name": "marginAmount",
2062
+ "type": "uint96"
2063
+ },
2064
+ {
2065
+ "internalType": "Amount",
2066
+ "name": "hardLimitAmount",
2067
+ "type": "uint96"
2068
+ }
2069
+ ],
2070
+ "name": "setTargetLimits",
2071
+ "outputs": [],
2072
+ "stateMutability": "nonpayable",
2073
+ "type": "function"
2074
+ },
2075
+ {
2076
+ "inputs": [
2077
+ {
2078
+ "internalType": "NftId",
2079
+ "name": "stakeNftId",
2080
+ "type": "uint96"
2081
+ },
2082
+ {
2083
+ "internalType": "bool",
2084
+ "name": "updateRewards",
2085
+ "type": "bool"
2086
+ },
2087
+ {
2088
+ "internalType": "bool",
2089
+ "name": "restakeRewards",
2090
+ "type": "bool"
2091
+ },
2092
+ {
2093
+ "internalType": "Seconds",
2094
+ "name": "additionalLockingPeriod",
2095
+ "type": "uint40"
2096
+ },
2097
+ {
2098
+ "internalType": "Amount",
2099
+ "name": "stakeAmount",
2100
+ "type": "uint96"
2101
+ }
2102
+ ],
2103
+ "name": "stake",
2104
+ "outputs": [],
2105
+ "stateMutability": "nonpayable",
2106
+ "type": "function"
2107
+ },
2108
+ {
2109
+ "inputs": [
2110
+ {
2111
+ "internalType": "NftId",
2112
+ "name": "stakeNftId",
2113
+ "type": "uint96"
2114
+ },
2115
+ {
2116
+ "internalType": "bool",
2117
+ "name": "updateRewards",
2118
+ "type": "bool"
2119
+ },
2120
+ {
2121
+ "internalType": "bool",
2122
+ "name": "restakeRewards",
2123
+ "type": "bool"
2124
+ },
2125
+ {
2126
+ "internalType": "Amount",
2127
+ "name": "maxUnstakeAmount",
2128
+ "type": "uint96"
2129
+ }
2130
+ ],
2131
+ "name": "unstake",
2132
+ "outputs": [
2133
+ {
2134
+ "internalType": "Amount",
2135
+ "name": "unstakedAmount",
2136
+ "type": "uint96"
2137
+ }
2138
+ ],
2139
+ "stateMutability": "nonpayable",
2140
+ "type": "function"
2141
+ },
2142
+ {
2143
+ "inputs": [
2144
+ {
2145
+ "internalType": "NftId",
2146
+ "name": "stakeNftId",
2147
+ "type": "uint96"
2148
+ }
2149
+ ],
2150
+ "name": "updateRewards",
2151
+ "outputs": [],
2152
+ "stateMutability": "nonpayable",
2153
+ "type": "function"
2154
+ },
2155
+ {
2156
+ "inputs": [
2157
+ {
2158
+ "internalType": "NftId",
2159
+ "name": "targetNftId",
2160
+ "type": "uint96"
2161
+ }
2162
+ ],
2163
+ "name": "updateTargetLimit",
2164
+ "outputs": [
2165
+ {
2166
+ "internalType": "Amount",
2167
+ "name": "stakeLimitAmount",
2168
+ "type": "uint96"
2169
+ }
2170
+ ],
2171
+ "stateMutability": "nonpayable",
2172
+ "type": "function"
2173
+ },
2174
+ {
2175
+ "inputs": [
2176
+ {
2177
+ "internalType": "NftId",
2178
+ "name": "targetNftId",
2179
+ "type": "uint96"
2180
+ },
2181
+ {
2182
+ "internalType": "Amount",
2183
+ "name": "dipAmount",
2184
+ "type": "uint96"
2185
+ }
2186
+ ],
2187
+ "name": "withdrawRewardReserves",
2188
+ "outputs": [
2189
+ {
2190
+ "internalType": "Amount",
2191
+ "name": "newReserveBalance",
2192
+ "type": "uint96"
2193
+ }
2194
+ ],
2195
+ "stateMutability": "nonpayable",
2196
+ "type": "function"
2197
+ }
2198
+ ],
2199
+ "bytecode": "0x608060405234801561000f575f80fd5b50604051617db3380380617db383398101604081905261002e916116ae565b3361003881610126565b506100a1826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610078573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061009c91906116e6565b610179565b600180546001600160a01b038085166001600160a01b03199283161790925560038054928416929091169190911790556040516100dd9061168a565b604051809103905ff0801580156100f6573d5f803e3d5ffd5b50600480546001600160a01b0319166001600160a01b039290921691909117905561011f6101f6565b50506117b2565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f5433906001600160a01b031681146101b45760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036101e9576040516361798f2f60e11b81526001600160a01b03831660048201526024016101ab565b6101f282610126565b5050565b6104966001805f600173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610246573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061026a9190611715565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156102b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102d59190611715565b73__$71e292c09eace9601b3e21e68a1278917a$__634bd9351b6040518163ffffffff1660e01b8152600401602060405180830381865af415801561031c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103409190611742565b73__$71e292c09eace9601b3e21e68a1278917a$__63f27c3bf66040518163ffffffff1660e01b8152600401602060405180830381865af4158015610387573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103ab9190611742565b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156103f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061041691906116e6565b604051631488c84560e01b8152600f6004820152600119602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c845906044015b602060405180830381865af415801561046d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049191906116e6565b61085f565b60405163efac97cf60e01b815261044d60048201526105eb9073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af41580156104e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050d9190611715565b600173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610556573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061057a9190611742565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e591906116e6565b5f610d18565b61085d600a604051632620eecb60e11b815269152d02c7e14af680000060048201526001908190819073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af415801561064e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106729190611715565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106dd9190611715565b73__$71e292c09eace9601b3e21e68a1278917a$__634bd9351b6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610724573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107489190611742565b73__$71e292c09eace9601b3e21e68a1278917a$__63f27c3bf66040518163ffffffff1660e01b8152600401602060405180830381865af415801561078f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b39190611742565b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081e91906116e6565b604051631488c84560e01b8152600360048201525f19602482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401610452565b565b60405163037c8cb160e51b815260ff8b16600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156108af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d3919061175d565b156108f657604051633c00d02760e01b815260ff8b1660048201526024016101ab565b610900868661146d565b1561093057604051622a505160e91b81526001600160601b038088166004830152861660248201526044016101ab565b61093a84846114f9565b15610969576040516338157c8960e21b815264ffffffffff8086166004830152841660248201526044016101ab565b6001600160a01b0380821690831611156109a957604051638ae671e360e01b81526001600160a01b038084166004830152821660248201526044016101ab565b5f60055f8c60ff1660ff1681526020019081526020015f2060020160149054906101000a900464ffffffffff1690508960055f8d60ff1660ff1681526020019081526020015f205f015f6101000a81548160ff0219169083151502179055508860055f8d60ff1660ff1681526020019081526020015f205f0160016101000a81548160ff0219169083151502179055508760055f8d60ff1660ff1681526020019081526020015f205f0160026101000a81548160ff0219169083151502179055508660055f8d60ff1660ff1681526020019081526020015f205f0160036101000a8154816001600160601b0302191690836001600160601b031602179055508560055f8d60ff1660ff1681526020019081526020015f205f01600f6101000a8154816001600160601b0302191690836001600160601b031602179055508460055f8d60ff1660ff1681526020019081526020015f205f01601b6101000a81548164ffffffffff021916908364ffffffffff1602179055508360055f8d60ff1660ff1681526020019081526020015f206001015f6101000a81548164ffffffffff021916908364ffffffffff1602179055508260055f8d60ff1660ff1681526020019081526020015f2060010160056101000a8154816001600160a01b0302191690836001600160a01b031602179055508160055f8d60ff1660ff1681526020019081526020015f206002015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c429190611742565b60ff8c165f81815260056020908152604091829020600201805464ffffffffff60a01b1916600160a01b64ffffffffff9687160217905581519283528d1515908301528b15159082015289151560608201526001600160601b03808a166080830152881660a082015286821660c082015285821660e08201526001600160a01b0380861661010083015284166101208201529082166101408201527fb24c8b320e3f99e0aef480e78c342643583880e3f5a1c392a85a4c51f76799f8906101600160405180910390a15050505050505050505050565b8015610dc25760015460035460405163647b8c2f60e01b81526001600160a01b03928316600482015290821660248201526001600160601b038716604482015260ff8616606482015264ffffffffff8516608482015290831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b158015610dab575f80fd5b505af4158015610dbd573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260066020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af4158015610e26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e4a9190611715565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015610eb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed79190611715565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610f45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f699190611715565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610fd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ffb9190611715565b600182018054600160601b65ff000000000160c01b0319166c010000000000000000000000006001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af41580156110c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ec9190611715565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561115b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061117f9190611742565b815f0160186101000a81548164ffffffffff021916908364ffffffffff1602179055506113a260075f886001600160601b03166001600160601b031681526020019081526020015f208773__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96600273__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561122c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112509190611715565b60405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156112a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112cb919061177c565b6112d59190611793565b6040518263ffffffff1660e01b81526004016112f391815260200190565b602060405180830381865af415801561130e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113329190611715565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611379573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139d9190611715565b611541565b600480546040516346f0e8a760e11b81526001600160601b038916928101929092526001600160a01b031690638de1d14e906024015f604051808303815f87803b1580156113ee575f80fd5b505af1158015611400573d5f803e3d5ffd5b5050604080516001600160601b038a16815260ff8916602082015264ffffffffff8816818301526001600160a01b038716606082015290517f086dbed771133d4ebbe0285c0df8231e94a664efbae4bd66c0e3e9f11c7fd0f09350908190036080019150a1505050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044015b602060405180830381865af41580156114ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f2919061175d565b9392505050565b6040516383ffcdef60e01b815264ffffffffff8084166004830152821660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__906383ffcdef906044016114b3565b83546001600160601b038381166001600160c01b03198316176c010000000000000000000000009184169190910217855560408051639fa6a6e360e01b81529051600160c01b90920464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af41580156115d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f49190611742565b855464ffffffffff918216600160c01b0264ffffffffff60c01b1982168117808955604080516001600160601b038a811682529384169484169490941760208501526c010000000000000000000000009091049091169082015290821660608201527f05c35323706f609643b5b81348a27fedbbaf7ae364b4d43f69a8853c024f20479060800160405180910390a15050505050565b61074c8061766783390190565b6001600160a01b03811681146116ab575f80fd5b50565b5f80604083850312156116bf575f80fd5b82516116ca81611697565b60208401519092506116db81611697565b809150509250929050565b5f602082840312156116f6575f80fd5b81516114f281611697565b6001600160601b03811681146116ab575f80fd5b5f60208284031215611725575f80fd5b81516114f281611701565b64ffffffffff811681146116ab575f80fd5b5f60208284031215611752575f80fd5b81516114f281611730565b5f6020828403121561176d575f80fd5b815180151581146114f2575f80fd5b5f6020828403121561178c575f80fd5b5051919050565b5f826117ad57634e487b7160e01b5f52601260045260245ffd5b500490565b615ea8806117bf5f395ff3fe608060405234801561000f575f80fd5b5060043610610234575f3560e01c80636291423a11610135578063b4485022116100b4578063d44f8a4b11610079578063d44f8a4b1461094c578063de0eb85f1461095f578063e8ce883d14610972578063ea48ce9b14610985578063f55a7d1e14610998575f80fd5b8063b448502214610804578063b9a5c03014610903578063bac475b714610916578063bf7e214f14610929578063c4d66de814610939575f80fd5b80638fb36037116100fa5780638fb36037146106745780639a148b7f14610695578063a6bc7cb8146106a8578063a71bfbb7146106e0578063a9ea0928146106f3575f80fd5b80636291423a146105f457806363fe327a146106055780636d387fe414610616578063770838131461064e5780637a9e5e4b14610661575f80fd5b8063493eaa13116101c15780635809c85d116101865780635809c85d1461056a57806359386f8e146105a85780635b0ee099146105bb5780635ecf260f146105ce5780635fd1efec146105e1575f80fd5b8063493eaa131461044e5780634a923f0c146104f85780634f9c1c091461050b57806351486e7d1461052e578063553b210114610557575f80fd5b806319f47dfc1161020757806319f47dfc146103c25780631b50e10b146103f057806322e164061461040357806325c083cf146104165780633a208dc714610429575f80fd5b80630345861d1461023857806307ccf38c1461024d5780630ad044ce1461038457806310a0638a146103af575b5f80fd5b61024b6102463660046155b4565b610ad0565b005b61030061025b3660046155eb565b6040805160c080820183525f80835260208084018290528385018290526060808501839052608080860184905260a09586018490526001600160601b039788168452600b8352928690208651948501875280548089168652600160601b8082048a1694870194909452600160c01b900464ffffffffff9081169786019790975260010154968716908401528504841690820152600160881b9093049091169082015290565b60405161037b91905f60c0820190506001600160601b0383511682526001600160601b03602084015116602083015264ffffffffff60408401511660408301526001600160601b03606084015116606083015264ffffffffff608084015116608083015264ffffffffff60a08401511660a083015292915050565b60405180910390f35b610397610392366004615613565b610ca0565b6040516001600160601b03909116815260200161037b565b61024b6103bd3660046155eb565b610d11565b6103976103d03660046155eb565b6001600160601b039081165f908152600b60205260409020600101541690565b61024b6103fe36600461566c565b610d53565b61024b6104113660046155b4565b610dbc565b6103976104243660046155eb565b610ff6565b6004546001600160a01b03165b6040516001600160a01b03909116815260200161037b565b6104c161045c3660046155eb565b60408051606080820183525f80835260208084018290529284018190526001600160601b0394851681526007835283902083519182018452548085168252600160601b810490941691810191909152600160c01b90920464ffffffffff169082015290565b6040805182516001600160601b039081168252602080850151909116908201529181015164ffffffffff169082015260600161037b565b610397610506366004615687565b611011565b61051e6105193660046155eb565b61106c565b604051901515815260200161037b565b61054161053c3660046156cf565b611106565b60405164ffffffffff909116815260200161037b565b61024b61056536600461570d565b611478565b61057d6105783660046155b4565b6114ce565b6040805182516001600160a01b0316815260209283015164ffffffffff16928101929092520161037b565b61024b6105b636600461574b565b611531565b61024b6105c93660046157c8565b61159e565b61024b6105dc366004615890565b6115c5565b61024b6105ef36600461566c565b61178c565b6003546001600160a01b0316610436565b6002546001600160a01b0316610436565b6106296106243660046158bc565b6117ed565b604080516001600160601b03909316835264ffffffffff90911660208301520161037b565b61039761065c36600461570d565b61188c565b61024b61066f36600461566c565b611ccd565b61067c611d45565b6040516001600160e01b0319909116815260200161037b565b61024b6106a33660046158e8565b611d67565b6106bb6106b6366004615934565b611d7e565b604080516001600160a01b03909316835264ffffffffff90911660208301520161037b565b61024b6106ee3660046155b4565b611f2b565b6107f76107013660046155eb565b60408051610120810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810191909152506001600160601b039081165f9081526006602090815260409182902082516101208101845281548086168252600160601b808204871694830194909452600160c01b9081900464ffffffffff908116958301959095526001830154808716606084015293840486166080830152830490931660a0840152600160e81b90910460ff1660c0830152600201546001600160a01b03811660e0830152600160a01b900490911661010082015290565b60405161037b9190615971565b6108af6108123660046155b4565b604080516080810182525f808252602082018190529181018290526060810191909152506001600160601b039182165f9081526008602090815260408083206001600160a01b0394909416835292815290829020825160808101845290548085168252600160601b810490941691810191909152600160c01b830461ffff1691810191909152600160d01b90910464ffffffffff16606082015290565b60405161037b91905f6080820190506001600160601b0383511682526001600160601b03602084015116602083015261ffff604084015116604083015264ffffffffff606084015116606083015292915050565b61051e6109113660046155eb565b6122a5565b61024b610924366004615a5a565b61234e565b5f546001600160a01b0316610436565b61024b61094736600461566c565b612466565b61039761095a366004615a87565b612587565b61039761096d3660046158bc565b6126d1565b6103976109803660046158bc565b6128ba565b610397610993366004615a87565b612947565b610ac36109a6366004615ab4565b60408051610140810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e0810182905261010081018290526101208101919091525060ff9081165f9081526005602090815260409182902082516101408101845281548086161515825261010080820487161515948301949094526201000081049095161515938101939093526001600160601b036301000000850481166060850152600160781b850416608084015264ffffffffff600160d81b909404841660a0840152600181015480851660c08501526001600160a01b0365010000000000909104811660e085015260029091015490811691830191909152600160a01b900490911661012082015290565b60405161037b9190615acd565b610adc335b5f36612a80565b5f80610ae784612b6f565b6003546001830154604051631e74126560e21b81526001600160a01b0392831660048201526001600160601b0389166024820152600160e81b90910460ff1660448201529086166064820152919350915073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__906379d04994906084015f6040518083038186803b158015610b6d575f80fd5b505af4158015610b7f573d5f803e3d5ffd5b5050506002830180546001600160a01b038681166001600160a01b031983161790925560408051639fa6a6e360e01b8152905192909116925073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e3916004808201926020929091908290030181865af4158015610bf7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1b9190615bba565b835464ffffffffff60c01b1916600160c01b64ffffffffff92831602178455604080516001600160601b03881681526001600160a01b03808816602083015284169181019190915290831660608201527fd0227ef9a17652cfa7e48ccd5c6f70bf4d13dfe2eb71df80aa62881a3240d773906080015b60405180910390a15050505050565b5f610caa33610ad5565b5f610cb486612c27565b60018101549091505f90610cd0906001600160601b0316612cec565b90508515610ce557610ce3878383612daf565b505b8415610cf857610cf68783836131bb565b505b610d0487838387613481565b925050505b949350505050565b610d1a33610ad5565b5f610d2482612c27565b60018101549091505f90610d40906001600160601b0316612cec565b9050610d4d838383612daf565b50505050565b610d5c33610ad5565b600280546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f960b8b5c264ebbae758850aa1b8e20d698fe852b7c686ee4ee8e991602c42cbe91015b60405180910390a15050565b610dc533610ad5565b6001600160601b0382165f908152600a602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015610e4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e739190615bd5565b15610e9e578282604051633cdee7f960e01b8152600401610e95929190615bf0565b60405180910390fd5b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ee5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f099190615c12565b81546001600160a01b0319166001600160a01b039190911617815560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015610f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f969190615bba565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161781556040517e2713bc0b3137ab1236c169e5d41bf95db32cea0a163dc838d6842c6410b99a90610fe99085908590615bf0565b60405180910390a1505050565b5f61100033610ad5565b611009826136a3565b90505b919050565b5f61101b33610ad5565b5f61102585612c27565b60018101549091505f90611041906001600160601b0316612cec565b9050841561105657611054868383612daf565b505b611062868383876138bc565b9695505050505050565b6001600160601b0381165f908152600b6020526040808220600101549051638d38cd4b60e01b8152600160881b90910464ffffffffff16600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156110e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110099190615bd5565b5f61111033610ad5565b6001600160601b0385165f908152600b60205260409081902060018101549151638d38cd4b60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611189573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ad9190615bd5565b156111d657604051630e5c323960e01b81526001600160601b0387166004820152602401610e95565b5f6111e086612cec565b90506111ed868286613ac8565b6001820180546001600160601b0319166001600160601b0388161790556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015611258573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127c9190615c2d565b82546001600160601b0319166001600160601b03919091161782556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af41580156112e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113099190615c2d565b825f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556113c682613b61565b5060018201548254604080516001600160601b03808c168252938416602082015292821690830152600160c01b900464ffffffffff1660608201526001600160a01b03861660808201527fd3ee63d0421bec5f3bb2d1f810b978739c31bb1e1f31c7113739eca75026933b9060a00160405180910390a161145f8783838460010160189054906101000a900464ffffffffff1688613c9d565b5054600160c01b900464ffffffffff1695945050505050565b61148133610ad5565b5f61148b83612c27565b60018101549091505f906114a7906001600160601b0316612cec565b905082156114bc576114ba848383612daf565b505b6114c78483836131bb565b5050505050565b6040805180820182525f80825260209182018190526001600160601b0385168152600a82528281206001600160a01b038581168352908352908390208351808501909452549081168352600160a01b900464ffffffffff16908201525b92915050565b61153a33610ad5565b5f61154486612c27565b60018101549091505f90611560906001600160601b0316612cec565b9050851561157557611573878383612daf565b505b8415611588576115868783836131bb565b505b6115958783838787613c9d565b50505050505050565b6115a733610ad5565b6115b98a8a8a8a8a8a8a8a8a8a614044565b50505050505050505050565b6115ce33610ad5565b5f806115d984612b6f565b6003546001830154604051632048909b60e21b81526001600160a01b0390921660048301526001600160601b0388166024830152600160e81b900460ff16604482015264ffffffffff86166064820152919350915073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__90638122426c906084015f6040518083038186803b158015611663575f80fd5b505af4158015611675573d5f803e3d5ffd5b50505060018301805464ffffffffff868116600160c01b90810264ffffffffff60c01b1984161790935560408051639fa6a6e360e01b815290519390920416925073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e3916004808201926020929091908290030181865af41580156116f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117199190615bba565b835464ffffffffff60c01b1916600160c01b64ffffffffff92831602178455604080516001600160601b038816815286831660208201528383169181019190915290831660608201527f63545c71b15de59d1463d3e2577b64bc3c5510cd1dd0243eb030f9da55a65fe090608001610c91565b61179533610ad5565b600380546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f8414c1d6352c513484c229579bca3842a94d9c46e1dd28ec9b03c9b3d5a4ae429101610db0565b5f806117f833610ad5565b5f61180285612b6f565b6001820180546001600160601b03888116600160601b818102600160601b600160c01b0319851617909455604080518c84168152602081019290925264ffffffffff861690820152929091041695509093509091507f74cf98e0b0178be4925e6447d2bdeea75507d176a76652c4b0eda5f06da689c39060600160405180910390a1509250929050565b6001600160601b0382165f908152600960209081526040808320805482518185028101850190935280835284938301828280156118f057602002820191905f5260205f20905b81546001600160a01b031681526001909101906020018083116118d2575b5050505050905080515f036119725773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611946573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196a9190615c2d565b91505061152b565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156119b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119dd9190615c2d565b6001600160601b038086165f90815260066020526040812060020154929450600160a01b90920416908080805b8551811015611c1657858181518110611a2557611a25615c48565b6020908102919091018101516001600160601b038b81165f9081526008845260408082206001600160a01b0385168352909452839020549251630a4d29dd60e31b8152921660048301819052909550935073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015611ab0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ad49190615bd5565b611c0e576001600160601b0385165f908152600a602090815260408083206001600160a01b038881168552925291829020549151636a88f0a760e11b8152911660048201819052925073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af4158015611b57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7b9190615bd5565b611c0e57604051636e5912e760e01b8152611c0b90889073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e790611bc7906001600160601b038916908890600401615bf0565b602060405180830381865af4158015611be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c069190615c2d565b6144fd565b96505b600101611a0a565b508615611cc2576001600160601b038881165f90815260066020908152604080832060010154600160e81b900460ff168084526005909252909120805491929091611c6a918a916301000000900416614582565b15611c88578054630100000090046001600160601b03169750611cbf565b8054611ca5908990600160781b90046001600160601b0316614607565b15611cbf578054600160781b90046001600160601b031697505b50505b505050505092915050565b5f5433906001600160a01b03168114611d035760405162d1953b60e31b81526001600160a01b0382166004820152602401610e95565b816001600160a01b03163b5f03611d38576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e95565b611d4182614651565b5050565b5f8054600160a01b900460ff16611d5b57505f90565b50638fb3603760e01b90565b611d7033610ad5565b610d4d8484848460016146a4565b5f80611d8933610ad5565b6001600160601b0385165f908152600a602090815260408083206001600160a01b0388168452909152908190208054915163790a38ad60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e379190615bd5565b15611e5957858560405163020c3e0f60e31b8152600401610e95929190615bf0565b80546001600160a01b038581166001600160a01b0319831617835560408051639fa6a6e360e01b81529051918316955064ffffffffff600160a01b90930492909216935073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eff9190615bba565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161790559094909350915050565b611f3433610ad5565b6001600160601b0382165f9081526008602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611fbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe29190615bd5565b15611fec57505050565b611ff583612cec565b506040516301f8588560e51b81526001600160601b03841660048201525f9073__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af415801561204e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120729190615c2d565b6001600160601b0381165f908152600a602090815260408083206001600160a01b03881684529091529081902054905163790a38ad60e01b8152600160a01b90910464ffffffffff16600482015290915073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af41580156120fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121219190615bd5565b1561214357808360405163020c3e0f60e31b8152600401610e95929190615bf0565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561218a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ae9190615c2d565b82546001600160601b0319166001600160601b039190911617825560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015612217573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223b9190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b1990911617909155506001600160601b0382165f9081526009602090815260408220805460018101825590835291200180546001600160a01b0383166001600160a01b03199091161790555050565b6001600160601b0381165f908152600b60209081526040808320548151639fa6a6e360e01b8152915161100993600160c01b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af415801561231b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233f9190615bba565b64ffffffffff90811691161190565b61235733610ad5565b5f61236184614def565b80546001600160601b038581166001600160c01b0319831617600160601b9186169190910217825560408051639fa6a6e360e01b81529051929350600160c01b90910464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af41580156123ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240e9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556040517ff247f9f8f9c455e0928cd8b5f34ef2567264cde4001db187c3e930c25e08fc1590610c91908790879087908690615c5c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156124ab5750825b90505f8267ffffffffffffffff1660011480156124c75750303b155b9050811580156124d5575080155b156124f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561251d57845460ff60401b1916600160401b1785555b600280546001600160a01b0319166001600160a01b038816179055831561257f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b505050505050565b5f61259133610ad5565b5f61259c8585614eb2565b805490915064ffffffffff600160d01b820416906125c3906001600160601b031685614f82565b82546001600160601b0319166001600160601b03919091161782556125e9868684614fcc565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612630573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126549190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f6eea09d3401164101f559606e8c76aca972689ba8330a579bd6507b5889d153f906126c09088908890889088908790615c8c565b60405180910390a150509392505050565b5f6126db33610ad5565b5f6126e584612cec565b80546001820154919250600160c01b900464ffffffffff1690612711906001600160601b0316856144fd565b826001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561277f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a39190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556001808301549054604051631c5da14d60e11b81526001600160601b03888116600483015290921694507f317c91a4e8d5e9d4af7c5e856f79e6db430257dabe4a32a352ef58b9ba000f3d91879187916001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015612846573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286a9190615c12565b604080516001600160601b03948516815292841660208401526001600160a01b0390911690820152908516606082015264ffffffffff8316608082015260a00160405180910390a1505092915050565b5f6128c433610ad5565b5f6128ce84612cec565b90505f6128dc8583866150e9565b6001838101549054604051631c5da14d60e11b81526001600160601b03898116600483015290921695509192507fb144c2ad8fd690acb16f40becc8acde92c8694ef99952f875213f57ce1b7acef91879187916001600160a01b0316906338bb429a9060240161282b565b5f61295133610ad5565b5f61295c8585614eb2565b805490915064ffffffffff600160d01b82041690612983906001600160601b0316856144fd565b82546001600160601b0319166001600160601b03919091161782556129a9868684614fcc565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156129f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a149190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f05e52d64c754f7a526cf0704e8cfe26c04e8b656e7b493f61fbda7109a326f42906126c09088908890889088908790615c8c565b5f80612ab3612a965f546001600160a01b031690565b8630612aa560045f898b615cce565b612aae91615cf5565b615226565b91509150816114c75763ffffffff811615612b4c575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612b0d90889088908890600401615d2b565b5f604051808303815f87803b158015612b24575f80fd5b505af1158015612b36573d5f803e3d5ffd5b50505f805460ff60a01b19169055506114c79050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610e95565b5f80612b7a83612cec565b9150815f0160189054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bfe9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782559092909150565b6001600160601b0381165f908152600b6020526040908190206001810154915163790a38ad60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612ca0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc49190615bd5565b1561100c5760405162af6eb360e61b81526001600160601b0383166004820152602401610e95565b6001600160601b0381165f90815260066020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612d62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d869190615bd5565b1561100c5760405163091c22d760e41b81526001600160601b0383166004820152602401610e95565b6002810154604051636a88f0a760e11b81526001600160a01b0390911660048201525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af4158015612e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e319190615bd5565b6131b4576001830154604051633682752160e21b8152600160601b90910464ffffffffff1660048201525f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612eb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed79190615d6a565b612ee19042615d95565b6040518263ffffffff1660e01b8152600401612eff91815260200190565b602060405180830381865af4158015612f1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f3e9190615bba565b60405163790a38ad60e01b815264ffffffffff8216600482015290915073__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af4158015612f95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fb99190615bd5565b156130315773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613005573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130299190615c2d565b9150506131b4565b60028301548454604051635bdf11e360e11b81526001600160a01b03909216600483015264ffffffffff831660248301526001600160601b0316604482015273__$f048dbd5170c0ac319fa0222065b281d84$__9063b7be23c690606401602060405180830381865af41580156130aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130ce9190615c2d565b83549092506130ed90600160601b90046001600160601b0316836144fd565b8354600160601b600160c01b031916600160601b6001600160601b03928316810291909117855585546131249291900416836144fd565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613155858561532e565b85546040519192507fed4853b0609e21bd14ba3f580ebca5d25c21bc024161fd250b6b33c768c1c872916126c091899187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b9392505050565b8154604051630a4d29dd60e31b8152600160601b9091046001600160601b0316600482018190529073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561321d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132419190615bd5565b6131b457600183015461325e906001600160601b03168383613ac8565b6001830154613277906001600160601b031683836153c5565b815461328c906001600160601b0316826144fd565b82546001600160601b0319166001600160601b03918216178084556132ba91600160601b9091041682614f82565b8254600160601b600160c01b031916600160601b6001600160601b039283160217835583546132ea9116826144fd565b83546001600160601b0319166001600160601b03919091161783556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015613353573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133779190615c2d565b83546001600160601b0391909116600160601b02600160601b600160c01b03199091161783555f6133a8848461532e565b90507f38151af1adffdc3651d3f7917ea0e90417d40e286b11741dd01a3e3228d96c598583865f015f9054906101000a90046001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561342a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344e9190615c2d565b88546040516134719594939291600160c01b900464ffffffffff16908890615da8565b60405180910390a1509392505050565b8254604051637931c81160e01b81526001600160601b03808416600483015290911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af41580156134e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135089190615c2d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613561573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135859190615bd5565b610d0957613592856122a5565b156135d157835460405163187bc0bd60e21b81526001600160601b0387166004820152600160c01b90910464ffffffffff166024820152604401610e95565b82546135e6906001600160601b031682614f82565b83546001600160601b0319166001600160601b03918216178455845461360d911682614f82565b84546001600160601b0319166001600160601b03919091161784555f613633858561532e565b85546040519192507fed7a6a5cb58253a85b06a414d4fb43855fc759e9f19af28b775bf2b47ec7bf709161369291899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b60405180910390a150949350505050565b5f806136ae83612cec565b90505f6136ba84614def565b8054909150600160c01b900464ffffffffff165f6136d8868261188c565b83549091506136f19082906001600160601b03166144fd565b8354604051637931c81160e01b81526001600160601b038084166004830152600160601b909204909116602482015290955073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af415801561375d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137819190615c2d565b94508484600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156137f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138179190615bba565b845464ffffffffff60c01b198116600160c01b64ffffffffff93841602908117875560018701548654604080516001600160601b03808e168252600160601b9485900481166020830152939092048316908201528582166060820152928116911617608082015290831660a08201527f816866bb29a0d245f04a0179c957b4495d86447de93a8a4962fd3528510991429060c00160405180910390a150505050919050565b8254604051637931c81160e01b81526001600160601b038084166004830152600160601b90920490911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613927573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061394b9190615c2d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af41580156139a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c89190615bd5565b610d095760018401546139e5906001600160601b031684836153c5565b8254613a0190600160601b90046001600160601b031682614f82565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613a38929190041682614f82565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613a69858561532e565b85546040519192507f39ee77ec34c101210194f9f2c8be592bf5ef303db8e68adf58b4fbe747a134829161369291899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b8154613afb90613ae1906001600160601b0316836144fd565b6001840154600160601b90046001600160601b0316614607565b15613b5c576001820154825484916001600160601b03600160601b909104811691613b279116846144fd565b604051631946161f60e01b81526001600160601b03938416600482015291831660248301529091166044820152606401610e95565b505050565b5f8160010160119054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613bc1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613be59190615bba565b8260010160116101000a81548164ffffffffff021916908364ffffffffff16021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613c50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c749190615bba565b82600101600c6101000a81548164ffffffffff021916908364ffffffffff160217905550919050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613cf3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d179190615bd5565b6114c7576001840154613d34906001600160601b03168483613ac8565b8254613d49906001600160601b0316826144fd565b83546001600160601b0319166001600160601b039182161784558454613d709116826144fd565b84546001600160601b0319166001600160601b0391909116178455600183015460405163e83da7ad60e01b815264ffffffffff8085166004830152600160c01b90920490911660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__9063e83da7ad90604401602060405180830381865af4158015613df7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e1b9190615bba565b6040516330b8415f60e01b81526001600160601b038416600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015613e74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e989190615bd5565b8015613f175750604051638d38cd4b60e01b815264ffffffffff8216600482015273__$71e292c09eace9601b3e21e68a1278917a$__90638d38cd4b90602401602060405180830381865af4158015613ef3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f179190615bd5565b15613fc95784546040516352bcc5a760e11b8152600160c01b90910464ffffffffff90811660048301528216602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015613f82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fa69190615bba565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161785555b5f613fd4868661532e565b86546040519192507f15d4969bfd34a12fabf5d09d2615ffc4f81d206e7756d9e3c0919ba800d57e4191614033918a9187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b60405180910390a150505050505050565b60405163037c8cb160e51b815260ff8b16600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015614094573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140b89190615bd5565b156140db57604051633c00d02760e01b815260ff8b166004820152602401610e95565b6140e58686614607565b1561411557604051622a505160e91b81526001600160601b03808816600483015286166024820152604401610e95565b61411f8484615425565b1561414e576040516338157c8960e21b815264ffffffffff808616600483015284166024820152604401610e95565b6001600160a01b03808216908316111561418e57604051638ae671e360e01b81526001600160a01b03808416600483015282166024820152604401610e95565b5f60055f8c60ff1660ff1681526020019081526020015f2060020160149054906101000a900464ffffffffff1690508960055f8d60ff1660ff1681526020019081526020015f205f015f6101000a81548160ff0219169083151502179055508860055f8d60ff1660ff1681526020019081526020015f205f0160016101000a81548160ff0219169083151502179055508760055f8d60ff1660ff1681526020019081526020015f205f0160026101000a81548160ff0219169083151502179055508660055f8d60ff1660ff1681526020019081526020015f205f0160036101000a8154816001600160601b0302191690836001600160601b031602179055508560055f8d60ff1660ff1681526020019081526020015f205f01600f6101000a8154816001600160601b0302191690836001600160601b031602179055508460055f8d60ff1660ff1681526020019081526020015f205f01601b6101000a81548164ffffffffff021916908364ffffffffff1602179055508360055f8d60ff1660ff1681526020019081526020015f206001015f6101000a81548164ffffffffff021916908364ffffffffff1602179055508260055f8d60ff1660ff1681526020019081526020015f2060010160056101000a8154816001600160a01b0302191690836001600160a01b031602179055508160055f8d60ff1660ff1681526020019081526020015f206002015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614403573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144279190615bba565b60ff8c165f81815260056020908152604091829020600201805464ffffffffff60a01b1916600160a01b64ffffffffff9687160217905581519283528d1515908301528b15159082015289151560608201526001600160601b03808a166080830152881660a082015286821660c082015285821660e08201526001600160a01b0380861661010083015284166101208201529082166101408201527fb24c8b320e3f99e0aef480e78c342643583880e3f5a1c392a85a4c51f76799f8906101600160405180910390a15050505050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561455e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131b49190615c2d565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044015b602060405180830381865af41580156145e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131b49190615bd5565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016145c8565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b801561474e5760015460035460405163647b8c2f60e01b81526001600160a01b03928316600482015290821660248201526001600160601b038716604482015260ff8616606482015264ffffffffff8516608482015290831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b158015614737575f80fd5b505af4158015614749573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260066020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af41580156147b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147d69190615c2d565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561483f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148639190615c2d565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156148d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148f59190615c2d565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614963573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149879190615c2d565b60018201805471ff0000000000ffffffffffffffffffffffff60601b1916600160601b6001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015614a51573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a759190615c2d565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614ae4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614b089190615bba565b815f0160186101000a81548164ffffffffff021916908364ffffffffff160217905550614d2b60075f886001600160601b03166001600160601b031681526020019081526020015f208773__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96600273__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614bb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614bd99190615c2d565b60405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015614c30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614c549190615d6a565b614c5e9190615de8565b6040518263ffffffff1660e01b8152600401614c7c91815260200190565b602060405180830381865af4158015614c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614cbb9190615c2d565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d269190615c2d565b61546d565b600480546040516346f0e8a760e11b81526001600160601b038916928101929092526001600160a01b031690638de1d14e906024015f604051808303815f87803b158015614d77575f80fd5b505af1158015614d89573d5f803e3d5ffd5b5050604080516001600160601b038a16815260ff8916602082015264ffffffffff8816918101919091526001600160a01b03861660608201527f086dbed771133d4ebbe0285c0df8231e94a664efbae4bd66c0e3e9f11c7fd0f092506080019050612576565b6001600160601b0381165f90815260076020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614e65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e899190615bd5565b1561100c576040516384bdfa9560e01b81526001600160601b0383166004820152602401610e95565b6001600160601b0382165f9081526008602090815260408083206001600160a01b0385168452909152908190208054915163790a38ad60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614f3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614f609190615bd5565b1561152b57828260405163688e635d60e11b8152600401610e95929190615bf0565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401614543565b8054600160c01b900461ffff16816018614fe583615e07565b82546101009290920a61ffff8181021990931691831602179091556002548354604051638755a73f60e01b81526001600160601b0380891660048301526001600160a01b038881166024840152600160c01b84049095166044830152600160601b83048116606483015290911660848201525f9350911690638755a73f9060a401602060405180830381865afa158015615081573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906150a59190615bd5565b90508015610d4d57815461ffff60c01b19600160601b6001600160601b03831602166dffffffffffffffffffffffffffff60601b199091161782556114c7846136a3565b81546001830154600160c01b90910464ffffffffff16906151149083906001600160601b0316614607565b156151535760018301546040516301a4b29960e11b81526001600160601b03808716600483015291821660248201529083166044820152606401610e95565b600183015461516b906001600160601b031683614f82565b836001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156151d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906151fd9190615bba565b835464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161790925550919050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516152949190615e27565b5f60405180830381855afa9150503d805f81146152cc576040519150601f19603f3d011682016040523d82523d5f602084013e6152d1565b606091505b5091509150811561532357604081511061530357808060200190518101906152f99190615e3d565b9094509250615323565b602081511061532357808060200190518101906153209190615bd5565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015615376573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061539a9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556131b483613b61565b5f6153d18484846150e9565b60018401546040519192507fc0f991fc396647cd10937655916d61916ae77295c1d6a67e335bc8f5024174919161541791879186916001600160601b0316908690615c5c565b60405180910390a150505050565b6040516383ffcdef60e01b815264ffffffffff8084166004830152821660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__906383ffcdef906044016145c8565b83546001600160601b038381166001600160c01b0319831617600160601b9184169190910217855560408051639fa6a6e360e01b81529051600160c01b90920464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af41580156154f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906155179190615bba565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b19821681178088556040517f05c35323706f609643b5b81348a27fedbbaf7ae364b4d43f69a8853c024f204793610c919389936001600160601b039182169282169290921792600160601b90920416908690615c5c565b6001600160601b038116811461559d575f80fd5b50565b6001600160a01b038116811461559d575f80fd5b5f80604083850312156155c5575f80fd5b82356155d081615589565b915060208301356155e0816155a0565b809150509250929050565b5f602082840312156155fb575f80fd5b81356131b481615589565b801515811461559d575f80fd5b5f805f8060808587031215615626575f80fd5b843561563181615589565b9350602085013561564181615606565b9250604085013561565181615606565b9150606085013561566181615589565b939692955090935050565b5f6020828403121561567c575f80fd5b81356131b4816155a0565b5f805f60608486031215615699575f80fd5b83356156a481615589565b925060208401356156b481615606565b915060408401356156c481615589565b809150509250925092565b5f805f80608085870312156156e2575f80fd5b84356156ed81615589565b935060208501356156fd81615589565b92506040850135615651816155a0565b5f806040838503121561571e575f80fd5b823561572981615589565b915060208301356155e081615606565b64ffffffffff8116811461559d575f80fd5b5f805f805f60a0868803121561575f575f80fd5b853561576a81615589565b9450602086013561577a81615606565b9350604086013561578a81615606565b9250606086013561579a81615739565b915060808601356157aa81615589565b809150509295509295909350565b803560ff8116811461100c575f80fd5b5f805f805f805f805f806101408b8d0312156157e2575f80fd5b6157eb8b6157b8565b995060208b01356157fb81615606565b985060408b013561580b81615606565b975060608b013561581b81615606565b965060808b013561582b81615589565b955060a08b013561583b81615589565b945060c08b013561584b81615739565b935060e08b013561585b81615739565b92506101008b013561586c816155a0565b91506101208b013561587d816155a0565b809150509295989b9194979a5092959850565b5f80604083850312156158a1575f80fd5b82356158ac81615589565b915060208301356155e081615739565b5f80604083850312156158cd575f80fd5b82356158d881615589565b915060208301356155e081615589565b5f805f80608085870312156158fb575f80fd5b843561590681615589565b9350615914602086016157b8565b9250604085013561592481615739565b91506060850135615661816155a0565b5f805f60608486031215615946575f80fd5b833561595181615589565b92506020840135615961816155a0565b915060408401356156c4816155a0565b81516001600160601b0316815260208083015161012083019161599e908401826001600160601b03169052565b5060408301516159b7604084018264ffffffffff169052565b5060608301516159d260608401826001600160601b03169052565b5060808301516159ed60808401826001600160601b03169052565b5060a0830151615a0660a084018264ffffffffff169052565b5060c0830151615a1b60c084018260ff169052565b5060e0830151615a3660e08401826001600160a01b03169052565b50610100830151615a536101008401826001600160601b03169052565b5092915050565b5f805f60608486031215615a6c575f80fd5b8335615a7781615589565b925060208401356156b481615589565b5f805f60608486031215615a99575f80fd5b8335615aa481615589565b925060208401356156b4816155a0565b5f60208284031215615ac4575f80fd5b6131b4826157b8565b81511515815261014081016020830151615aeb602084018215159052565b506040830151615aff604084018215159052565b506060830151615b1a60608401826001600160601b03169052565b506080830151615b3560808401826001600160601b03169052565b5060a0830151615b4e60a084018264ffffffffff169052565b5060c0830151615b6760c084018264ffffffffff169052565b5060e0830151615b8260e08401826001600160a01b03169052565b50610100830151615b9f6101008401826001600160a01b03169052565b50610120830151615a5361012084018264ffffffffff169052565b5f60208284031215615bca575f80fd5b81516131b481615739565b5f60208284031215615be5575f80fd5b81516131b481615606565b6001600160601b039290921682526001600160a01b0316602082015260400190565b5f60208284031215615c22575f80fd5b81516131b4816155a0565b5f60208284031215615c3d575f80fd5b81516131b481615589565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015264ffffffffff909116608082015260a00190565b5f8085851115615cdc575f80fd5b83861115615ce8575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615a53576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215615d7a575f80fd5b5051919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561152b5761152b615d81565b6001600160601b039687168152948616602086015292851660408501529316606083015264ffffffffff928316608083015290911660a082015260c00190565b5f82615e0257634e487b7160e01b5f52601260045260245ffd5b500490565b5f61ffff821661ffff8103615e1e57615e1e615d81565b60010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615e4e575f80fd5b8251615e5981615606565b602084015190925063ffffffff811681146155e0575f80fdfea264697066735822122074f0e0c89fe8af9fa03992c53540120d4569a643307cd0a1579a332b0937094a64736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea264697066735822122096ea3341864adfa8ac3d3866a69da65a8783093e1a865236fbe311962824969764736f6c634300081a0033",
2200
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610234575f3560e01c80636291423a11610135578063b4485022116100b4578063d44f8a4b11610079578063d44f8a4b1461094c578063de0eb85f1461095f578063e8ce883d14610972578063ea48ce9b14610985578063f55a7d1e14610998575f80fd5b8063b448502214610804578063b9a5c03014610903578063bac475b714610916578063bf7e214f14610929578063c4d66de814610939575f80fd5b80638fb36037116100fa5780638fb36037146106745780639a148b7f14610695578063a6bc7cb8146106a8578063a71bfbb7146106e0578063a9ea0928146106f3575f80fd5b80636291423a146105f457806363fe327a146106055780636d387fe414610616578063770838131461064e5780637a9e5e4b14610661575f80fd5b8063493eaa13116101c15780635809c85d116101865780635809c85d1461056a57806359386f8e146105a85780635b0ee099146105bb5780635ecf260f146105ce5780635fd1efec146105e1575f80fd5b8063493eaa131461044e5780634a923f0c146104f85780634f9c1c091461050b57806351486e7d1461052e578063553b210114610557575f80fd5b806319f47dfc1161020757806319f47dfc146103c25780631b50e10b146103f057806322e164061461040357806325c083cf146104165780633a208dc714610429575f80fd5b80630345861d1461023857806307ccf38c1461024d5780630ad044ce1461038457806310a0638a146103af575b5f80fd5b61024b6102463660046155b4565b610ad0565b005b61030061025b3660046155eb565b6040805160c080820183525f80835260208084018290528385018290526060808501839052608080860184905260a09586018490526001600160601b039788168452600b8352928690208651948501875280548089168652600160601b8082048a1694870194909452600160c01b900464ffffffffff9081169786019790975260010154968716908401528504841690820152600160881b9093049091169082015290565b60405161037b91905f60c0820190506001600160601b0383511682526001600160601b03602084015116602083015264ffffffffff60408401511660408301526001600160601b03606084015116606083015264ffffffffff608084015116608083015264ffffffffff60a08401511660a083015292915050565b60405180910390f35b610397610392366004615613565b610ca0565b6040516001600160601b03909116815260200161037b565b61024b6103bd3660046155eb565b610d11565b6103976103d03660046155eb565b6001600160601b039081165f908152600b60205260409020600101541690565b61024b6103fe36600461566c565b610d53565b61024b6104113660046155b4565b610dbc565b6103976104243660046155eb565b610ff6565b6004546001600160a01b03165b6040516001600160a01b03909116815260200161037b565b6104c161045c3660046155eb565b60408051606080820183525f80835260208084018290529284018190526001600160601b0394851681526007835283902083519182018452548085168252600160601b810490941691810191909152600160c01b90920464ffffffffff169082015290565b6040805182516001600160601b039081168252602080850151909116908201529181015164ffffffffff169082015260600161037b565b610397610506366004615687565b611011565b61051e6105193660046155eb565b61106c565b604051901515815260200161037b565b61054161053c3660046156cf565b611106565b60405164ffffffffff909116815260200161037b565b61024b61056536600461570d565b611478565b61057d6105783660046155b4565b6114ce565b6040805182516001600160a01b0316815260209283015164ffffffffff16928101929092520161037b565b61024b6105b636600461574b565b611531565b61024b6105c93660046157c8565b61159e565b61024b6105dc366004615890565b6115c5565b61024b6105ef36600461566c565b61178c565b6003546001600160a01b0316610436565b6002546001600160a01b0316610436565b6106296106243660046158bc565b6117ed565b604080516001600160601b03909316835264ffffffffff90911660208301520161037b565b61039761065c36600461570d565b61188c565b61024b61066f36600461566c565b611ccd565b61067c611d45565b6040516001600160e01b0319909116815260200161037b565b61024b6106a33660046158e8565b611d67565b6106bb6106b6366004615934565b611d7e565b604080516001600160a01b03909316835264ffffffffff90911660208301520161037b565b61024b6106ee3660046155b4565b611f2b565b6107f76107013660046155eb565b60408051610120810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810191909152506001600160601b039081165f9081526006602090815260409182902082516101208101845281548086168252600160601b808204871694830194909452600160c01b9081900464ffffffffff908116958301959095526001830154808716606084015293840486166080830152830490931660a0840152600160e81b90910460ff1660c0830152600201546001600160a01b03811660e0830152600160a01b900490911661010082015290565b60405161037b9190615971565b6108af6108123660046155b4565b604080516080810182525f808252602082018190529181018290526060810191909152506001600160601b039182165f9081526008602090815260408083206001600160a01b0394909416835292815290829020825160808101845290548085168252600160601b810490941691810191909152600160c01b830461ffff1691810191909152600160d01b90910464ffffffffff16606082015290565b60405161037b91905f6080820190506001600160601b0383511682526001600160601b03602084015116602083015261ffff604084015116604083015264ffffffffff606084015116606083015292915050565b61051e6109113660046155eb565b6122a5565b61024b610924366004615a5a565b61234e565b5f546001600160a01b0316610436565b61024b61094736600461566c565b612466565b61039761095a366004615a87565b612587565b61039761096d3660046158bc565b6126d1565b6103976109803660046158bc565b6128ba565b610397610993366004615a87565b612947565b610ac36109a6366004615ab4565b60408051610140810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e0810182905261010081018290526101208101919091525060ff9081165f9081526005602090815260409182902082516101408101845281548086161515825261010080820487161515948301949094526201000081049095161515938101939093526001600160601b036301000000850481166060850152600160781b850416608084015264ffffffffff600160d81b909404841660a0840152600181015480851660c08501526001600160a01b0365010000000000909104811660e085015260029091015490811691830191909152600160a01b900490911661012082015290565b60405161037b9190615acd565b610adc335b5f36612a80565b5f80610ae784612b6f565b6003546001830154604051631e74126560e21b81526001600160a01b0392831660048201526001600160601b0389166024820152600160e81b90910460ff1660448201529086166064820152919350915073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__906379d04994906084015f6040518083038186803b158015610b6d575f80fd5b505af4158015610b7f573d5f803e3d5ffd5b5050506002830180546001600160a01b038681166001600160a01b031983161790925560408051639fa6a6e360e01b8152905192909116925073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e3916004808201926020929091908290030181865af4158015610bf7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1b9190615bba565b835464ffffffffff60c01b1916600160c01b64ffffffffff92831602178455604080516001600160601b03881681526001600160a01b03808816602083015284169181019190915290831660608201527fd0227ef9a17652cfa7e48ccd5c6f70bf4d13dfe2eb71df80aa62881a3240d773906080015b60405180910390a15050505050565b5f610caa33610ad5565b5f610cb486612c27565b60018101549091505f90610cd0906001600160601b0316612cec565b90508515610ce557610ce3878383612daf565b505b8415610cf857610cf68783836131bb565b505b610d0487838387613481565b925050505b949350505050565b610d1a33610ad5565b5f610d2482612c27565b60018101549091505f90610d40906001600160601b0316612cec565b9050610d4d838383612daf565b50505050565b610d5c33610ad5565b600280546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f960b8b5c264ebbae758850aa1b8e20d698fe852b7c686ee4ee8e991602c42cbe91015b60405180910390a15050565b610dc533610ad5565b6001600160601b0382165f908152600a602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015610e4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e739190615bd5565b15610e9e578282604051633cdee7f960e01b8152600401610e95929190615bf0565b60405180910390fd5b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ee5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f099190615c12565b81546001600160a01b0319166001600160a01b039190911617815560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015610f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f969190615bba565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161781556040517e2713bc0b3137ab1236c169e5d41bf95db32cea0a163dc838d6842c6410b99a90610fe99085908590615bf0565b60405180910390a1505050565b5f61100033610ad5565b611009826136a3565b90505b919050565b5f61101b33610ad5565b5f61102585612c27565b60018101549091505f90611041906001600160601b0316612cec565b9050841561105657611054868383612daf565b505b611062868383876138bc565b9695505050505050565b6001600160601b0381165f908152600b6020526040808220600101549051638d38cd4b60e01b8152600160881b90910464ffffffffff16600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156110e2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110099190615bd5565b5f61111033610ad5565b6001600160601b0385165f908152600b60205260409081902060018101549151638d38cd4b60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611189573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ad9190615bd5565b156111d657604051630e5c323960e01b81526001600160601b0387166004820152602401610e95565b5f6111e086612cec565b90506111ed868286613ac8565b6001820180546001600160601b0319166001600160601b0388161790556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015611258573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061127c9190615c2d565b82546001600160601b0319166001600160601b03919091161782556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af41580156112e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113099190615c2d565b825f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556113c682613b61565b5060018201548254604080516001600160601b03808c168252938416602082015292821690830152600160c01b900464ffffffffff1660608201526001600160a01b03861660808201527fd3ee63d0421bec5f3bb2d1f810b978739c31bb1e1f31c7113739eca75026933b9060a00160405180910390a161145f8783838460010160189054906101000a900464ffffffffff1688613c9d565b5054600160c01b900464ffffffffff1695945050505050565b61148133610ad5565b5f61148b83612c27565b60018101549091505f906114a7906001600160601b0316612cec565b905082156114bc576114ba848383612daf565b505b6114c78483836131bb565b5050505050565b6040805180820182525f80825260209182018190526001600160601b0385168152600a82528281206001600160a01b038581168352908352908390208351808501909452549081168352600160a01b900464ffffffffff16908201525b92915050565b61153a33610ad5565b5f61154486612c27565b60018101549091505f90611560906001600160601b0316612cec565b9050851561157557611573878383612daf565b505b8415611588576115868783836131bb565b505b6115958783838787613c9d565b50505050505050565b6115a733610ad5565b6115b98a8a8a8a8a8a8a8a8a8a614044565b50505050505050505050565b6115ce33610ad5565b5f806115d984612b6f565b6003546001830154604051632048909b60e21b81526001600160a01b0390921660048301526001600160601b0388166024830152600160e81b900460ff16604482015264ffffffffff86166064820152919350915073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__90638122426c906084015f6040518083038186803b158015611663575f80fd5b505af4158015611675573d5f803e3d5ffd5b50505060018301805464ffffffffff868116600160c01b90810264ffffffffff60c01b1984161790935560408051639fa6a6e360e01b815290519390920416925073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e3916004808201926020929091908290030181865af41580156116f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117199190615bba565b835464ffffffffff60c01b1916600160c01b64ffffffffff92831602178455604080516001600160601b038816815286831660208201528383169181019190915290831660608201527f63545c71b15de59d1463d3e2577b64bc3c5510cd1dd0243eb030f9da55a65fe090608001610c91565b61179533610ad5565b600380546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f8414c1d6352c513484c229579bca3842a94d9c46e1dd28ec9b03c9b3d5a4ae429101610db0565b5f806117f833610ad5565b5f61180285612b6f565b6001820180546001600160601b03888116600160601b818102600160601b600160c01b0319851617909455604080518c84168152602081019290925264ffffffffff861690820152929091041695509093509091507f74cf98e0b0178be4925e6447d2bdeea75507d176a76652c4b0eda5f06da689c39060600160405180910390a1509250929050565b6001600160601b0382165f908152600960209081526040808320805482518185028101850190935280835284938301828280156118f057602002820191905f5260205f20905b81546001600160a01b031681526001909101906020018083116118d2575b5050505050905080515f036119725773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611946573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196a9190615c2d565b91505061152b565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156119b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119dd9190615c2d565b6001600160601b038086165f90815260066020526040812060020154929450600160a01b90920416908080805b8551811015611c1657858181518110611a2557611a25615c48565b6020908102919091018101516001600160601b038b81165f9081526008845260408082206001600160a01b0385168352909452839020549251630a4d29dd60e31b8152921660048301819052909550935073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015611ab0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ad49190615bd5565b611c0e576001600160601b0385165f908152600a602090815260408083206001600160a01b038881168552925291829020549151636a88f0a760e11b8152911660048201819052925073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af4158015611b57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b7b9190615bd5565b611c0e57604051636e5912e760e01b8152611c0b90889073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e790611bc7906001600160601b038916908890600401615bf0565b602060405180830381865af4158015611be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c069190615c2d565b6144fd565b96505b600101611a0a565b508615611cc2576001600160601b038881165f90815260066020908152604080832060010154600160e81b900460ff168084526005909252909120805491929091611c6a918a916301000000900416614582565b15611c88578054630100000090046001600160601b03169750611cbf565b8054611ca5908990600160781b90046001600160601b0316614607565b15611cbf578054600160781b90046001600160601b031697505b50505b505050505092915050565b5f5433906001600160a01b03168114611d035760405162d1953b60e31b81526001600160a01b0382166004820152602401610e95565b816001600160a01b03163b5f03611d38576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e95565b611d4182614651565b5050565b5f8054600160a01b900460ff16611d5b57505f90565b50638fb3603760e01b90565b611d7033610ad5565b610d4d8484848460016146a4565b5f80611d8933610ad5565b6001600160601b0385165f908152600a602090815260408083206001600160a01b0388168452909152908190208054915163790a38ad60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611e13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e379190615bd5565b15611e5957858560405163020c3e0f60e31b8152600401610e95929190615bf0565b80546001600160a01b038581166001600160a01b0319831617835560408051639fa6a6e360e01b81529051918316955064ffffffffff600160a01b90930492909216935073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eff9190615bba565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161790559094909350915050565b611f3433610ad5565b6001600160601b0382165f9081526008602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611fbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe29190615bd5565b15611fec57505050565b611ff583612cec565b506040516301f8588560e51b81526001600160601b03841660048201525f9073__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af415801561204e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120729190615c2d565b6001600160601b0381165f908152600a602090815260408083206001600160a01b03881684529091529081902054905163790a38ad60e01b8152600160a01b90910464ffffffffff16600482015290915073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af41580156120fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121219190615bd5565b1561214357808360405163020c3e0f60e31b8152600401610e95929190615bf0565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561218a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ae9190615c2d565b82546001600160601b0319166001600160601b039190911617825560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015612217573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223b9190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b1990911617909155506001600160601b0382165f9081526009602090815260408220805460018101825590835291200180546001600160a01b0383166001600160a01b03199091161790555050565b6001600160601b0381165f908152600b60209081526040808320548151639fa6a6e360e01b8152915161100993600160c01b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af415801561231b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233f9190615bba565b64ffffffffff90811691161190565b61235733610ad5565b5f61236184614def565b80546001600160601b038581166001600160c01b0319831617600160601b9186169190910217825560408051639fa6a6e360e01b81529051929350600160c01b90910464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af41580156123ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061240e9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556040517ff247f9f8f9c455e0928cd8b5f34ef2567264cde4001db187c3e930c25e08fc1590610c91908790879087908690615c5c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156124ab5750825b90505f8267ffffffffffffffff1660011480156124c75750303b155b9050811580156124d5575080155b156124f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561251d57845460ff60401b1916600160401b1785555b600280546001600160a01b0319166001600160a01b038816179055831561257f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b505050505050565b5f61259133610ad5565b5f61259c8585614eb2565b805490915064ffffffffff600160d01b820416906125c3906001600160601b031685614f82565b82546001600160601b0319166001600160601b03919091161782556125e9868684614fcc565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612630573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126549190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f6eea09d3401164101f559606e8c76aca972689ba8330a579bd6507b5889d153f906126c09088908890889088908790615c8c565b60405180910390a150509392505050565b5f6126db33610ad5565b5f6126e584612cec565b80546001820154919250600160c01b900464ffffffffff1690612711906001600160601b0316856144fd565b826001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561277f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a39190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556001808301549054604051631c5da14d60e11b81526001600160601b03888116600483015290921694507f317c91a4e8d5e9d4af7c5e856f79e6db430257dabe4a32a352ef58b9ba000f3d91879187916001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015612846573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286a9190615c12565b604080516001600160601b03948516815292841660208401526001600160a01b0390911690820152908516606082015264ffffffffff8316608082015260a00160405180910390a1505092915050565b5f6128c433610ad5565b5f6128ce84612cec565b90505f6128dc8583866150e9565b6001838101549054604051631c5da14d60e11b81526001600160601b03898116600483015290921695509192507fb144c2ad8fd690acb16f40becc8acde92c8694ef99952f875213f57ce1b7acef91879187916001600160a01b0316906338bb429a9060240161282b565b5f61295133610ad5565b5f61295c8585614eb2565b805490915064ffffffffff600160d01b82041690612983906001600160601b0316856144fd565b82546001600160601b0319166001600160601b03919091161782556129a9868684614fcc565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156129f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a149190615bba565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f05e52d64c754f7a526cf0704e8cfe26c04e8b656e7b493f61fbda7109a326f42906126c09088908890889088908790615c8c565b5f80612ab3612a965f546001600160a01b031690565b8630612aa560045f898b615cce565b612aae91615cf5565b615226565b91509150816114c75763ffffffff811615612b4c575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612b0d90889088908890600401615d2b565b5f604051808303815f87803b158015612b24575f80fd5b505af1158015612b36573d5f803e3d5ffd5b50505f805460ff60a01b19169055506114c79050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610e95565b5f80612b7a83612cec565b9150815f0160189054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bfe9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782559092909150565b6001600160601b0381165f908152600b6020526040908190206001810154915163790a38ad60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612ca0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc49190615bd5565b1561100c5760405162af6eb360e61b81526001600160601b0383166004820152602401610e95565b6001600160601b0381165f90815260066020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612d62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d869190615bd5565b1561100c5760405163091c22d760e41b81526001600160601b0383166004820152602401610e95565b6002810154604051636a88f0a760e11b81526001600160a01b0390911660048201525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af4158015612e0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e319190615bd5565b6131b4576001830154604051633682752160e21b8152600160601b90910464ffffffffff1660048201525f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612eb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed79190615d6a565b612ee19042615d95565b6040518263ffffffff1660e01b8152600401612eff91815260200190565b602060405180830381865af4158015612f1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f3e9190615bba565b60405163790a38ad60e01b815264ffffffffff8216600482015290915073__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af4158015612f95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fb99190615bd5565b156130315773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613005573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130299190615c2d565b9150506131b4565b60028301548454604051635bdf11e360e11b81526001600160a01b03909216600483015264ffffffffff831660248301526001600160601b0316604482015273__$f048dbd5170c0ac319fa0222065b281d84$__9063b7be23c690606401602060405180830381865af41580156130aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130ce9190615c2d565b83549092506130ed90600160601b90046001600160601b0316836144fd565b8354600160601b600160c01b031916600160601b6001600160601b03928316810291909117855585546131249291900416836144fd565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613155858561532e565b85546040519192507fed4853b0609e21bd14ba3f580ebca5d25c21bc024161fd250b6b33c768c1c872916126c091899187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b9392505050565b8154604051630a4d29dd60e31b8152600160601b9091046001600160601b0316600482018190529073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561321d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132419190615bd5565b6131b457600183015461325e906001600160601b03168383613ac8565b6001830154613277906001600160601b031683836153c5565b815461328c906001600160601b0316826144fd565b82546001600160601b0319166001600160601b03918216178084556132ba91600160601b9091041682614f82565b8254600160601b600160c01b031916600160601b6001600160601b039283160217835583546132ea9116826144fd565b83546001600160601b0319166001600160601b03919091161783556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015613353573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133779190615c2d565b83546001600160601b0391909116600160601b02600160601b600160c01b03199091161783555f6133a8848461532e565b90507f38151af1adffdc3651d3f7917ea0e90417d40e286b11741dd01a3e3228d96c598583865f015f9054906101000a90046001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561342a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344e9190615c2d565b88546040516134719594939291600160c01b900464ffffffffff16908890615da8565b60405180910390a1509392505050565b8254604051637931c81160e01b81526001600160601b03808416600483015290911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af41580156134e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135089190615c2d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613561573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135859190615bd5565b610d0957613592856122a5565b156135d157835460405163187bc0bd60e21b81526001600160601b0387166004820152600160c01b90910464ffffffffff166024820152604401610e95565b82546135e6906001600160601b031682614f82565b83546001600160601b0319166001600160601b03918216178455845461360d911682614f82565b84546001600160601b0319166001600160601b03919091161784555f613633858561532e565b85546040519192507fed7a6a5cb58253a85b06a414d4fb43855fc759e9f19af28b775bf2b47ec7bf709161369291899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b60405180910390a150949350505050565b5f806136ae83612cec565b90505f6136ba84614def565b8054909150600160c01b900464ffffffffff165f6136d8868261188c565b83549091506136f19082906001600160601b03166144fd565b8354604051637931c81160e01b81526001600160601b038084166004830152600160601b909204909116602482015290955073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af415801561375d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137819190615c2d565b94508484600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156137f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138179190615bba565b845464ffffffffff60c01b198116600160c01b64ffffffffff93841602908117875560018701548654604080516001600160601b03808e168252600160601b9485900481166020830152939092048316908201528582166060820152928116911617608082015290831660a08201527f816866bb29a0d245f04a0179c957b4495d86447de93a8a4962fd3528510991429060c00160405180910390a150505050919050565b8254604051637931c81160e01b81526001600160601b038084166004830152600160601b90920490911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613927573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061394b9190615c2d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af41580156139a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c89190615bd5565b610d095760018401546139e5906001600160601b031684836153c5565b8254613a0190600160601b90046001600160601b031682614f82565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613a38929190041682614f82565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613a69858561532e565b85546040519192507f39ee77ec34c101210194f9f2c8be592bf5ef303db8e68adf58b4fbe747a134829161369291899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b8154613afb90613ae1906001600160601b0316836144fd565b6001840154600160601b90046001600160601b0316614607565b15613b5c576001820154825484916001600160601b03600160601b909104811691613b279116846144fd565b604051631946161f60e01b81526001600160601b03938416600482015291831660248301529091166044820152606401610e95565b505050565b5f8160010160119054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613bc1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613be59190615bba565b8260010160116101000a81548164ffffffffff021916908364ffffffffff16021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613c50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c749190615bba565b82600101600c6101000a81548164ffffffffff021916908364ffffffffff160217905550919050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613cf3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d179190615bd5565b6114c7576001840154613d34906001600160601b03168483613ac8565b8254613d49906001600160601b0316826144fd565b83546001600160601b0319166001600160601b039182161784558454613d709116826144fd565b84546001600160601b0319166001600160601b0391909116178455600183015460405163e83da7ad60e01b815264ffffffffff8085166004830152600160c01b90920490911660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__9063e83da7ad90604401602060405180830381865af4158015613df7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e1b9190615bba565b6040516330b8415f60e01b81526001600160601b038416600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015613e74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e989190615bd5565b8015613f175750604051638d38cd4b60e01b815264ffffffffff8216600482015273__$71e292c09eace9601b3e21e68a1278917a$__90638d38cd4b90602401602060405180830381865af4158015613ef3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f179190615bd5565b15613fc95784546040516352bcc5a760e11b8152600160c01b90910464ffffffffff90811660048301528216602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015613f82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fa69190615bba565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161785555b5f613fd4868661532e565b86546040519192507f15d4969bfd34a12fabf5d09d2615ffc4f81d206e7756d9e3c0919ba800d57e4191614033918a9187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff16908890615da8565b60405180910390a150505050505050565b60405163037c8cb160e51b815260ff8b16600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015614094573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140b89190615bd5565b156140db57604051633c00d02760e01b815260ff8b166004820152602401610e95565b6140e58686614607565b1561411557604051622a505160e91b81526001600160601b03808816600483015286166024820152604401610e95565b61411f8484615425565b1561414e576040516338157c8960e21b815264ffffffffff808616600483015284166024820152604401610e95565b6001600160a01b03808216908316111561418e57604051638ae671e360e01b81526001600160a01b03808416600483015282166024820152604401610e95565b5f60055f8c60ff1660ff1681526020019081526020015f2060020160149054906101000a900464ffffffffff1690508960055f8d60ff1660ff1681526020019081526020015f205f015f6101000a81548160ff0219169083151502179055508860055f8d60ff1660ff1681526020019081526020015f205f0160016101000a81548160ff0219169083151502179055508760055f8d60ff1660ff1681526020019081526020015f205f0160026101000a81548160ff0219169083151502179055508660055f8d60ff1660ff1681526020019081526020015f205f0160036101000a8154816001600160601b0302191690836001600160601b031602179055508560055f8d60ff1660ff1681526020019081526020015f205f01600f6101000a8154816001600160601b0302191690836001600160601b031602179055508460055f8d60ff1660ff1681526020019081526020015f205f01601b6101000a81548164ffffffffff021916908364ffffffffff1602179055508360055f8d60ff1660ff1681526020019081526020015f206001015f6101000a81548164ffffffffff021916908364ffffffffff1602179055508260055f8d60ff1660ff1681526020019081526020015f2060010160056101000a8154816001600160a01b0302191690836001600160a01b031602179055508160055f8d60ff1660ff1681526020019081526020015f206002015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614403573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144279190615bba565b60ff8c165f81815260056020908152604091829020600201805464ffffffffff60a01b1916600160a01b64ffffffffff9687160217905581519283528d1515908301528b15159082015289151560608201526001600160601b03808a166080830152881660a082015286821660c082015285821660e08201526001600160a01b0380861661010083015284166101208201529082166101408201527fb24c8b320e3f99e0aef480e78c342643583880e3f5a1c392a85a4c51f76799f8906101600160405180910390a15050505050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561455e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131b49190615c2d565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d62906044015b602060405180830381865af41580156145e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131b49190615bd5565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c906044016145c8565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b801561474e5760015460035460405163647b8c2f60e01b81526001600160a01b03928316600482015290821660248201526001600160601b038716604482015260ff8616606482015264ffffffffff8516608482015290831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b158015614737575f80fd5b505af4158015614749573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260066020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af41580156147b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147d69190615c2d565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561483f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148639190615c2d565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156148d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148f59190615c2d565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614963573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149879190615c2d565b60018201805471ff0000000000ffffffffffffffffffffffff60601b1916600160601b6001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015614a51573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a759190615c2d565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614ae4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614b089190615bba565b815f0160186101000a81548164ffffffffff021916908364ffffffffff160217905550614d2b60075f886001600160601b03166001600160601b031681526020019081526020015f208773__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96600273__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614bb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614bd99190615c2d565b60405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015614c30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614c549190615d6a565b614c5e9190615de8565b6040518263ffffffff1660e01b8152600401614c7c91815260200190565b602060405180830381865af4158015614c97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614cbb9190615c2d565b73__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d269190615c2d565b61546d565b600480546040516346f0e8a760e11b81526001600160601b038916928101929092526001600160a01b031690638de1d14e906024015f604051808303815f87803b158015614d77575f80fd5b505af1158015614d89573d5f803e3d5ffd5b5050604080516001600160601b038a16815260ff8916602082015264ffffffffff8816918101919091526001600160a01b03861660608201527f086dbed771133d4ebbe0285c0df8231e94a664efbae4bd66c0e3e9f11c7fd0f092506080019050612576565b6001600160601b0381165f90815260076020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614e65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e899190615bd5565b1561100c576040516384bdfa9560e01b81526001600160601b0383166004820152602401610e95565b6001600160601b0382165f9081526008602090815260408083206001600160a01b0385168452909152908190208054915163790a38ad60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614f3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614f609190615bd5565b1561152b57828260405163688e635d60e11b8152600401610e95929190615bf0565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401614543565b8054600160c01b900461ffff16816018614fe583615e07565b82546101009290920a61ffff8181021990931691831602179091556002548354604051638755a73f60e01b81526001600160601b0380891660048301526001600160a01b038881166024840152600160c01b84049095166044830152600160601b83048116606483015290911660848201525f9350911690638755a73f9060a401602060405180830381865afa158015615081573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906150a59190615bd5565b90508015610d4d57815461ffff60c01b19600160601b6001600160601b03831602166dffffffffffffffffffffffffffff60601b199091161782556114c7846136a3565b81546001830154600160c01b90910464ffffffffff16906151149083906001600160601b0316614607565b156151535760018301546040516301a4b29960e11b81526001600160601b03808716600483015291821660248201529083166044820152606401610e95565b600183015461516b906001600160601b031683614f82565b836001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156151d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906151fd9190615bba565b835464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161790925550919050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516152949190615e27565b5f60405180830381855afa9150503d805f81146152cc576040519150601f19603f3d011682016040523d82523d5f602084013e6152d1565b606091505b5091509150811561532357604081511061530357808060200190518101906152f99190615e3d565b9094509250615323565b602081511061532357808060200190518101906153209190615bd5565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015615376573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061539a9190615bba565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556131b483613b61565b5f6153d18484846150e9565b60018401546040519192507fc0f991fc396647cd10937655916d61916ae77295c1d6a67e335bc8f5024174919161541791879186916001600160601b0316908690615c5c565b60405180910390a150505050565b6040516383ffcdef60e01b815264ffffffffff8084166004830152821660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__906383ffcdef906044016145c8565b83546001600160601b038381166001600160c01b0319831617600160601b9184169190910217855560408051639fa6a6e360e01b81529051600160c01b90920464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af41580156154f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906155179190615bba565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b19821681178088556040517f05c35323706f609643b5b81348a27fedbbaf7ae364b4d43f69a8853c024f204793610c919389936001600160601b039182169282169290921792600160601b90920416908690615c5c565b6001600160601b038116811461559d575f80fd5b50565b6001600160a01b038116811461559d575f80fd5b5f80604083850312156155c5575f80fd5b82356155d081615589565b915060208301356155e0816155a0565b809150509250929050565b5f602082840312156155fb575f80fd5b81356131b481615589565b801515811461559d575f80fd5b5f805f8060808587031215615626575f80fd5b843561563181615589565b9350602085013561564181615606565b9250604085013561565181615606565b9150606085013561566181615589565b939692955090935050565b5f6020828403121561567c575f80fd5b81356131b4816155a0565b5f805f60608486031215615699575f80fd5b83356156a481615589565b925060208401356156b481615606565b915060408401356156c481615589565b809150509250925092565b5f805f80608085870312156156e2575f80fd5b84356156ed81615589565b935060208501356156fd81615589565b92506040850135615651816155a0565b5f806040838503121561571e575f80fd5b823561572981615589565b915060208301356155e081615606565b64ffffffffff8116811461559d575f80fd5b5f805f805f60a0868803121561575f575f80fd5b853561576a81615589565b9450602086013561577a81615606565b9350604086013561578a81615606565b9250606086013561579a81615739565b915060808601356157aa81615589565b809150509295509295909350565b803560ff8116811461100c575f80fd5b5f805f805f805f805f806101408b8d0312156157e2575f80fd5b6157eb8b6157b8565b995060208b01356157fb81615606565b985060408b013561580b81615606565b975060608b013561581b81615606565b965060808b013561582b81615589565b955060a08b013561583b81615589565b945060c08b013561584b81615739565b935060e08b013561585b81615739565b92506101008b013561586c816155a0565b91506101208b013561587d816155a0565b809150509295989b9194979a5092959850565b5f80604083850312156158a1575f80fd5b82356158ac81615589565b915060208301356155e081615739565b5f80604083850312156158cd575f80fd5b82356158d881615589565b915060208301356155e081615589565b5f805f80608085870312156158fb575f80fd5b843561590681615589565b9350615914602086016157b8565b9250604085013561592481615739565b91506060850135615661816155a0565b5f805f60608486031215615946575f80fd5b833561595181615589565b92506020840135615961816155a0565b915060408401356156c4816155a0565b81516001600160601b0316815260208083015161012083019161599e908401826001600160601b03169052565b5060408301516159b7604084018264ffffffffff169052565b5060608301516159d260608401826001600160601b03169052565b5060808301516159ed60808401826001600160601b03169052565b5060a0830151615a0660a084018264ffffffffff169052565b5060c0830151615a1b60c084018260ff169052565b5060e0830151615a3660e08401826001600160a01b03169052565b50610100830151615a536101008401826001600160601b03169052565b5092915050565b5f805f60608486031215615a6c575f80fd5b8335615a7781615589565b925060208401356156b481615589565b5f805f60608486031215615a99575f80fd5b8335615aa481615589565b925060208401356156b4816155a0565b5f60208284031215615ac4575f80fd5b6131b4826157b8565b81511515815261014081016020830151615aeb602084018215159052565b506040830151615aff604084018215159052565b506060830151615b1a60608401826001600160601b03169052565b506080830151615b3560808401826001600160601b03169052565b5060a0830151615b4e60a084018264ffffffffff169052565b5060c0830151615b6760c084018264ffffffffff169052565b5060e0830151615b8260e08401826001600160a01b03169052565b50610100830151615b9f6101008401826001600160a01b03169052565b50610120830151615a5361012084018264ffffffffff169052565b5f60208284031215615bca575f80fd5b81516131b481615739565b5f60208284031215615be5575f80fd5b81516131b481615606565b6001600160601b039290921682526001600160a01b0316602082015260400190565b5f60208284031215615c22575f80fd5b81516131b4816155a0565b5f60208284031215615c3d575f80fd5b81516131b481615589565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015264ffffffffff909116608082015260a00190565b5f8085851115615cdc575f80fd5b83861115615ce8575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615a53576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215615d7a575f80fd5b5051919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561152b5761152b615d81565b6001600160601b039687168152948616602086015292851660408501529316606083015264ffffffffff928316608083015290911660a082015260c00190565b5f82615e0257634e487b7160e01b5f52601260045260245ffd5b500490565b5f61ffff821661ffff8103615e1e57615e1e615d81565b60010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615e4e575f80fd5b8251615e5981615606565b602084015190925063ffffffff811681146155e0575f80fdfea264697066735822122074f0e0c89fe8af9fa03992c53540120d4569a643307cd0a1579a332b0937094a64736f6c634300081a0033",
2201
+ "linkReferences": {
2202
+ "contracts/staking/StakingLib.sol": {
2203
+ "StakingLib": [
2204
+ {
2205
+ "length": 20,
2206
+ "start": 18481
2207
+ }
2208
+ ]
2209
+ },
2210
+ "contracts/staking/TargetManagerLib.sol": {
2211
+ "TargetManagerLib": [
2212
+ {
2213
+ "length": 20,
2214
+ "start": 1297
2215
+ },
2216
+ {
2217
+ "length": 20,
2218
+ "start": 1404
2219
+ },
2220
+ {
2221
+ "length": 20,
2222
+ "start": 3448
2223
+ },
2224
+ {
2225
+ "length": 20,
2226
+ "start": 8953
2227
+ },
2228
+ {
2229
+ "length": 20,
2230
+ "start": 11759
2231
+ },
2232
+ {
2233
+ "length": 20,
2234
+ "start": 24259
2235
+ }
2236
+ ]
2237
+ },
2238
+ "contracts/type/Amount.sol": {
2239
+ "AmountLib": [
2240
+ {
2241
+ "length": 20,
2242
+ "start": 513
2243
+ },
2244
+ {
2245
+ "length": 20,
2246
+ "start": 620
2247
+ },
2248
+ {
2249
+ "length": 20,
2250
+ "start": 1558
2251
+ },
2252
+ {
2253
+ "length": 20,
2254
+ "start": 1652
2255
+ },
2256
+ {
2257
+ "length": 20,
2258
+ "start": 3567
2259
+ },
2260
+ {
2261
+ "length": 20,
2262
+ "start": 3703
2263
+ },
2264
+ {
2265
+ "length": 20,
2266
+ "start": 3840
2267
+ },
2268
+ {
2269
+ "length": 20,
2270
+ "start": 3986
2271
+ },
2272
+ {
2273
+ "length": 20,
2274
+ "start": 4555
2275
+ },
2276
+ {
2277
+ "length": 20,
2278
+ "start": 4583
2279
+ },
2280
+ {
2281
+ "length": 20,
2282
+ "start": 4719
2283
+ },
2284
+ {
2285
+ "length": 20,
2286
+ "start": 4916
2287
+ },
2288
+ {
2289
+ "length": 20,
2290
+ "start": 5269
2291
+ },
2292
+ {
2293
+ "length": 20,
2294
+ "start": 10715
2295
+ },
2296
+ {
2297
+ "length": 20,
2298
+ "start": 10856
2299
+ },
2300
+ {
2301
+ "length": 20,
2302
+ "start": 12480
2303
+ },
2304
+ {
2305
+ "length": 20,
2306
+ "start": 12595
2307
+ },
2308
+ {
2309
+ "length": 20,
2310
+ "start": 12855
2311
+ },
2312
+ {
2313
+ "length": 20,
2314
+ "start": 13139
2315
+ },
2316
+ {
2317
+ "length": 20,
2318
+ "start": 14596
2319
+ },
2320
+ {
2321
+ "length": 20,
2322
+ "start": 18303
2323
+ },
2324
+ {
2325
+ "length": 20,
2326
+ "start": 18852
2327
+ },
2328
+ {
2329
+ "length": 20,
2330
+ "start": 19158
2331
+ },
2332
+ {
2333
+ "length": 20,
2334
+ "start": 19364
2335
+ },
2336
+ {
2337
+ "length": 20,
2338
+ "start": 19563
2339
+ },
2340
+ {
2341
+ "length": 20,
2342
+ "start": 19688
2343
+ },
2344
+ {
2345
+ "length": 20,
2346
+ "start": 20196
2347
+ },
2348
+ {
2349
+ "length": 20,
2350
+ "start": 20654
2351
+ },
2352
+ {
2353
+ "length": 20,
2354
+ "start": 20779
2355
+ },
2356
+ {
2357
+ "length": 20,
2358
+ "start": 21626
2359
+ },
2360
+ {
2361
+ "length": 20,
2362
+ "start": 22011
2363
+ },
2364
+ {
2365
+ "length": 20,
2366
+ "start": 23780
2367
+ },
2368
+ {
2369
+ "length": 20,
2370
+ "start": 23913
2371
+ },
2372
+ {
2373
+ "length": 20,
2374
+ "start": 24046
2375
+ },
2376
+ {
2377
+ "length": 20,
2378
+ "start": 24378
2379
+ },
2380
+ {
2381
+ "length": 20,
2382
+ "start": 24514
2383
+ },
2384
+ {
2385
+ "length": 20,
2386
+ "start": 24651
2387
+ },
2388
+ {
2389
+ "length": 20,
2390
+ "start": 24797
2391
+ },
2392
+ {
2393
+ "length": 20,
2394
+ "start": 25363
2395
+ },
2396
+ {
2397
+ "length": 20,
2398
+ "start": 25391
2399
+ },
2400
+ {
2401
+ "length": 20,
2402
+ "start": 25527
2403
+ },
2404
+ {
2405
+ "length": 20,
2406
+ "start": 25724
2407
+ },
2408
+ {
2409
+ "length": 20,
2410
+ "start": 26473
2411
+ }
2412
+ ]
2413
+ },
2414
+ "contracts/type/Blocknumber.sol": {
2415
+ "BlocknumberLib": [
2416
+ {
2417
+ "length": 20,
2418
+ "start": 3033
2419
+ },
2420
+ {
2421
+ "length": 20,
2422
+ "start": 4374
2423
+ },
2424
+ {
2425
+ "length": 20,
2426
+ "start": 5524
2427
+ },
2428
+ {
2429
+ "length": 20,
2430
+ "start": 9081
2431
+ },
2432
+ {
2433
+ "length": 20,
2434
+ "start": 9686
2435
+ },
2436
+ {
2437
+ "length": 20,
2438
+ "start": 9973
2439
+ },
2440
+ {
2441
+ "length": 20,
2442
+ "start": 10345
2443
+ },
2444
+ {
2445
+ "length": 20,
2446
+ "start": 10512
2447
+ },
2448
+ {
2449
+ "length": 20,
2450
+ "start": 11895
2451
+ },
2452
+ {
2453
+ "length": 20,
2454
+ "start": 13722
2455
+ },
2456
+ {
2457
+ "length": 20,
2458
+ "start": 13918
2459
+ },
2460
+ {
2461
+ "length": 20,
2462
+ "start": 14149
2463
+ },
2464
+ {
2465
+ "length": 20,
2466
+ "start": 14468
2467
+ },
2468
+ {
2469
+ "length": 20,
2470
+ "start": 14746
2471
+ },
2472
+ {
2473
+ "length": 20,
2474
+ "start": 15213
2475
+ },
2476
+ {
2477
+ "length": 20,
2478
+ "start": 15786
2479
+ },
2480
+ {
2481
+ "length": 20,
2482
+ "start": 16121
2483
+ },
2484
+ {
2485
+ "length": 20,
2486
+ "start": 16746
2487
+ },
2488
+ {
2489
+ "length": 20,
2490
+ "start": 17236
2491
+ },
2492
+ {
2493
+ "length": 20,
2494
+ "start": 17447
2495
+ },
2496
+ {
2497
+ "length": 20,
2498
+ "start": 17641
2499
+ },
2500
+ {
2501
+ "length": 20,
2502
+ "start": 20333
2503
+ },
2504
+ {
2505
+ "length": 20,
2506
+ "start": 21307
2507
+ },
2508
+ {
2509
+ "length": 20,
2510
+ "start": 23421
2511
+ },
2512
+ {
2513
+ "length": 20,
2514
+ "start": 25182
2515
+ },
2516
+ {
2517
+ "length": 20,
2518
+ "start": 26092
2519
+ },
2520
+ {
2521
+ "length": 20,
2522
+ "start": 26307
2523
+ },
2524
+ {
2525
+ "length": 20,
2526
+ "start": 26963
2527
+ },
2528
+ {
2529
+ "length": 20,
2530
+ "start": 27376
2531
+ },
2532
+ {
2533
+ "length": 20,
2534
+ "start": 27766
2535
+ }
2536
+ ]
2537
+ },
2538
+ "contracts/type/ChainId.sol": {
2539
+ "ChainIdLib": [
2540
+ {
2541
+ "length": 20,
2542
+ "start": 4240
2543
+ },
2544
+ {
2545
+ "length": 20,
2546
+ "start": 14293
2547
+ },
2548
+ {
2549
+ "length": 20,
2550
+ "start": 25048
2551
+ }
2552
+ ]
2553
+ },
2554
+ "contracts/type/NftId.sol": {
2555
+ "NftIdLib": [
2556
+ {
2557
+ "length": 20,
2558
+ "start": 1201
2559
+ }
2560
+ ]
2561
+ },
2562
+ "contracts/type/NftIdSet.sol": {
2563
+ "LibNftIdSet": [
2564
+ {
2565
+ "length": 20,
2566
+ "start": 30824
2567
+ },
2568
+ {
2569
+ "length": 20,
2570
+ "start": 30941
2571
+ },
2572
+ {
2573
+ "length": 20,
2574
+ "start": 31071
2575
+ },
2576
+ {
2577
+ "length": 20,
2578
+ "start": 31203
2579
+ },
2580
+ {
2581
+ "length": 20,
2582
+ "start": 31340
2583
+ },
2584
+ {
2585
+ "length": 20,
2586
+ "start": 31448
2587
+ },
2588
+ {
2589
+ "length": 20,
2590
+ "start": 31630
2591
+ },
2592
+ {
2593
+ "length": 20,
2594
+ "start": 31688
2595
+ },
2596
+ {
2597
+ "length": 20,
2598
+ "start": 31810
2599
+ },
2600
+ {
2601
+ "length": 20,
2602
+ "start": 31875
2603
+ }
2604
+ ]
2605
+ },
2606
+ "contracts/type/ObjectType.sol": {
2607
+ "ObjectTypeLib": [
2608
+ {
2609
+ "length": 20,
2610
+ "start": 2167
2611
+ },
2612
+ {
2613
+ "length": 20,
2614
+ "start": 22555
2615
+ }
2616
+ ]
2617
+ },
2618
+ "contracts/type/Seconds.sol": {
2619
+ "SecondsLib": [
2620
+ {
2621
+ "length": 20,
2622
+ "start": 727
2623
+ },
2624
+ {
2625
+ "length": 20,
2626
+ "start": 834
2627
+ },
2628
+ {
2629
+ "length": 20,
2630
+ "start": 1759
2631
+ },
2632
+ {
2633
+ "length": 20,
2634
+ "start": 1866
2635
+ },
2636
+ {
2637
+ "length": 20,
2638
+ "start": 5407
2639
+ },
2640
+ {
2641
+ "length": 20,
2642
+ "start": 17950
2643
+ },
2644
+ {
2645
+ "length": 20,
2646
+ "start": 18204
2647
+ },
2648
+ {
2649
+ "length": 20,
2650
+ "start": 21886
2651
+ },
2652
+ {
2653
+ "length": 20,
2654
+ "start": 22138
2655
+ },
2656
+ {
2657
+ "length": 20,
2658
+ "start": 27658
2659
+ }
2660
+ ]
2661
+ },
2662
+ "contracts/type/Timestamp.sol": {
2663
+ "TimestampLib": [
2664
+ {
2665
+ "length": 20,
2666
+ "start": 10993
2667
+ },
2668
+ {
2669
+ "length": 20,
2670
+ "start": 15011
2671
+ },
2672
+ {
2673
+ "length": 20,
2674
+ "start": 17978
2675
+ },
2676
+ {
2677
+ "length": 20,
2678
+ "start": 21450
2679
+ },
2680
+ {
2681
+ "length": 20,
2682
+ "start": 22281
2683
+ }
2684
+ ]
2685
+ },
2686
+ "contracts/type/UFixed.sol": {
2687
+ "UFixedLib": [
2688
+ {
2689
+ "length": 20,
2690
+ "start": 941
2691
+ },
2692
+ {
2693
+ "length": 20,
2694
+ "start": 1076
2695
+ },
2696
+ {
2697
+ "length": 20,
2698
+ "start": 1973
2699
+ },
2700
+ {
2701
+ "length": 20,
2702
+ "start": 2107
2703
+ },
2704
+ {
2705
+ "length": 20,
2706
+ "start": 9823
2707
+ },
2708
+ {
2709
+ "length": 20,
2710
+ "start": 13022
2711
+ },
2712
+ {
2713
+ "length": 20,
2714
+ "start": 17812
2715
+ }
2716
+ ]
2717
+ }
2718
+ },
2719
+ "deployedLinkReferences": {
2720
+ "contracts/staking/StakingLib.sol": {
2721
+ "StakingLib": [
2722
+ {
2723
+ "length": 20,
2724
+ "start": 12402
2725
+ }
2726
+ ]
2727
+ },
2728
+ "contracts/staking/TargetManagerLib.sol": {
2729
+ "TargetManagerLib": [
2730
+ {
2731
+ "length": 20,
2732
+ "start": 2874
2733
+ },
2734
+ {
2735
+ "length": 20,
2736
+ "start": 5680
2737
+ },
2738
+ {
2739
+ "length": 20,
2740
+ "start": 18180
2741
+ }
2742
+ ]
2743
+ },
2744
+ "contracts/type/Amount.sol": {
2745
+ "AmountLib": [
2746
+ {
2747
+ "length": 20,
2748
+ "start": 4636
2749
+ },
2750
+ {
2751
+ "length": 20,
2752
+ "start": 4777
2753
+ },
2754
+ {
2755
+ "length": 20,
2756
+ "start": 6401
2757
+ },
2758
+ {
2759
+ "length": 20,
2760
+ "start": 6516
2761
+ },
2762
+ {
2763
+ "length": 20,
2764
+ "start": 6776
2765
+ },
2766
+ {
2767
+ "length": 20,
2768
+ "start": 7060
2769
+ },
2770
+ {
2771
+ "length": 20,
2772
+ "start": 8517
2773
+ },
2774
+ {
2775
+ "length": 20,
2776
+ "start": 12224
2777
+ },
2778
+ {
2779
+ "length": 20,
2780
+ "start": 12773
2781
+ },
2782
+ {
2783
+ "length": 20,
2784
+ "start": 13079
2785
+ },
2786
+ {
2787
+ "length": 20,
2788
+ "start": 13285
2789
+ },
2790
+ {
2791
+ "length": 20,
2792
+ "start": 13484
2793
+ },
2794
+ {
2795
+ "length": 20,
2796
+ "start": 13609
2797
+ },
2798
+ {
2799
+ "length": 20,
2800
+ "start": 14117
2801
+ },
2802
+ {
2803
+ "length": 20,
2804
+ "start": 14575
2805
+ },
2806
+ {
2807
+ "length": 20,
2808
+ "start": 14700
2809
+ },
2810
+ {
2811
+ "length": 20,
2812
+ "start": 15547
2813
+ },
2814
+ {
2815
+ "length": 20,
2816
+ "start": 15932
2817
+ },
2818
+ {
2819
+ "length": 20,
2820
+ "start": 17701
2821
+ },
2822
+ {
2823
+ "length": 20,
2824
+ "start": 17834
2825
+ },
2826
+ {
2827
+ "length": 20,
2828
+ "start": 17967
2829
+ },
2830
+ {
2831
+ "length": 20,
2832
+ "start": 18299
2833
+ },
2834
+ {
2835
+ "length": 20,
2836
+ "start": 18435
2837
+ },
2838
+ {
2839
+ "length": 20,
2840
+ "start": 18572
2841
+ },
2842
+ {
2843
+ "length": 20,
2844
+ "start": 18718
2845
+ },
2846
+ {
2847
+ "length": 20,
2848
+ "start": 19284
2849
+ },
2850
+ {
2851
+ "length": 20,
2852
+ "start": 19312
2853
+ },
2854
+ {
2855
+ "length": 20,
2856
+ "start": 19448
2857
+ },
2858
+ {
2859
+ "length": 20,
2860
+ "start": 19645
2861
+ },
2862
+ {
2863
+ "length": 20,
2864
+ "start": 20394
2865
+ }
2866
+ ]
2867
+ },
2868
+ "contracts/type/Blocknumber.sol": {
2869
+ "BlocknumberLib": [
2870
+ {
2871
+ "length": 20,
2872
+ "start": 3002
2873
+ },
2874
+ {
2875
+ "length": 20,
2876
+ "start": 3607
2877
+ },
2878
+ {
2879
+ "length": 20,
2880
+ "start": 3894
2881
+ },
2882
+ {
2883
+ "length": 20,
2884
+ "start": 4266
2885
+ },
2886
+ {
2887
+ "length": 20,
2888
+ "start": 4433
2889
+ },
2890
+ {
2891
+ "length": 20,
2892
+ "start": 5816
2893
+ },
2894
+ {
2895
+ "length": 20,
2896
+ "start": 7643
2897
+ },
2898
+ {
2899
+ "length": 20,
2900
+ "start": 7839
2901
+ },
2902
+ {
2903
+ "length": 20,
2904
+ "start": 8070
2905
+ },
2906
+ {
2907
+ "length": 20,
2908
+ "start": 8389
2909
+ },
2910
+ {
2911
+ "length": 20,
2912
+ "start": 8667
2913
+ },
2914
+ {
2915
+ "length": 20,
2916
+ "start": 9134
2917
+ },
2918
+ {
2919
+ "length": 20,
2920
+ "start": 9707
2921
+ },
2922
+ {
2923
+ "length": 20,
2924
+ "start": 10042
2925
+ },
2926
+ {
2927
+ "length": 20,
2928
+ "start": 10667
2929
+ },
2930
+ {
2931
+ "length": 20,
2932
+ "start": 11157
2933
+ },
2934
+ {
2935
+ "length": 20,
2936
+ "start": 11368
2937
+ },
2938
+ {
2939
+ "length": 20,
2940
+ "start": 11562
2941
+ },
2942
+ {
2943
+ "length": 20,
2944
+ "start": 14254
2945
+ },
2946
+ {
2947
+ "length": 20,
2948
+ "start": 15228
2949
+ },
2950
+ {
2951
+ "length": 20,
2952
+ "start": 17342
2953
+ },
2954
+ {
2955
+ "length": 20,
2956
+ "start": 19103
2957
+ },
2958
+ {
2959
+ "length": 20,
2960
+ "start": 20013
2961
+ },
2962
+ {
2963
+ "length": 20,
2964
+ "start": 20228
2965
+ },
2966
+ {
2967
+ "length": 20,
2968
+ "start": 20884
2969
+ },
2970
+ {
2971
+ "length": 20,
2972
+ "start": 21297
2973
+ },
2974
+ {
2975
+ "length": 20,
2976
+ "start": 21687
2977
+ }
2978
+ ]
2979
+ },
2980
+ "contracts/type/ChainId.sol": {
2981
+ "ChainIdLib": [
2982
+ {
2983
+ "length": 20,
2984
+ "start": 8214
2985
+ },
2986
+ {
2987
+ "length": 20,
2988
+ "start": 18969
2989
+ }
2990
+ ]
2991
+ },
2992
+ "contracts/type/ObjectType.sol": {
2993
+ "ObjectTypeLib": [
2994
+ {
2995
+ "length": 20,
2996
+ "start": 16476
2997
+ }
2998
+ ]
2999
+ },
3000
+ "contracts/type/Seconds.sol": {
3001
+ "SecondsLib": [
3002
+ {
3003
+ "length": 20,
3004
+ "start": 11871
3005
+ },
3006
+ {
3007
+ "length": 20,
3008
+ "start": 12125
3009
+ },
3010
+ {
3011
+ "length": 20,
3012
+ "start": 15807
3013
+ },
3014
+ {
3015
+ "length": 20,
3016
+ "start": 16059
3017
+ },
3018
+ {
3019
+ "length": 20,
3020
+ "start": 21579
3021
+ }
3022
+ ]
3023
+ },
3024
+ "contracts/type/Timestamp.sol": {
3025
+ "TimestampLib": [
3026
+ {
3027
+ "length": 20,
3028
+ "start": 4914
3029
+ },
3030
+ {
3031
+ "length": 20,
3032
+ "start": 8932
3033
+ },
3034
+ {
3035
+ "length": 20,
3036
+ "start": 11899
3037
+ },
3038
+ {
3039
+ "length": 20,
3040
+ "start": 15371
3041
+ },
3042
+ {
3043
+ "length": 20,
3044
+ "start": 16202
3045
+ }
3046
+ ]
3047
+ },
3048
+ "contracts/type/UFixed.sol": {
3049
+ "UFixedLib": [
3050
+ {
3051
+ "length": 20,
3052
+ "start": 3744
3053
+ },
3054
+ {
3055
+ "length": 20,
3056
+ "start": 6943
3057
+ },
3058
+ {
3059
+ "length": 20,
3060
+ "start": 11733
3061
+ }
3062
+ ]
3063
+ }
3064
+ }
3065
+ }