@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-ff1bf36-818

Sign up to get free protection for your applications and to get access to all the features.
Files changed (562) hide show
  1. package/README.md +406 -9
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1489 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1159 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1502 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +842 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +914 -0
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +295 -535
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +486 -591
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1693 -0
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3469 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  69. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  70. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  71. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  72. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  73. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  74. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  75. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  76. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
  78. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  79. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  80. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1126 -0
  82. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  84. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  86. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  88. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  90. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1018 -0
  92. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  94. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  96. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1395 -0
  98. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  100. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  101. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1466 -0
  102. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +818 -0
  104. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  106. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  107. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  108. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1218 -0
  110. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  111. package/artifacts/contracts/pool/Pool.sol/Pool.json +1181 -0
  112. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
  114. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  116. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  117. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +852 -0
  118. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  120. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  121. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1243 -0
  122. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  123. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  124. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1331 -0
  126. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  128. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  129. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +517 -0
  130. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  131. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +788 -0
  132. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  133. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +800 -0
  134. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  135. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  136. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  137. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  138. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  139. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +400 -0
  140. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1263 -0
  142. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  144. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  145. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
  146. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  147. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  148. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  149. package/artifacts/contracts/product/Product.sol/Product.json +1201 -0
  150. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  151. package/artifacts/contracts/product/RiskService.sol/RiskService.json +695 -0
  152. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +702 -0
  154. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
  155. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +784 -0
  156. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  157. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +743 -104
  158. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  159. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  160. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  161. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  162. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  163. package/artifacts/contracts/registry/Registry.sol/Registry.json +1083 -114
  164. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  165. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  166. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
  168. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
  170. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  172. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  173. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  174. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  175. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  176. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  177. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  178. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  179. package/artifacts/contracts/shared/Component.sol/Component.json +832 -0
  180. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  181. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1680 -0
  182. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +804 -0
  184. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
  186. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  188. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  190. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  192. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
  194. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +110 -0
  196. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  197. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +131 -0
  198. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  200. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  201. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +181 -0
  202. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
  204. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  205. package/artifacts/contracts/shared/IService.sol/IService.json +346 -0
  206. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  208. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  209. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  210. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +940 -0
  212. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  214. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
  216. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  217. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  218. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  219. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
  220. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  221. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  222. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  223. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +353 -0
  224. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  225. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  226. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  227. package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
  228. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  229. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  230. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  231. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  232. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1412 -0
  234. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  235. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  236. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +387 -0
  238. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  239. package/artifacts/contracts/staking/Staking.sol/Staking.json +1941 -0
  240. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  242. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  244. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  246. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  248. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  250. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  252. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
  254. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  255. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  256. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  258. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  260. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  262. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  264. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  266. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  268. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  270. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  272. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  274. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  276. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  278. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  280. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  282. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  284. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +222 -0
  286. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  288. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  290. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +92 -0
  292. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  294. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  296. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  298. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  300. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  302. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  304. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  306. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  308. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  309. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  310. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  311. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  312. package/contracts/authorization/AccessAdmin.sol +591 -0
  313. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  314. package/contracts/authorization/Authorization.sol +217 -0
  315. package/contracts/authorization/IAccess.sol +48 -0
  316. package/contracts/authorization/IAccessAdmin.sol +136 -0
  317. package/contracts/authorization/IAuthorization.sol +54 -0
  318. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  319. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  320. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  321. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  322. package/contracts/distribution/BasicDistribution.sol +138 -0
  323. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  324. package/contracts/distribution/Distribution.sol +295 -0
  325. package/contracts/distribution/DistributionService.sol +322 -0
  326. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  327. package/contracts/distribution/IDistributionComponent.sol +52 -0
  328. package/contracts/distribution/IDistributionService.sol +95 -0
  329. package/contracts/instance/BundleSet.sol +126 -0
  330. package/contracts/instance/IInstance.sol +58 -15
  331. package/contracts/instance/IInstanceService.sol +92 -0
  332. package/contracts/instance/Instance.sol +211 -45
  333. package/contracts/instance/InstanceAdmin.sol +285 -0
  334. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  335. package/contracts/instance/InstanceReader.sol +408 -0
  336. package/contracts/instance/InstanceService.sol +467 -0
  337. package/contracts/instance/InstanceServiceManager.sol +40 -0
  338. package/contracts/instance/InstanceStore.sol +277 -0
  339. package/contracts/instance/base/BalanceStore.sol +123 -0
  340. package/contracts/instance/base/Cloneable.sol +28 -0
  341. package/contracts/instance/base/ObjectCounter.sol +21 -0
  342. package/contracts/instance/base/ObjectLifecycle.sol +105 -0
  343. package/contracts/instance/base/ObjectSet.sol +79 -0
  344. package/contracts/instance/module/IAccess.sol +46 -0
  345. package/contracts/instance/module/IBundle.sol +20 -0
  346. package/contracts/instance/module/IComponents.sol +46 -0
  347. package/contracts/instance/module/IDistribution.sol +41 -0
  348. package/contracts/instance/module/IPolicy.sol +84 -0
  349. package/contracts/instance/module/IRisk.sol +11 -0
  350. package/contracts/mock/Dip.sol +26 -0
  351. package/contracts/oracle/BasicOracle.sol +48 -0
  352. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  353. package/contracts/oracle/IOracle.sol +36 -0
  354. package/contracts/oracle/IOracleComponent.sol +33 -0
  355. package/contracts/oracle/IOracleService.sol +65 -0
  356. package/contracts/oracle/Oracle.sol +166 -0
  357. package/contracts/oracle/OracleService.sol +278 -0
  358. package/contracts/oracle/OracleServiceManager.sol +39 -0
  359. package/contracts/pool/BasicPool.sol +166 -0
  360. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  361. package/contracts/pool/BundleService.sol +436 -0
  362. package/contracts/pool/BundleServiceManager.sol +39 -0
  363. package/contracts/pool/IBundleService.sol +134 -0
  364. package/contracts/pool/IPoolComponent.sol +58 -0
  365. package/contracts/pool/IPoolService.sol +163 -0
  366. package/contracts/pool/Pool.sol +328 -0
  367. package/contracts/pool/PoolService.sol +541 -0
  368. package/contracts/pool/PoolServiceManager.sol +39 -0
  369. package/contracts/product/ApplicationService.sol +250 -0
  370. package/contracts/product/ApplicationServiceManager.sol +38 -0
  371. package/contracts/product/BasicProduct.sol +52 -0
  372. package/contracts/product/BasicProductAuthorization.sol +43 -0
  373. package/contracts/product/ClaimService.sol +416 -0
  374. package/contracts/product/ClaimServiceManager.sol +38 -0
  375. package/contracts/product/IApplicationService.sol +63 -0
  376. package/contracts/product/IClaimService.sol +100 -0
  377. package/contracts/product/IPolicyService.sol +84 -0
  378. package/contracts/product/IPricingService.sol +39 -0
  379. package/contracts/product/IProductComponent.sol +40 -0
  380. package/contracts/product/IRiskService.sol +33 -0
  381. package/contracts/product/PolicyService.sol +584 -0
  382. package/contracts/product/PolicyServiceManager.sol +39 -0
  383. package/contracts/product/PricingService.sol +304 -0
  384. package/contracts/product/PricingServiceManager.sol +39 -0
  385. package/contracts/product/Product.sol +410 -0
  386. package/contracts/product/RiskService.sol +97 -0
  387. package/contracts/product/RiskServiceManager.sol +39 -0
  388. package/contracts/registry/ChainNft.sol +217 -0
  389. package/contracts/registry/IRegistry.sol +120 -52
  390. package/contracts/registry/IRegistryService.sol +69 -0
  391. package/contracts/registry/ITransferInterceptor.sol +7 -0
  392. package/contracts/registry/Registry.sol +504 -125
  393. package/contracts/registry/RegistryAdmin.sol +374 -0
  394. package/contracts/registry/RegistryService.sol +252 -0
  395. package/contracts/registry/RegistryServiceManager.sol +53 -0
  396. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  397. package/contracts/registry/ReleaseRegistry.sol +485 -0
  398. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  399. package/contracts/registry/TokenRegistry.sol +315 -0
  400. package/contracts/shared/Component.sol +268 -0
  401. package/contracts/shared/ComponentService.sol +641 -0
  402. package/contracts/shared/ComponentServiceManager.sol +35 -0
  403. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  404. package/contracts/shared/IComponent.sol +70 -0
  405. package/contracts/shared/IComponentService.sol +108 -0
  406. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  407. package/contracts/shared/IKeyValueStore.sol +54 -0
  408. package/contracts/shared/ILifecycle.sol +29 -0
  409. package/contracts/shared/INftOwnable.sol +23 -0
  410. package/contracts/shared/IPolicyHolder.sol +45 -0
  411. package/contracts/shared/IRegisterable.sol +15 -0
  412. package/contracts/shared/IRegistryLinked.sol +11 -0
  413. package/contracts/shared/IService.sol +25 -0
  414. package/contracts/shared/InitializableCustom.sol +177 -0
  415. package/contracts/shared/InitializableERC165.sol +27 -0
  416. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  417. package/contracts/shared/KeyValueStore.sol +131 -0
  418. package/contracts/shared/Lifecycle.sol +77 -0
  419. package/contracts/shared/NftIdSet.sol +65 -0
  420. package/contracts/shared/NftOwnable.sol +107 -0
  421. package/contracts/shared/PolicyHolder.sol +99 -0
  422. package/contracts/shared/Registerable.sol +75 -0
  423. package/contracts/shared/RegistryLinked.sol +43 -0
  424. package/contracts/shared/Service.sol +82 -0
  425. package/contracts/shared/TokenHandler.sol +139 -0
  426. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  427. package/contracts/staking/IStaking.sol +167 -0
  428. package/contracts/staking/IStakingService.sol +160 -0
  429. package/contracts/staking/StakeManagerLib.sol +206 -0
  430. package/contracts/staking/Staking.sol +497 -0
  431. package/contracts/staking/StakingLifecycle.sol +23 -0
  432. package/contracts/staking/StakingManager.sol +50 -0
  433. package/contracts/staking/StakingReader.sol +183 -0
  434. package/contracts/staking/StakingService.sol +407 -0
  435. package/contracts/staking/StakingServiceManager.sol +44 -0
  436. package/contracts/staking/StakingStore.sol +605 -0
  437. package/contracts/staking/TargetManagerLib.sol +207 -0
  438. package/contracts/type/AddressSet.sol +58 -0
  439. package/contracts/type/Amount.sol +135 -0
  440. package/contracts/type/Blocknumber.sol +142 -0
  441. package/contracts/type/ClaimId.sol +75 -0
  442. package/contracts/type/DistributorType.sol +55 -0
  443. package/contracts/type/Fee.sol +66 -0
  444. package/contracts/type/Key32.sol +50 -0
  445. package/contracts/type/NftId.sol +78 -0
  446. package/contracts/type/NftIdSet.sol +62 -0
  447. package/contracts/type/ObjectType.sol +271 -0
  448. package/contracts/type/PayoutId.sol +82 -0
  449. package/contracts/type/Referral.sol +90 -0
  450. package/contracts/type/RequestId.sol +75 -0
  451. package/contracts/type/RiskId.sol +43 -0
  452. package/contracts/type/RoleId.sol +174 -0
  453. package/contracts/type/Seconds.sol +93 -0
  454. package/contracts/type/Selector.sol +102 -0
  455. package/contracts/type/StateId.sol +135 -0
  456. package/contracts/type/String.sol +53 -0
  457. package/contracts/type/Timestamp.sol +146 -0
  458. package/contracts/type/UFixed.sol +351 -0
  459. package/contracts/type/Version.sol +110 -0
  460. package/contracts/upgradeability/IVersionable.sol +53 -0
  461. package/contracts/upgradeability/ProxyManager.sol +198 -0
  462. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  463. package/contracts/upgradeability/Versionable.sol +59 -0
  464. package/package.json +25 -7
  465. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  466. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  467. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  468. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  469. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  470. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  471. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  472. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  473. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  474. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
  475. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  476. package/artifacts/contracts/components/Product.sol/Product.json +0 -213
  477. package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/A.sol/A.json +0 -128
  479. package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
  481. package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
  482. package/artifacts/contracts/experiment/B.sol/B.json +0 -76
  483. package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
  484. package/artifacts/contracts/experiment/C.sol/C.json +0 -89
  485. package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
  486. package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
  487. package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
  488. package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
  489. package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
  490. package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
  491. package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
  493. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  494. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  495. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  496. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  497. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  498. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  499. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  500. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  501. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  502. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
  503. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  504. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
  505. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  506. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  507. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  508. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  509. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  510. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  511. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  512. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  513. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
  514. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  515. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  516. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  517. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  518. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  519. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  520. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  521. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  522. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  523. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  524. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  525. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  526. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  527. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  528. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  529. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  530. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  531. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
  532. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  533. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
  534. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  535. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  536. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  537. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
  538. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  539. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  540. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  541. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  542. package/contracts/components/Component.sol +0 -62
  543. package/contracts/components/IPool.sol +0 -9
  544. package/contracts/components/IProduct.sol +0 -11
  545. package/contracts/components/Pool.sol +0 -29
  546. package/contracts/components/Product.sol +0 -65
  547. package/contracts/experiment/A.sol +0 -56
  548. package/contracts/experiment/B.sol +0 -23
  549. package/contracts/experiment/C.sol +0 -28
  550. package/contracts/experiment/IA.sol +0 -18
  551. package/contracts/experiment/IB.sol +0 -9
  552. package/contracts/experiment/IC.sol +0 -11
  553. package/contracts/instance/access/Access.sol +0 -218
  554. package/contracts/instance/access/IAccess.sol +0 -83
  555. package/contracts/instance/component/ComponentModule.sol +0 -259
  556. package/contracts/instance/component/IComponent.sol +0 -94
  557. package/contracts/instance/policy/IPolicy.sol +0 -66
  558. package/contracts/instance/policy/PolicyModule.sol +0 -106
  559. package/contracts/instance/pool/IPoolModule.sol +0 -40
  560. package/contracts/instance/pool/PoolModule.sol +0 -83
  561. package/contracts/instance/product/IProductService.sol +0 -45
  562. package/contracts/instance/product/ProductService.sol +0 -105
@@ -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": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613757806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610234575f3560e01c8063756b30de11610135578063a8b9328a116100b4578063dea4ccf211610079578063dea4ccf214610576578063dec3bdde14610589578063f11bcbe71461059c578063f67fef6d146105cc578063f7c34ee0146105df575f80fd5b8063a8b9328a14610525578063ada9652e14610538578063b68d18091461054c578063bf7e214f1461055b578063db1e36e714610563575f80fd5b8063893d20e8116100fa578063893d20e8146104c25780638cf81e46146104ca5780638e32e979146104de5780638fb36037146104f1578063943bd19714610512575f80fd5b8063756b30de146104465780637a9e5e4b146104595780637b1391a61461046c57806381d9b45f1461049c57806386b0e019146104af575f80fd5b8063329d6e74116101c1578063644c45e011610186578063644c45e0146103d0578063675393bf146103ed5780636c1e9dff146104005780636c741e7814610413578063719f761a14610433575f80fd5b8063329d6e741461034d57806336fc697e1461036057806343d752d31461036857806349bb9e4b146103ac5780635ab1bd53146103bf575f80fd5b8063138461e011610207578063138461e0146102bf5780631eff4b22146102df578063214cdb801461031457806321ece6571461032757806327bb7a331461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806310a0638a146102aa575b5f80fd5b610264610246366004612ccd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105f2565b60405162ffffff9091168152602001610270565b61029d610679565b6040516102709190612d22565b6102bd6102b8366004612dc2565b610837565b005b6102c76108f8565b6040516001600160601b039091168152602001610270565b6103067f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610322366004612ccd565b610902565b6102c7610335366004612ddd565b61092e565b6102bd610348366004612f27565b610af4565b6102bd61035b366004612fba565b610b99565b6102bd610ce3565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102bd6103ba366004612feb565b610d28565b6001546001600160a01b0316610394565b5f805160206136a2833981519152546001600160601b03166102c7565b6102bd6103fb366004613037565b610e24565b6102bd61040e366004612ddd565b610f36565b61041b611252565b6040516001600160401b039091168152602001610270565b6102bd610441366004612dc2565b611348565b6102c7610454366004612ddd565b611548565b6102bd610467366004613037565b6117b1565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b0316610394565b6102bd6104aa36600461306b565b611833565b6102c76104bd366004612ddd565b611920565b61039461193e565b6103065f805160206136e283398151915281565b6102bd6104ec3660046130a7565b611a6f565b6104f9611bac565b6040516001600160e01b03199091168152602001610270565b6102bd6105203660046130ef565b611be1565b6102bd61053336600461312c565b611bea565b6103065f805160206136a283398151915281565b60405160038152602001610270565b610394611c77565b6102bd610571366004613156565b611c92565b6102bd610584366004612dc2565b611d00565b6102c76105973660046130ef565b611f14565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b0316610394565b6102c76105da366004612ddd565b611f29565b6102bd6105ed366004613189565b611fe9565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610650573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067491906131b5565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074d91906131e2565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161079561193e565b6001600160a01b031681526020018260010180546107b2906131fd565b80601f01602080910402602001604051908101604052809291908181526020018280546107de906131fd565b80156108295780601f1061080057610100808354040283529160200191610829565b820191905f5260205f20905b81548152906001019060200180831161080c57829003601f168201915b505050505081525091505090565b610843335b5f3661205f565b5f5f805160206136e2833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a906024015f604051808303815f87803b1580156108a0575f80fd5b505af11580156108b2573d5f803e3d5ffd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b5f61067430612155565b61090a61234e565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6109383361083c565b5f5f805160206136e2833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303815f875af11580156109a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c691906131e2565b91505f6109db6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4c9190613240565b90507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d785828686604051610a83949392919061325b565b60405180910390a160018201546040516331449be960e11b81526001600160a01b039091169063628937d290610abf908490889060040161328f565b5f604051808303815f87803b158015610ad6575f80fd5b505af1158015610ae8573d5f803e3d5ffd5b50505050505092915050565b610afc61234e565b610b068287611fe9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b8f83826132fc565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610bbb6105f2565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1d91906133ca565b5f805160206137028339815191528054600160401b900460ff1680610c4f575080546001600160401b03808416911610155b15610c6d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610c9783612386565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610ceb61234e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206137028339815191528054600160401b810460ff1615906001600160401b03165f81158015610d595750825b90505f826001600160401b03166001148015610d745750303b155b905081158015610d82575080155b15610da05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610dca57845460ff60401b1916600160401b1785555b610dd4878761238e565b8315610e1b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e2c61234e565b806001600160a01b03163b5f03610e665760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610ee0575060408051601f3d908101601f19168201909252610edd918101906133f0565b60015b610f085760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e5d565b80610f315760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e5d565b505b50565b610f3f3361083c565b81610f526001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc39190613240565b6001600160a01b0316336001600160a01b0316146110975780610fee6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03841660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561103b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105f9190613240565b604051620d652560ea1b81526001600160601b0390921660048301526001600160a01b03166024820152336044820152606401610e5d565b5f5f805160206136e28339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033915f916001600160a01b031690636c1e9dff906044016020604051808303815f875af1158015611105573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061112991906131e2565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015611182573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a691906133f0565b1561124a577f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d868387846040516111e0949392919061325b565b60405180910390a1600183015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd9061121c908590899060040161328f565b5f604051808303815f87803b158015611233575f80fd5b505af1158015611245573d5f803e3d5ffd5b505050505b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156112bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e19190613416565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611324573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067491906133ca565b6113513361083c565b806113646001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156113b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d59190613240565b6001600160a01b0316336001600160a01b0316146114005780610fee6001546001600160a01b031690565b5f5f805160206136e283398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033915f916001600160a01b03169063719f761a906024016020604051808303815f875af1158015611466573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148a91906131e2565b604080516001600160601b0388811682526001600160a01b038616602083015283168183015290519192507f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda8919081900360600190a160018301546040516331449be960e11b81526001600160a01b039091169063628937d290611514908590859060040161328f565b5f604051808303815f87803b15801561152b575f80fd5b505af115801561153d573d5f803e3d5ffd5b505050505050505050565b5f6115523361083c565b5f805160206136e283398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af41580156115c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906131e2565b6001600160601b03168152602001886001600160601b03168152602001611612602090565b60ff1681526020015f151581526020015f6001600160a01b03168152602001846001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b815260040161166e9190612d22565b6020604051808303815f875af115801561168a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ae91906131e2565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc906064015f604051808303815f87803b15801561170c575f80fd5b505af115801561171e573d5f803e3d5ffd5b5050604080516001600160601b03878116825289811660208301526001600160a01b038616828401528816606082015290517fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d79350908190036080019150a1600182015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd90610abf908490889060040161328f565b336117ba611c77565b6001600160a01b0316816001600160a01b0316146117f55760405162d1953b60e31b81526001600160a01b0382166004820152602401610e5d565b816001600160a01b03163b5f0361182a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e5d565b610f318261260e565b61183c3361083c565b465f805160206136e2833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a4015f604051808303815f87803b1580156118c1575f80fd5b505af11580156118d3573d5f803e3d5ffd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b5f61192a3361083c565b33611936848285612667565b949350505050565b5f805f805160206136a283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ce91906133f0565b15611a59576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a539190613240565b91505090565b54600160601b90046001600160a01b0316919050565b611a7761234e565b611af383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ab7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611adb91906131e2565b60085f8560405180602001604052805f815250610af4565b6001600160a01b03821615611b1057611b0b8261279e565b611b87565b5f611b1b60026127af565b9050611b85816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b809190613240565b61279e565b505b611b97634a531f3360e01b610902565b611ba763daf9067160e01b610902565b505050565b5f805160206136c283398151915280545f9190600160a01b900460ff16611bd3575f611a53565b638fb3603760e01b91505090565b611ba73361083c565b611bf33361083c565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b5f604051808303815f87803b158015611c65575f80fd5b505af115801561124a573d5f803e3d5ffd5b5f805160206136c2833981519152546001600160a01b031690565b611c9b3361083c565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611c4e565b611d093361083c565b80611d1c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611d69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8d9190613240565b6001600160a01b0316336001600160a01b031614611db85780610fee6001546001600160a01b031690565b5f5f805160206136e28339815191526001810154604051636f52667960e11b81526001600160601b038616600482015291925033915f9182916001600160a01b039091169063dea4ccf29060240160408051808303815f875af1158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e459190613431565b915091505f611e5483836128b6565b604080516001600160601b038a811682526001600160a01b038816602083015283168183015290519192507fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd239919081900360600190a160018501546040516331449be960e11b81526001600160a01b039091169063628937d290611ede908790859060040161328f565b5f604051808303815f87803b158015611ef5575f80fd5b505af1158015611f07573d5f803e3d5ffd5b5050505050505050505050565b5f611f1e3361083c565b611936848484612667565b5f611f333361083c565b82611f466001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb79190613240565b6001600160a01b0316336001600160a01b031614611fe25780610fee6001546001600160a01b031690565b5092915050565b611ff161234e565b611ffa81610e24565b612002610ce3565b6001600160a01b0382166120295760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206136a283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f805160206136c28339815191525f8061209761207a611c77565b873061208960045f8a8c61345e565b61209291613485565b612941565b915091508161124a5763ffffffff81161561213257825460ff60a01b1916600160a01b1783556120c5611c77565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016120f4939291906134bb565b5f604051808303815f87803b15801561210b575f80fd5b505af115801561211d573d5f803e3d5ffd5b5050845460ff60a01b191685555061124a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e5d565b5f805f805160206136a283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156121c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121e591906133f0565b156122115780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610e5d565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612263573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061228791906133f0565b6122af5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610e5d565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015612301573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232591906131e2565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061370283398151915254600160401b900460ff1661238457604051631afcd79f60e31b815260040160405180910390fd5b565b61023461234e565b5f805160206137028339815191528054600160401b810460ff1615906001600160401b03165f811580156123bf5750825b90505f826001600160401b031660011480156123da5750303b155b9050811580156123e8575080155b156124065760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561243057845460ff60401b1916600160401b1785555b5f805f8880602001905181019061244791906134fa565b92509250925061245882848c611a6f565b5f805160206136e283398151915261247060026127af565b81546001600160a01b0319166001600160a01b039190911617815561249482612a49565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa1580156124ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125129190613240565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa158015612572573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125969190613240565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556125c8638694498960e01b610902565b505050508315610e1b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e12565b5f805160206136c283398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020016108ec565b5f805f805160206136e2833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303815f875af11580156126d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126f691906131e2565b91507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f8585858560405161272d949392919061325b565b60405180910390a1600181015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd90612769908790879060040161328f565b5f604051808303815f87803b158015612780575f80fd5b505af1158015612792573d5f803e3d5ffd5b50505050509392505050565b6127a661234e565b610f3381612cbc565b5f6127c26001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015612825573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128499190613416565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561288c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128b09190613240565b92915050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015612916573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293a91906131e2565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516129af9190613539565b5f60405180830381855afa9150503d805f81146129e7576040519150601f19603f3d011682016040523d82523d5f602084013e6129ec565b606091505b50915091508115612a3e576040815110612a1e5780806020019051810190612a14919061354f565b9094509250612a3e565b6020815110612a3e5780806020019051810190612a3b91906133f0565b93505b505094509492505050565b5f80612a5d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f0906024015f60405180830381865afa158015612aa2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ac991908101906135d1565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4991906133f0565b15612b9a57612b6a8160400151612b5e600390565b60ff9081169116141590565b15612b9357604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610e5d565b5090919050565b6040516301ffc9a760e01b815263fef8804160e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612be3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c0791906133f0565b612c2f57604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610e5d565b335f805160206136e28339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044015f604051808303815f875af1158015612c8c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cb391908101906135d1565b50929392505050565b612cc461234e565b610f338161260e565b5f60208284031215612cdd575f80fd5b81356001600160e01b03198116811461293a575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612d6a608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611936610100840182612cf4565b6001600160601b0381168114610f33575f80fd5b5f60208284031215612dd2575f80fd5b813561293a81612dae565b5f8060408385031215612dee575f80fd5b8235612df981612dae565b91506020830135612e0981612dae565b809150509250929050565b6001600160a01b0381168114610f33575f80fd5b60ff81168114610f33575f80fd5b8015158114610f33575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612e7957612e79612e43565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612ea757612ea7612e43565b604052919050565b5f6001600160401b03821115612ec757612ec7612e43565b50601f01601f191660200190565b5f82601f830112612ee4575f80fd5b8135612ef7612ef282612eaf565b612e7f565b818152846020838601011115612f0b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f805f8060c08789031215612f3c575f80fd5b8635612f4781612e14565b95506020870135612f5781612dae565b94506040870135612f6781612e28565b93506060870135612f7781612e36565b92506080870135612f8781612e14565b915060a08701356001600160401b03811115612fa1575f80fd5b612fad89828a01612ed5565b9150509295509295509295565b5f60208284031215612fca575f80fd5b81356001600160401b03811115612fdf575f80fd5b61193684828501612ed5565b5f8060408385031215612ffc575f80fd5b823561300781612e14565b915060208301356001600160401b03811115613021575f80fd5b61302d85828601612ed5565b9150509250929050565b5f60208284031215613047575f80fd5b813561293a81612e14565b803564ffffffffff81168114613066575f80fd5b919050565b5f805f6060848603121561307d575f80fd5b833561308881612dae565b925061309660208501613052565b929592945050506040919091013590565b5f805f606084860312156130b9575f80fd5b83356130c481612e14565b925060208401356130d481612e14565b915060408401356130e481612e14565b809150509250925092565b5f805f60608486031215613101575f80fd5b833561310c81612dae565b9250602084013561311c81612e14565b915060408401356130e481612dae565b5f806040838503121561313d575f80fd5b823561314881612dae565b946020939093013593505050565b5f8060408385031215613167575f80fd5b823561317281612dae565b915061318060208401613052565b90509250929050565b5f806040838503121561319a575f80fd5b82356131a581612e14565b91506020830135612e0981612e14565b5f602082840312156131c5575f80fd5b815162ffffff8116811461293a575f80fd5b805161306681612dae565b5f602082840312156131f2575f80fd5b815161293a81612dae565b600181811c9082168061321157607f821691505b60208210810361322f57634e487b7160e01b5f52602260045260245ffd5b50919050565b805161306681612e14565b5f60208284031215613250575f80fd5b815161293a81612e14565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b6001600160a01b039290921682526001600160601b0316602082015260400190565b601f821115611ba757805f5260205f20601f840160051c810160208510156132d65750805b601f840160051c820191505b818110156132f5575f81556001016132e2565b5050505050565b81516001600160401b0381111561331557613315612e43565b6133298161332384546131fd565b846132b1565b6020601f82116001811461335b575f83156133445750848201515b5f19600385901b1c1916600184901b1784556132f5565b5f84815260208120601f198516915b8281101561338a578785015182556020948501946001909201910161336a565b50848210156133a757868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114610f33575f80fd5b5f602082840312156133da575f80fd5b815161293a816133b6565b805161306681612e36565b5f60208284031215613400575f80fd5b815161293a81612e36565b805161306681612e28565b5f60208284031215613426575f80fd5b815161293a81612e28565b5f8060408385031215613442575f80fd5b825161344d81612dae565b6020840151909250612e0981612dae565b5f808585111561346c575f80fd5b83861115613478575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611fe2576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f805f6060848603121561350c575f80fd5b835161351781612e14565b602085015190935061352881612e14565b60408501519092506130e481612e14565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613560575f80fd5b825161356b81612e36565b602084015190925063ffffffff81168114612e09575f80fd5b5f82601f830112613593575f80fd5b81516135a1612ef282612eaf565b8181528460208386010111156135b5575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156135e1575f80fd5b81516001600160401b038111156135f6575f80fd5b820160e08185031215613607575f80fd5b61360f612e57565b613618826131d7565b8152613626602083016131d7565b60208201526136376040830161340b565b6040820152613648606083016133e5565b606082015261365960808301613235565b608082015261366a60a08301613235565b60a082015260c08201516001600160401b03811115613687575f80fd5b61369386828501613584565b60c08301525094935050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122012ff59eee99cd1532cfb15ac3188ccecab5b22df487158dbfbcc676f581f510f64736f6c634300081a0033",
1206
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610234575f3560e01c8063756b30de11610135578063a8b9328a116100b4578063dea4ccf211610079578063dea4ccf214610576578063dec3bdde14610589578063f11bcbe71461059c578063f67fef6d146105cc578063f7c34ee0146105df575f80fd5b8063a8b9328a14610525578063ada9652e14610538578063b68d18091461054c578063bf7e214f1461055b578063db1e36e714610563575f80fd5b8063893d20e8116100fa578063893d20e8146104c25780638cf81e46146104ca5780638e32e979146104de5780638fb36037146104f1578063943bd19714610512575f80fd5b8063756b30de146104465780637a9e5e4b146104595780637b1391a61461046c57806381d9b45f1461049c57806386b0e019146104af575f80fd5b8063329d6e74116101c1578063644c45e011610186578063644c45e0146103d0578063675393bf146103ed5780636c1e9dff146104005780636c741e7814610413578063719f761a14610433575f80fd5b8063329d6e741461034d57806336fc697e1461036057806343d752d31461036857806349bb9e4b146103ac5780635ab1bd53146103bf575f80fd5b8063138461e011610207578063138461e0146102bf5780631eff4b22146102df578063214cdb801461031457806321ece6571461032757806327bb7a331461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806310a0638a146102aa575b5f80fd5b610264610246366004612ccd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105f2565b60405162ffffff9091168152602001610270565b61029d610679565b6040516102709190612d22565b6102bd6102b8366004612dc2565b610837565b005b6102c76108f8565b6040516001600160601b039091168152602001610270565b6103067f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610322366004612ccd565b610902565b6102c7610335366004612ddd565b61092e565b6102bd610348366004612f27565b610af4565b6102bd61035b366004612fba565b610b99565b6102bd610ce3565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa303546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102bd6103ba366004612feb565b610d28565b6001546001600160a01b0316610394565b5f805160206136a2833981519152546001600160601b03166102c7565b6102bd6103fb366004613037565b610e24565b6102bd61040e366004612ddd565b610f36565b61041b611252565b6040516001600160401b039091168152602001610270565b6102bd610441366004612dc2565b611348565b6102c7610454366004612ddd565b611548565b6102bd610467366004613037565b6117b1565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa301546001600160a01b0316610394565b6102bd6104aa36600461306b565b611833565b6102c76104bd366004612ddd565b611920565b61039461193e565b6103065f805160206136e283398151915281565b6102bd6104ec3660046130a7565b611a6f565b6104f9611bac565b6040516001600160e01b03199091168152602001610270565b6102bd6105203660046130ef565b611be1565b6102bd61053336600461312c565b611bea565b6103065f805160206136a283398151915281565b60405160038152602001610270565b610394611c77565b6102bd610571366004613156565b611c92565b6102bd610584366004612dc2565b611d00565b6102c76105973660046130ef565b611f14565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa302546001600160a01b0316610394565b6102c76105da366004612ddd565b611f29565b6102bd6105ed366004613189565b611fe9565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610650573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067491906131b5565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074d91906131e2565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161079561193e565b6001600160a01b031681526020018260010180546107b2906131fd565b80601f01602080910402602001604051908101604052809291908181526020018280546107de906131fd565b80156108295780601f1061080057610100808354040283529160200191610829565b820191905f5260205f20905b81548152906001019060200180831161080c57829003601f168201915b505050505081525091505090565b610843335b5f3661205f565b5f5f805160206136e2833981519152600181015460405163085031c560e11b81526001600160601b03851660048201529192506001600160a01b0316906310a0638a906024015f604051808303815f87803b1580156108a0575f80fd5b505af11580156108b2573d5f803e3d5ffd5b50506040516001600160601b03851681527ff154111adc6084a644ef1d75dc89b5549b77bd22f0ceb8607501175f6cf3da35925060200190505b60405180910390a15050565b5f61067430612155565b61090a61234e565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6109383361083c565b5f5f805160206136e2833981519152600181015460405163e8ce883d60e01b81526001600160601b038088166004830152861660248201529192506001600160a01b03169063e8ce883d906044016020604051808303815f875af11580156109a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c691906131e2565b91505f6109db6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610a28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4c9190613240565b90507f1cbf8b37af4df8c27db081983bda17400796238db4d1edf44edacf559b3a25d785828686604051610a83949392919061325b565b60405180910390a160018201546040516331449be960e11b81526001600160a01b039091169063628937d290610abf908490889060040161328f565b5f604051808303815f87803b158015610ad6575f80fd5b505af1158015610ae8573d5f803e3d5ffd5b50505050505092915050565b610afc61234e565b610b068287611fe9565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b8f83826132fc565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610bbb6105f2565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1d91906133ca565b5f805160206137028339815191528054600160401b900460ff1680610c4f575080546001600160401b03808416911610155b15610c6d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610c9783612386565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610ceb61234e565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206137028339815191528054600160401b810460ff1615906001600160401b03165f81158015610d595750825b90505f826001600160401b03166001148015610d745750303b155b905081158015610d82575080155b15610da05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610dca57845460ff60401b1916600160401b1785555b610dd4878761238e565b8315610e1b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610e2c61234e565b806001600160a01b03163b5f03610e665760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610ee0575060408051601f3d908101601f19168201909252610edd918101906133f0565b60015b610f085760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e5d565b80610f315760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e5d565b505b50565b610f3f3361083c565b81610f526001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc39190613240565b6001600160a01b0316336001600160a01b0316146110975780610fee6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03841660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561103b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105f9190613240565b604051620d652560ea1b81526001600160601b0390921660048301526001600160a01b03166024820152336044820152606401610e5d565b5f5f805160206136e28339815191526001810154604051636c1e9dff60e01b81526001600160601b0380881660048301528616602482015291925033915f916001600160a01b031690636c1e9dff906044016020604051808303815f875af1158015611105573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061112991906131e2565b6040516330b8415f60e01b81526001600160601b038716600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015611182573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a691906133f0565b1561124a577f51bb449f96e2d4d2c1cbcba003bf8c0e4859c17581ce0bc7542fd6d6279e9b9d868387846040516111e0949392919061325b565b60405180910390a1600183015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd9061121c908590899060040161328f565b5f604051808303815f87803b158015611233575f80fd5b505af1158015611245573d5f803e3d5ffd5b505050505b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36003604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156112bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e19190613416565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611324573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067491906133ca565b6113513361083c565b806113646001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156113b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d59190613240565b6001600160a01b0316336001600160a01b0316146114005780610fee6001546001600160a01b031690565b5f5f805160206136e283398151915260018101546040516338cfbb0d60e11b81526001600160601b038616600482015291925033915f916001600160a01b03169063719f761a906024016020604051808303815f875af1158015611466573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148a91906131e2565b604080516001600160601b0388811682526001600160a01b038616602083015283168183015290519192507f560ee8c0a69c814defd43602fe8eb63663bc8df678239a581d560f7ed67afda8919081900360600190a160018301546040516331449be960e11b81526001600160a01b039091169063628937d290611514908590859060040161328f565b5f604051808303815f87803b15801561152b575f80fd5b505af115801561153d573d5f803e3d5ffd5b505050505050505050565b5f6115523361083c565b5f805160206136e283398151915280546040805160e0810180835263bc1b392d60e01b9052905133926001600160a01b031691638105cc7f91819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af41580156115c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ed91906131e2565b6001600160601b03168152602001886001600160601b03168152602001611612602090565b60ff1681526020015f151581526020015f6001600160a01b03168152602001846001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b815260040161166e9190612d22565b6020604051808303815f875af115801561168a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ae91906131e2565b6001830154604051630c7b317360e21b81526001600160601b0380841660048301528089166024830152871660448201529194506001600160a01b0316906331ecc5cc906064015f604051808303815f87803b15801561170c575f80fd5b505af115801561171e573d5f803e3d5ffd5b5050604080516001600160601b03878116825289811660208301526001600160a01b038616828401528816606082015290517fbba1f5229b1626c1685c27c3604dd3296a6a69391e1ed009f8c176aa63b8e1d79350908190036080019150a1600182015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd90610abf908490889060040161328f565b336117ba611c77565b6001600160a01b0316816001600160a01b0316146117f55760405162d1953b60e31b81526001600160a01b0382166004820152602401610e5d565b816001600160a01b03163b5f0361182a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e5d565b610f318261260e565b61183c3361083c565b465f805160206136e2833981519152600101546001600160a01b031663562119ee85600a6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044810184905264ffffffffff861660648201526084810185905260a4015f604051808303815f87803b1580156118c1575f80fd5b505af11580156118d3573d5f803e3d5ffd5b5050604080516001600160601b0388168152602081018590527f471a2845289928aa76c379fe01dc0310ebf5000e7a977935811e173bdda224bd935001905060405180910390a150505050565b5f61192a3361083c565b33611936848285612667565b949350505050565b5f805f805160206136a283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ce91906133f0565b15611a59576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a539190613240565b91505090565b54600160601b90046001600160a01b0316919050565b611a7761234e565b611af383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ab7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611adb91906131e2565b60085f8560405180602001604052805f815250610af4565b6001600160a01b03821615611b1057611b0b8261279e565b611b87565b5f611b1b60026127af565b9050611b85816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b809190613240565b61279e565b505b611b97634a531f3360e01b610902565b611ba763daf9067160e01b610902565b505050565b5f805160206136c283398151915280545f9190600160a01b900460ff16611bd3575f611a53565b638fb3603760e01b91505090565b611ba73361083c565b611bf33361083c565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051632a80f67360e01b81526001600160601b0384166004820152602481018390526001600160a01b0390911690632a80f673906044015b5f604051808303815f87803b158015611c65575f80fd5b505af115801561124a573d5f803e3d5ffd5b5f805160206136c2833981519152546001600160a01b031690565b611c9b3361083c565b7f6548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa30154604051635ecf260f60e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690635ecf260f90604401611c4e565b611d093361083c565b80611d1c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611d69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8d9190613240565b6001600160a01b0316336001600160a01b031614611db85780610fee6001546001600160a01b031690565b5f5f805160206136e28339815191526001810154604051636f52667960e11b81526001600160601b038616600482015291925033915f9182916001600160a01b039091169063dea4ccf29060240160408051808303815f875af1158015611e21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e459190613431565b915091505f611e5483836128b6565b604080516001600160601b038a811682526001600160a01b038816602083015283168183015290519192507fce678d95d8c12c4b7d7089c8f7db920fe5cc49352696a601b9e41f65ea3fd239919081900360600190a160018501546040516331449be960e11b81526001600160a01b039091169063628937d290611ede908790859060040161328f565b5f604051808303815f87803b158015611ef5575f80fd5b505af1158015611f07573d5f803e3d5ffd5b5050505050505050505050565b5f611f1e3361083c565b611936848484612667565b5f611f333361083c565b82611f466001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb79190613240565b6001600160a01b0316336001600160a01b031614611fe25780610fee6001546001600160a01b031690565b5092915050565b611ff161234e565b611ffa81610e24565b612002610ce3565b6001600160a01b0382166120295760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206136a283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f805160206136c28339815191525f8061209761207a611c77565b873061208960045f8a8c61345e565b61209291613485565b612941565b915091508161124a5763ffffffff81161561213257825460ff60a01b1916600160a01b1783556120c5611c77565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016120f4939291906134bb565b5f604051808303815f87803b15801561210b575f80fd5b505af115801561211d573d5f803e3d5ffd5b5050845460ff60a01b191685555061124a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e5d565b5f805f805160206136a283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156121c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121e591906133f0565b156122115780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610e5d565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612263573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061228791906133f0565b6122af5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610e5d565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015612301573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232591906131e2565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061370283398151915254600160401b900460ff1661238457604051631afcd79f60e31b815260040160405180910390fd5b565b61023461234e565b5f805160206137028339815191528054600160401b810460ff1615906001600160401b03165f811580156123bf5750825b90505f826001600160401b031660011480156123da5750303b155b9050811580156123e8575080155b156124065760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561243057845460ff60401b1916600160401b1785555b5f805f8880602001905181019061244791906134fa565b92509250925061245882848c611a6f565b5f805160206136e283398151915261247060026127af565b81546001600160a01b0319166001600160a01b039190911617815561249482612a49565b6001820180546001600160a01b0319166001600160a01b03929092169182179055604080516321df0da760e01b815290516321df0da7916004808201926020929091908290030181865afa1580156124ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125129190613240565b6002820180546001600160a01b0319166001600160a01b039283161790556001820154604080516343d752d360e01b8152905191909216916343d752d39160048083019260209291908290030181865afa158015612572573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125969190613240565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556125c8638694498960e01b610902565b505050508315610e1b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e12565b5f805160206136c283398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020016108ec565b5f805f805160206136e2833981519152600181015460405163de0eb85f60e01b81526001600160601b038089166004830152861660248201529192506001600160a01b03169063de0eb85f906044016020604051808303815f875af11580156126d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126f691906131e2565b91507fcf86366087b008a90b57f4e7b955b94599f589d7267649942abfd34305fe5b2f8585858560405161272d949392919061325b565b60405180910390a1600181015460405163e3a817cd60e01b81526001600160a01b039091169063e3a817cd90612769908790879060040161328f565b5f604051808303815f87803b158015612780575f80fd5b505af1158015612792573d5f803e3d5ffd5b50505050509392505050565b6127a661234e565b610f3381612cbc565b5f6127c26001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015612825573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128499190613416565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561288c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128b09190613240565b92915050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015612916573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293a91906131e2565b9392505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516129af9190613539565b5f60405180830381855afa9150503d805f81146129e7576040519150601f19603f3d011682016040523d82523d5f602084013e6129ec565b606091505b50915091508115612a3e576040815110612a1e5780806020019051810190612a14919061354f565b9094509250612a3e565b6020815110612a3e5780806020019051810190612a3b91906133f0565b93505b505094509492505050565b5f80612a5d6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0385811660048301529190911690638b09a5f0906024015f60405180830381865afa158015612aa2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ac991908101906135d1565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4991906133f0565b15612b9a57612b6a8160400151612b5e600390565b60ff9081169116141590565b15612b9357604051637dbf3cff60e11b81526001600160a01b0384166004820152602401610e5d565b5090919050565b6040516301ffc9a760e01b815263fef8804160e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015612be3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c0791906133f0565b612c2f57604051632bf4d8e560e21b81526001600160a01b0384166004820152602401610e5d565b335f805160206136e28339815191525460405163c4c79d8b60e01b81526001600160a01b03868116600483015283811660248301529091169063c4c79d8b906044015f604051808303815f875af1158015612c8c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cb391908101906135d1565b50929392505050565b612cc461234e565b610f338161260e565b5f60208284031215612cdd575f80fd5b81356001600160e01b03198116811461293a575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612d6a608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611936610100840182612cf4565b6001600160601b0381168114610f33575f80fd5b5f60208284031215612dd2575f80fd5b813561293a81612dae565b5f8060408385031215612dee575f80fd5b8235612df981612dae565b91506020830135612e0981612dae565b809150509250929050565b6001600160a01b0381168114610f33575f80fd5b60ff81168114610f33575f80fd5b8015158114610f33575f80fd5b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612e7957612e79612e43565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612ea757612ea7612e43565b604052919050565b5f6001600160401b03821115612ec757612ec7612e43565b50601f01601f191660200190565b5f82601f830112612ee4575f80fd5b8135612ef7612ef282612eaf565b612e7f565b818152846020838601011115612f0b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f805f8060c08789031215612f3c575f80fd5b8635612f4781612e14565b95506020870135612f5781612dae565b94506040870135612f6781612e28565b93506060870135612f7781612e36565b92506080870135612f8781612e14565b915060a08701356001600160401b03811115612fa1575f80fd5b612fad89828a01612ed5565b9150509295509295509295565b5f60208284031215612fca575f80fd5b81356001600160401b03811115612fdf575f80fd5b61193684828501612ed5565b5f8060408385031215612ffc575f80fd5b823561300781612e14565b915060208301356001600160401b03811115613021575f80fd5b61302d85828601612ed5565b9150509250929050565b5f60208284031215613047575f80fd5b813561293a81612e14565b803564ffffffffff81168114613066575f80fd5b919050565b5f805f6060848603121561307d575f80fd5b833561308881612dae565b925061309660208501613052565b929592945050506040919091013590565b5f805f606084860312156130b9575f80fd5b83356130c481612e14565b925060208401356130d481612e14565b915060408401356130e481612e14565b809150509250925092565b5f805f60608486031215613101575f80fd5b833561310c81612dae565b9250602084013561311c81612e14565b915060408401356130e481612dae565b5f806040838503121561313d575f80fd5b823561314881612dae565b946020939093013593505050565b5f8060408385031215613167575f80fd5b823561317281612dae565b915061318060208401613052565b90509250929050565b5f806040838503121561319a575f80fd5b82356131a581612e14565b91506020830135612e0981612e14565b5f602082840312156131c5575f80fd5b815162ffffff8116811461293a575f80fd5b805161306681612dae565b5f602082840312156131f2575f80fd5b815161293a81612dae565b600181811c9082168061321157607f821691505b60208210810361322f57634e487b7160e01b5f52602260045260245ffd5b50919050565b805161306681612e14565b5f60208284031215613250575f80fd5b815161293a81612e14565b6001600160601b0394851681526001600160a01b039390931660208401529083166040830152909116606082015260800190565b6001600160a01b039290921682526001600160601b0316602082015260400190565b601f821115611ba757805f5260205f20601f840160051c810160208510156132d65750805b601f840160051c820191505b818110156132f5575f81556001016132e2565b5050505050565b81516001600160401b0381111561331557613315612e43565b6133298161332384546131fd565b846132b1565b6020601f82116001811461335b575f83156133445750848201515b5f19600385901b1c1916600184901b1784556132f5565b5f84815260208120601f198516915b8281101561338a578785015182556020948501946001909201910161336a565b50848210156133a757868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114610f33575f80fd5b5f602082840312156133da575f80fd5b815161293a816133b6565b805161306681612e36565b5f60208284031215613400575f80fd5b815161293a81612e36565b805161306681612e28565b5f60208284031215613426575f80fd5b815161293a81612e28565b5f8060408385031215613442575f80fd5b825161344d81612dae565b6020840151909250612e0981612dae565b5f808585111561346c575f80fd5b83861115613478575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611fe2576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f805f6060848603121561350c575f80fd5b835161351781612e14565b602085015190935061352881612e14565b60408501519092506130e481612e14565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613560575f80fd5b825161356b81612e36565b602084015190925063ffffffff81168114612e09575f80fd5b5f82601f830112613593575f80fd5b81516135a1612ef282612eaf565b8181528460208386010111156135b5575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156135e1575f80fd5b81516001600160401b038111156135f6575f80fd5b820160e08185031215613607575f80fd5b61360f612e57565b613618826131d7565b8152613626602083016131d7565b60208201526136376040830161340b565b6040820152613648606083016133e5565b606082015261365960808301613235565b608082015261366a60a08301613235565b60a082015260c08201516001600160401b03811115613687575f80fd5b61369386828501613584565b60c08301525094935050505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548005c3f4340f82f348c576c0ff69f7f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122012ff59eee99cd1532cfb15ac3188ccecab5b22df487158dbfbcc676f581f510f64736f6c634300081a0033",
1207
+ "linkReferences": {
1208
+ "contracts/type/Amount.sol": {
1209
+ "AmountLib": [
1210
+ {
1211
+ "length": 20,
1212
+ "start": 4640
1213
+ },
1214
+ {
1215
+ "length": 20,
1216
+ "start": 10676
1217
+ }
1218
+ ]
1219
+ },
1220
+ "contracts/type/NftId.sol": {
1221
+ "NftIdLib": [
1222
+ {
1223
+ "length": 20,
1224
+ "start": 1978
1225
+ },
1226
+ {
1227
+ "length": 20,
1228
+ "start": 5733
1229
+ },
1230
+ {
1231
+ "length": 20,
1232
+ "start": 6728
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 8799
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 11203
1241
+ }
1242
+ ]
1243
+ },
1244
+ "contracts/type/RoleId.sol": {
1245
+ "RoleIdLib": [
1246
+ {
1247
+ "length": 20,
1248
+ "start": 4907
1249
+ }
1250
+ ]
1251
+ },
1252
+ "contracts/type/Version.sol": {
1253
+ "VersionLib": [
1254
+ {
1255
+ "length": 20,
1256
+ "start": 1774
1257
+ },
1258
+ {
1259
+ "length": 20,
1260
+ "start": 3185
1261
+ }
1262
+ ],
1263
+ "VersionPartLib": [
1264
+ {
1265
+ "length": 20,
1266
+ "start": 4955
1267
+ },
1268
+ {
1269
+ "length": 20,
1270
+ "start": 10435
1271
+ }
1272
+ ]
1273
+ }
1274
+ },
1275
+ "deployedLinkReferences": {
1276
+ "contracts/type/Amount.sol": {
1277
+ "AmountLib": [
1278
+ {
1279
+ "length": 20,
1280
+ "start": 4426
1281
+ },
1282
+ {
1283
+ "length": 20,
1284
+ "start": 10462
1285
+ }
1286
+ ]
1287
+ },
1288
+ "contracts/type/NftId.sol": {
1289
+ "NftIdLib": [
1290
+ {
1291
+ "length": 20,
1292
+ "start": 1764
1293
+ },
1294
+ {
1295
+ "length": 20,
1296
+ "start": 5519
1297
+ },
1298
+ {
1299
+ "length": 20,
1300
+ "start": 6514
1301
+ },
1302
+ {
1303
+ "length": 20,
1304
+ "start": 8585
1305
+ },
1306
+ {
1307
+ "length": 20,
1308
+ "start": 10989
1309
+ }
1310
+ ]
1311
+ },
1312
+ "contracts/type/RoleId.sol": {
1313
+ "RoleIdLib": [
1314
+ {
1315
+ "length": 20,
1316
+ "start": 4693
1317
+ }
1318
+ ]
1319
+ },
1320
+ "contracts/type/Version.sol": {
1321
+ "VersionLib": [
1322
+ {
1323
+ "length": 20,
1324
+ "start": 1560
1325
+ },
1326
+ {
1327
+ "length": 20,
1328
+ "start": 2971
1329
+ }
1330
+ ],
1331
+ "VersionPartLib": [
1332
+ {
1333
+ "length": 20,
1334
+ "start": 4741
1335
+ },
1336
+ {
1337
+ "length": 20,
1338
+ "start": 10221
1339
+ }
1340
+ ]
1341
+ }
1342
+ }
1343
+ }