@etherisc/gif-next 0.0.2-d3ee0cc-268 → 0.0.2-d437d8d-974

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