@etherisc/gif-next 0.0.2-fd275d2-234 → 0.0.2-fd4ee14-428

Sign up to get free protection for your applications and to get access to all the features.
Files changed (623) hide show
  1. package/README.md +30 -15
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1378 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +64 -164
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -1317
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +453 -169
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +419 -3062
  20. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +630 -351
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +605 -355
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +359 -113
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -0
  32. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  34. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  35. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  36. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  38. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
  40. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  41. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  42. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  43. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  44. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  45. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  47. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  48. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  49. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  50. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  51. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → oracle/IOracle.sol/IOracle.json} +2 -2
  52. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  53. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
  54. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  55. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  56. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  57. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
  58. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  59. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  60. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  62. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  64. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  65. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  66. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  67. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +300 -357
  68. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  69. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
  70. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  71. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  72. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  73. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  74. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  75. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  76. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  77. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  78. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  80. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  81. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  82. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  84. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  85. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  86. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  87. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +236 -190
  88. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  90. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
  92. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  93. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +253 -373
  94. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  95. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
  96. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  97. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IProductService.sol/IProductService.json} +124 -166
  98. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  100. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  102. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  104. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  106. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  107. package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
  108. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  109. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  110. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  112. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  113. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  114. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  115. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +388 -127
  116. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  117. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +395 -219
  118. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -0
  120. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  121. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  122. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  123. package/artifacts/contracts/registry/Registry.sol/Registry.json +576 -182
  124. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  125. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
  126. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  127. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +477 -318
  128. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -133
  130. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  131. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
  132. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  133. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
  134. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  135. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
  136. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  137. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  138. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  139. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
  140. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  141. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → shared/AccessManagerCustom.sol/AccessManagerCustom.json} +122 -11
  142. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  143. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
  144. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  145. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
  146. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  147. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
  148. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  149. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
  150. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  151. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  152. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  153. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
  154. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
  156. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  157. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
  158. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  159. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  160. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
  162. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  163. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  164. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  165. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  166. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  167. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  168. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  169. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  170. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  172. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  173. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +50 -11
  174. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  175. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
  176. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  177. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  178. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  179. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  180. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  181. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  182. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  183. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  184. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  185. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  186. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  187. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  188. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  189. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  190. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  192. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  194. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  196. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  197. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  198. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  200. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  201. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  202. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  203. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +330 -62
  204. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  205. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  206. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  207. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  208. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  209. package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
  210. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  211. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  212. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  213. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  214. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  216. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  217. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  218. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  219. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  220. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  221. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  222. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  223. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  224. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  225. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  226. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  227. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  228. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  230. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  232. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
  234. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  235. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  236. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  237. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  238. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  239. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  240. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  241. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  242. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  244. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  245. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  246. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  247. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  248. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  249. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  250. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  252. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  253. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  254. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
  256. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  258. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  260. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  262. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  264. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
  266. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  268. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  270. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  272. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  274. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  276. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  278. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  279. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  280. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  281. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  282. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  284. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  286. package/contracts/distribution/Distribution.sol +261 -0
  287. package/contracts/distribution/DistributionService.sol +297 -0
  288. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  289. package/contracts/distribution/IDistributionComponent.sol +66 -0
  290. package/contracts/distribution/IDistributionService.sol +81 -0
  291. package/contracts/instance/BundleManager.sol +24 -50
  292. package/contracts/instance/IInstance.sol +67 -36
  293. package/contracts/instance/IInstanceService.sol +82 -17
  294. package/contracts/instance/Instance.sol +181 -372
  295. package/contracts/instance/InstanceAdmin.sol +331 -0
  296. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  297. package/contracts/instance/InstanceReader.sol +160 -83
  298. package/contracts/instance/InstanceService.sol +372 -165
  299. package/contracts/instance/InstanceServiceManager.sol +12 -25
  300. package/contracts/instance/InstanceStore.sol +269 -0
  301. package/contracts/instance/base/BalanceStore.sol +123 -0
  302. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  303. package/contracts/instance/base/ObjectCounter.sol +21 -0
  304. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +17 -32
  305. package/contracts/instance/module/IAccess.sol +29 -21
  306. package/contracts/instance/module/IBundle.sol +8 -8
  307. package/contracts/instance/module/IComponents.sol +52 -0
  308. package/contracts/instance/module/IDistribution.sol +7 -4
  309. package/contracts/instance/module/IPolicy.sol +56 -17
  310. package/contracts/instance/module/IRisk.sol +1 -1
  311. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  312. package/contracts/oracle/IOracle.sol +20 -0
  313. package/contracts/oracle/IOracleComponent.sol +32 -0
  314. package/contracts/oracle/IOracleService.sol +65 -0
  315. package/contracts/oracle/Oracle.sol +145 -0
  316. package/contracts/oracle/OracleService.sol +278 -0
  317. package/contracts/oracle/OracleServiceManager.sol +42 -0
  318. package/contracts/pool/BundleService.sol +296 -0
  319. package/contracts/pool/BundleServiceManager.sol +42 -0
  320. package/contracts/pool/IBundleService.sol +106 -0
  321. package/contracts/pool/IPoolComponent.sol +112 -0
  322. package/contracts/pool/IPoolService.sol +150 -0
  323. package/contracts/pool/Pool.sol +299 -0
  324. package/contracts/pool/PoolService.sol +452 -0
  325. package/contracts/pool/PoolServiceManager.sol +42 -0
  326. package/contracts/product/ApplicationService.sol +254 -0
  327. package/contracts/product/ApplicationServiceManager.sol +38 -0
  328. package/contracts/product/ClaimService.sol +442 -0
  329. package/contracts/product/ClaimServiceManager.sol +38 -0
  330. package/contracts/product/IApplicationService.sol +62 -0
  331. package/contracts/product/IClaimService.sol +99 -0
  332. package/contracts/product/IPolicyService.sol +78 -0
  333. package/contracts/product/IPricingService.sol +39 -0
  334. package/contracts/product/IProductComponent.sol +42 -0
  335. package/contracts/product/IProductService.sol +33 -0
  336. package/contracts/product/PolicyService.sol +475 -0
  337. package/contracts/product/PolicyServiceManager.sol +42 -0
  338. package/contracts/product/PricingService.sol +300 -0
  339. package/contracts/product/PricingServiceManager.sol +42 -0
  340. package/contracts/product/Product.sol +377 -0
  341. package/contracts/product/ProductService.sol +124 -0
  342. package/contracts/product/ProductServiceManager.sol +42 -0
  343. package/contracts/registry/ChainNft.sol +15 -0
  344. package/contracts/registry/IRegistry.sol +73 -30
  345. package/contracts/registry/IRegistryService.sol +47 -28
  346. package/contracts/registry/IServiceAuthorization.sol +35 -0
  347. package/contracts/registry/ITransferInterceptor.sol +1 -0
  348. package/contracts/registry/Registry.sol +382 -248
  349. package/contracts/registry/RegistryAdmin.sol +333 -0
  350. package/contracts/registry/RegistryService.sol +114 -206
  351. package/contracts/registry/RegistryServiceManager.sol +24 -51
  352. package/contracts/registry/ReleaseManager.sol +527 -0
  353. package/contracts/registry/ServiceAuthorization.sol +86 -0
  354. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  355. package/contracts/registry/TokenRegistry.sol +261 -57
  356. package/contracts/shared/AccessAdmin.sol +759 -0
  357. package/contracts/{instance/AccessManagerSimple.sol → shared/AccessManagerCustom.sol} +281 -232
  358. package/contracts/shared/AccessManagerExtended.sol +481 -0
  359. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  360. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  361. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  362. package/contracts/shared/Component.sol +281 -0
  363. package/contracts/shared/ComponentService.sol +617 -0
  364. package/contracts/shared/ComponentServiceManager.sol +35 -0
  365. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  366. package/contracts/shared/ERC165.sol +15 -13
  367. package/contracts/shared/IAccessAdmin.sol +168 -0
  368. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  369. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  370. package/contracts/shared/IComponent.sol +70 -0
  371. package/contracts/shared/IComponentService.sol +102 -0
  372. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  373. package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
  374. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
  375. package/contracts/shared/INftOwnable.sol +13 -12
  376. package/contracts/shared/IPolicyHolder.sol +45 -0
  377. package/contracts/shared/IRegisterable.sol +4 -6
  378. package/contracts/shared/IRegistryLinked.sol +11 -0
  379. package/contracts/shared/IService.sol +15 -5
  380. package/contracts/shared/IVersionable.sol +5 -48
  381. package/contracts/shared/InitializableCustom.sol +177 -0
  382. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  383. package/contracts/shared/KeyValueStore.sol +127 -0
  384. package/contracts/{instance/base → shared}/Lifecycle.sol +37 -7
  385. package/contracts/shared/NftIdSetManager.sol +65 -0
  386. package/contracts/shared/NftOwnable.sol +59 -86
  387. package/contracts/shared/PolicyHolder.sol +102 -0
  388. package/contracts/shared/ProxyManager.sol +131 -26
  389. package/contracts/shared/Registerable.sol +26 -41
  390. package/contracts/shared/RegistryLinked.sol +43 -0
  391. package/contracts/shared/Service.sol +57 -29
  392. package/contracts/shared/TokenHandler.sol +37 -6
  393. package/contracts/shared/Versionable.sol +4 -92
  394. package/contracts/staking/IStaking.sol +168 -0
  395. package/contracts/staking/IStakingService.sol +153 -0
  396. package/contracts/staking/StakeManagerLib.sol +231 -0
  397. package/contracts/staking/Staking.sol +513 -0
  398. package/contracts/staking/StakingManager.sol +54 -0
  399. package/contracts/staking/StakingReader.sol +187 -0
  400. package/contracts/staking/StakingService.sol +411 -0
  401. package/contracts/staking/StakingServiceManager.sol +44 -0
  402. package/contracts/staking/StakingStore.sol +613 -0
  403. package/contracts/staking/TargetManagerLib.sol +207 -0
  404. package/contracts/{types → type}/AddressSet.sol +1 -1
  405. package/contracts/type/Amount.sol +128 -0
  406. package/contracts/{types → type}/Blocknumber.sol +21 -3
  407. package/contracts/type/ClaimId.sol +75 -0
  408. package/contracts/{types → type}/DistributorType.sol +2 -2
  409. package/contracts/{types → type}/Fee.sol +33 -23
  410. package/contracts/{types → type}/NftId.sol +21 -15
  411. package/contracts/{types → type}/NftIdSet.sol +2 -2
  412. package/contracts/type/ObjectType.sol +241 -0
  413. package/contracts/type/PayoutId.sol +82 -0
  414. package/contracts/{types → type}/Referral.sol +5 -1
  415. package/contracts/type/RequestId.sol +75 -0
  416. package/contracts/{types → type}/RiskId.sol +1 -1
  417. package/contracts/type/RoleId.sol +201 -0
  418. package/contracts/type/Seconds.sol +81 -0
  419. package/contracts/type/Selector.sol +102 -0
  420. package/contracts/{types → type}/StateId.sol +34 -4
  421. package/contracts/type/String.sol +53 -0
  422. package/contracts/{types → type}/Timestamp.sol +23 -14
  423. package/contracts/{types → type}/UFixed.sol +1 -0
  424. package/contracts/{types → type}/Version.sol +2 -1
  425. package/package.json +5 -5
  426. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  427. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  428. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  429. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  430. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  431. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  432. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  433. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  434. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  435. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  436. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  437. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  438. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  439. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -787
  440. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  441. package/artifacts/contracts/components/Product.sol/Product.json +0 -729
  442. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  443. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  444. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  445. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  446. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  447. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  448. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  449. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  450. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  451. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  452. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  453. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  454. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  455. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  456. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  457. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  458. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  459. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  460. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  461. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  462. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  463. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  464. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  465. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  466. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  467. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  469. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  470. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  471. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  472. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  473. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  474. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  475. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  477. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  479. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  481. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  482. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.json +0 -101
  483. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  484. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  485. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  486. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  487. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  488. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  489. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -272
  491. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  492. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  493. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  494. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  495. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  496. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  497. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  498. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  499. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  500. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  501. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  503. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  504. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  505. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  506. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  507. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  508. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  509. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  510. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  511. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  512. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  514. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -971
  515. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  516. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  517. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  518. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  519. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  520. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  521. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  522. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  523. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  524. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  525. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  526. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  527. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  528. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  529. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  530. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  531. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  532. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  533. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  534. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  535. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  536. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  537. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  538. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  539. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  540. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  541. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  542. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  543. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  544. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  545. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  546. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  547. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  548. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  549. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  550. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  551. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  552. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  554. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  556. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  557. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  558. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  559. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  560. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  561. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  562. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  563. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  564. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  566. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  568. package/contracts/components/BaseComponent.sol +0 -91
  569. package/contracts/components/Distribution.sol +0 -163
  570. package/contracts/components/IBaseComponent.sol +0 -25
  571. package/contracts/components/IDistributionComponent.sol +0 -44
  572. package/contracts/components/IPoolComponent.sol +0 -62
  573. package/contracts/components/IProductComponent.sol +0 -35
  574. package/contracts/components/Pool.sol +0 -247
  575. package/contracts/components/Product.sol +0 -289
  576. package/contracts/experiment/cloning/Cloner.sol +0 -47
  577. package/contracts/experiment/errors/Require.sol +0 -38
  578. package/contracts/experiment/errors/Revert.sol +0 -44
  579. package/contracts/experiment/inheritance/A.sol +0 -53
  580. package/contracts/experiment/inheritance/B.sol +0 -28
  581. package/contracts/experiment/inheritance/C.sol +0 -34
  582. package/contracts/experiment/inheritance/IA.sol +0 -13
  583. package/contracts/experiment/inheritance/IB.sol +0 -10
  584. package/contracts/experiment/inheritance/IC.sol +0 -12
  585. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  586. package/contracts/experiment/statemachine/ISM.sol +0 -25
  587. package/contracts/experiment/statemachine/SM.sol +0 -57
  588. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  589. package/contracts/experiment/types/TypeA.sol +0 -47
  590. package/contracts/experiment/types/TypeB.sol +0 -29
  591. package/contracts/instance/AccessManagedSimple.sol +0 -115
  592. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  593. package/contracts/instance/InstanceAccessManager.sol +0 -288
  594. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  595. package/contracts/instance/base/IInstanceBase.sol +0 -23
  596. package/contracts/instance/base/KeyValueStore.sol +0 -172
  597. package/contracts/instance/module/ISetup.sol +0 -46
  598. package/contracts/instance/module/ITreasury.sol +0 -23
  599. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  600. package/contracts/instance/service/DistributionService.sol +0 -88
  601. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  602. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  603. package/contracts/instance/service/IDistributionService.sol +0 -12
  604. package/contracts/instance/service/IPoolService.sol +0 -43
  605. package/contracts/instance/service/IProductService.sol +0 -110
  606. package/contracts/instance/service/PoolService.sol +0 -206
  607. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  608. package/contracts/instance/service/ProductService.sol +0 -561
  609. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  610. package/contracts/shared/ContractDeployerLib.sol +0 -72
  611. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  612. package/contracts/test/TestFee.sol +0 -25
  613. package/contracts/test/TestRegisterable.sol +0 -18
  614. package/contracts/test/TestRoleId.sol +0 -14
  615. package/contracts/test/TestService.sol +0 -24
  616. package/contracts/test/TestToken.sol +0 -26
  617. package/contracts/test/TestVersion.sol +0 -44
  618. package/contracts/test/TestVersionable.sol +0 -17
  619. package/contracts/types/ChainId.sol +0 -38
  620. package/contracts/types/NumberId.sol +0 -52
  621. package/contracts/types/ObjectType.sol +0 -152
  622. package/contracts/types/RoleId.sol +0 -90
  623. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1343 @@
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
+ "name": "initializeERC165",
802
+ "outputs": [],
803
+ "stateMutability": "nonpayable",
804
+ "type": "function"
805
+ },
806
+ {
807
+ "inputs": [
808
+ {
809
+ "internalType": "address",
810
+ "name": "initialOwner",
811
+ "type": "address"
812
+ },
813
+ {
814
+ "internalType": "address",
815
+ "name": "registryAddress",
816
+ "type": "address"
817
+ }
818
+ ],
819
+ "name": "initializeNftOwnable",
820
+ "outputs": [],
821
+ "stateMutability": "nonpayable",
822
+ "type": "function"
823
+ },
824
+ {
825
+ "inputs": [
826
+ {
827
+ "internalType": "address",
828
+ "name": "registryAddress",
829
+ "type": "address"
830
+ },
831
+ {
832
+ "internalType": "NftId",
833
+ "name": "parentNftId",
834
+ "type": "uint96"
835
+ },
836
+ {
837
+ "internalType": "ObjectType",
838
+ "name": "objectType",
839
+ "type": "uint8"
840
+ },
841
+ {
842
+ "internalType": "bool",
843
+ "name": "isInterceptor",
844
+ "type": "bool"
845
+ },
846
+ {
847
+ "internalType": "address",
848
+ "name": "initialOwner",
849
+ "type": "address"
850
+ },
851
+ {
852
+ "internalType": "bytes",
853
+ "name": "registryData",
854
+ "type": "bytes"
855
+ }
856
+ ],
857
+ "name": "initializeRegisterable",
858
+ "outputs": [],
859
+ "stateMutability": "nonpayable",
860
+ "type": "function"
861
+ },
862
+ {
863
+ "inputs": [
864
+ {
865
+ "internalType": "address",
866
+ "name": "registryAddress",
867
+ "type": "address"
868
+ }
869
+ ],
870
+ "name": "initializeRegistryLinked",
871
+ "outputs": [],
872
+ "stateMutability": "nonpayable",
873
+ "type": "function"
874
+ },
875
+ {
876
+ "inputs": [
877
+ {
878
+ "internalType": "address",
879
+ "name": "registry",
880
+ "type": "address"
881
+ },
882
+ {
883
+ "internalType": "address",
884
+ "name": "authority",
885
+ "type": "address"
886
+ },
887
+ {
888
+ "internalType": "address",
889
+ "name": "initialOwner",
890
+ "type": "address"
891
+ }
892
+ ],
893
+ "name": "initializeService",
894
+ "outputs": [],
895
+ "stateMutability": "nonpayable",
896
+ "type": "function"
897
+ },
898
+ {
899
+ "inputs": [
900
+ {
901
+ "internalType": "address",
902
+ "name": "activatedBy",
903
+ "type": "address"
904
+ },
905
+ {
906
+ "internalType": "bytes",
907
+ "name": "data",
908
+ "type": "bytes"
909
+ }
910
+ ],
911
+ "name": "initializeVersionable",
912
+ "outputs": [],
913
+ "stateMutability": "nonpayable",
914
+ "type": "function"
915
+ },
916
+ {
917
+ "inputs": [],
918
+ "name": "isConsumingScheduledOp",
919
+ "outputs": [
920
+ {
921
+ "internalType": "bytes4",
922
+ "name": "",
923
+ "type": "bytes4"
924
+ }
925
+ ],
926
+ "stateMutability": "view",
927
+ "type": "function"
928
+ },
929
+ {
930
+ "inputs": [],
931
+ "name": "linkToRegisteredNftId",
932
+ "outputs": [
933
+ {
934
+ "internalType": "NftId",
935
+ "name": "nftId",
936
+ "type": "uint96"
937
+ }
938
+ ],
939
+ "stateMutability": "nonpayable",
940
+ "type": "function"
941
+ },
942
+ {
943
+ "inputs": [
944
+ {
945
+ "internalType": "NftId",
946
+ "name": "instanceNftId",
947
+ "type": "uint96"
948
+ },
949
+ {
950
+ "internalType": "address",
951
+ "name": "rewardProvider",
952
+ "type": "address"
953
+ },
954
+ {
955
+ "internalType": "Amount",
956
+ "name": "dipAmount",
957
+ "type": "uint96"
958
+ }
959
+ ],
960
+ "name": "refillInstanceRewardReserves",
961
+ "outputs": [
962
+ {
963
+ "internalType": "Amount",
964
+ "name": "newBalance",
965
+ "type": "uint96"
966
+ }
967
+ ],
968
+ "stateMutability": "nonpayable",
969
+ "type": "function"
970
+ },
971
+ {
972
+ "inputs": [
973
+ {
974
+ "internalType": "NftId",
975
+ "name": "targetNftId",
976
+ "type": "uint96"
977
+ },
978
+ {
979
+ "internalType": "Amount",
980
+ "name": "dipAmount",
981
+ "type": "uint96"
982
+ }
983
+ ],
984
+ "name": "refillRewardReservesBySender",
985
+ "outputs": [
986
+ {
987
+ "internalType": "Amount",
988
+ "name": "newBalance",
989
+ "type": "uint96"
990
+ }
991
+ ],
992
+ "stateMutability": "nonpayable",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "inputs": [
997
+ {
998
+ "internalType": "bytes4",
999
+ "name": "interfaceId",
1000
+ "type": "bytes4"
1001
+ }
1002
+ ],
1003
+ "name": "registerInterface",
1004
+ "outputs": [],
1005
+ "stateMutability": "nonpayable",
1006
+ "type": "function"
1007
+ },
1008
+ {
1009
+ "inputs": [
1010
+ {
1011
+ "internalType": "NftId",
1012
+ "name": "stakeNftId",
1013
+ "type": "uint96"
1014
+ },
1015
+ {
1016
+ "internalType": "NftId",
1017
+ "name": "newTargetNftId",
1018
+ "type": "uint96"
1019
+ }
1020
+ ],
1021
+ "name": "restakeToNewTarget",
1022
+ "outputs": [
1023
+ {
1024
+ "internalType": "NftId",
1025
+ "name": "newStakeNftId",
1026
+ "type": "uint96"
1027
+ }
1028
+ ],
1029
+ "stateMutability": "nonpayable",
1030
+ "type": "function"
1031
+ },
1032
+ {
1033
+ "inputs": [
1034
+ {
1035
+ "internalType": "address",
1036
+ "name": "newAuthority",
1037
+ "type": "address"
1038
+ }
1039
+ ],
1040
+ "name": "setAuthority",
1041
+ "outputs": [],
1042
+ "stateMutability": "nonpayable",
1043
+ "type": "function"
1044
+ },
1045
+ {
1046
+ "inputs": [
1047
+ {
1048
+ "internalType": "NftId",
1049
+ "name": "instanceNftId",
1050
+ "type": "uint96"
1051
+ },
1052
+ {
1053
+ "internalType": "Seconds",
1054
+ "name": "lockingPeriod",
1055
+ "type": "uint40"
1056
+ }
1057
+ ],
1058
+ "name": "setInstanceLockingPeriod",
1059
+ "outputs": [],
1060
+ "stateMutability": "nonpayable",
1061
+ "type": "function"
1062
+ },
1063
+ {
1064
+ "inputs": [
1065
+ {
1066
+ "internalType": "NftId",
1067
+ "name": "instanceNftId",
1068
+ "type": "uint96"
1069
+ },
1070
+ {
1071
+ "internalType": "UFixed",
1072
+ "name": "rewardRate",
1073
+ "type": "uint256"
1074
+ }
1075
+ ],
1076
+ "name": "setInstanceRewardRate",
1077
+ "outputs": [],
1078
+ "stateMutability": "nonpayable",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "NftId",
1085
+ "name": "targetNftId",
1086
+ "type": "uint96"
1087
+ },
1088
+ {
1089
+ "internalType": "address",
1090
+ "name": "token",
1091
+ "type": "address"
1092
+ },
1093
+ {
1094
+ "internalType": "Amount",
1095
+ "name": "amount",
1096
+ "type": "uint96"
1097
+ }
1098
+ ],
1099
+ "name": "setTotalValueLocked",
1100
+ "outputs": [],
1101
+ "stateMutability": "nonpayable",
1102
+ "type": "function"
1103
+ },
1104
+ {
1105
+ "inputs": [
1106
+ {
1107
+ "internalType": "NftId",
1108
+ "name": "stakeNftId",
1109
+ "type": "uint96"
1110
+ },
1111
+ {
1112
+ "internalType": "Amount",
1113
+ "name": "dipAmount",
1114
+ "type": "uint96"
1115
+ }
1116
+ ],
1117
+ "name": "stake",
1118
+ "outputs": [],
1119
+ "stateMutability": "nonpayable",
1120
+ "type": "function"
1121
+ },
1122
+ {
1123
+ "inputs": [
1124
+ {
1125
+ "internalType": "bytes4",
1126
+ "name": "interfaceId",
1127
+ "type": "bytes4"
1128
+ }
1129
+ ],
1130
+ "name": "supportsInterface",
1131
+ "outputs": [
1132
+ {
1133
+ "internalType": "bool",
1134
+ "name": "",
1135
+ "type": "bool"
1136
+ }
1137
+ ],
1138
+ "stateMutability": "view",
1139
+ "type": "function"
1140
+ },
1141
+ {
1142
+ "inputs": [
1143
+ {
1144
+ "internalType": "NftId",
1145
+ "name": "stakeNftId",
1146
+ "type": "uint96"
1147
+ }
1148
+ ],
1149
+ "name": "unstake",
1150
+ "outputs": [],
1151
+ "stateMutability": "nonpayable",
1152
+ "type": "function"
1153
+ },
1154
+ {
1155
+ "inputs": [
1156
+ {
1157
+ "internalType": "NftId",
1158
+ "name": "stakeNftId",
1159
+ "type": "uint96"
1160
+ }
1161
+ ],
1162
+ "name": "updateRewards",
1163
+ "outputs": [],
1164
+ "stateMutability": "nonpayable",
1165
+ "type": "function"
1166
+ },
1167
+ {
1168
+ "inputs": [
1169
+ {
1170
+ "internalType": "bytes",
1171
+ "name": "data",
1172
+ "type": "bytes"
1173
+ }
1174
+ ],
1175
+ "name": "upgradeVersionable",
1176
+ "outputs": [],
1177
+ "stateMutability": "nonpayable",
1178
+ "type": "function"
1179
+ },
1180
+ {
1181
+ "inputs": [
1182
+ {
1183
+ "internalType": "NftId",
1184
+ "name": "instanceNftId",
1185
+ "type": "uint96"
1186
+ },
1187
+ {
1188
+ "internalType": "Amount",
1189
+ "name": "dipAmount",
1190
+ "type": "uint96"
1191
+ }
1192
+ ],
1193
+ "name": "withdrawInstanceRewardReserves",
1194
+ "outputs": [
1195
+ {
1196
+ "internalType": "Amount",
1197
+ "name": "newBalance",
1198
+ "type": "uint96"
1199
+ }
1200
+ ],
1201
+ "stateMutability": "nonpayable",
1202
+ "type": "function"
1203
+ }
1204
+ ],
1205
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6138bd80620000e66000396000f3fe608060405234801561001057600080fd5b506004361061023d5760003560e01c8063756b30de1161013b578063a8b9328a116100b8578063dea4ccf21161007c578063dea4ccf214610584578063dec3bdde14610597578063f11bcbe7146105aa578063f67fef6d146105da578063f7c34ee0146105ed57600080fd5b8063a8b9328a14610532578063ada9652e14610545578063b68d18091461055a578063bf7e214f14610569578063db1e36e71461057157600080fd5b8063893d20e8116100ff578063893d20e8146104ce5780638cf81e46146104d65780638e32e979146104eb5780638fb36037146104fe578063943bd1971461051f57600080fd5b8063756b30de146104525780637a9e5e4b146104655780637b1391a61461047857806381d9b45f146104a857806386b0e019146104bb57600080fd5b8063329d6e74116101c9578063644c45e01161018d578063644c45e0146103db578063675393bf146103f95780636c1e9dff1461040c5780636c741e781461041f578063719f761a1461043f57600080fd5b8063329d6e741461035857806336fc697e1461036b57806343d752d31461037357806349bb9e4b146103b75780635ab1bd53146103ca57600080fd5b8063138461e011610210578063138461e0146102ca5780631eff4b22146102ea578063214cdb801461031f57806321ece6571461033257806327bb7a331461034557600080fd5b806301ffc9a7146102425780630d8e6e2c146102845780630fec111c146102a057806310a0638a146102b5575b600080fd5b61026f610250366004612dd6565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61028c610600565b60405162ffffff909116815260200161027b565b6102a861068a565b60405161027b9190612e50565b6102c86102c3366004612ee8565b61084e565b005b6102d2610917565b6040516001600160601b03909116815260200161027b565b6103117f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161027b565b6102c861032d366004612dd6565b610922565b6102d2610340366004612f05565b61094f565b6102c861035336600461305b565b610b22565b6102c86103663660046130f3565b610bc7565b6102c8610d14565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b03909116815260200161027b565b6102c86103c5366004613127565b610d5a565b6001546001600160a01b031661039f565b600080516020613808833981519152546001600160601b03166102d2565b6102c8610407366004613176565b610e59565b6102c861041a366004612f05565b610f6c565b610427611299565b6040516001600160401b03909116815260200161027b565b6102c861044d366004612ee8565b611394565b6102d2610460366004612f05565b61159f565b6102c8610473366004613176565b61184b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b031661039f565b6102c86104b63660046131ad565b6118ce565b6102d26104c9366004612f05565b6119c1565b61039f6119e0565b61031160008051602061384883398151915281565b6102c86104f93660046131eb565b611b17565b610506611c5b565b6040516001600160e01b0319909116815260200161027b565b6102c861052d366004613236565b611c93565b6102c8610540366004613276565b611c9c565b61031160008051602061380883398151915281565b6040516003815260200161027b565b61039f611d36565b6102c861057f3660046132a2565b611d52565b6102c8610592366004612ee8565b611dc0565b6102d26105a5366004613236565b611fd8565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b031661039f565b6102d26105e8366004612f05565b611fee565b6102c86105fb3660046132d7565b6120b1565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610661573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106859190613305565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915260007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561073e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107629190613335565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107aa6119e0565b6001600160a01b031681526020018260010180546107c790613352565b80601f01602080910402602001604051908101604052809291908181526020018280546107f390613352565b80156108405780601f1061081557610100808354040283529160200191610840565b820191906000526020600020905b81548152906001019060200180831161082357829003601f168201915b505050505081525091505090565b61085b335b600036612128565b6000600080516020613848833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a90602401600060405180830381600087803b1580156108bd57600080fd5b505af11580156108d1573d6000803e3d6000fd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b600061068530612226565b61092a612427565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061095a33610853565b6000600080516020613848833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303816000875af11580156109c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ed9190613335565b91506000610a036001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a769190613397565b60018301546040516331449be960e11b81529192506001600160a01b03169063628937d290610aab90849088906004016133b4565b600060405180830381600087803b158015610ac557600080fd5b505af1158015610ad9573d6000803e3d6000fd5b505050507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d785828686604051610b1294939291906133d6565b60405180910390a1505092915050565b610b2a612427565b610b3482876120b1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610bbd8382613450565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610be9610600565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c29573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c4d9190613524565b6000805160206138688339815191528054600160401b900460ff1680610c80575080546001600160401b03808416911610155b15610c9e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610cc883612460565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d1c612427565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206138688339815191528054600160401b810460ff1615906001600160401b0316600081158015610d8d5750825b90506000826001600160401b03166001148015610da95750303b155b905081158015610db7575080155b15610dd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610dff57845460ff60401b1916600160401b1785555b610e098787612468565b8315610e5057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e61612427565b806001600160a01b03163b600003610e9c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610f16575060408051601f3d908101601f19168201909252610f139181019061354c565b60015b610f3e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e93565b80610f675760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e93565b505b50565b610f7533610853565b81610f886001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610fd7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ffb9190613397565b6001600160a01b0316336001600160a01b0316146110d157806110266001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03841660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611075573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110999190613397565b604051620d652560ea1b81526001600160601b0390921660048301526001600160a01b03166024820152336044820152606401610e93565b60006000805160206138488339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033916000916001600160a01b031690636c1e9dff906044016020604051808303816000875af1158015611145573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111699190613335565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111e8919061354c565b1561125457600183015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd9061122190859089906004016133b4565b600060405180830381600087803b15801561123b57600080fd5b505af115801561124f573d6000803e3d6000fd5b505050505b7f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d8683878460405161128994939291906133d6565b60405180910390a1505050505050565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611307573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132b9190613574565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611370573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106859190613524565b61139d33610853565b806113b06001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156113ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114239190613397565b6001600160a01b0316336001600160a01b03161461144e57806110266001546001600160a01b031690565b600060008051602061384883398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033916000916001600160a01b03169063719f761a906024016020604051808303816000875af11580156114ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114de9190613335565b60018401546040516331449be960e11b81529192506001600160a01b03169063628937d29061151390859085906004016133b4565b600060405180830381600087803b15801561152d57600080fd5b505af1158015611541573d6000803e3d6000fd5b5050604080516001600160601b0389811682526001600160a01b038716602083015285168183015290517f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda89350908190036060019150a15050505050565b60006115aa33610853565b60008051602061384883398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611624573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116489190613335565b6001600160601b03168152602001886001600160601b0316815260200161166d602090565b60ff16815260200160001515815260200160006001600160a01b03168152602001846001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016116cc9190612e50565b6020604051808303816000875af11580156116eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061170f9190613335565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc90606401600060405180830381600087803b15801561177057600080fd5b505af1158015611784573d6000803e3d6000fd5b505050600183015460405163e3a817cd60e01b81526001600160a01b03909116915063e3a817cd906117bc90849088906004016133b4565b600060405180830381600087803b1580156117d657600080fd5b505af11580156117ea573d6000803e3d6000fd5b5050604080516001600160601b038088168252808a1660208301526001600160a01b0386169282019290925290871660608201527fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d792506080019050610b12565b33611854611d36565b6001600160a01b0316816001600160a01b03161461188f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e93565b816001600160a01b03163b6000036118c5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e93565b610f67826126f2565b6118d733610853565b46600080516020613848833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a401600060405180830381600087803b15801561196057600080fd5b505af1158015611974573d6000803e3d6000fd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b60006119cc33610853565b336119d884828561274c565b949350505050565b60008060008051602061380883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a74919061354c565b15611b01576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ad7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611afb9190613397565b91505090565b54600160601b90046001600160a01b0316919050565b611b1f612427565b611b9f83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b859190613335565b600960008560405180602001604052806000815250610b22565b6001600160a01b03821615611bbc57611bb78261288c565b611c36565b6000611bc8600261289d565b9050611c34816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c2f9190613397565b61288c565b505b611c46634a531f3360e01b610922565b611c5663daf9067160e01b610922565b505050565b600080516020613828833981519152805460009190600160a01b900460ff16611c85576000611afb565b638fb3603760e01b91505090565b611c5633610853565b611ca533610853565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b600060405180830381600087803b158015611d1a57600080fd5b505af1158015611d2e573d6000803e3d6000fd5b505050505050565b600080516020613828833981519152546001600160a01b031690565b611d5b33610853565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611d00565b611dc933610853565b80611ddc6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4f9190613397565b6001600160a01b0316336001600160a01b031614611e7a57806110266001546001600160a01b031690565b60006000805160206138488339815191526001810154604051636f52667960e11b81526001600160601b0386166004820152919250339160009182916001600160a01b039091169063dea4ccf29060240160408051808303816000875af1158015611ee9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f0d9190613591565b915091506000611f1d83836129a9565b60018601546040516331449be960e11b81529192506001600160a01b03169063628937d290611f5290879085906004016133b4565b600060405180830381600087803b158015611f6c57600080fd5b505af1158015611f80573d6000803e3d6000fd5b5050604080516001600160601b03808c1682526001600160a01b03891660208301528516918101919091527fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd23992506060019050610e47565b6000611fe333610853565b6119d884848461274c565b6000611ff933610853565b8261200c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561205b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207f9190613397565b6001600160a01b0316336001600160a01b0316146120aa57806110266001546001600160a01b031690565b5092915050565b6120b9612427565b6120c281610e59565b6120ca610d14565b6001600160a01b0382166120f15760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061380883398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020613828833981519152600080612163612145611d36565b8730612155600460008a8c6135c0565b61215e916135ea565b612a37565b9150915081611d2e5763ffffffff81161561220357825460ff60a01b1916600160a01b178355612191611d36565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016121c09392919061361a565b600060405180830381600087803b1580156121da57600080fd5b505af11580156121ee573d6000803e3d6000fd5b5050845460ff60a01b1916855550611d2e9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e93565b60008060008051602061380883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612296573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122ba919061354c565b156122e65780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610e93565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561233a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235e919061354c565b6123865760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610e93565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156123da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123fe9190613335565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602061386883398151915254600160401b900460ff1661245e57604051631afcd79f60e31b815260040160405180910390fd5b565b61023d612427565b6000805160206138688339815191528054600160401b810460ff1615906001600160401b031660008115801561249b5750825b90506000826001600160401b031660011480156124b75750303b155b9050811580156124c5575080155b156124e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561250d57845460ff60401b1916600160401b1785555b600080600088806020019051810190612526919061365a565b92509250925061253782848c611b17565b600080516020613848833981519152612550600261289d565b81546001600160a01b0319166001600160a01b039190911617815561257482612b43565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa1580156125d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125f49190613397565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa158015612656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061267a9190613397565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556126ac638694498960e01b610922565b505050508315610e5057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e47565b60008051602061382883398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200161090b565b600080600080516020613848833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303816000875af11580156127bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127e09190613335565b600182015460405163e3a817cd60e01b81529193506001600160a01b03169063e3a817cd9061281590879087906004016133b4565b600060405180830381600087803b15801561282f57600080fd5b505af1158015612843573d6000803e3d6000fd5b505050507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f8585858560405161287c94939291906133d6565b60405180910390a1509392505050565b612894612427565b610f6981612dc5565b60006128b16001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015612916573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061293a9190613574565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561297f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129a39190613397565b92915050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015612a0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a309190613335565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612aa6919061369c565b600060405180830381855afa9150503d8060008114612ae1576040519150601f19603f3d011682016040523d82523d6000602084013e612ae6565b606091505b50915091508115612b38576040815110612b185780806020019051810190612b0e91906136b8565b9094509250612b38565b6020815110612b385780806020019051810190612b35919061354c565b93505b505094509492505050565b600080612b586001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f090602401600060405180830381865afa158015612ba0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bc89190810190613735565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c26573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c4a919061354c565b15612c9b57612c6b8160400151612c5f600390565b60ff9081169116141590565b15612c9457604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610e93565b5090919050565b6040516301ffc9a760e01b815263fef8804160e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a919061354c565b612d3257604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610e93565b336000805160206138488339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044016000604051808303816000875af1158015612d94573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612dbc9190810190613735565b50929392505050565b612dcd612427565b610f69816126f2565b600060208284031215612de857600080fd5b81356001600160e01b031981168114612a3057600080fd5b60005b83811015612e1b578181015183820152602001612e03565b50506000910152565b60008151808452612e3c816020860160208601612e00565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612eb960c08401826001600160a01b03169052565b5060c083015160e0808401526119d8610100840182612e24565b6001600160601b0381168114610f6957600080fd5b600060208284031215612efa57600080fd5b8135612a3081612ed3565b60008060408385031215612f1857600080fd5b8235612f2381612ed3565b91506020830135612f3381612ed3565b809150509250929050565b6001600160a01b0381168114610f6957600080fd5b60ff81168114610f6957600080fd5b8015158114610f6957600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612fa857612fa8612f70565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612fd657612fd6612f70565b604052919050565b60006001600160401b03821115612ff757612ff7612f70565b50601f01601f191660200190565b600082601f83011261301657600080fd5b813561302961302482612fde565b612fae565b81815284602083860101111561303e57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561307457600080fd5b863561307f81612f3e565b9550602087013561308f81612ed3565b9450604087013561309f81612f53565b935060608701356130af81612f62565b925060808701356130bf81612f3e565b915060a08701356001600160401b038111156130da57600080fd5b6130e689828a01613005565b9150509295509295509295565b60006020828403121561310557600080fd5b81356001600160401b0381111561311b57600080fd5b6119d884828501613005565b6000806040838503121561313a57600080fd5b823561314581612f3e565b915060208301356001600160401b0381111561316057600080fd5b61316c85828601613005565b9150509250929050565b60006020828403121561318857600080fd5b8135612a3081612f3e565b803564ffffffffff811681146131a857600080fd5b919050565b6000806000606084860312156131c257600080fd5b83356131cd81612ed3565b92506131db60208501613193565b9150604084013590509250925092565b60008060006060848603121561320057600080fd5b833561320b81612f3e565b9250602084013561321b81612f3e565b9150604084013561322b81612f3e565b809150509250925092565b60008060006060848603121561324b57600080fd5b833561325681612ed3565b9250602084013561326681612f3e565b9150604084013561322b81612ed3565b6000806040838503121561328957600080fd5b823561329481612ed3565b946020939093013593505050565b600080604083850312156132b557600080fd5b82356132c081612ed3565b91506132ce60208401613193565b90509250929050565b600080604083850312156132ea57600080fd5b82356132f581612f3e565b91506020830135612f3381612f3e565b60006020828403121561331757600080fd5b815162ffffff81168114612a3057600080fd5b80516131a881612ed3565b60006020828403121561334757600080fd5b8151612a3081612ed3565b600181811c9082168061336657607f821691505b60208210810361338657634e487b7160e01b600052602260045260246000fd5b50919050565b80516131a881612f3e565b6000602082840312156133a957600080fd5b8151612a3081612f3e565b6001600160a01b039290921682526001600160601b0316602082015260400190565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b601f821115611c5657600081815260208120601f850160051c810160208610156134315750805b601f850160051c820191505b81811015611d2e5782815560010161343d565b81516001600160401b0381111561346957613469612f70565b61347d816134778454613352565b8461340a565b602080601f8311600181146134b2576000841561349a5750858301515b600019600386901b1c1916600185901b178555611d2e565b600085815260208120601f198616915b828110156134e1578886015182559484019460019091019084016134c2565b50858210156134ff5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610f6957600080fd5b60006020828403121561353657600080fd5b8151612a308161350f565b80516131a881612f62565b60006020828403121561355e57600080fd5b8151612a3081612f62565b80516131a881612f53565b60006020828403121561358657600080fd5b8151612a3081612f53565b600080604083850312156135a457600080fd5b82516135af81612ed3565b6020840151909250612f3381612ed3565b600080858511156135d057600080fd5b838611156135dd57600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156136125780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b60008060006060848603121561366f57600080fd5b835161367a81612f3e565b602085015190935061368b81612f3e565b604085015190925061322b81612f3e565b600082516136ae818460208701612e00565b9190910192915050565b600080604083850312156136cb57600080fd5b82516136d681612f62565b602084015190925063ffffffff81168114612f3357600080fd5b600082601f83011261370157600080fd5b815161370f61302482612fde565b81815284602083860101111561372457600080fd5b6119d8826020830160208701612e00565b60006020828403121561374757600080fd5b81516001600160401b038082111561375e57600080fd5b9083019060e0828603121561377257600080fd5b61377a612f86565b6137838361332a565b81526137916020840161332a565b60208201526137a260408401613569565b60408201526137b360608401613541565b60608201526137c46080840161338c565b60808201526137d560a0840161338c565b60a082015260c0830151828111156137ec57600080fd5b6137f8878286016136f0565b60c0830152509594505050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122034a7db5ebf0cad75e8ddce4e06acad03dd12fa1d8ad1b6672590f122181e530364736f6c63430008140033",
1206
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061023d5760003560e01c8063756b30de1161013b578063a8b9328a116100b8578063dea4ccf21161007c578063dea4ccf214610584578063dec3bdde14610597578063f11bcbe7146105aa578063f67fef6d146105da578063f7c34ee0146105ed57600080fd5b8063a8b9328a14610532578063ada9652e14610545578063b68d18091461055a578063bf7e214f14610569578063db1e36e71461057157600080fd5b8063893d20e8116100ff578063893d20e8146104ce5780638cf81e46146104d65780638e32e979146104eb5780638fb36037146104fe578063943bd1971461051f57600080fd5b8063756b30de146104525780637a9e5e4b146104655780637b1391a61461047857806381d9b45f146104a857806386b0e019146104bb57600080fd5b8063329d6e74116101c9578063644c45e01161018d578063644c45e0146103db578063675393bf146103f95780636c1e9dff1461040c5780636c741e781461041f578063719f761a1461043f57600080fd5b8063329d6e741461035857806336fc697e1461036b57806343d752d31461037357806349bb9e4b146103b75780635ab1bd53146103ca57600080fd5b8063138461e011610210578063138461e0146102ca5780631eff4b22146102ea578063214cdb801461031f57806321ece6571461033257806327bb7a331461034557600080fd5b806301ffc9a7146102425780630d8e6e2c146102845780630fec111c146102a057806310a0638a146102b5575b600080fd5b61026f610250366004612dd6565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61028c610600565b60405162ffffff909116815260200161027b565b6102a861068a565b60405161027b9190612e50565b6102c86102c3366004612ee8565b61084e565b005b6102d2610917565b6040516001600160601b03909116815260200161027b565b6103117f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161027b565b6102c861032d366004612dd6565b610922565b6102d2610340366004612f05565b61094f565b6102c861035336600461305b565b610b22565b6102c86103663660046130f3565b610bc7565b6102c8610d14565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b03909116815260200161027b565b6102c86103c5366004613127565b610d5a565b6001546001600160a01b031661039f565b600080516020613808833981519152546001600160601b03166102d2565b6102c8610407366004613176565b610e59565b6102c861041a366004612f05565b610f6c565b610427611299565b6040516001600160401b03909116815260200161027b565b6102c861044d366004612ee8565b611394565b6102d2610460366004612f05565b61159f565b6102c8610473366004613176565b61184b565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b031661039f565b6102c86104b63660046131ad565b6118ce565b6102d26104c9366004612f05565b6119c1565b61039f6119e0565b61031160008051602061384883398151915281565b6102c86104f93660046131eb565b611b17565b610506611c5b565b6040516001600160e01b0319909116815260200161027b565b6102c861052d366004613236565b611c93565b6102c8610540366004613276565b611c9c565b61031160008051602061380883398151915281565b6040516003815260200161027b565b61039f611d36565b6102c861057f3660046132a2565b611d52565b6102c8610592366004612ee8565b611dc0565b6102d26105a5366004613236565b611fd8565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b031661039f565b6102d26105e8366004612f05565b611fee565b6102c86105fb3660046132d7565b6120b1565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610661573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106859190613305565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915260007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561073e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107629190613335565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107aa6119e0565b6001600160a01b031681526020018260010180546107c790613352565b80601f01602080910402602001604051908101604052809291908181526020018280546107f390613352565b80156108405780601f1061081557610100808354040283529160200191610840565b820191906000526020600020905b81548152906001019060200180831161082357829003601f168201915b505050505081525091505090565b61085b335b600036612128565b6000600080516020613848833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a90602401600060405180830381600087803b1580156108bd57600080fd5b505af11580156108d1573d6000803e3d6000fd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b600061068530612226565b61092a612427565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061095a33610853565b6000600080516020613848833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303816000875af11580156109c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ed9190613335565b91506000610a036001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a769190613397565b60018301546040516331449be960e11b81529192506001600160a01b03169063628937d290610aab90849088906004016133b4565b600060405180830381600087803b158015610ac557600080fd5b505af1158015610ad9573d6000803e3d6000fd5b505050507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d785828686604051610b1294939291906133d6565b60405180910390a1505092915050565b610b2a612427565b610b3482876120b1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610bbd8382613450565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610be9610600565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c29573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c4d9190613524565b6000805160206138688339815191528054600160401b900460ff1680610c80575080546001600160401b03808416911610155b15610c9e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610cc883612460565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610d1c612427565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206138688339815191528054600160401b810460ff1615906001600160401b0316600081158015610d8d5750825b90506000826001600160401b03166001148015610da95750303b155b905081158015610db7575080155b15610dd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610dff57845460ff60401b1916600160401b1785555b610e098787612468565b8315610e5057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e61612427565b806001600160a01b03163b600003610e9c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610f16575060408051601f3d908101601f19168201909252610f139181019061354c565b60015b610f3e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e93565b80610f675760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e93565b505b50565b610f7533610853565b81610f886001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610fd7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ffb9190613397565b6001600160a01b0316336001600160a01b0316146110d157806110266001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03841660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611075573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110999190613397565b604051620d652560ea1b81526001600160601b0390921660048301526001600160a01b03166024820152336044820152606401610e93565b60006000805160206138488339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033916000916001600160a01b031690636c1e9dff906044016020604051808303816000875af1158015611145573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111699190613335565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156111c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111e8919061354c565b1561125457600183015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd9061122190859089906004016133b4565b600060405180830381600087803b15801561123b57600080fd5b505af115801561124f573d6000803e3d6000fd5b505050505b7f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d8683878460405161128994939291906133d6565b60405180910390a1505050505050565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611307573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132b9190613574565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611370573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106859190613524565b61139d33610853565b806113b06001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156113ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114239190613397565b6001600160a01b0316336001600160a01b03161461144e57806110266001546001600160a01b031690565b600060008051602061384883398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033916000916001600160a01b03169063719f761a906024016020604051808303816000875af11580156114ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114de9190613335565b60018401546040516331449be960e11b81529192506001600160a01b03169063628937d29061151390859085906004016133b4565b600060405180830381600087803b15801561152d57600080fd5b505af1158015611541573d6000803e3d6000fd5b5050604080516001600160601b0389811682526001600160a01b038716602083015285168183015290517f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda89350908190036060019150a15050505050565b60006115aa33610853565b60008051602061384883398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611624573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116489190613335565b6001600160601b03168152602001886001600160601b0316815260200161166d602090565b60ff16815260200160001515815260200160006001600160a01b03168152602001846001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016116cc9190612e50565b6020604051808303816000875af11580156116eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061170f9190613335565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc90606401600060405180830381600087803b15801561177057600080fd5b505af1158015611784573d6000803e3d6000fd5b505050600183015460405163e3a817cd60e01b81526001600160a01b03909116915063e3a817cd906117bc90849088906004016133b4565b600060405180830381600087803b1580156117d657600080fd5b505af11580156117ea573d6000803e3d6000fd5b5050604080516001600160601b038088168252808a1660208301526001600160a01b0386169282019290925290871660608201527fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d792506080019050610b12565b33611854611d36565b6001600160a01b0316816001600160a01b03161461188f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e93565b816001600160a01b03163b6000036118c5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e93565b610f67826126f2565b6118d733610853565b46600080516020613848833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a401600060405180830381600087803b15801561196057600080fd5b505af1158015611974573d6000803e3d6000fd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b60006119cc33610853565b336119d884828561274c565b949350505050565b60008060008051602061380883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a74919061354c565b15611b01576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ad7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611afb9190613397565b91505090565b54600160601b90046001600160a01b0316919050565b611b1f612427565b611b9f83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b859190613335565b600960008560405180602001604052806000815250610b22565b6001600160a01b03821615611bbc57611bb78261288c565b611c36565b6000611bc8600261289d565b9050611c34816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c2f9190613397565b61288c565b505b611c46634a531f3360e01b610922565b611c5663daf9067160e01b610922565b505050565b600080516020613828833981519152805460009190600160a01b900460ff16611c85576000611afb565b638fb3603760e01b91505090565b611c5633610853565b611ca533610853565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b600060405180830381600087803b158015611d1a57600080fd5b505af1158015611d2e573d6000803e3d6000fd5b505050505050565b600080516020613828833981519152546001600160a01b031690565b611d5b33610853565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611d00565b611dc933610853565b80611ddc6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4f9190613397565b6001600160a01b0316336001600160a01b031614611e7a57806110266001546001600160a01b031690565b60006000805160206138488339815191526001810154604051636f52667960e11b81526001600160601b0386166004820152919250339160009182916001600160a01b039091169063dea4ccf29060240160408051808303816000875af1158015611ee9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f0d9190613591565b915091506000611f1d83836129a9565b60018601546040516331449be960e11b81529192506001600160a01b03169063628937d290611f5290879085906004016133b4565b600060405180830381600087803b158015611f6c57600080fd5b505af1158015611f80573d6000803e3d6000fd5b5050604080516001600160601b03808c1682526001600160a01b03891660208301528516918101919091527fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd23992506060019050610e47565b6000611fe333610853565b6119d884848461274c565b6000611ff933610853565b8261200c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561205b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207f9190613397565b6001600160a01b0316336001600160a01b0316146120aa57806110266001546001600160a01b031690565b5092915050565b6120b9612427565b6120c281610e59565b6120ca610d14565b6001600160a01b0382166120f15760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061380883398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020613828833981519152600080612163612145611d36565b8730612155600460008a8c6135c0565b61215e916135ea565b612a37565b9150915081611d2e5763ffffffff81161561220357825460ff60a01b1916600160a01b178355612191611d36565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016121c09392919061361a565b600060405180830381600087803b1580156121da57600080fd5b505af11580156121ee573d6000803e3d6000fd5b5050845460ff60a01b1916855550611d2e9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e93565b60008060008051602061380883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612296573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122ba919061354c565b156122e65780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610e93565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561233a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235e919061354c565b6123865760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610e93565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156123da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123fe9190613335565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602061386883398151915254600160401b900460ff1661245e57604051631afcd79f60e31b815260040160405180910390fd5b565b61023d612427565b6000805160206138688339815191528054600160401b810460ff1615906001600160401b031660008115801561249b5750825b90506000826001600160401b031660011480156124b75750303b155b9050811580156124c5575080155b156124e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561250d57845460ff60401b1916600160401b1785555b600080600088806020019051810190612526919061365a565b92509250925061253782848c611b17565b600080516020613848833981519152612550600261289d565b81546001600160a01b0319166001600160a01b039190911617815561257482612b43565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa1580156125d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125f49190613397565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa158015612656573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061267a9190613397565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556126ac638694498960e01b610922565b505050508315610e5057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e47565b60008051602061382883398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200161090b565b600080600080516020613848833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303816000875af11580156127bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127e09190613335565b600182015460405163e3a817cd60e01b81529193506001600160a01b03169063e3a817cd9061281590879087906004016133b4565b600060405180830381600087803b15801561282f57600080fd5b505af1158015612843573d6000803e3d6000fd5b505050507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f8585858560405161287c94939291906133d6565b60405180910390a1509392505050565b612894612427565b610f6981612dc5565b60006128b16001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015612916573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061293a9190613574565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561297f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129a39190613397565b92915050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015612a0c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a309190613335565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612aa6919061369c565b600060405180830381855afa9150503d8060008114612ae1576040519150601f19603f3d011682016040523d82523d6000602084013e612ae6565b606091505b50915091508115612b38576040815110612b185780806020019051810190612b0e91906136b8565b9094509250612b38565b6020815110612b385780806020019051810190612b35919061354c565b93505b505094509492505050565b600080612b586001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f090602401600060405180830381865afa158015612ba0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bc89190810190613735565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c26573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c4a919061354c565b15612c9b57612c6b8160400151612c5f600390565b60ff9081169116141590565b15612c9457604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610e93565b5090919050565b6040516301ffc9a760e01b815263fef8804160e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0a919061354c565b612d3257604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610e93565b336000805160206138488339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044016000604051808303816000875af1158015612d94573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612dbc9190810190613735565b50929392505050565b612dcd612427565b610f69816126f2565b600060208284031215612de857600080fd5b81356001600160e01b031981168114612a3057600080fd5b60005b83811015612e1b578181015183820152602001612e03565b50506000910152565b60008151808452612e3c816020860160208601612e00565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612eb960c08401826001600160a01b03169052565b5060c083015160e0808401526119d8610100840182612e24565b6001600160601b0381168114610f6957600080fd5b600060208284031215612efa57600080fd5b8135612a3081612ed3565b60008060408385031215612f1857600080fd5b8235612f2381612ed3565b91506020830135612f3381612ed3565b809150509250929050565b6001600160a01b0381168114610f6957600080fd5b60ff81168114610f6957600080fd5b8015158114610f6957600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612fa857612fa8612f70565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612fd657612fd6612f70565b604052919050565b60006001600160401b03821115612ff757612ff7612f70565b50601f01601f191660200190565b600082601f83011261301657600080fd5b813561302961302482612fde565b612fae565b81815284602083860101111561303e57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561307457600080fd5b863561307f81612f3e565b9550602087013561308f81612ed3565b9450604087013561309f81612f53565b935060608701356130af81612f62565b925060808701356130bf81612f3e565b915060a08701356001600160401b038111156130da57600080fd5b6130e689828a01613005565b9150509295509295509295565b60006020828403121561310557600080fd5b81356001600160401b0381111561311b57600080fd5b6119d884828501613005565b6000806040838503121561313a57600080fd5b823561314581612f3e565b915060208301356001600160401b0381111561316057600080fd5b61316c85828601613005565b9150509250929050565b60006020828403121561318857600080fd5b8135612a3081612f3e565b803564ffffffffff811681146131a857600080fd5b919050565b6000806000606084860312156131c257600080fd5b83356131cd81612ed3565b92506131db60208501613193565b9150604084013590509250925092565b60008060006060848603121561320057600080fd5b833561320b81612f3e565b9250602084013561321b81612f3e565b9150604084013561322b81612f3e565b809150509250925092565b60008060006060848603121561324b57600080fd5b833561325681612ed3565b9250602084013561326681612f3e565b9150604084013561322b81612ed3565b6000806040838503121561328957600080fd5b823561329481612ed3565b946020939093013593505050565b600080604083850312156132b557600080fd5b82356132c081612ed3565b91506132ce60208401613193565b90509250929050565b600080604083850312156132ea57600080fd5b82356132f581612f3e565b91506020830135612f3381612f3e565b60006020828403121561331757600080fd5b815162ffffff81168114612a3057600080fd5b80516131a881612ed3565b60006020828403121561334757600080fd5b8151612a3081612ed3565b600181811c9082168061336657607f821691505b60208210810361338657634e487b7160e01b600052602260045260246000fd5b50919050565b80516131a881612f3e565b6000602082840312156133a957600080fd5b8151612a3081612f3e565b6001600160a01b039290921682526001600160601b0316602082015260400190565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b601f821115611c5657600081815260208120601f850160051c810160208610156134315750805b601f850160051c820191505b81811015611d2e5782815560010161343d565b81516001600160401b0381111561346957613469612f70565b61347d816134778454613352565b8461340a565b602080601f8311600181146134b2576000841561349a5750858301515b600019600386901b1c1916600185901b178555611d2e565b600085815260208120601f198616915b828110156134e1578886015182559484019460019091019084016134c2565b50858210156134ff5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610f6957600080fd5b60006020828403121561353657600080fd5b8151612a308161350f565b80516131a881612f62565b60006020828403121561355e57600080fd5b8151612a3081612f62565b80516131a881612f53565b60006020828403121561358657600080fd5b8151612a3081612f53565b600080604083850312156135a457600080fd5b82516135af81612ed3565b6020840151909250612f3381612ed3565b600080858511156135d057600080fd5b838611156135dd57600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156136125780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b60008060006060848603121561366f57600080fd5b835161367a81612f3e565b602085015190935061368b81612f3e565b604085015190925061322b81612f3e565b600082516136ae818460208701612e00565b9190910192915050565b600080604083850312156136cb57600080fd5b82516136d681612f62565b602084015190925063ffffffff81168114612f3357600080fd5b600082601f83011261370157600080fd5b815161370f61302482612fde565b81815284602083860101111561372457600080fd5b6119d8826020830160208701612e00565b60006020828403121561374757600080fd5b81516001600160401b038082111561375e57600080fd5b9083019060e0828603121561377257600080fd5b61377a612f86565b6137838361332a565b81526137916020840161332a565b60208201526137a260408401613569565b60408201526137b360608401613541565b60608201526137c46080840161338c565b60808201526137d560a0840161338c565b60a082015260c0830151828111156137ec57600080fd5b6137f8878286016136f0565b60c0830152509594505050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122034a7db5ebf0cad75e8ddce4e06acad03dd12fa1d8ad1b6672590f122181e530364736f6c63430008140033",
1207
+ "linkReferences": {
1208
+ "contracts/type/Amount.sol": {
1209
+ "AmountLib": [
1210
+ {
1211
+ "length": 20,
1212
+ "start": 4720
1213
+ },
1214
+ {
1215
+ "length": 20,
1216
+ "start": 10936
1217
+ }
1218
+ ]
1219
+ },
1220
+ "contracts/type/NftId.sol": {
1221
+ "NftIdLib": [
1222
+ {
1223
+ "length": 20,
1224
+ "start": 2013
1225
+ },
1226
+ {
1227
+ "length": 20,
1228
+ "start": 5838
1229
+ },
1230
+ {
1231
+ "length": 20,
1232
+ "start": 6908
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 9026
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 11474
1241
+ }
1242
+ ]
1243
+ },
1244
+ "contracts/type/RoleId.sol": {
1245
+ "RoleIdLib": [
1246
+ {
1247
+ "length": 20,
1248
+ "start": 4995
1249
+ }
1250
+ ]
1251
+ },
1252
+ "contracts/type/Version.sol": {
1253
+ "VersionLib": [
1254
+ {
1255
+ "length": 20,
1256
+ "start": 1805
1257
+ },
1258
+ {
1259
+ "length": 20,
1260
+ "start": 3247
1261
+ }
1262
+ ],
1263
+ "VersionPartLib": [
1264
+ {
1265
+ "length": 20,
1266
+ "start": 5043
1267
+ },
1268
+ {
1269
+ "length": 20,
1270
+ "start": 10690
1271
+ }
1272
+ ]
1273
+ }
1274
+ },
1275
+ "deployedLinkReferences": {
1276
+ "contracts/type/Amount.sol": {
1277
+ "AmountLib": [
1278
+ {
1279
+ "length": 20,
1280
+ "start": 4490
1281
+ },
1282
+ {
1283
+ "length": 20,
1284
+ "start": 10706
1285
+ }
1286
+ ]
1287
+ },
1288
+ "contracts/type/NftId.sol": {
1289
+ "NftIdLib": [
1290
+ {
1291
+ "length": 20,
1292
+ "start": 1783
1293
+ },
1294
+ {
1295
+ "length": 20,
1296
+ "start": 5608
1297
+ },
1298
+ {
1299
+ "length": 20,
1300
+ "start": 6678
1301
+ },
1302
+ {
1303
+ "length": 20,
1304
+ "start": 8796
1305
+ },
1306
+ {
1307
+ "length": 20,
1308
+ "start": 11244
1309
+ }
1310
+ ]
1311
+ },
1312
+ "contracts/type/RoleId.sol": {
1313
+ "RoleIdLib": [
1314
+ {
1315
+ "length": 20,
1316
+ "start": 4765
1317
+ }
1318
+ ]
1319
+ },
1320
+ "contracts/type/Version.sol": {
1321
+ "VersionLib": [
1322
+ {
1323
+ "length": 20,
1324
+ "start": 1575
1325
+ },
1326
+ {
1327
+ "length": 20,
1328
+ "start": 3017
1329
+ }
1330
+ ],
1331
+ "VersionPartLib": [
1332
+ {
1333
+ "length": 20,
1334
+ "start": 4813
1335
+ },
1336
+ {
1337
+ "length": 20,
1338
+ "start": 10460
1339
+ }
1340
+ ]
1341
+ }
1342
+ }
1343
+ }