@etherisc/gif-next 0.0.2-edc084c-558 → 0.0.2-edc2c3a-751

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