@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f12cf4d-104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (746) hide show
  1. package/README.md +297 -26
  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/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
  22. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  24. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1471 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
  54. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  55. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  56. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +290 -1482
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +418 -1761
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2053 -0
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1011 -0
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +746 -0
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  87. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  88. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  89. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  90. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  93. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  96. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  97. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
  106. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  108. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
  114. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
  122. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
  124. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  128. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
  138. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  146. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  150. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  151. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +931 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
  156. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  166. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  167. package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1000 -119
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  177. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  180. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.json +1427 -220
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  185. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1262 -0
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +737 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  196. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  197. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
  200. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
  202. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
  204. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  205. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
  206. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  208. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
  210. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
  212. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
  214. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  216. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  217. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
  218. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  219. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  220. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  221. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
  222. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  223. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  224. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  225. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
  226. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  228. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  229. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
  230. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  231. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  232. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  233. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  234. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  235. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  236. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  237. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  238. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  239. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  240. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
  242. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  243. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  244. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  245. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
  246. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
  248. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  250. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  251. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  252. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
  254. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  256. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  258. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  259. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  260. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  262. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  264. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  266. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  268. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  270. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  272. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  273. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  274. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  275. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  276. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  278. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  280. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  282. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  284. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  286. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  288. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  290. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  291. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  292. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  294. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  296. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  298. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  300. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  302. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  304. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  306. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  308. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  312. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  314. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  316. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  318. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  320. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  322. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  324. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  326. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  328. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  329. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  330. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  331. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  332. package/contracts/authorization/AccessAdmin.sol +596 -0
  333. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  334. package/contracts/authorization/Authorization.sol +289 -0
  335. package/contracts/authorization/IAccess.sol +49 -0
  336. package/contracts/authorization/IAccessAdmin.sol +137 -0
  337. package/contracts/authorization/IAuthorization.sol +60 -0
  338. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  339. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  340. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  341. package/contracts/distribution/BasicDistribution.sol +139 -0
  342. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  343. package/contracts/distribution/Distribution.sol +285 -0
  344. package/contracts/distribution/DistributionService.sol +355 -0
  345. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  346. package/contracts/distribution/IDistributionComponent.sol +52 -0
  347. package/contracts/distribution/IDistributionService.sol +101 -0
  348. package/contracts/examples/fire/DamageLevel.sol +59 -0
  349. package/contracts/examples/fire/FirePool.sol +86 -0
  350. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  351. package/contracts/examples/fire/FireProduct.sol +431 -0
  352. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  353. package/contracts/examples/fire/FireUSD.sol +26 -0
  354. package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
  355. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  356. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  357. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  358. package/contracts/instance/BundleSet.sol +126 -0
  359. package/contracts/instance/IInstance.sol +58 -44
  360. package/contracts/instance/IInstanceService.sol +71 -0
  361. package/contracts/instance/Instance.sol +218 -54
  362. package/contracts/instance/InstanceAdmin.sol +277 -0
  363. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  364. package/contracts/instance/InstanceReader.sol +495 -0
  365. package/contracts/instance/InstanceService.sol +414 -0
  366. package/contracts/instance/InstanceServiceManager.sol +39 -0
  367. package/contracts/instance/InstanceStore.sol +287 -0
  368. package/contracts/instance/base/BalanceStore.sol +123 -0
  369. package/contracts/instance/base/Cloneable.sol +28 -0
  370. package/contracts/instance/base/ObjectCounter.sol +21 -0
  371. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  372. package/contracts/instance/base/ObjectSet.sol +79 -0
  373. package/contracts/instance/module/IAccess.sol +46 -0
  374. package/contracts/instance/module/IBundle.sol +20 -0
  375. package/contracts/instance/module/IComponents.sol +50 -0
  376. package/contracts/instance/module/IDistribution.sol +41 -0
  377. package/contracts/instance/module/IPolicy.sol +85 -0
  378. package/contracts/instance/module/IRisk.sol +11 -0
  379. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  380. package/contracts/oracle/BasicOracle.sol +47 -0
  381. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  382. package/contracts/oracle/IOracle.sol +36 -0
  383. package/contracts/oracle/IOracleComponent.sol +33 -0
  384. package/contracts/oracle/IOracleService.sol +66 -0
  385. package/contracts/oracle/Oracle.sol +156 -0
  386. package/contracts/oracle/OracleService.sol +292 -0
  387. package/contracts/oracle/OracleServiceManager.sol +39 -0
  388. package/contracts/pool/BasicPool.sol +175 -0
  389. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  390. package/contracts/pool/BundleService.sol +485 -0
  391. package/contracts/pool/BundleServiceManager.sol +39 -0
  392. package/contracts/pool/IBundleService.sol +140 -0
  393. package/contracts/pool/IPoolComponent.sol +62 -0
  394. package/contracts/pool/IPoolService.sol +172 -0
  395. package/contracts/pool/Pool.sol +345 -0
  396. package/contracts/pool/PoolService.sol +620 -0
  397. package/contracts/pool/PoolServiceManager.sol +39 -0
  398. package/contracts/product/ApplicationService.sol +259 -0
  399. package/contracts/product/ApplicationServiceManager.sol +38 -0
  400. package/contracts/product/BasicProduct.sol +49 -0
  401. package/contracts/product/BasicProductAuthorization.sol +42 -0
  402. package/contracts/product/ClaimService.sol +614 -0
  403. package/contracts/product/ClaimServiceManager.sol +38 -0
  404. package/contracts/product/IApplicationService.sol +63 -0
  405. package/contracts/product/IClaimService.sol +123 -0
  406. package/contracts/product/IPolicyService.sol +82 -0
  407. package/contracts/product/IPricingService.sol +39 -0
  408. package/contracts/product/IProductComponent.sol +59 -0
  409. package/contracts/product/IRiskService.sol +33 -0
  410. package/contracts/product/PolicyService.sol +695 -0
  411. package/contracts/product/PolicyServiceManager.sol +39 -0
  412. package/contracts/product/PricingService.sol +300 -0
  413. package/contracts/product/PricingServiceManager.sol +39 -0
  414. package/contracts/product/Product.sol +432 -0
  415. package/contracts/product/RiskService.sol +96 -0
  416. package/contracts/product/RiskServiceManager.sol +39 -0
  417. package/contracts/registry/ChainNft.sol +128 -40
  418. package/contracts/registry/IRegistry.sol +144 -28
  419. package/contracts/registry/IRegistryService.sol +62 -0
  420. package/contracts/registry/ITransferInterceptor.sol +6 -0
  421. package/contracts/registry/Registry.sol +626 -282
  422. package/contracts/registry/RegistryAdmin.sol +462 -0
  423. package/contracts/registry/RegistryService.sol +241 -0
  424. package/contracts/registry/RegistryServiceManager.sol +53 -0
  425. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  426. package/contracts/registry/ReleaseRegistry.sol +485 -0
  427. package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
  428. package/contracts/registry/TokenRegistry.sol +315 -0
  429. package/contracts/shared/Component.sol +229 -0
  430. package/contracts/shared/ComponentService.sol +779 -0
  431. package/contracts/shared/ComponentServiceManager.sol +38 -0
  432. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  433. package/contracts/shared/ContractLib.sol +54 -0
  434. package/contracts/shared/IComponent.sol +67 -0
  435. package/contracts/shared/IComponentService.sol +130 -0
  436. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  437. package/contracts/shared/IKeyValueStore.sol +54 -0
  438. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  439. package/contracts/shared/INftOwnable.sol +25 -0
  440. package/contracts/shared/IPolicyHolder.sol +35 -0
  441. package/contracts/shared/IRegisterable.sol +23 -21
  442. package/contracts/shared/IRegistryLinked.sol +11 -0
  443. package/contracts/shared/IService.sol +25 -0
  444. package/contracts/shared/InitializableERC165.sol +27 -0
  445. package/contracts/shared/InstanceLinkedComponent.sol +205 -0
  446. package/contracts/shared/KeyValueStore.sol +131 -0
  447. package/contracts/shared/Lifecycle.sol +88 -0
  448. package/contracts/shared/NftIdSet.sol +65 -0
  449. package/contracts/shared/NftOwnable.sol +127 -0
  450. package/contracts/shared/PolicyHolder.sol +62 -0
  451. package/contracts/shared/Registerable.sol +60 -63
  452. package/contracts/shared/RegistryLinked.sol +38 -0
  453. package/contracts/shared/Service.sol +84 -0
  454. package/contracts/shared/TokenHandler.sol +397 -0
  455. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  456. package/contracts/staking/IStaking.sol +173 -0
  457. package/contracts/staking/IStakingService.sol +157 -0
  458. package/contracts/staking/StakeManagerLib.sol +224 -0
  459. package/contracts/staking/Staking.sol +505 -0
  460. package/contracts/staking/StakingLifecycle.sol +23 -0
  461. package/contracts/staking/StakingManager.sol +52 -0
  462. package/contracts/staking/StakingReader.sol +190 -0
  463. package/contracts/staking/StakingService.sol +453 -0
  464. package/contracts/staking/StakingServiceManager.sol +44 -0
  465. package/contracts/staking/StakingStore.sol +605 -0
  466. package/contracts/staking/TargetManagerLib.sol +211 -0
  467. package/contracts/{types → type}/AddressSet.sol +1 -1
  468. package/contracts/type/Amount.sol +150 -0
  469. package/contracts/{types → type}/Blocknumber.sol +27 -3
  470. package/contracts/type/ClaimId.sol +80 -0
  471. package/contracts/type/DistributorType.sol +55 -0
  472. package/contracts/type/Fee.sol +66 -0
  473. package/contracts/{types → type}/Key32.sol +8 -3
  474. package/contracts/{types → type}/NftId.sol +22 -15
  475. package/contracts/type/NftIdSet.sol +62 -0
  476. package/contracts/type/ObjectType.sol +276 -0
  477. package/contracts/type/PayoutId.sol +82 -0
  478. package/contracts/type/Referral.sol +90 -0
  479. package/contracts/type/RequestId.sol +75 -0
  480. package/contracts/type/RiskId.sol +57 -0
  481. package/contracts/type/RoleId.sol +162 -0
  482. package/contracts/type/Seconds.sol +101 -0
  483. package/contracts/type/Selector.sol +102 -0
  484. package/contracts/{types → type}/StateId.sol +53 -5
  485. package/contracts/type/String.sol +53 -0
  486. package/contracts/{types → type}/Timestamp.sol +38 -15
  487. package/contracts/type/UFixed.sol +355 -0
  488. package/contracts/{types → type}/Version.sol +17 -2
  489. package/contracts/upgradeability/IVersionable.sol +53 -0
  490. package/contracts/upgradeability/ProxyManager.sol +232 -0
  491. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  492. package/contracts/upgradeability/Versionable.sol +59 -0
  493. package/package.json +12 -7
  494. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  496. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  499. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  501. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  502. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  503. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  504. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  505. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  506. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  507. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  508. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  509. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  510. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  511. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  512. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  513. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  514. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  515. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  516. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  517. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  518. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  519. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  521. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  522. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  523. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  525. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  527. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  531. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  533. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  535. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  537. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  539. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  540. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  541. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  542. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  543. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  544. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  545. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  546. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  549. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  550. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
  551. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  553. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  555. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  558. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  560. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  563. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  565. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  568. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  570. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  571. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  572. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  573. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  574. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  575. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  576. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  578. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  580. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  581. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  583. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  584. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  585. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  586. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  587. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  588. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  589. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  591. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  592. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  594. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  595. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  596. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  597. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  598. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  599. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  600. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  602. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  604. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  605. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  606. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  607. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  608. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  609. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  610. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  611. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  612. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  613. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  614. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  615. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  616. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  617. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  618. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  619. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  620. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  621. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  622. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  623. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  624. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  626. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  628. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  630. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  632. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  633. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  634. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  635. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  636. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  637. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  638. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  639. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  640. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  641. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  642. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  643. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  644. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  645. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  646. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  648. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  650. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  652. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  653. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  654. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  656. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  657. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  658. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  660. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  662. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  664. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  666. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  668. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  670. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  672. package/contracts/components/BaseComponent.sol +0 -88
  673. package/contracts/components/IBaseComponent.sol +0 -19
  674. package/contracts/components/IPoolComponent.sol +0 -57
  675. package/contracts/components/IProductComponent.sol +0 -19
  676. package/contracts/components/Pool.sol +0 -174
  677. package/contracts/components/Product.sol +0 -117
  678. package/contracts/experiment/errors/Require.sol +0 -38
  679. package/contracts/experiment/errors/Revert.sol +0 -44
  680. package/contracts/experiment/inheritance/A.sol +0 -53
  681. package/contracts/experiment/inheritance/B.sol +0 -28
  682. package/contracts/experiment/inheritance/C.sol +0 -34
  683. package/contracts/experiment/inheritance/IA.sol +0 -13
  684. package/contracts/experiment/inheritance/IB.sol +0 -10
  685. package/contracts/experiment/inheritance/IC.sol +0 -12
  686. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  687. package/contracts/experiment/statemachine/ISM.sol +0 -25
  688. package/contracts/experiment/statemachine/README.md +0 -112
  689. package/contracts/experiment/statemachine/SM.sol +0 -57
  690. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  691. package/contracts/experiment/types/TypeA.sol +0 -47
  692. package/contracts/experiment/types/TypeB.sol +0 -29
  693. package/contracts/instance/IInstanceLinked.sol +0 -8
  694. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  695. package/contracts/instance/base/IInstanceBase.sol +0 -14
  696. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  697. package/contracts/instance/base/IService.sol +0 -15
  698. package/contracts/instance/base/InstanceBase.sol +0 -80
  699. package/contracts/instance/base/KeyValueStore.sol +0 -156
  700. package/contracts/instance/base/Lifecycle.sol +0 -95
  701. package/contracts/instance/base/ModuleBase.sol +0 -52
  702. package/contracts/instance/base/ServiceBase.sol +0 -37
  703. package/contracts/instance/module/access/Access.sol +0 -149
  704. package/contracts/instance/module/access/IAccess.sol +0 -53
  705. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  706. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  707. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  708. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  709. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  710. package/contracts/instance/module/component/IComponent.sol +0 -53
  711. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  712. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  713. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  714. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  715. package/contracts/instance/module/risk/IRisk.sol +0 -10
  716. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  717. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  718. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  719. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  720. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  721. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  722. package/contracts/instance/service/IPoolService.sol +0 -30
  723. package/contracts/instance/service/IProductService.sol +0 -58
  724. package/contracts/instance/service/PoolService.sol +0 -123
  725. package/contracts/instance/service/ProductService.sol +0 -354
  726. package/contracts/registry/IChainNft.sol +0 -21
  727. package/contracts/registry/IRegistryLinked.sol +0 -8
  728. package/contracts/shared/ERC165.sol +0 -21
  729. package/contracts/shared/IOwnable.sol +0 -6
  730. package/contracts/shared/IVersionable.sol +0 -52
  731. package/contracts/shared/Versionable.sol +0 -89
  732. package/contracts/test/TestFee.sol +0 -25
  733. package/contracts/test/TestPool.sol +0 -22
  734. package/contracts/test/TestProduct.sol +0 -44
  735. package/contracts/test/TestRegisterable.sol +0 -19
  736. package/contracts/test/TestRoleId.sol +0 -14
  737. package/contracts/test/TestService.sol +0 -32
  738. package/contracts/test/TestToken.sol +0 -26
  739. package/contracts/test/TestVersion.sol +0 -44
  740. package/contracts/test/TestVersionable.sol +0 -17
  741. package/contracts/types/ChainId.sol +0 -38
  742. package/contracts/types/Fee.sol +0 -51
  743. package/contracts/types/NftIdSet.sol +0 -60
  744. package/contracts/types/ObjectType.sol +0 -115
  745. package/contracts/types/RoleId.sol +0 -38
  746. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1265 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "StakingService",
4
+ "sourceName": "contracts/staking/StakingService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "NftId",
48
+ "name": "nftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorNftOwnableAlreadyLinked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "contractAddress",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorNftOwnableContractNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "NftId",
75
+ "name": "nftId",
76
+ "type": "uint96"
77
+ },
78
+ {
79
+ "internalType": "ObjectType",
80
+ "name": "expectedObjectType",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorNftOwnableInvalidType",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "address",
91
+ "name": "account",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "ErrorNftOwnableNotOwner",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "address",
102
+ "name": "registryAddress",
103
+ "type": "address"
104
+ }
105
+ ],
106
+ "name": "ErrorNotRegistry",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [],
111
+ "name": "ErrorServiceNotImplemented",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "NftId",
118
+ "name": "targetNftId",
119
+ "type": "uint96"
120
+ },
121
+ {
122
+ "internalType": "address",
123
+ "name": "tokenHandler",
124
+ "type": "address"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "amount",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "internalType": "uint256",
133
+ "name": "allowance",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "ErrorStakingServiceDipAllowanceInsufficient",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "NftId",
144
+ "name": "targetNftId",
145
+ "type": "uint96"
146
+ },
147
+ {
148
+ "internalType": "uint256",
149
+ "name": "amount",
150
+ "type": "uint256"
151
+ },
152
+ {
153
+ "internalType": "uint256",
154
+ "name": "balance",
155
+ "type": "uint256"
156
+ }
157
+ ],
158
+ "name": "ErrorStakingServiceDipBalanceInsufficient",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [
163
+ {
164
+ "internalType": "NftId",
165
+ "name": "targetNftId",
166
+ "type": "uint96"
167
+ }
168
+ ],
169
+ "name": "ErrorStakingServiceNotActiveTargetNftId",
170
+ "type": "error"
171
+ },
172
+ {
173
+ "inputs": [
174
+ {
175
+ "internalType": "address",
176
+ "name": "stakingAddress",
177
+ "type": "address"
178
+ }
179
+ ],
180
+ "name": "ErrorStakingServiceNotStaking",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "internalType": "address",
187
+ "name": "stakingAddress",
188
+ "type": "address"
189
+ }
190
+ ],
191
+ "name": "ErrorStakingServiceNotSupportingIStaking",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "NftId",
198
+ "name": "targetNftId",
199
+ "type": "uint96"
200
+ }
201
+ ],
202
+ "name": "ErrorStakingServiceNotTargetNftId",
203
+ "type": "error"
204
+ },
205
+ {
206
+ "inputs": [],
207
+ "name": "ErrorStakingServiceZeroTargetNftId",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "InvalidInitialization",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "inputs": [],
217
+ "name": "NotInitializing",
218
+ "type": "error"
219
+ },
220
+ {
221
+ "inputs": [],
222
+ "name": "ReentrancyGuardReentrantCall",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "anonymous": false,
227
+ "inputs": [
228
+ {
229
+ "indexed": false,
230
+ "internalType": "address",
231
+ "name": "authority",
232
+ "type": "address"
233
+ }
234
+ ],
235
+ "name": "AuthorityUpdated",
236
+ "type": "event"
237
+ },
238
+ {
239
+ "anonymous": false,
240
+ "inputs": [
241
+ {
242
+ "indexed": false,
243
+ "internalType": "uint64",
244
+ "name": "version",
245
+ "type": "uint64"
246
+ }
247
+ ],
248
+ "name": "Initialized",
249
+ "type": "event"
250
+ },
251
+ {
252
+ "anonymous": false,
253
+ "inputs": [
254
+ {
255
+ "indexed": false,
256
+ "internalType": "NftId",
257
+ "name": "instanceNftId",
258
+ "type": "uint96"
259
+ },
260
+ {
261
+ "indexed": false,
262
+ "internalType": "uint256",
263
+ "name": "chainId",
264
+ "type": "uint256"
265
+ }
266
+ ],
267
+ "name": "LogStakingServiceInstanceTargetRegistered",
268
+ "type": "event"
269
+ },
270
+ {
271
+ "anonymous": false,
272
+ "inputs": [
273
+ {
274
+ "indexed": false,
275
+ "internalType": "NftId",
276
+ "name": "targetNftId",
277
+ "type": "uint96"
278
+ },
279
+ {
280
+ "indexed": false,
281
+ "internalType": "Seconds",
282
+ "name": "oldLockingDuration",
283
+ "type": "uint40"
284
+ },
285
+ {
286
+ "indexed": false,
287
+ "internalType": "Seconds",
288
+ "name": "lockingDuration",
289
+ "type": "uint40"
290
+ }
291
+ ],
292
+ "name": "LogStakingServiceLockingPeriodSet",
293
+ "type": "event"
294
+ },
295
+ {
296
+ "anonymous": false,
297
+ "inputs": [
298
+ {
299
+ "indexed": false,
300
+ "internalType": "NftId",
301
+ "name": "protocolNftId",
302
+ "type": "uint96"
303
+ }
304
+ ],
305
+ "name": "LogStakingServiceProtocolTargetRegistered",
306
+ "type": "event"
307
+ },
308
+ {
309
+ "anonymous": false,
310
+ "inputs": [
311
+ {
312
+ "indexed": false,
313
+ "internalType": "NftId",
314
+ "name": "targetNftId",
315
+ "type": "uint96"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "UFixed",
320
+ "name": "oldRewardRate",
321
+ "type": "uint256"
322
+ },
323
+ {
324
+ "indexed": false,
325
+ "internalType": "UFixed",
326
+ "name": "rewardRate",
327
+ "type": "uint256"
328
+ }
329
+ ],
330
+ "name": "LogStakingServiceRewardRateSet",
331
+ "type": "event"
332
+ },
333
+ {
334
+ "anonymous": false,
335
+ "inputs": [
336
+ {
337
+ "indexed": false,
338
+ "internalType": "NftId",
339
+ "name": "targetNftId",
340
+ "type": "uint96"
341
+ },
342
+ {
343
+ "indexed": false,
344
+ "internalType": "address",
345
+ "name": "targetOwner",
346
+ "type": "address"
347
+ },
348
+ {
349
+ "indexed": false,
350
+ "internalType": "Amount",
351
+ "name": "dipAmount",
352
+ "type": "uint96"
353
+ },
354
+ {
355
+ "indexed": false,
356
+ "internalType": "Amount",
357
+ "name": "newBalance",
358
+ "type": "uint96"
359
+ }
360
+ ],
361
+ "name": "LogStakingServiceRewardReservesDecreased",
362
+ "type": "event"
363
+ },
364
+ {
365
+ "anonymous": false,
366
+ "inputs": [
367
+ {
368
+ "indexed": false,
369
+ "internalType": "NftId",
370
+ "name": "targetNftId",
371
+ "type": "uint96"
372
+ },
373
+ {
374
+ "indexed": false,
375
+ "internalType": "address",
376
+ "name": "rewardProvider",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "indexed": false,
381
+ "internalType": "Amount",
382
+ "name": "dipAmount",
383
+ "type": "uint96"
384
+ },
385
+ {
386
+ "indexed": false,
387
+ "internalType": "Amount",
388
+ "name": "newBalance",
389
+ "type": "uint96"
390
+ }
391
+ ],
392
+ "name": "LogStakingServiceRewardReservesIncreased",
393
+ "type": "event"
394
+ },
395
+ {
396
+ "anonymous": false,
397
+ "inputs": [
398
+ {
399
+ "indexed": false,
400
+ "internalType": "NftId",
401
+ "name": "stakeNftId",
402
+ "type": "uint96"
403
+ },
404
+ {
405
+ "indexed": false,
406
+ "internalType": "address",
407
+ "name": "stakeOwner",
408
+ "type": "address"
409
+ },
410
+ {
411
+ "indexed": false,
412
+ "internalType": "Amount",
413
+ "name": "rewardsClaimedAmount",
414
+ "type": "uint96"
415
+ }
416
+ ],
417
+ "name": "LogStakingServiceRewardsClaimed",
418
+ "type": "event"
419
+ },
420
+ {
421
+ "anonymous": false,
422
+ "inputs": [
423
+ {
424
+ "indexed": false,
425
+ "internalType": "NftId",
426
+ "name": "stakeNftId",
427
+ "type": "uint96"
428
+ }
429
+ ],
430
+ "name": "LogStakingServiceRewardsUpdated",
431
+ "type": "event"
432
+ },
433
+ {
434
+ "anonymous": false,
435
+ "inputs": [
436
+ {
437
+ "indexed": false,
438
+ "internalType": "NftId",
439
+ "name": "stakeNftId",
440
+ "type": "uint96"
441
+ },
442
+ {
443
+ "indexed": false,
444
+ "internalType": "NftId",
445
+ "name": "targetNftId",
446
+ "type": "uint96"
447
+ },
448
+ {
449
+ "indexed": false,
450
+ "internalType": "address",
451
+ "name": "owner",
452
+ "type": "address"
453
+ },
454
+ {
455
+ "indexed": false,
456
+ "internalType": "Amount",
457
+ "name": "stakedAmount",
458
+ "type": "uint96"
459
+ }
460
+ ],
461
+ "name": "LogStakingServiceStakeCreated",
462
+ "type": "event"
463
+ },
464
+ {
465
+ "anonymous": false,
466
+ "inputs": [
467
+ {
468
+ "indexed": false,
469
+ "internalType": "NftId",
470
+ "name": "stakeNftId",
471
+ "type": "uint96"
472
+ },
473
+ {
474
+ "indexed": false,
475
+ "internalType": "address",
476
+ "name": "owner",
477
+ "type": "address"
478
+ },
479
+ {
480
+ "indexed": false,
481
+ "internalType": "Amount",
482
+ "name": "stakedAmount",
483
+ "type": "uint96"
484
+ },
485
+ {
486
+ "indexed": false,
487
+ "internalType": "Amount",
488
+ "name": "stakeBalance",
489
+ "type": "uint96"
490
+ }
491
+ ],
492
+ "name": "LogStakingServiceStakeIncreased",
493
+ "type": "event"
494
+ },
495
+ {
496
+ "anonymous": false,
497
+ "inputs": [
498
+ {
499
+ "indexed": false,
500
+ "internalType": "NftId",
501
+ "name": "stakeNftId",
502
+ "type": "uint96"
503
+ },
504
+ {
505
+ "indexed": false,
506
+ "internalType": "address",
507
+ "name": "stakeOwner",
508
+ "type": "address"
509
+ },
510
+ {
511
+ "indexed": false,
512
+ "internalType": "Amount",
513
+ "name": "totalAmount",
514
+ "type": "uint96"
515
+ }
516
+ ],
517
+ "name": "LogStakingServiceUnstaked",
518
+ "type": "event"
519
+ },
520
+ {
521
+ "inputs": [],
522
+ "name": "GIF_RELEASE",
523
+ "outputs": [
524
+ {
525
+ "internalType": "uint256",
526
+ "name": "",
527
+ "type": "uint256"
528
+ }
529
+ ],
530
+ "stateMutability": "view",
531
+ "type": "function"
532
+ },
533
+ {
534
+ "inputs": [],
535
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
536
+ "outputs": [
537
+ {
538
+ "internalType": "bytes32",
539
+ "name": "",
540
+ "type": "bytes32"
541
+ }
542
+ ],
543
+ "stateMutability": "view",
544
+ "type": "function"
545
+ },
546
+ {
547
+ "inputs": [],
548
+ "name": "REGISTERABLE_LOCATION_V1",
549
+ "outputs": [
550
+ {
551
+ "internalType": "bytes32",
552
+ "name": "",
553
+ "type": "bytes32"
554
+ }
555
+ ],
556
+ "stateMutability": "view",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [],
561
+ "name": "STAKING_SERVICE_LOCATION_V1",
562
+ "outputs": [
563
+ {
564
+ "internalType": "bytes32",
565
+ "name": "",
566
+ "type": "bytes32"
567
+ }
568
+ ],
569
+ "stateMutability": "view",
570
+ "type": "function"
571
+ },
572
+ {
573
+ "inputs": [],
574
+ "name": "authority",
575
+ "outputs": [
576
+ {
577
+ "internalType": "address",
578
+ "name": "",
579
+ "type": "address"
580
+ }
581
+ ],
582
+ "stateMutability": "view",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [
587
+ {
588
+ "internalType": "NftId",
589
+ "name": "stakeNftId",
590
+ "type": "uint96"
591
+ }
592
+ ],
593
+ "name": "claimRewards",
594
+ "outputs": [],
595
+ "stateMutability": "nonpayable",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [
600
+ {
601
+ "internalType": "NftId",
602
+ "name": "targetNftId",
603
+ "type": "uint96"
604
+ },
605
+ {
606
+ "internalType": "Amount",
607
+ "name": "dipAmount",
608
+ "type": "uint96"
609
+ }
610
+ ],
611
+ "name": "create",
612
+ "outputs": [
613
+ {
614
+ "internalType": "NftId",
615
+ "name": "stakeNftId",
616
+ "type": "uint96"
617
+ }
618
+ ],
619
+ "stateMutability": "nonpayable",
620
+ "type": "function"
621
+ },
622
+ {
623
+ "inputs": [
624
+ {
625
+ "internalType": "NftId",
626
+ "name": "targetNftId",
627
+ "type": "uint96"
628
+ },
629
+ {
630
+ "internalType": "Seconds",
631
+ "name": "initialLockingPeriod",
632
+ "type": "uint40"
633
+ },
634
+ {
635
+ "internalType": "UFixed",
636
+ "name": "initialRewardRate",
637
+ "type": "uint256"
638
+ }
639
+ ],
640
+ "name": "createInstanceTarget",
641
+ "outputs": [],
642
+ "stateMutability": "nonpayable",
643
+ "type": "function"
644
+ },
645
+ {
646
+ "inputs": [],
647
+ "name": "getDipToken",
648
+ "outputs": [
649
+ {
650
+ "internalType": "contract IERC20Metadata",
651
+ "name": "dip",
652
+ "type": "address"
653
+ }
654
+ ],
655
+ "stateMutability": "nonpayable",
656
+ "type": "function"
657
+ },
658
+ {
659
+ "inputs": [],
660
+ "name": "getDomain",
661
+ "outputs": [
662
+ {
663
+ "internalType": "ObjectType",
664
+ "name": "serviceDomain",
665
+ "type": "uint8"
666
+ }
667
+ ],
668
+ "stateMutability": "pure",
669
+ "type": "function"
670
+ },
671
+ {
672
+ "inputs": [],
673
+ "name": "getInitialInfo",
674
+ "outputs": [
675
+ {
676
+ "components": [
677
+ {
678
+ "internalType": "NftId",
679
+ "name": "nftId",
680
+ "type": "uint96"
681
+ },
682
+ {
683
+ "internalType": "NftId",
684
+ "name": "parentNftId",
685
+ "type": "uint96"
686
+ },
687
+ {
688
+ "internalType": "ObjectType",
689
+ "name": "objectType",
690
+ "type": "uint8"
691
+ },
692
+ {
693
+ "internalType": "bool",
694
+ "name": "isInterceptor",
695
+ "type": "bool"
696
+ },
697
+ {
698
+ "internalType": "address",
699
+ "name": "objectAddress",
700
+ "type": "address"
701
+ },
702
+ {
703
+ "internalType": "address",
704
+ "name": "initialOwner",
705
+ "type": "address"
706
+ },
707
+ {
708
+ "internalType": "bytes",
709
+ "name": "data",
710
+ "type": "bytes"
711
+ }
712
+ ],
713
+ "internalType": "struct IRegistry.ObjectInfo",
714
+ "name": "info",
715
+ "type": "tuple"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [],
723
+ "name": "getNftId",
724
+ "outputs": [
725
+ {
726
+ "internalType": "NftId",
727
+ "name": "",
728
+ "type": "uint96"
729
+ }
730
+ ],
731
+ "stateMutability": "view",
732
+ "type": "function"
733
+ },
734
+ {
735
+ "inputs": [],
736
+ "name": "getOwner",
737
+ "outputs": [
738
+ {
739
+ "internalType": "address",
740
+ "name": "",
741
+ "type": "address"
742
+ }
743
+ ],
744
+ "stateMutability": "view",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "getRegistry",
750
+ "outputs": [
751
+ {
752
+ "internalType": "contract IRegistry",
753
+ "name": "",
754
+ "type": "address"
755
+ }
756
+ ],
757
+ "stateMutability": "view",
758
+ "type": "function"
759
+ },
760
+ {
761
+ "inputs": [],
762
+ "name": "getRelease",
763
+ "outputs": [
764
+ {
765
+ "internalType": "VersionPart",
766
+ "name": "release",
767
+ "type": "uint8"
768
+ }
769
+ ],
770
+ "stateMutability": "pure",
771
+ "type": "function"
772
+ },
773
+ {
774
+ "inputs": [],
775
+ "name": "getRoleId",
776
+ "outputs": [
777
+ {
778
+ "internalType": "RoleId",
779
+ "name": "serviceRoleId",
780
+ "type": "uint64"
781
+ }
782
+ ],
783
+ "stateMutability": "pure",
784
+ "type": "function"
785
+ },
786
+ {
787
+ "inputs": [],
788
+ "name": "getStaking",
789
+ "outputs": [
790
+ {
791
+ "internalType": "contract IStaking",
792
+ "name": "staking",
793
+ "type": "address"
794
+ }
795
+ ],
796
+ "stateMutability": "nonpayable",
797
+ "type": "function"
798
+ },
799
+ {
800
+ "inputs": [],
801
+ "name": "getTokenHandler",
802
+ "outputs": [
803
+ {
804
+ "internalType": "contract TokenHandler",
805
+ "name": "tokenHandler",
806
+ "type": "address"
807
+ }
808
+ ],
809
+ "stateMutability": "nonpayable",
810
+ "type": "function"
811
+ },
812
+ {
813
+ "inputs": [],
814
+ "name": "getVersion",
815
+ "outputs": [
816
+ {
817
+ "internalType": "Version",
818
+ "name": "",
819
+ "type": "uint24"
820
+ }
821
+ ],
822
+ "stateMutability": "pure",
823
+ "type": "function"
824
+ },
825
+ {
826
+ "inputs": [
827
+ {
828
+ "internalType": "address",
829
+ "name": "activatedBy",
830
+ "type": "address"
831
+ },
832
+ {
833
+ "internalType": "bytes",
834
+ "name": "data",
835
+ "type": "bytes"
836
+ }
837
+ ],
838
+ "name": "initializeVersionable",
839
+ "outputs": [],
840
+ "stateMutability": "nonpayable",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [],
845
+ "name": "isConsumingScheduledOp",
846
+ "outputs": [
847
+ {
848
+ "internalType": "bytes4",
849
+ "name": "",
850
+ "type": "bytes4"
851
+ }
852
+ ],
853
+ "stateMutability": "view",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [],
858
+ "name": "linkToRegisteredNftId",
859
+ "outputs": [
860
+ {
861
+ "internalType": "NftId",
862
+ "name": "nftId",
863
+ "type": "uint96"
864
+ }
865
+ ],
866
+ "stateMutability": "nonpayable",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [
871
+ {
872
+ "internalType": "NftId",
873
+ "name": "instanceNftId",
874
+ "type": "uint96"
875
+ },
876
+ {
877
+ "internalType": "address",
878
+ "name": "rewardProvider",
879
+ "type": "address"
880
+ },
881
+ {
882
+ "internalType": "Amount",
883
+ "name": "dipAmount",
884
+ "type": "uint96"
885
+ }
886
+ ],
887
+ "name": "refillInstanceRewardReserves",
888
+ "outputs": [
889
+ {
890
+ "internalType": "Amount",
891
+ "name": "newBalance",
892
+ "type": "uint96"
893
+ }
894
+ ],
895
+ "stateMutability": "nonpayable",
896
+ "type": "function"
897
+ },
898
+ {
899
+ "inputs": [
900
+ {
901
+ "internalType": "NftId",
902
+ "name": "targetNftId",
903
+ "type": "uint96"
904
+ },
905
+ {
906
+ "internalType": "Amount",
907
+ "name": "dipAmount",
908
+ "type": "uint96"
909
+ }
910
+ ],
911
+ "name": "refillRewardReservesBySender",
912
+ "outputs": [
913
+ {
914
+ "internalType": "Amount",
915
+ "name": "newBalance",
916
+ "type": "uint96"
917
+ }
918
+ ],
919
+ "stateMutability": "nonpayable",
920
+ "type": "function"
921
+ },
922
+ {
923
+ "inputs": [
924
+ {
925
+ "internalType": "NftId",
926
+ "name": "stakeNftId",
927
+ "type": "uint96"
928
+ },
929
+ {
930
+ "internalType": "NftId",
931
+ "name": "newTargetNftId",
932
+ "type": "uint96"
933
+ }
934
+ ],
935
+ "name": "restakeToNewTarget",
936
+ "outputs": [
937
+ {
938
+ "internalType": "NftId",
939
+ "name": "newStakeNftId",
940
+ "type": "uint96"
941
+ }
942
+ ],
943
+ "stateMutability": "nonpayable",
944
+ "type": "function"
945
+ },
946
+ {
947
+ "inputs": [
948
+ {
949
+ "internalType": "address",
950
+ "name": "newAuthority",
951
+ "type": "address"
952
+ }
953
+ ],
954
+ "name": "setAuthority",
955
+ "outputs": [],
956
+ "stateMutability": "nonpayable",
957
+ "type": "function"
958
+ },
959
+ {
960
+ "inputs": [
961
+ {
962
+ "internalType": "NftId",
963
+ "name": "instanceNftId",
964
+ "type": "uint96"
965
+ },
966
+ {
967
+ "internalType": "Seconds",
968
+ "name": "lockingPeriod",
969
+ "type": "uint40"
970
+ }
971
+ ],
972
+ "name": "setInstanceLockingPeriod",
973
+ "outputs": [],
974
+ "stateMutability": "nonpayable",
975
+ "type": "function"
976
+ },
977
+ {
978
+ "inputs": [
979
+ {
980
+ "internalType": "NftId",
981
+ "name": "instanceNftId",
982
+ "type": "uint96"
983
+ },
984
+ {
985
+ "internalType": "UFixed",
986
+ "name": "rewardRate",
987
+ "type": "uint256"
988
+ }
989
+ ],
990
+ "name": "setInstanceRewardRate",
991
+ "outputs": [],
992
+ "stateMutability": "nonpayable",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "inputs": [
997
+ {
998
+ "internalType": "NftId",
999
+ "name": "targetNftId",
1000
+ "type": "uint96"
1001
+ },
1002
+ {
1003
+ "internalType": "address",
1004
+ "name": "token",
1005
+ "type": "address"
1006
+ },
1007
+ {
1008
+ "internalType": "Amount",
1009
+ "name": "amount",
1010
+ "type": "uint96"
1011
+ }
1012
+ ],
1013
+ "name": "setTotalValueLocked",
1014
+ "outputs": [],
1015
+ "stateMutability": "nonpayable",
1016
+ "type": "function"
1017
+ },
1018
+ {
1019
+ "inputs": [
1020
+ {
1021
+ "internalType": "NftId",
1022
+ "name": "stakeNftId",
1023
+ "type": "uint96"
1024
+ },
1025
+ {
1026
+ "internalType": "Amount",
1027
+ "name": "dipAmount",
1028
+ "type": "uint96"
1029
+ }
1030
+ ],
1031
+ "name": "stake",
1032
+ "outputs": [],
1033
+ "stateMutability": "nonpayable",
1034
+ "type": "function"
1035
+ },
1036
+ {
1037
+ "inputs": [
1038
+ {
1039
+ "internalType": "bytes4",
1040
+ "name": "interfaceId",
1041
+ "type": "bytes4"
1042
+ }
1043
+ ],
1044
+ "name": "supportsInterface",
1045
+ "outputs": [
1046
+ {
1047
+ "internalType": "bool",
1048
+ "name": "",
1049
+ "type": "bool"
1050
+ }
1051
+ ],
1052
+ "stateMutability": "view",
1053
+ "type": "function"
1054
+ },
1055
+ {
1056
+ "inputs": [
1057
+ {
1058
+ "internalType": "NftId",
1059
+ "name": "stakeNftId",
1060
+ "type": "uint96"
1061
+ }
1062
+ ],
1063
+ "name": "unstake",
1064
+ "outputs": [],
1065
+ "stateMutability": "nonpayable",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [
1070
+ {
1071
+ "internalType": "NftId",
1072
+ "name": "stakeNftId",
1073
+ "type": "uint96"
1074
+ }
1075
+ ],
1076
+ "name": "updateRewards",
1077
+ "outputs": [],
1078
+ "stateMutability": "nonpayable",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "bytes",
1085
+ "name": "data",
1086
+ "type": "bytes"
1087
+ }
1088
+ ],
1089
+ "name": "upgradeVersionable",
1090
+ "outputs": [],
1091
+ "stateMutability": "nonpayable",
1092
+ "type": "function"
1093
+ },
1094
+ {
1095
+ "inputs": [
1096
+ {
1097
+ "internalType": "NftId",
1098
+ "name": "instanceNftId",
1099
+ "type": "uint96"
1100
+ },
1101
+ {
1102
+ "internalType": "Amount",
1103
+ "name": "dipAmount",
1104
+ "type": "uint96"
1105
+ }
1106
+ ],
1107
+ "name": "withdrawInstanceRewardReserves",
1108
+ "outputs": [
1109
+ {
1110
+ "internalType": "Amount",
1111
+ "name": "newBalance",
1112
+ "type": "uint96"
1113
+ }
1114
+ ],
1115
+ "stateMutability": "nonpayable",
1116
+ "type": "function"
1117
+ }
1118
+ ],
1119
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6137c5806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610208575f3560e01c80637a9e5e4b1161011f578063a8b9328a116100a9578063db1e36e711610079578063db1e36e7146104fd578063dea4ccf214610510578063dec3bdde14610523578063f11bcbe714610536578063f67fef6d14610566575f80fd5b8063a8b9328a146104c7578063ada9652e146104da578063b68d1809146104ee578063bf7e214f146104f5575f80fd5b80638899278a116100ef5780638899278a1461046f578063893d20e8146104775780638cf81e461461047f5780638fb3603714610493578063943bd197146104b4575f80fd5b80637a9e5e4b146104065780637b1391a61461041957806381d9b45f1461044957806386b0e0191461045c575f80fd5b806343d752d3116101a05780636c1e9dff116101705780636c1e9dff146103935780636c741e78146103a6578063719f761a146103c6578063756b30de146103d957806376b707b7146103ec575f80fd5b806343d752d31461030e57806349bb9e4b146103525780635ab1bd5314610365578063644c45e014610376575f80fd5b8063138461e0116101db578063138461e0146102935780631eff4b22146102b357806321ece657146102e8578063329d6e74146102fb575f80fd5b806301ffc9a71461020c5780630d8e6e2c1461024d5780630fec111c1461026957806310a0638a1461027e575b5f80fd5b61023861021a366004612e4c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610255610579565b60405162ffffff9091168152602001610244565b610271610600565b6040516102449190612ea1565b61029161028c366004612f41565b6107be565b005b61029b61088a565b6040516001600160601b039091168152602001610244565b6102da7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610244565b61029b6102f6366004612f5c565b610894565b610291610309366004613077565b610a7a565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b039091168152602001610244565b6102916103603660046130bc565b610bc4565b6001546001600160a01b031661033a565b5f80516020613710833981519152546001600160601b031661029b565b6102916103a1366004612f5c565b610cc0565b6103ae610f46565b6040516001600160401b039091168152602001610244565b6102916103d4366004612f41565b610fd2565b61029b6103e7366004612f5c565b6111e1565b6103f461148c565b60405160ff9091168152602001610244565b610291610414366004613108565b611500565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b031661033a565b61029161045736600461313c565b611586565b61029b61046a366004612f5c565b611673565b6102da600381565b61033a611691565b6102da5f8051602061375083398151915281565b61049b6117c2565b6040516001600160e01b03199091168152602001610244565b6102916104c2366004613178565b6117f7565b6102916104d53660046131c0565b611805565b6102da5f8051602061371083398151915281565b60036103f4565b61033a61189d565b61029161050b3660046131ea565b6118b8565b61029161051e366004612f41565b611931565b61029b610531366004613178565b611bbb565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b031661033a565b61029b610574366004612f5c565b611bdb565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb919061321d565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d4919061324a565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161071c611691565b6001600160a01b0316815260200182600101805461073990613265565b80601f016020809104026020016040519081016040528092919081815260200182805461076590613265565b80156107b05780601f10610787576101008083540402835291602001916107b0565b820191905f5260205f20905b81548152906001019060200180831161079357829003601f168201915b505050505081525091505090565b6107ca335b5f36611c95565b6107d5816021611d8b565b5f5f80516020613750833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a906024015f604051808303815f87803b158015610832575f80fd5b505af1158015610844573d5f803e3d5ffd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b5f6105fb30611e42565b5f61089e336107c3565b6108a983600a611d8b565b5f5f80516020613750833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303815f875af1158015610913573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610937919061324a565b91505f61094c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610999573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109bd91906132a8565b90507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d7858286866040516109f494939291906132c3565b60405180910390a16001820154604080516343d752d360e01b81529051610a72926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015610a47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6b91906132a8565b828661203b565b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610a9c610579565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe919061330b565b5f805160206137708339815191528054600160401b900460ff1680610b30575080546001600160401b03808416911610155b15610b4e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610b7883612112565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206137708339815191528054600160401b810460ff1615906001600160401b03165f81158015610bf55750825b90505f826001600160401b03166001148015610c105750303b155b905081158015610c1e575080155b15610c3c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610c6657845460ff60401b1916600160401b1785555b610c70878761211a565b8315610cb757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610cc9336107c3565b81610cdc6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b8152600401610d09929190613326565b602060405180830381865afa158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d489190613357565b610d6c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b610d77836021611d8b565b5f5f805160206137508339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033915f916001600160a01b031690636c1e9dff906044016020604051808303815f875af1158015610de5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e09919061324a565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015610e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e869190613357565b15610f3e577f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d86838784604051610ec094939291906132c3565b60405180910390a16001830154604080516343d752d360e01b81529051610f3e926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015610f13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3791906132a8565b838761239a565b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003610f6b61148c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610fae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb919061330b565b610fdb336107c3565b80610fee6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b815260040161101b929190613326565b602060405180830381865afa158015611036573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105a9190613357565b6110795760405163086391f760e31b8152336004820152602401610d63565b611084826021611d8b565b5f5f8051602061375083398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033915f916001600160a01b03169063719f761a906024016020604051808303815f875af11580156110ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061110e919061324a565b604080516001600160601b0388811682526001600160a01b038616602083015283168183015290519192507f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda8919081900360600190a16001830154604080516343d752d360e01b815290516111da926001600160a01b0316916343d752d39160048083019260209291908290030181865afa1580156111af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111d391906132a8565b838361203b565b5050505050565b5f6111eb336107c3565b5f8051602061375083398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611262573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611286919061324a565b6001600160601b03168152602001886001600160601b031681526020016112ab602190565b60ff1681526020015f151581526020015f6001600160a01b03168152602001846001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b81526004016113079190612ea1565b6020604051808303815f875af1158015611323573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611347919061324a565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc906064015f604051808303815f87803b1580156113a5575f80fd5b505af11580156113b7573d5f803e3d5ffd5b5050604080516001600160601b03878116825289811660208301526001600160a01b038616828401528816606082015290517fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d79350908190036080019150a16001820154604080516343d752d360e01b81529051610a72926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015611461573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148591906132a8565b828661239a565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156114dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb9190613389565b3361150961189d565b6001600160a01b0316816001600160a01b0316146115445760405162d1953b60e31b81526001600160a01b0382166004820152602401610d63565b816001600160a01b03163b5f03611579576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d63565b611582826123d7565b5050565b61158f336107c3565b465f80516020613750833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a4015f604051808303815f87803b158015611614575f80fd5b505af1158015611626573d5f803e3d5ffd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b5f61167d336107c3565b33611689848285612430565b949350505050565b5f805f8051602061371083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156116fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117219190613357565b156117ac576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611782573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117a691906132a8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061373083398151915280545f9190600160a01b900460ff166117e9575f6117a6565b638fb3603760e01b91505090565b611800336107c3565b505050565b61180e336107c3565b61181982600a611d8b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b5f604051808303815f87803b15801561188b575f80fd5b505af1158015610f3e573d5f803e3d5ffd5b5f80516020613730833981519152546001600160a01b031690565b6118c1336107c3565b6118cc82600a611d8b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611874565b61193a336107c3565b8061194d6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b815260040161197a929190613326565b602060405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190613357565b6119d85760405163086391f760e31b8152336004820152602401610d63565b6119e3826021611d8b565b5f5f805160206137508339815191526001810154604051636f52667960e11b81526001600160601b038616600482015291925033915f9182916001600160a01b039091169063dea4ccf29060240160408051808303815f875af1158015611a4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7091906133a4565b915091505f611a7f838361257c565b604080516001600160601b038a811682526001600160a01b038816602083015283168183015290519192507fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd239919081900360600190a1846001015f9054906101000a90046001600160a01b03166001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4b91906132a8565b6040516333f6af9b60e11b81526001600160a01b0386811660048301526001600160601b038416602483015291909116906367ed5f36906044015f604051808303815f87803b158015611b9c575f80fd5b505af1158015611bae573d5f803e3d5ffd5b5050505050505050505050565b5f611bc5336107c3565b611bd084600a611d8b565b611689848484612430565b5f611be5336107c3565b82611bf86001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b8152600401611c25929190613326565b602060405180830381865afa158015611c40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c649190613357565b611c835760405163086391f760e31b8152336004820152602401610d63565b611c8e846021611d8b565b5092915050565b5f805160206137308339815191525f80611ccd611cb061189d565b8730611cbf60045f8a8c6133d1565b611cc8916133f8565b612607565b9150915081610f3e5763ffffffff811615611d6857825460ff60a01b1916600160a01b178355611cfb61189d565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611d2a9392919061342e565b5f604051808303815f87803b158015611d41575f80fd5b505af1158015611d53573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f3e9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610d63565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611ded573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e119190613357565b6115825760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d63565b5f805f8051602061371083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611eae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ed29190613357565b15611efe5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d63565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f749190613357565b611f9c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611fee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612012919061324a565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b826001600160a01b03166354f0d84c846001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612086573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120aa91906132a8565b6040516001600160e01b031960e084901b1681526001600160a01b03918216600482015290851660248201526001600160601b03841660448201526064015b5f604051808303815f87803b158015612100575f80fd5b505af1158015610cb7573d5f803e3d5ffd5b61020861270f565b5f805160206137708339815191528054600160401b810460ff1615906001600160401b03165f8115801561214b5750825b90505f826001600160401b031660011480156121665750303b155b905081158015612174575080155b156121925760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156121bc57845460ff60401b1916600160401b1785555b5f805f888060200190518101906121d3919061346d565b9250925092506121e482848c612747565b5f805160206137508339815191526121fc6002612887565b81546001600160a01b0319166001600160a01b03919091161781556122208261291e565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa15801561227a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061229e91906132a8565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa1580156122fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232291906132a8565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055612354638694498960e01b612b91565b505050508315610cb757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610cae565b6040516340cda00760e11b81526001600160a01b0383811660048301526001600160601b038316602483015284169063819b400e906044016120e9565b5f8051602061373083398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200161087e565b5f805f80516020613750833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303815f875af115801561249b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf919061324a565b91507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f858585856040516124f694939291906132c3565b60405180910390a16001810154604080516343d752d360e01b81529051612574926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015612549573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061256d91906132a8565b858561239a565b509392505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156125dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612600919061324a565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161267591906134ac565b5f60405180830381855afa9150503d805f81146126ad576040519150601f19603f3d011682016040523d82523d5f602084013e6126b2565b606091505b509150915081156127045760408151106126e457808060200190518101906126da91906134c2565b9094509250612704565b602081511061270457808060200190518101906127019190613357565b93505b505094509492505050565b5f8051602061377083398151915254600160401b900460ff1661274557604051631afcd79f60e31b815260040160405180910390fd5b565b61274f61270f565b612757612bbd565b6001600160a01b038216156127745761276f82612bcd565b6127eb565b5f61277f6002612887565b90506127e9816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156127c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127e491906132a8565b612bcd565b505b61286783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561282b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284f919061324a565b60085f8560405180602001604052805f815250612be1565b612877634a531f3360e01b612b91565b61180063daf9067160e01b612b91565b5f61289a6001546001600160a01b031690565b6001600160a01b031663d39e6043836128b161148c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156128f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061291891906132a8565b92915050565b5f806129326001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f0906024015f60405180830381865afa158015612977573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261299e9190810190613541565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156129fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a1e9190613357565b15612a6f57612a3f8160400151612a33600390565b60ff9081169116141590565b15612a6857604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610d63565b5090919050565b6040516301ffc9a760e01b8152637641aba360e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612ab8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612adc9190613357565b612b0457604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610d63565b335f805160206137508339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044015f604051808303815f875af1158015612b61573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b889190810190613541565b50929392505050565b612b9961270f565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b612bc561270f565b612745612c86565b612bd561270f565b612bde81612cb4565b50565b612be961270f565b612bf38683612cc5565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301612c7c8382613655565b5050505050505050565b612c8e61270f565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b612cbc61270f565b612bde816123d7565b612ccd61270f565b612cd682612d3b565b612cde612e07565b6001600160a01b038116612d055760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061371083398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612d4361270f565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612d99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dbd9190613357565b612de55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d63565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b612e0f61270f565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215612e5c575f80fd5b81356001600160e01b031981168114612600575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612ee9608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611689610100840182612e73565b6001600160601b0381168114612bde575f80fd5b5f60208284031215612f51575f80fd5b813561260081612f2d565b5f8060408385031215612f6d575f80fd5b8235612f7881612f2d565b91506020830135612f8881612f2d565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612fc957612fc9612f93565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612ff757612ff7612f93565b604052919050565b5f6001600160401b0382111561301757613017612f93565b50601f01601f191660200190565b5f82601f830112613034575f80fd5b813561304761304282612fff565b612fcf565b81815284602083860101111561305b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613087575f80fd5b81356001600160401b0381111561309c575f80fd5b61168984828501613025565b6001600160a01b0381168114612bde575f80fd5b5f80604083850312156130cd575f80fd5b82356130d8816130a8565b915060208301356001600160401b038111156130f2575f80fd5b6130fe85828601613025565b9150509250929050565b5f60208284031215613118575f80fd5b8135612600816130a8565b803564ffffffffff81168114613137575f80fd5b919050565b5f805f6060848603121561314e575f80fd5b833561315981612f2d565b925061316760208501613123565b929592945050506040919091013590565b5f805f6060848603121561318a575f80fd5b833561319581612f2d565b925060208401356131a5816130a8565b915060408401356131b581612f2d565b809150509250925092565b5f80604083850312156131d1575f80fd5b82356131dc81612f2d565b946020939093013593505050565b5f80604083850312156131fb575f80fd5b823561320681612f2d565b915061321460208401613123565b90509250929050565b5f6020828403121561322d575f80fd5b815162ffffff81168114612600575f80fd5b805161313781612f2d565b5f6020828403121561325a575f80fd5b815161260081612f2d565b600181811c9082168061327957607f821691505b60208210810361329757634e487b7160e01b5f52602260045260245ffd5b50919050565b8051613137816130a8565b5f602082840312156132b8575f80fd5b8151612600816130a8565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b6001600160401b0381168114612bde575f80fd5b5f6020828403121561331b575f80fd5b8151612600816132f7565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80518015158114613137575f80fd5b5f60208284031215613367575f80fd5b61260082613348565b60ff81168114612bde575f80fd5b805161313781613370565b5f60208284031215613399575f80fd5b815161260081613370565b5f80604083850312156133b5575f80fd5b82516133c081612f2d565b6020840151909250612f8881612f2d565b5f80858511156133df575f80fd5b838611156133eb575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611c8e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f805f6060848603121561347f575f80fd5b835161348a816130a8565b602085015190935061349b816130a8565b60408501519092506131b5816130a8565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134d3575f80fd5b6134dc83613348565b9150602083015163ffffffff81168114612f88575f80fd5b5f82601f830112613503575f80fd5b815161351161304282612fff565b818152846020838601011115613525575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613551575f80fd5b81516001600160401b03811115613566575f80fd5b820160e08185031215613577575f80fd5b61357f612fa7565b6135888261323f565b81526135966020830161323f565b60208201526135a76040830161337e565b60408201526135b860608301613348565b60608201526135c96080830161329d565b60808201526135da60a0830161329d565b60a082015260c08201516001600160401b038111156135f7575f80fd5b613603868285016134f4565b60c083015250949350505050565b601f82111561180057805f5260205f20601f840160051c810160208510156136365750805b601f840160051c820191505b818110156111da575f8155600101613642565b81516001600160401b0381111561366e5761366e612f93565b6136828161367c8454613265565b84613611565b6020601f8211600181146136b4575f831561369d5750848201515b5f19600385901b1c1916600184901b1784556111da565b5f84815260208120601f198516915b828110156136e357878501518255602094850194600190920191016136c3565b508482101561370057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202664c06e1e6a47088688b15d1dee52c499069132788aedbd7b7fa92cdca593c264736f6c634300081a0033",
1120
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610208575f3560e01c80637a9e5e4b1161011f578063a8b9328a116100a9578063db1e36e711610079578063db1e36e7146104fd578063dea4ccf214610510578063dec3bdde14610523578063f11bcbe714610536578063f67fef6d14610566575f80fd5b8063a8b9328a146104c7578063ada9652e146104da578063b68d1809146104ee578063bf7e214f146104f5575f80fd5b80638899278a116100ef5780638899278a1461046f578063893d20e8146104775780638cf81e461461047f5780638fb3603714610493578063943bd197146104b4575f80fd5b80637a9e5e4b146104065780637b1391a61461041957806381d9b45f1461044957806386b0e0191461045c575f80fd5b806343d752d3116101a05780636c1e9dff116101705780636c1e9dff146103935780636c741e78146103a6578063719f761a146103c6578063756b30de146103d957806376b707b7146103ec575f80fd5b806343d752d31461030e57806349bb9e4b146103525780635ab1bd5314610365578063644c45e014610376575f80fd5b8063138461e0116101db578063138461e0146102935780631eff4b22146102b357806321ece657146102e8578063329d6e74146102fb575f80fd5b806301ffc9a71461020c5780630d8e6e2c1461024d5780630fec111c1461026957806310a0638a1461027e575b5f80fd5b61023861021a366004612e4c565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610255610579565b60405162ffffff9091168152602001610244565b610271610600565b6040516102449190612ea1565b61029161028c366004612f41565b6107be565b005b61029b61088a565b6040516001600160601b039091168152602001610244565b6102da7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610244565b61029b6102f6366004612f5c565b610894565b610291610309366004613077565b610a7a565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b039091168152602001610244565b6102916103603660046130bc565b610bc4565b6001546001600160a01b031661033a565b5f80516020613710833981519152546001600160601b031661029b565b6102916103a1366004612f5c565b610cc0565b6103ae610f46565b6040516001600160401b039091168152602001610244565b6102916103d4366004612f41565b610fd2565b61029b6103e7366004612f5c565b6111e1565b6103f461148c565b60405160ff9091168152602001610244565b610291610414366004613108565b611500565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b031661033a565b61029161045736600461313c565b611586565b61029b61046a366004612f5c565b611673565b6102da600381565b61033a611691565b6102da5f8051602061375083398151915281565b61049b6117c2565b6040516001600160e01b03199091168152602001610244565b6102916104c2366004613178565b6117f7565b6102916104d53660046131c0565b611805565b6102da5f8051602061371083398151915281565b60036103f4565b61033a61189d565b61029161050b3660046131ea565b6118b8565b61029161051e366004612f41565b611931565b61029b610531366004613178565b611bbb565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b031661033a565b61029b610574366004612f5c565b611bdb565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb919061321d565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d4919061324a565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161071c611691565b6001600160a01b0316815260200182600101805461073990613265565b80601f016020809104026020016040519081016040528092919081815260200182805461076590613265565b80156107b05780601f10610787576101008083540402835291602001916107b0565b820191905f5260205f20905b81548152906001019060200180831161079357829003601f168201915b505050505081525091505090565b6107ca335b5f36611c95565b6107d5816021611d8b565b5f5f80516020613750833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a906024015f604051808303815f87803b158015610832575f80fd5b505af1158015610844573d5f803e3d5ffd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b5f6105fb30611e42565b5f61089e336107c3565b6108a983600a611d8b565b5f5f80516020613750833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303815f875af1158015610913573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610937919061324a565b91505f61094c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610999573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109bd91906132a8565b90507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d7858286866040516109f494939291906132c3565b60405180910390a16001820154604080516343d752d360e01b81529051610a72926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015610a47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6b91906132a8565b828661203b565b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610a9c610579565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610ada573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe919061330b565b5f805160206137708339815191528054600160401b900460ff1680610b30575080546001600160401b03808416911610155b15610b4e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610b7883612112565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206137708339815191528054600160401b810460ff1615906001600160401b03165f81158015610bf55750825b90505f826001600160401b03166001148015610c105750303b155b905081158015610c1e575080155b15610c3c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610c6657845460ff60401b1916600160401b1785555b610c70878761211a565b8315610cb757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610cc9336107c3565b81610cdc6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b8152600401610d09929190613326565b602060405180830381865afa158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d489190613357565b610d6c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b610d77836021611d8b565b5f5f805160206137508339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033915f916001600160a01b031690636c1e9dff906044016020604051808303815f875af1158015610de5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e09919061324a565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015610e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e869190613357565b15610f3e577f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d86838784604051610ec094939291906132c3565b60405180910390a16001830154604080516343d752d360e01b81529051610f3e926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015610f13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3791906132a8565b838761239a565b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003610f6b61148c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610fae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb919061330b565b610fdb336107c3565b80610fee6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b815260040161101b929190613326565b602060405180830381865afa158015611036573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105a9190613357565b6110795760405163086391f760e31b8152336004820152602401610d63565b611084826021611d8b565b5f5f8051602061375083398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033915f916001600160a01b03169063719f761a906024016020604051808303815f875af11580156110ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061110e919061324a565b604080516001600160601b0388811682526001600160a01b038616602083015283168183015290519192507f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda8919081900360600190a16001830154604080516343d752d360e01b815290516111da926001600160a01b0316916343d752d39160048083019260209291908290030181865afa1580156111af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111d391906132a8565b838361203b565b5050505050565b5f6111eb336107c3565b5f8051602061375083398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611262573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611286919061324a565b6001600160601b03168152602001886001600160601b031681526020016112ab602190565b60ff1681526020015f151581526020015f6001600160a01b03168152602001846001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b81526004016113079190612ea1565b6020604051808303815f875af1158015611323573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611347919061324a565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc906064015f604051808303815f87803b1580156113a5575f80fd5b505af11580156113b7573d5f803e3d5ffd5b5050604080516001600160601b03878116825289811660208301526001600160a01b038616828401528816606082015290517fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d79350908190036080019150a16001820154604080516343d752d360e01b81529051610a72926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015611461573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148591906132a8565b828661239a565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156114dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105fb9190613389565b3361150961189d565b6001600160a01b0316816001600160a01b0316146115445760405162d1953b60e31b81526001600160a01b0382166004820152602401610d63565b816001600160a01b03163b5f03611579576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d63565b611582826123d7565b5050565b61158f336107c3565b465f80516020613750833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a4015f604051808303815f87803b158015611614575f80fd5b505af1158015611626573d5f803e3d5ffd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b5f61167d336107c3565b33611689848285612430565b949350505050565b5f805f8051602061371083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156116fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117219190613357565b156117ac576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611782573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117a691906132a8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061373083398151915280545f9190600160a01b900460ff166117e9575f6117a6565b638fb3603760e01b91505090565b611800336107c3565b505050565b61180e336107c3565b61181982600a611d8b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b5f604051808303815f87803b15801561188b575f80fd5b505af1158015610f3e573d5f803e3d5ffd5b5f80516020613730833981519152546001600160a01b031690565b6118c1336107c3565b6118cc82600a611d8b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611874565b61193a336107c3565b8061194d6001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b815260040161197a929190613326565b602060405180830381865afa158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190613357565b6119d85760405163086391f760e31b8152336004820152602401610d63565b6119e3826021611d8b565b5f5f805160206137508339815191526001810154604051636f52667960e11b81526001600160601b038616600482015291925033915f9182916001600160a01b039091169063dea4ccf29060240160408051808303815f875af1158015611a4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7091906133a4565b915091505f611a7f838361257c565b604080516001600160601b038a811682526001600160a01b038816602083015283168183015290519192507fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd239919081900360600190a1846001015f9054906101000a90046001600160a01b03166001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4b91906132a8565b6040516333f6af9b60e11b81526001600160a01b0386811660048301526001600160601b038416602483015291909116906367ed5f36906044015f604051808303815f87803b158015611b9c575f80fd5b505af1158015611bae573d5f803e3d5ffd5b5050505050505050505050565b5f611bc5336107c3565b611bd084600a611d8b565b611689848484612430565b5f611be5336107c3565b82611bf86001546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b8152600401611c25929190613326565b602060405180830381865afa158015611c40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c649190613357565b611c835760405163086391f760e31b8152336004820152602401610d63565b611c8e846021611d8b565b5092915050565b5f805160206137308339815191525f80611ccd611cb061189d565b8730611cbf60045f8a8c6133d1565b611cc8916133f8565b612607565b9150915081610f3e5763ffffffff811615611d6857825460ff60a01b1916600160a01b178355611cfb61189d565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611d2a9392919061342e565b5f604051808303815f87803b158015611d41575f80fd5b505af1158015611d53573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f3e9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610d63565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611ded573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e119190613357565b6115825760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d63565b5f805f8051602061371083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611eae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ed29190613357565b15611efe5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d63565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f749190613357565b611f9c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611fee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612012919061324a565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b826001600160a01b03166354f0d84c846001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612086573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120aa91906132a8565b6040516001600160e01b031960e084901b1681526001600160a01b03918216600482015290851660248201526001600160601b03841660448201526064015b5f604051808303815f87803b158015612100575f80fd5b505af1158015610cb7573d5f803e3d5ffd5b61020861270f565b5f805160206137708339815191528054600160401b810460ff1615906001600160401b03165f8115801561214b5750825b90505f826001600160401b031660011480156121665750303b155b905081158015612174575080155b156121925760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156121bc57845460ff60401b1916600160401b1785555b5f805f888060200190518101906121d3919061346d565b9250925092506121e482848c612747565b5f805160206137508339815191526121fc6002612887565b81546001600160a01b0319166001600160a01b03919091161781556122208261291e565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa15801561227a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061229e91906132a8565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa1580156122fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232291906132a8565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055612354638694498960e01b612b91565b505050508315610cb757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610cae565b6040516340cda00760e11b81526001600160a01b0383811660048301526001600160601b038316602483015284169063819b400e906044016120e9565b5f8051602061373083398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200161087e565b5f805f80516020613750833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303815f875af115801561249b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124bf919061324a565b91507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f858585856040516124f694939291906132c3565b60405180910390a16001810154604080516343d752d360e01b81529051612574926001600160a01b0316916343d752d39160048083019260209291908290030181865afa158015612549573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061256d91906132a8565b858561239a565b509392505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156125dc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612600919061324a565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161267591906134ac565b5f60405180830381855afa9150503d805f81146126ad576040519150601f19603f3d011682016040523d82523d5f602084013e6126b2565b606091505b509150915081156127045760408151106126e457808060200190518101906126da91906134c2565b9094509250612704565b602081511061270457808060200190518101906127019190613357565b93505b505094509492505050565b5f8051602061377083398151915254600160401b900460ff1661274557604051631afcd79f60e31b815260040160405180910390fd5b565b61274f61270f565b612757612bbd565b6001600160a01b038216156127745761276f82612bcd565b6127eb565b5f61277f6002612887565b90506127e9816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156127c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127e491906132a8565b612bcd565b505b61286783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561282b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284f919061324a565b60085f8560405180602001604052805f815250612be1565b612877634a531f3360e01b612b91565b61180063daf9067160e01b612b91565b5f61289a6001546001600160a01b031690565b6001600160a01b031663d39e6043836128b161148c565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156128f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061291891906132a8565b92915050565b5f806129326001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f0906024015f60405180830381865afa158015612977573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261299e9190810190613541565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156129fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a1e9190613357565b15612a6f57612a3f8160400151612a33600390565b60ff9081169116141590565b15612a6857604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610d63565b5090919050565b6040516301ffc9a760e01b8152637641aba360e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612ab8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612adc9190613357565b612b0457604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610d63565b335f805160206137508339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044015f604051808303815f875af1158015612b61573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b889190810190613541565b50929392505050565b612b9961270f565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b612bc561270f565b612745612c86565b612bd561270f565b612bde81612cb4565b50565b612be961270f565b612bf38683612cc5565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301612c7c8382613655565b5050505050505050565b612c8e61270f565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b612cbc61270f565b612bde816123d7565b612ccd61270f565b612cd682612d3b565b612cde612e07565b6001600160a01b038116612d055760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061371083398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612d4361270f565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612d99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dbd9190613357565b612de55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d63565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b612e0f61270f565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215612e5c575f80fd5b81356001600160e01b031981168114612600575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612ee9608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611689610100840182612e73565b6001600160601b0381168114612bde575f80fd5b5f60208284031215612f51575f80fd5b813561260081612f2d565b5f8060408385031215612f6d575f80fd5b8235612f7881612f2d565b91506020830135612f8881612f2d565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612fc957612fc9612f93565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612ff757612ff7612f93565b604052919050565b5f6001600160401b0382111561301757613017612f93565b50601f01601f191660200190565b5f82601f830112613034575f80fd5b813561304761304282612fff565b612fcf565b81815284602083860101111561305b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613087575f80fd5b81356001600160401b0381111561309c575f80fd5b61168984828501613025565b6001600160a01b0381168114612bde575f80fd5b5f80604083850312156130cd575f80fd5b82356130d8816130a8565b915060208301356001600160401b038111156130f2575f80fd5b6130fe85828601613025565b9150509250929050565b5f60208284031215613118575f80fd5b8135612600816130a8565b803564ffffffffff81168114613137575f80fd5b919050565b5f805f6060848603121561314e575f80fd5b833561315981612f2d565b925061316760208501613123565b929592945050506040919091013590565b5f805f6060848603121561318a575f80fd5b833561319581612f2d565b925060208401356131a5816130a8565b915060408401356131b581612f2d565b809150509250925092565b5f80604083850312156131d1575f80fd5b82356131dc81612f2d565b946020939093013593505050565b5f80604083850312156131fb575f80fd5b823561320681612f2d565b915061321460208401613123565b90509250929050565b5f6020828403121561322d575f80fd5b815162ffffff81168114612600575f80fd5b805161313781612f2d565b5f6020828403121561325a575f80fd5b815161260081612f2d565b600181811c9082168061327957607f821691505b60208210810361329757634e487b7160e01b5f52602260045260245ffd5b50919050565b8051613137816130a8565b5f602082840312156132b8575f80fd5b8151612600816130a8565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b6001600160401b0381168114612bde575f80fd5b5f6020828403121561331b575f80fd5b8151612600816132f7565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80518015158114613137575f80fd5b5f60208284031215613367575f80fd5b61260082613348565b60ff81168114612bde575f80fd5b805161313781613370565b5f60208284031215613399575f80fd5b815161260081613370565b5f80604083850312156133b5575f80fd5b82516133c081612f2d565b6020840151909250612f8881612f2d565b5f80858511156133df575f80fd5b838611156133eb575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611c8e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f805f6060848603121561347f575f80fd5b835161348a816130a8565b602085015190935061349b816130a8565b60408501519092506131b5816130a8565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134d3575f80fd5b6134dc83613348565b9150602083015163ffffffff81168114612f88575f80fd5b5f82601f830112613503575f80fd5b815161351161304282612fff565b818152846020838601011115613525575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613551575f80fd5b81516001600160401b03811115613566575f80fd5b820160e08185031215613577575f80fd5b61357f612fa7565b6135888261323f565b81526135966020830161323f565b60208201526135a76040830161337e565b60408201526135b860608301613348565b60608201526135c96080830161329d565b60808201526135da60a0830161329d565b60a082015260c08201516001600160401b038111156135f7575f80fd5b613603868285016134f4565b60c083015250949350505050565b601f82111561180057805f5260205f20601f840160051c810160208510156136365750805b601f840160051c820191505b818110156111da575f8155600101613642565b81516001600160401b0381111561366e5761366e612f93565b6136828161367c8454613265565b84613611565b6020601f8211600181146136b4575f831561369d5750848201515b5f19600385901b1c1916600184901b1784556111da565b5f84815260208120601f198516915b828110156136e357878501518255602094850194600190920191016136c3565b508482101561370057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202664c06e1e6a47088688b15d1dee52c499069132788aedbd7b7fa92cdca593c264736f6c634300081a0033",
1121
+ "linkReferences": {
1122
+ "contracts/shared/ContractLib.sol": {
1123
+ "ContractLib": [
1124
+ {
1125
+ "length": 20,
1126
+ "start": 11831
1127
+ }
1128
+ ]
1129
+ },
1130
+ "contracts/type/Amount.sol": {
1131
+ "AmountLib": [
1132
+ {
1133
+ "length": 20,
1134
+ "start": 3840
1135
+ },
1136
+ {
1137
+ "length": 20,
1138
+ "start": 9850
1139
+ }
1140
+ ]
1141
+ },
1142
+ "contracts/type/NftId.sol": {
1143
+ "NftIdLib": [
1144
+ {
1145
+ "length": 20,
1146
+ "start": 1857
1147
+ },
1148
+ {
1149
+ "length": 20,
1150
+ "start": 4862
1151
+ },
1152
+ {
1153
+ "length": 20,
1154
+ "start": 6043
1155
+ },
1156
+ {
1157
+ "length": 20,
1158
+ "start": 8012
1159
+ },
1160
+ {
1161
+ "length": 20,
1162
+ "start": 10904
1163
+ }
1164
+ ]
1165
+ },
1166
+ "contracts/type/RoleId.sol": {
1167
+ "RoleIdLib": [
1168
+ {
1169
+ "length": 20,
1170
+ "start": 4127
1171
+ }
1172
+ ]
1173
+ },
1174
+ "contracts/type/Version.sol": {
1175
+ "VersionLib": [
1176
+ {
1177
+ "length": 20,
1178
+ "start": 1653
1179
+ },
1180
+ {
1181
+ "length": 20,
1182
+ "start": 2898
1183
+ }
1184
+ ],
1185
+ "VersionPartLib": [
1186
+ {
1187
+ "length": 20,
1188
+ "start": 5498
1189
+ }
1190
+ ]
1191
+ }
1192
+ },
1193
+ "deployedLinkReferences": {
1194
+ "contracts/shared/ContractLib.sol": {
1195
+ "ContractLib": [
1196
+ {
1197
+ "length": 20,
1198
+ "start": 11617
1199
+ }
1200
+ ]
1201
+ },
1202
+ "contracts/type/Amount.sol": {
1203
+ "AmountLib": [
1204
+ {
1205
+ "length": 20,
1206
+ "start": 3626
1207
+ },
1208
+ {
1209
+ "length": 20,
1210
+ "start": 9636
1211
+ }
1212
+ ]
1213
+ },
1214
+ "contracts/type/NftId.sol": {
1215
+ "NftIdLib": [
1216
+ {
1217
+ "length": 20,
1218
+ "start": 1643
1219
+ },
1220
+ {
1221
+ "length": 20,
1222
+ "start": 4648
1223
+ },
1224
+ {
1225
+ "length": 20,
1226
+ "start": 5829
1227
+ },
1228
+ {
1229
+ "length": 20,
1230
+ "start": 7798
1231
+ },
1232
+ {
1233
+ "length": 20,
1234
+ "start": 10690
1235
+ }
1236
+ ]
1237
+ },
1238
+ "contracts/type/RoleId.sol": {
1239
+ "RoleIdLib": [
1240
+ {
1241
+ "length": 20,
1242
+ "start": 3913
1243
+ }
1244
+ ]
1245
+ },
1246
+ "contracts/type/Version.sol": {
1247
+ "VersionLib": [
1248
+ {
1249
+ "length": 20,
1250
+ "start": 1439
1251
+ },
1252
+ {
1253
+ "length": 20,
1254
+ "start": 2684
1255
+ }
1256
+ ],
1257
+ "VersionPartLib": [
1258
+ {
1259
+ "length": 20,
1260
+ "start": 5284
1261
+ }
1262
+ ]
1263
+ }
1264
+ }
1265
+ }