@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-fe8cf39-182

Sign up to get free protection for your applications and to get access to all the features.
Files changed (627) hide show
  1. package/README.md +427 -9
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1379 -0
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  11. package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +542 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1130 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +350 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +589 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1509 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +864 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1475 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +589 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +589 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1479 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +589 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +589 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2426 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +589 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +359 -498
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +772 -0
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +522 -574
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1929 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +661 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2429 -0
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1046 -0
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +748 -0
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  102. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  103. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  104. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  105. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  106. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  107. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  108. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  109. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
  110. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  111. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  112. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +959 -0
  114. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +569 -0
  116. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  118. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +774 -0
  120. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
  122. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
  124. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
  126. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
  128. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
  130. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +589 -0
  132. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
  134. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
  136. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
  138. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
  140. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  141. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
  142. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  143. package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
  144. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
  146. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  147. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
  148. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
  150. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  151. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
  152. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
  154. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  155. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
  156. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  157. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +589 -0
  158. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  159. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
  160. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
  162. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +597 -0
  164. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
  166. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
  168. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  169. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
  170. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  171. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
  172. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  173. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +453 -0
  174. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
  176. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  177. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +293 -0
  178. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
  180. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  181. package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
  182. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
  184. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  185. package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
  186. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  187. package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
  188. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  189. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
  190. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +827 -0
  192. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1054 -115
  194. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  195. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1043 -0
  196. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  197. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  198. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  199. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  200. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  201. package/artifacts/contracts/registry/Registry.sol/Registry.json +1567 -153
  202. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  203. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1928 -0
  204. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  205. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1269 -0
  206. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  207. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +735 -0
  208. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1849 -0
  210. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  212. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1333 -0
  214. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  215. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  216. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  217. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  218. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  219. package/artifacts/contracts/shared/Component.sol/Component.json +707 -0
  220. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1571 -0
  222. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +820 -0
  224. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +485 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  229. package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  230. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  231. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  234. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
  236. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1203 -0
  238. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
  240. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  241. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
  242. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  243. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  245. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +147 -0
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  247. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  249. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +329 -0
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  251. package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
  252. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  253. package/artifacts/contracts/shared/IService.sol/IService.json +399 -0
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  257. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
  258. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  259. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  260. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  262. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  264. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  265. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  266. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  267. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  268. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  269. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +378 -0
  270. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  271. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  272. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  273. package/artifacts/contracts/shared/Service.sol/Service.json +453 -0
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
  276. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  278. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  279. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  280. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1494 -0
  282. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  283. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
  284. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +469 -0
  286. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  287. package/artifacts/contracts/staking/Staking.sol/Staking.json +1917 -0
  288. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  290. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +796 -0
  292. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
  294. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
  296. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
  298. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  299. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  301. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  303. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  308. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  310. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  312. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  314. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  316. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  317. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  318. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  320. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  321. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  322. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  324. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  326. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  328. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  330. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +199 -0
  332. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
  334. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  336. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  340. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  342. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  344. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  346. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  348. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  350. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
  352. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  354. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  356. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  358. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  360. package/contracts/accounting/AccountingService.sol +262 -0
  361. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  362. package/contracts/accounting/IAccountingService.sol +45 -0
  363. package/contracts/authorization/AccessAdmin.sol +689 -0
  364. package/contracts/authorization/AccessManagerCloneable.sol +149 -0
  365. package/contracts/authorization/Authorization.sol +337 -0
  366. package/contracts/authorization/IAccess.sol +49 -0
  367. package/contracts/authorization/IAccessAdmin.sol +143 -0
  368. package/contracts/authorization/IAuthorization.sol +74 -0
  369. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  370. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  371. package/contracts/distribution/BasicDistribution.sol +141 -0
  372. package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
  373. package/contracts/distribution/Distribution.sol +289 -0
  374. package/contracts/distribution/DistributionService.sol +358 -0
  375. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  376. package/contracts/distribution/IDistributionComponent.sol +52 -0
  377. package/contracts/distribution/IDistributionService.sol +101 -0
  378. package/contracts/examples/fire/DamageLevel.sol +59 -0
  379. package/contracts/examples/fire/FirePool.sol +90 -0
  380. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  381. package/contracts/examples/fire/FireProduct.sol +438 -0
  382. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  383. package/contracts/examples/fire/FireUSD.sol +26 -0
  384. package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
  385. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  386. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  387. package/contracts/examples/unpermissioned/SimplePool.sol +106 -0
  388. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  389. package/contracts/examples/unpermissioned/SimpleProduct.sol +377 -0
  390. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  391. package/contracts/instance/BundleSet.sol +130 -0
  392. package/contracts/instance/IInstance.sol +65 -15
  393. package/contracts/instance/IInstanceService.sol +73 -0
  394. package/contracts/instance/Instance.sol +237 -46
  395. package/contracts/instance/InstanceAdmin.sol +437 -0
  396. package/contracts/instance/InstanceAuthorizationV3.sol +213 -0
  397. package/contracts/instance/InstanceReader.sol +637 -0
  398. package/contracts/instance/InstanceService.sol +416 -0
  399. package/contracts/instance/InstanceServiceManager.sol +39 -0
  400. package/contracts/instance/InstanceStore.sol +298 -0
  401. package/contracts/instance/RiskSet.sol +118 -0
  402. package/contracts/instance/base/BalanceStore.sol +123 -0
  403. package/contracts/instance/base/Cloneable.sol +28 -0
  404. package/contracts/instance/base/ObjectCounter.sol +20 -0
  405. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  406. package/contracts/instance/base/ObjectSet.sol +77 -0
  407. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  408. package/contracts/instance/module/IBundle.sol +20 -0
  409. package/contracts/instance/module/IComponents.sol +51 -0
  410. package/contracts/instance/module/IDistribution.sol +42 -0
  411. package/contracts/instance/module/IPolicy.sol +85 -0
  412. package/contracts/instance/module/IRisk.sol +14 -0
  413. package/contracts/mock/Dip.sol +26 -0
  414. package/contracts/oracle/BasicOracle.sol +47 -0
  415. package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
  416. package/contracts/oracle/IOracle.sol +36 -0
  417. package/contracts/oracle/IOracleComponent.sol +33 -0
  418. package/contracts/oracle/IOracleService.sol +66 -0
  419. package/contracts/oracle/Oracle.sol +156 -0
  420. package/contracts/oracle/OracleService.sol +310 -0
  421. package/contracts/oracle/OracleServiceManager.sol +39 -0
  422. package/contracts/pool/BasicPool.sol +175 -0
  423. package/contracts/pool/BasicPoolAuthorization.sol +76 -0
  424. package/contracts/pool/BundleService.sol +395 -0
  425. package/contracts/pool/BundleServiceManager.sol +39 -0
  426. package/contracts/pool/IBundleService.sol +115 -0
  427. package/contracts/pool/IPoolComponent.sol +62 -0
  428. package/contracts/pool/IPoolService.sol +165 -0
  429. package/contracts/pool/Pool.sol +345 -0
  430. package/contracts/pool/PoolLib.sol +216 -0
  431. package/contracts/pool/PoolService.sol +757 -0
  432. package/contracts/pool/PoolServiceManager.sol +39 -0
  433. package/contracts/product/ApplicationService.sol +259 -0
  434. package/contracts/product/ApplicationServiceManager.sol +38 -0
  435. package/contracts/product/BasicProduct.sol +51 -0
  436. package/contracts/product/BasicProductAuthorization.sol +56 -0
  437. package/contracts/product/ClaimService.sol +632 -0
  438. package/contracts/product/ClaimServiceManager.sol +38 -0
  439. package/contracts/product/IApplicationService.sol +66 -0
  440. package/contracts/product/IClaimService.sol +135 -0
  441. package/contracts/product/IPolicyService.sol +95 -0
  442. package/contracts/product/IPricingService.sol +39 -0
  443. package/contracts/product/IProductComponent.sol +62 -0
  444. package/contracts/product/IRiskService.sol +33 -0
  445. package/contracts/product/PolicyService.sol +682 -0
  446. package/contracts/product/PolicyServiceLib.sol +65 -0
  447. package/contracts/product/PolicyServiceManager.sol +39 -0
  448. package/contracts/product/PricingService.sol +304 -0
  449. package/contracts/product/PricingServiceManager.sol +39 -0
  450. package/contracts/product/Product.sol +478 -0
  451. package/contracts/product/RiskService.sol +145 -0
  452. package/contracts/product/RiskServiceManager.sol +39 -0
  453. package/contracts/registry/ChainNft.sol +249 -0
  454. package/contracts/registry/IRegistry.sol +151 -51
  455. package/contracts/registry/IRegistryService.sol +62 -0
  456. package/contracts/registry/IRelease.sol +26 -0
  457. package/contracts/registry/ITransferInterceptor.sol +6 -0
  458. package/contracts/registry/Registry.sol +660 -127
  459. package/contracts/registry/RegistryAdmin.sol +354 -0
  460. package/contracts/registry/RegistryService.sol +241 -0
  461. package/contracts/registry/RegistryServiceManager.sol +53 -0
  462. package/contracts/registry/ReleaseAdmin.sol +245 -0
  463. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  464. package/contracts/registry/ReleaseRegistry.sol +511 -0
  465. package/contracts/registry/ServiceAuthorizationV3.sol +247 -0
  466. package/contracts/registry/TokenRegistry.sol +313 -0
  467. package/contracts/shared/Component.sol +227 -0
  468. package/contracts/shared/ComponentService.sol +692 -0
  469. package/contracts/shared/ComponentServiceManager.sol +38 -0
  470. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  471. package/contracts/shared/ContractLib.sol +253 -0
  472. package/contracts/shared/IComponent.sol +61 -0
  473. package/contracts/shared/IComponentService.sol +112 -0
  474. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  475. package/contracts/shared/IKeyValueStore.sol +54 -0
  476. package/contracts/shared/ILifecycle.sol +31 -0
  477. package/contracts/shared/INftOwnable.sol +25 -0
  478. package/contracts/shared/IPolicyHolder.sol +35 -0
  479. package/contracts/shared/IRegisterable.sol +37 -0
  480. package/contracts/shared/IRegistryLinked.sol +11 -0
  481. package/contracts/shared/IService.sol +23 -0
  482. package/contracts/shared/InitializableERC165.sol +27 -0
  483. package/contracts/shared/InstanceLinkedComponent.sol +197 -0
  484. package/contracts/shared/KeyValueStore.sol +131 -0
  485. package/contracts/shared/Lifecycle.sol +88 -0
  486. package/contracts/shared/NftIdSet.sol +65 -0
  487. package/contracts/shared/NftOwnable.sol +127 -0
  488. package/contracts/shared/PolicyHolder.sol +62 -0
  489. package/contracts/shared/Registerable.sol +109 -0
  490. package/contracts/shared/RegistryLinked.sol +38 -0
  491. package/contracts/shared/Service.sol +65 -0
  492. package/contracts/shared/TokenHandler.sol +341 -0
  493. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  494. package/contracts/staking/IStaking.sol +171 -0
  495. package/contracts/staking/IStakingService.sol +172 -0
  496. package/contracts/staking/StakeManagerLib.sol +276 -0
  497. package/contracts/staking/Staking.sol +546 -0
  498. package/contracts/staking/StakingLifecycle.sol +23 -0
  499. package/contracts/staking/StakingManager.sol +52 -0
  500. package/contracts/staking/StakingReader.sol +180 -0
  501. package/contracts/staking/StakingService.sol +464 -0
  502. package/contracts/staking/StakingServiceManager.sol +45 -0
  503. package/contracts/staking/StakingStore.sol +606 -0
  504. package/contracts/staking/TargetManagerLib.sol +211 -0
  505. package/contracts/type/AddressSet.sol +58 -0
  506. package/contracts/type/Amount.sol +150 -0
  507. package/contracts/type/Blocknumber.sol +142 -0
  508. package/contracts/type/ClaimId.sol +80 -0
  509. package/contracts/type/DistributorType.sol +55 -0
  510. package/contracts/type/Fee.sol +66 -0
  511. package/contracts/type/Key32.sol +50 -0
  512. package/contracts/type/Key32Set.sol +62 -0
  513. package/contracts/type/NftId.sol +85 -0
  514. package/contracts/type/NftIdSet.sol +62 -0
  515. package/contracts/type/ObjectType.sol +303 -0
  516. package/contracts/type/PayoutId.sol +82 -0
  517. package/contracts/type/Referral.sol +90 -0
  518. package/contracts/type/RequestId.sol +75 -0
  519. package/contracts/type/RiskId.sol +74 -0
  520. package/contracts/type/RoleId.sol +182 -0
  521. package/contracts/type/Seconds.sol +101 -0
  522. package/contracts/type/Selector.sol +107 -0
  523. package/contracts/type/StateId.sol +149 -0
  524. package/contracts/type/String.sol +53 -0
  525. package/contracts/type/Timestamp.sol +141 -0
  526. package/contracts/type/UFixed.sol +245 -0
  527. package/contracts/type/Version.sol +120 -0
  528. package/contracts/upgradeability/IVersionable.sol +53 -0
  529. package/contracts/upgradeability/ProxyManager.sol +232 -0
  530. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  531. package/contracts/upgradeability/Versionable.sol +59 -0
  532. package/package.json +26 -7
  533. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  534. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  535. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  536. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  537. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  538. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  539. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  540. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  541. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  542. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
  543. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  544. package/artifacts/contracts/components/Product.sol/Product.json +0 -213
  545. package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
  546. package/artifacts/contracts/experiment/A.sol/A.json +0 -128
  547. package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
  548. package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
  549. package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
  550. package/artifacts/contracts/experiment/B.sol/B.json +0 -76
  551. package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
  552. package/artifacts/contracts/experiment/C.sol/C.json +0 -89
  553. package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
  554. package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
  555. package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
  556. package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
  557. package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
  558. package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
  559. package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
  560. package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
  561. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  563. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  564. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  565. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  566. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  567. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  568. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  569. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
  571. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  572. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
  573. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  574. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  575. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  576. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  577. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  578. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  579. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  580. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  581. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  582. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  583. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  584. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  585. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  586. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  587. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  588. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  589. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  591. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  592. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  593. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  594. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  595. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  596. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  597. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  598. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
  599. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  600. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  601. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  602. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  603. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  604. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  605. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  606. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  607. package/contracts/components/Component.sol +0 -62
  608. package/contracts/components/IPool.sol +0 -9
  609. package/contracts/components/IProduct.sol +0 -11
  610. package/contracts/components/Pool.sol +0 -29
  611. package/contracts/components/Product.sol +0 -65
  612. package/contracts/experiment/A.sol +0 -56
  613. package/contracts/experiment/B.sol +0 -23
  614. package/contracts/experiment/C.sol +0 -28
  615. package/contracts/experiment/IA.sol +0 -18
  616. package/contracts/experiment/IB.sol +0 -9
  617. package/contracts/experiment/IC.sol +0 -11
  618. package/contracts/instance/access/Access.sol +0 -218
  619. package/contracts/instance/access/IAccess.sol +0 -83
  620. package/contracts/instance/component/ComponentModule.sol +0 -259
  621. package/contracts/instance/component/IComponent.sol +0 -94
  622. package/contracts/instance/policy/IPolicy.sol +0 -66
  623. package/contracts/instance/policy/PolicyModule.sol +0 -106
  624. package/contracts/instance/pool/IPoolModule.sol +0 -40
  625. package/contracts/instance/pool/PoolModule.sol +0 -83
  626. package/contracts/instance/product/IProductService.sol +0 -45
  627. package/contracts/instance/product/ProductService.sol +0 -105
@@ -0,0 +1,1046 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "InstanceService",
4
+ "sourceName": "contracts/instance/InstanceService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "ERC1167FailedCreateClone",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "address",
53
+ "name": "authority",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "ErrorAuthorityInvalid",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [],
62
+ "name": "ErrorInstanceServiceAccessManagerZero",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "ErrorInstanceServiceBundleSetInstanceMismatch",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "ErrorInstanceServiceBundleSetZero",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "component",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "name": "ErrorInstanceServiceComponentNotInstanceLinked",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [
93
+ {
94
+ "internalType": "address",
95
+ "name": "componentAddress",
96
+ "type": "address"
97
+ }
98
+ ],
99
+ "name": "ErrorInstanceServiceComponentNotRegistered",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "ErrorInstanceServiceInstanceAddressZero",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "ErrorInstanceServiceInstanceAdminZero",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [],
114
+ "name": "ErrorInstanceServiceInstanceAuthorityMismatch",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "inputs": [
119
+ {
120
+ "internalType": "NftId",
121
+ "name": "instanceNftId",
122
+ "type": "uint96"
123
+ },
124
+ {
125
+ "internalType": "NftId",
126
+ "name": "componentNftId",
127
+ "type": "uint96"
128
+ }
129
+ ],
130
+ "name": "ErrorInstanceServiceInstanceComponentMismatch",
131
+ "type": "error"
132
+ },
133
+ {
134
+ "inputs": [],
135
+ "name": "ErrorInstanceServiceInstanceReaderAddressZero",
136
+ "type": "error"
137
+ },
138
+ {
139
+ "inputs": [],
140
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
141
+ "type": "error"
142
+ },
143
+ {
144
+ "inputs": [],
145
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [],
150
+ "name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
151
+ "type": "error"
152
+ },
153
+ {
154
+ "inputs": [],
155
+ "name": "ErrorInstanceServiceInstanceReaderZero",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "ErrorInstanceServiceInstanceStoreZero",
166
+ "type": "error"
167
+ },
168
+ {
169
+ "inputs": [
170
+ {
171
+ "internalType": "address",
172
+ "name": "instance",
173
+ "type": "address"
174
+ },
175
+ {
176
+ "internalType": "VersionPart",
177
+ "name": "instanceVersion",
178
+ "type": "uint8"
179
+ }
180
+ ],
181
+ "name": "ErrorInstanceServiceInstanceVersionMismatch",
182
+ "type": "error"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "address",
188
+ "name": "componentAddress",
189
+ "type": "address"
190
+ },
191
+ {
192
+ "internalType": "ObjectType",
193
+ "name": "expectedType",
194
+ "type": "uint8"
195
+ },
196
+ {
197
+ "internalType": "ObjectType",
198
+ "name": "componentType",
199
+ "type": "uint8"
200
+ }
201
+ ],
202
+ "name": "ErrorInstanceServiceInvalidComponentType",
203
+ "type": "error"
204
+ },
205
+ {
206
+ "inputs": [],
207
+ "name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "inputs": [],
217
+ "name": "ErrorInstanceServiceMasterInstanceAlreadySet",
218
+ "type": "error"
219
+ },
220
+ {
221
+ "inputs": [],
222
+ "name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "inputs": [],
227
+ "name": "ErrorInstanceServiceMasterRiskSetAlreadySet",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "address",
234
+ "name": "instance",
235
+ "type": "address"
236
+ },
237
+ {
238
+ "internalType": "ObjectType",
239
+ "name": "objectType",
240
+ "type": "uint8"
241
+ }
242
+ ],
243
+ "name": "ErrorInstanceServiceNotInstance",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [
248
+ {
249
+ "internalType": "NftId",
250
+ "name": "nftId",
251
+ "type": "uint96"
252
+ }
253
+ ],
254
+ "name": "ErrorInstanceServiceNotInstanceNftId",
255
+ "type": "error"
256
+ },
257
+ {
258
+ "inputs": [
259
+ {
260
+ "internalType": "address",
261
+ "name": "instance",
262
+ "type": "address"
263
+ }
264
+ ],
265
+ "name": "ErrorInstanceServiceNotRegistered",
266
+ "type": "error"
267
+ },
268
+ {
269
+ "inputs": [
270
+ {
271
+ "internalType": "address",
272
+ "name": "caller",
273
+ "type": "address"
274
+ }
275
+ ],
276
+ "name": "ErrorInstanceServiceRequestUnauhorized",
277
+ "type": "error"
278
+ },
279
+ {
280
+ "inputs": [],
281
+ "name": "ErrorInstanceServiceRiskSetAuthorityMismatch",
282
+ "type": "error"
283
+ },
284
+ {
285
+ "inputs": [],
286
+ "name": "ErrorInstanceServiceRiskSetInstanceMismatch",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "inputs": [],
291
+ "name": "ErrorInstanceServiceRiskSetZero",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [
296
+ {
297
+ "internalType": "NftId",
298
+ "name": "nftId",
299
+ "type": "uint96"
300
+ }
301
+ ],
302
+ "name": "ErrorNftOwnableAlreadyLinked",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [
307
+ {
308
+ "internalType": "address",
309
+ "name": "contractAddress",
310
+ "type": "address"
311
+ }
312
+ ],
313
+ "name": "ErrorNftOwnableContractNotRegistered",
314
+ "type": "error"
315
+ },
316
+ {
317
+ "inputs": [],
318
+ "name": "ErrorNftOwnableInitialOwnerZero",
319
+ "type": "error"
320
+ },
321
+ {
322
+ "inputs": [
323
+ {
324
+ "internalType": "NftId",
325
+ "name": "nftId",
326
+ "type": "uint96"
327
+ },
328
+ {
329
+ "internalType": "ObjectType",
330
+ "name": "expectedObjectType",
331
+ "type": "uint8"
332
+ }
333
+ ],
334
+ "name": "ErrorNftOwnableInvalidType",
335
+ "type": "error"
336
+ },
337
+ {
338
+ "inputs": [
339
+ {
340
+ "internalType": "address",
341
+ "name": "account",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "ErrorNftOwnableNotOwner",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "inputs": [
350
+ {
351
+ "internalType": "address",
352
+ "name": "registryAddress",
353
+ "type": "address"
354
+ }
355
+ ],
356
+ "name": "ErrorNotRegistry",
357
+ "type": "error"
358
+ },
359
+ {
360
+ "inputs": [],
361
+ "name": "ErrorRegisterableNotActive",
362
+ "type": "error"
363
+ },
364
+ {
365
+ "inputs": [],
366
+ "name": "InvalidInitialization",
367
+ "type": "error"
368
+ },
369
+ {
370
+ "inputs": [],
371
+ "name": "NotInitializing",
372
+ "type": "error"
373
+ },
374
+ {
375
+ "inputs": [],
376
+ "name": "ReentrancyGuardReentrantCall",
377
+ "type": "error"
378
+ },
379
+ {
380
+ "anonymous": false,
381
+ "inputs": [
382
+ {
383
+ "indexed": false,
384
+ "internalType": "address",
385
+ "name": "authority",
386
+ "type": "address"
387
+ }
388
+ ],
389
+ "name": "AuthorityUpdated",
390
+ "type": "event"
391
+ },
392
+ {
393
+ "anonymous": false,
394
+ "inputs": [
395
+ {
396
+ "indexed": false,
397
+ "internalType": "uint64",
398
+ "name": "version",
399
+ "type": "uint64"
400
+ }
401
+ ],
402
+ "name": "Initialized",
403
+ "type": "event"
404
+ },
405
+ {
406
+ "anonymous": false,
407
+ "inputs": [
408
+ {
409
+ "indexed": false,
410
+ "internalType": "NftId",
411
+ "name": "instanceNftId",
412
+ "type": "uint96"
413
+ },
414
+ {
415
+ "indexed": false,
416
+ "internalType": "address",
417
+ "name": "instance",
418
+ "type": "address"
419
+ }
420
+ ],
421
+ "name": "LogInstanceCloned",
422
+ "type": "event"
423
+ },
424
+ {
425
+ "inputs": [],
426
+ "name": "INSTANCE_CREATION_CODE_HASH",
427
+ "outputs": [
428
+ {
429
+ "internalType": "bytes32",
430
+ "name": "",
431
+ "type": "bytes32"
432
+ }
433
+ ],
434
+ "stateMutability": "view",
435
+ "type": "function"
436
+ },
437
+ {
438
+ "inputs": [],
439
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
440
+ "outputs": [
441
+ {
442
+ "internalType": "bytes32",
443
+ "name": "",
444
+ "type": "bytes32"
445
+ }
446
+ ],
447
+ "stateMutability": "view",
448
+ "type": "function"
449
+ },
450
+ {
451
+ "inputs": [],
452
+ "name": "REGISTERABLE_LOCATION_V1",
453
+ "outputs": [
454
+ {
455
+ "internalType": "bytes32",
456
+ "name": "",
457
+ "type": "bytes32"
458
+ }
459
+ ],
460
+ "stateMutability": "view",
461
+ "type": "function"
462
+ },
463
+ {
464
+ "inputs": [],
465
+ "name": "authority",
466
+ "outputs": [
467
+ {
468
+ "internalType": "address",
469
+ "name": "",
470
+ "type": "address"
471
+ }
472
+ ],
473
+ "stateMutability": "view",
474
+ "type": "function"
475
+ },
476
+ {
477
+ "inputs": [],
478
+ "name": "createInstance",
479
+ "outputs": [
480
+ {
481
+ "internalType": "contract IInstance",
482
+ "name": "instance",
483
+ "type": "address"
484
+ },
485
+ {
486
+ "internalType": "NftId",
487
+ "name": "instanceNftId",
488
+ "type": "uint96"
489
+ }
490
+ ],
491
+ "stateMutability": "nonpayable",
492
+ "type": "function"
493
+ },
494
+ {
495
+ "inputs": [],
496
+ "name": "getDomain",
497
+ "outputs": [
498
+ {
499
+ "internalType": "ObjectType",
500
+ "name": "serviceDomain",
501
+ "type": "uint8"
502
+ }
503
+ ],
504
+ "stateMutability": "pure",
505
+ "type": "function"
506
+ },
507
+ {
508
+ "inputs": [],
509
+ "name": "getInitialInfo",
510
+ "outputs": [
511
+ {
512
+ "components": [
513
+ {
514
+ "internalType": "NftId",
515
+ "name": "nftId",
516
+ "type": "uint96"
517
+ },
518
+ {
519
+ "internalType": "NftId",
520
+ "name": "parentNftId",
521
+ "type": "uint96"
522
+ },
523
+ {
524
+ "internalType": "ObjectType",
525
+ "name": "objectType",
526
+ "type": "uint8"
527
+ },
528
+ {
529
+ "internalType": "bool",
530
+ "name": "isInterceptor",
531
+ "type": "bool"
532
+ },
533
+ {
534
+ "internalType": "address",
535
+ "name": "objectAddress",
536
+ "type": "address"
537
+ },
538
+ {
539
+ "internalType": "address",
540
+ "name": "initialOwner",
541
+ "type": "address"
542
+ },
543
+ {
544
+ "internalType": "bytes",
545
+ "name": "data",
546
+ "type": "bytes"
547
+ }
548
+ ],
549
+ "internalType": "struct IRegistry.ObjectInfo",
550
+ "name": "info",
551
+ "type": "tuple"
552
+ }
553
+ ],
554
+ "stateMutability": "view",
555
+ "type": "function"
556
+ },
557
+ {
558
+ "inputs": [],
559
+ "name": "getMasterInstanceReader",
560
+ "outputs": [
561
+ {
562
+ "internalType": "address",
563
+ "name": "",
564
+ "type": "address"
565
+ }
566
+ ],
567
+ "stateMutability": "view",
568
+ "type": "function"
569
+ },
570
+ {
571
+ "inputs": [],
572
+ "name": "getNftId",
573
+ "outputs": [
574
+ {
575
+ "internalType": "NftId",
576
+ "name": "",
577
+ "type": "uint96"
578
+ }
579
+ ],
580
+ "stateMutability": "view",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "inputs": [],
585
+ "name": "getOwner",
586
+ "outputs": [
587
+ {
588
+ "internalType": "address",
589
+ "name": "",
590
+ "type": "address"
591
+ }
592
+ ],
593
+ "stateMutability": "view",
594
+ "type": "function"
595
+ },
596
+ {
597
+ "inputs": [],
598
+ "name": "getRegistry",
599
+ "outputs": [
600
+ {
601
+ "internalType": "contract IRegistry",
602
+ "name": "",
603
+ "type": "address"
604
+ }
605
+ ],
606
+ "stateMutability": "view",
607
+ "type": "function"
608
+ },
609
+ {
610
+ "inputs": [],
611
+ "name": "getRelease",
612
+ "outputs": [
613
+ {
614
+ "internalType": "VersionPart",
615
+ "name": "release",
616
+ "type": "uint8"
617
+ }
618
+ ],
619
+ "stateMutability": "view",
620
+ "type": "function"
621
+ },
622
+ {
623
+ "inputs": [],
624
+ "name": "getRoleId",
625
+ "outputs": [
626
+ {
627
+ "internalType": "RoleId",
628
+ "name": "serviceRoleId",
629
+ "type": "uint64"
630
+ }
631
+ ],
632
+ "stateMutability": "view",
633
+ "type": "function"
634
+ },
635
+ {
636
+ "inputs": [],
637
+ "name": "getVersion",
638
+ "outputs": [
639
+ {
640
+ "internalType": "Version",
641
+ "name": "",
642
+ "type": "uint24"
643
+ }
644
+ ],
645
+ "stateMutability": "pure",
646
+ "type": "function"
647
+ },
648
+ {
649
+ "inputs": [
650
+ {
651
+ "internalType": "address",
652
+ "name": "activatedBy",
653
+ "type": "address"
654
+ },
655
+ {
656
+ "internalType": "bytes",
657
+ "name": "data",
658
+ "type": "bytes"
659
+ }
660
+ ],
661
+ "name": "initializeVersionable",
662
+ "outputs": [],
663
+ "stateMutability": "nonpayable",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [],
668
+ "name": "isActive",
669
+ "outputs": [
670
+ {
671
+ "internalType": "bool",
672
+ "name": "active",
673
+ "type": "bool"
674
+ }
675
+ ],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [],
681
+ "name": "isConsumingScheduledOp",
682
+ "outputs": [
683
+ {
684
+ "internalType": "bytes4",
685
+ "name": "",
686
+ "type": "bytes4"
687
+ }
688
+ ],
689
+ "stateMutability": "view",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "inputs": [],
694
+ "name": "linkToRegisteredNftId",
695
+ "outputs": [
696
+ {
697
+ "internalType": "NftId",
698
+ "name": "nftId",
699
+ "type": "uint96"
700
+ }
701
+ ],
702
+ "stateMutability": "nonpayable",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [
707
+ {
708
+ "internalType": "address",
709
+ "name": "rewardProvider",
710
+ "type": "address"
711
+ },
712
+ {
713
+ "internalType": "Amount",
714
+ "name": "dipAmount",
715
+ "type": "uint96"
716
+ }
717
+ ],
718
+ "name": "refillStakingRewardReserves",
719
+ "outputs": [],
720
+ "stateMutability": "nonpayable",
721
+ "type": "function"
722
+ },
723
+ {
724
+ "inputs": [
725
+ {
726
+ "internalType": "address",
727
+ "name": "instanceAddress",
728
+ "type": "address"
729
+ }
730
+ ],
731
+ "name": "setAndRegisterMasterInstance",
732
+ "outputs": [
733
+ {
734
+ "internalType": "NftId",
735
+ "name": "masterInstanceNftId",
736
+ "type": "uint96"
737
+ }
738
+ ],
739
+ "stateMutability": "nonpayable",
740
+ "type": "function"
741
+ },
742
+ {
743
+ "inputs": [
744
+ {
745
+ "internalType": "address",
746
+ "name": "newAuthority",
747
+ "type": "address"
748
+ }
749
+ ],
750
+ "name": "setAuthority",
751
+ "outputs": [],
752
+ "stateMutability": "nonpayable",
753
+ "type": "function"
754
+ },
755
+ {
756
+ "inputs": [
757
+ {
758
+ "internalType": "Seconds",
759
+ "name": "stakeLockingPeriod",
760
+ "type": "uint40"
761
+ }
762
+ ],
763
+ "name": "setStakingLockingPeriod",
764
+ "outputs": [],
765
+ "stateMutability": "nonpayable",
766
+ "type": "function"
767
+ },
768
+ {
769
+ "inputs": [
770
+ {
771
+ "internalType": "Amount",
772
+ "name": "maxStakedAmount",
773
+ "type": "uint96"
774
+ }
775
+ ],
776
+ "name": "setStakingMaxStakedAmount",
777
+ "outputs": [],
778
+ "stateMutability": "nonpayable",
779
+ "type": "function"
780
+ },
781
+ {
782
+ "inputs": [
783
+ {
784
+ "internalType": "UFixed",
785
+ "name": "rewardRate",
786
+ "type": "uint256"
787
+ }
788
+ ],
789
+ "name": "setStakingRewardRate",
790
+ "outputs": [],
791
+ "stateMutability": "nonpayable",
792
+ "type": "function"
793
+ },
794
+ {
795
+ "inputs": [
796
+ {
797
+ "internalType": "bytes4",
798
+ "name": "interfaceId",
799
+ "type": "bytes4"
800
+ }
801
+ ],
802
+ "name": "supportsInterface",
803
+ "outputs": [
804
+ {
805
+ "internalType": "bool",
806
+ "name": "",
807
+ "type": "bool"
808
+ }
809
+ ],
810
+ "stateMutability": "view",
811
+ "type": "function"
812
+ },
813
+ {
814
+ "inputs": [
815
+ {
816
+ "internalType": "NftId",
817
+ "name": "instanceNftId",
818
+ "type": "uint96"
819
+ }
820
+ ],
821
+ "name": "upgradeInstanceReader",
822
+ "outputs": [],
823
+ "stateMutability": "nonpayable",
824
+ "type": "function"
825
+ },
826
+ {
827
+ "inputs": [
828
+ {
829
+ "internalType": "address",
830
+ "name": "instanceReaderAddress",
831
+ "type": "address"
832
+ }
833
+ ],
834
+ "name": "upgradeMasterInstanceReader",
835
+ "outputs": [],
836
+ "stateMutability": "nonpayable",
837
+ "type": "function"
838
+ },
839
+ {
840
+ "inputs": [
841
+ {
842
+ "internalType": "bytes",
843
+ "name": "data",
844
+ "type": "bytes"
845
+ }
846
+ ],
847
+ "name": "upgradeVersionable",
848
+ "outputs": [],
849
+ "stateMutability": "nonpayable",
850
+ "type": "function"
851
+ },
852
+ {
853
+ "inputs": [
854
+ {
855
+ "internalType": "Amount",
856
+ "name": "dipAmount",
857
+ "type": "uint96"
858
+ }
859
+ ],
860
+ "name": "withdrawStakingRewardReserves",
861
+ "outputs": [
862
+ {
863
+ "internalType": "Amount",
864
+ "name": "newBalance",
865
+ "type": "uint96"
866
+ }
867
+ ],
868
+ "stateMutability": "nonpayable",
869
+ "type": "function"
870
+ }
871
+ ],
872
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61479a806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101c6575f3560e01c806376b707b7116100fe578063ada9652e1161009e578063c22f980d1161006e578063c22f980d1461041e578063cc571c0214610431578063e52ba1cb14610444578063edabac0314610457575f80fd5b8063ada9652e146103e8578063b68d1809146103fc578063b7d6851914610403578063bf7e214f14610416575f80fd5b8063893d20e8116100d9578063893d20e81461037d5780638fb3603714610385578063a2356b3a146103a6578063ad501467146103b9575f80fd5b806376b707b7146103495780637a9e5e4b14610363578063872309c714610376575f80fd5b80632d764ef8116101695780635ab1bd53116101445780635ab1bd53146102d4578063644c45e0146102f95780636a778e73146103165780636c741e7814610329575f80fd5b80632d764ef81461029b578063329d6e74146102ae57806349bb9e4b146102c1575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c57806322f3e2d41461027e578063254f686614610286575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613f06565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610468565b60405162ffffff9091168152602001610202565b61022f6104ef565b6040516102029190613f62565b610244610696565b6040516001600160601b039091168152602001610202565b6102705f8051602061472583398151915281565b604051908152602001610202565b6101f66106a0565b61029961029436600461400a565b610717565b005b6102996102a9366004614037565b610892565b6102996102bc366004614136565b610c7c565b6102996102cf366004614167565b610dc6565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f805160206146e5833981519152546001600160601b0316610244565b61024461032436600461400a565b610ec2565b610331611a6a565b6040516001600160401b039091168152602001610202565b610351611af6565b60405160ff9091168152602001610202565b61029961037136600461400a565b611b12565b6102705f81565b6102e1611b98565b61038d611cc9565b6040516001600160e01b03199091168152602001610202565b6102996103b43660046141c7565b611cfe565b6103c161207f565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102705f805160206146e583398151915281565b600a610351565b6102996104113660046141fe565b612413565b6102e1612744565b61029961042c366004614215565b61275f565b61029961043f366004614215565b6129c0565b610244610452366004614215565b612cf2565b6008546001600160a01b03166102e1565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104ea9190614230565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152905f8051602061472583398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610588573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ac919061425d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a0016105f4611b98565b6001600160a01b0316815260200182600101805461061190614278565b80601f016020809104026020016040519081016040528092919081815260200182805461063d90614278565b80156106885780601f1061065f57610100808354040283529160200191610688565b820191905f5260205f20905b81548152906001019060200180831161066b57829003601f168201915b505050505081525091505090565b5f6104ea3061306b565b5f6106a9612744565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa1580156106ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061071191906142bf565b15905090565b61071f611b98565b6001600160a01b0316336001600160a01b0316146107575760405163086391f760e31b81523360048201526024015b60405180910390fd5b6008546001600160a01b0316610780576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b0381166107a757604051631aa1808560e31b815260040160405180910390fd5b6008546001600160a01b03908116908216036107d657604051630666e2a560e01b815260040160405180910390fd5b6007546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015610824573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084891906142d8565b6001600160a01b03161461086f5760405163f026367160e01b815260040160405180910390fd5b50600880546001600160a01b0319166001600160a01b0392909216919091179055565b61089e335b5f36613264565b335f6108b26001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091a919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610973573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099791906142bf565b156109c0576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f6109d36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015610a1f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a469190810190614364565b604001519050610a5f81600a5b60ff9081169116141590565b15610a81578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae29190614450565b9050610b6781610af0610468565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a539190614450565b15610b89578381604051637f8084f960e01b815260040161074e929190614434565b5f610b9c6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c04919061425d565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c5e575f80fd5b505af1158015610c70573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c9e610468565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cdc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d00919061447f565b5f805160206147458339815191528054600160401b900460ff1680610d32575080546001600160401b03808416911610155b15610d505760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d7a83613362565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206147458339815191528054600160401b810460ff1615906001600160401b03165f81158015610df75750825b90505f826001600160401b03166001148015610e125750303b155b905081158015610e20575080155b15610e3e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e6857845460ff60401b1916600160401b1785555b610e72878761336a565b8315610eb957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610ecb611b98565b6001600160a01b0316336001600160a01b031614610efe5760405163086391f760e31b815233600482015260240161074e565b6007546001600160a01b031615610f2857604051632c237de760e11b815260040160405180910390fd5b6006546001600160a01b031615610f525760405163ab0cc43960e01b815260040160405180910390fd5b6009546001600160a01b031615610f7c5760405163558f4f7b60e11b815260040160405180910390fd5b600a546001600160a01b031615610fa65760405163d518f81b60e01b815260040160405180910390fd5b6001600160a01b038216610fcd576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561100e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103291906142d8565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611071573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109591906142d8565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110fc91906142d8565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa15801561113f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116391906142d8565b90505f8190505f886001600160a01b0316630e0c586d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ca91906142d8565b90505f8190505f8a6001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561120d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123191906142d8565b9050806001600160a01b038b1661125b576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b038916611281576040516295661560e31b815260040160405180910390fd5b6001600160a01b0387166112a85760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0385166112cf5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b0383166112f657604051634e336b1d60e11b815260040160405180910390fd5b6001600160a01b03811661131d576040516301fa2a2b60e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611359573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137d91906142d8565b6001600160a01b03168c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e691906142d8565b6001600160a01b03161461140d576040516334ddf1a760e21b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611449573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061146d91906142d8565b6001600160a01b0316866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d691906142d8565b6001600160a01b0316146114fd5760405163e168da3760e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611539573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155d91906142d8565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c691906142d8565b6001600160a01b0316146115ed576040516303bc742960e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611629573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164d91906142d8565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611692573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116b691906142d8565b6001600160a01b0316146116dd57604051631129422760e31b815260040160405180910390fd5b8b6001600160a01b0316866001600160a01b031663681e65f06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611723573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174791906142d8565b6001600160a01b03161461176e57604051630bbd547960e01b815260040160405180910390fd5b8b6001600160a01b0316846001600160a01b031663681e65f06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117d891906142d8565b6001600160a01b0316146117ff57604051632b34b6d960e01b815260040160405180910390fd5b8b6001600160a01b0316886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611845573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186991906142d8565b6001600160a01b031614611890576040516331783c7160e11b815260040160405180910390fd5b8a60055f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508860065f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508d60075f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508660085f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508460095f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555082600a5f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555080600b5f6101000a8154816001600160a01b0302191690836001600160a01b031602179055505f60075f9054906101000a90046001600160a01b031690505f60025f9054906101000a90046001600160a01b03166001600160a01b031663026bc43b836119df611b98565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611a28573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a4f9190810190614364565b9050805f01519e505050505050505050505050505050919050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a611a8f611af6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611ad2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104ea919061447f565b5f8051602061472583398151915254600160681b900460ff1690565b33611b1b612744565b6001600160a01b0316816001600160a01b031614611b565760405162d1953b60e31b81526001600160a01b038216600482015260240161074e565b816001600160a01b03163b5f03611b8b576040516361798f2f60e11b81526001600160a01b038316600482015260240161074e565b611b9482613503565b5050565b5f805f805160206146e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c2891906142bf565b15611cb3576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611c89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cad91906142d8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061470583398151915280545f9190600160a01b900460ff16611cf0575f611cad565b638fb3603760e01b91505090565b611d0733610897565b335f611d1b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611d5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d83919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ddc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e0091906142bf565b15611e29576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f611e3c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611e88573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611eaf9190810190614364565b604001519050611ec081600a610a53565b15611ee2578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f439190614450565b9050611f5181610af0610468565b15611f73578381604051637f8084f960e01b815260040161074e929190614434565b5f611f866001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fee919061425d565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015612051573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612075919061425d565b5050505050505050565b5f8061208a33610897565b335f612094613563565b90506120a08183613629565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af11580156120f2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121199190810190614364565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612189573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ad919061449a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af41580156121f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221891906144b5565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015612269575f80fd5b505af115801561227b573d5f803e3d5ffd5b505050505f60065f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122f491906142d8565b90505f6122ff612744565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561233a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235e9190614450565b6040516348468b2f60e01b81526001600160a01b0388811660048301528481166024830152919250908416906348468b2f906044015f604051808303815f87803b1580156123aa575f80fd5b505af11580156123bc573d5f803e3d5ffd5b5050604080516001600160601b03891681526001600160a01b038a1660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a1505050509091565b61241c33610897565b335f6124306001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612474573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612498919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156124f1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061251591906142bf565b1561253e576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f6125516001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561259d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125c49190810190614364565b6040015190506125d581600a610a53565b156125f7578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126589190614450565b905061266681610af0610468565b15612688578381604051637f8084f960e01b815260040161074e929190614434565b5f61269b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156126df573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612703919061425d565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c47565b5f80516020614705833981519152546001600160a01b031690565b612767613760565b61277033610897565b806127836001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156127d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f491906142d8565b6001600160a01b0316336001600160a01b031614612827576040516302613e9f60e51b815233600482015260240161074e565b81600a61283482826137aa565b5f6128476001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612896573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128bd9190810190614364565b6080810151600854919250905f906128dd906001600160a01b0316613861565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612921575f80fd5b505af1158015612933573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612977575f80fd5b505af1158015612989573d5f803e3d5ffd5b50505050505050505050506129bd60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b50565b6129c933610897565b335f6129dd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a45919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612a9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac291906142bf565b15612aeb576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f612afe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612b4a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b719190810190614364565b604001519050612b8281600a610a53565b15612ba4578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190614450565b9050612c1381610af0610468565b15612c35578381604051637f8084f960e01b815260040161074e929190614434565b5f612c486001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612c8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb0919061425d565b600354604051634bae314b60e01b81526001600160601b038084166004830152891660248201529192506001600160a01b031690634bae314b90604401610c47565b5f612cfc33610897565b335f612d106001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612d54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d78919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612dd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df591906142bf565b15612e1e576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f612e316001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e7d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ea49190810190614364565b604001519050612eb581600a610a53565b15612ed7578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f389190614450565b9050612f4681610af0610468565b15612f68578381604051637f8084f960e01b815260040161074e929190614434565b5f612f7b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612fbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe3919061425d565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af115801561303c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613060919061425d565b505050505050919050565b5f805f805160206146e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156130d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130fb91906142bf565b156131275780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161074e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613179573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061319d91906142bf565b6131c55760405163b9304b0d60e01b81526001600160a01b038416600482015260240161074e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613217573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061323b919061425d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206147058339815191525f8061329c61327f612744565b873061328e60045f8a8c6144cc565b613297916144f3565b6138f6565b915091508161335a5763ffffffff81161561333757825460ff60a01b1916600160a01b1783556132ca612744565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016132f99392919061452b565b5f604051808303815f87803b158015613310575f80fd5b505af1158015613322573d5f803e3d5ffd5b5050845460ff60a01b191685555061335a9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161074e565b505050505050565b6101c66139fe565b5f805160206147458339815191528054600160401b810460ff1615906001600160401b03165f8115801561339b5750825b90505f826001600160401b031660011480156133b65750303b155b9050811580156133c4575080155b156133e25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561340c57845460ff60401b1916600160401b1785555b5f8087806020019051810190613422919061456a565b9150915061343182828b613a36565b61343b6002613ad8565b600280546001600160a01b0319166001600160a01b03929092169190911790556134656003613ad8565b600380546001600160a01b0319166001600160a01b039290921691909117905561348f600b613ad8565b600480546001600160a01b0319166001600160a01b03929092169190911790556134bf632decfc8f60e11b613b6f565b50508315610eb957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610eb0565b5f8051602061470583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6005545f90819061357c906001600160a01b0316613861565b600654909150613594906001600160a01b0316613861565b9150816001600160a01b03166389232a00826135b86001546001600160a01b031690565b6135c0611af6565b6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff1660448201526064015f604051808303815f87803b15801561360f575f80fd5b505af1158015613621573d5f803e3d5ffd5b505050505090565b600b545f908190613642906001600160a01b0316613861565b6009549091505f9061365c906001600160a01b0316613861565b600a549091505f90613676906001600160a01b0316613861565b6008549091505f90613690906001600160a01b0316613861565b6007549091505f906136aa906001600160a01b0316613861565b9050806001600160a01b0316633587647689878787876136d26001546001600160a01b031690565b6040516001600160e01b031960e089901b1681526001600160a01b03968716600482015294861660248601529285166044850152908416606484015283166084830152821660a4820152908a1660c482015260e4015f604051808303815f87803b15801561373e575f80fd5b505af1158015613750573d5f803e3d5ffd5b50929a9950505050505050505050565b7f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f008054600119016137a457604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561380c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061383091906142bf565b611b945760405163d711af7560e01b81526001600160601b038316600482015260ff8216602482015260440161074e565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166138cb576040516330be1a3d60e21b815260040160405180910390fd5b919050565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516139649190614597565b5f60405180830381855afa9150503d805f811461399c576040519150601f19603f3d011682016040523d82523d5f602084013e6139a1565b606091505b509150915081156139f35760408151106139d357808060200190518101906139c991906145ad565b90945092506139f3565b60208151106139f357808060200190518101906139f091906142bf565b93505b505094509492505050565b5f8051602061474583398151915254600160401b900460ff16613a3457604051631afcd79f60e31b815260040160405180910390fd5b565b613a3e6139fe565b613a46613b9b565b613ac38383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aab919061425d565b60085f8660405180602001604052805f815250613bab565b613ad363daf9067160e01b613b6f565b505050565b5f613aeb6001546001600160a01b031690565b6001600160a01b031663d39e604383613b02611af6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613b45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b6991906142d8565b92915050565b613b776139fe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613ba36139fe565b613a34613d55565b613bb36139fe565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613c09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c2d91906142bf565b613c555760405163cf6935e560e01b81526001600160a01b038816600482015260240161074e565b613c5e87613d5d565b613c688683613d6e565b5f8051602061472583398151915280546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff871602178155604080516376b707b760e01b815290516001600160a01b038a16916376b707b79160048083019260209291908290030181865afa158015613ce5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d099190614450565b815461ffff60681b1916600160681b60ff929092169190910260ff60701b191617600160701b8515150217815560018101613d44838261462a565b50612075634a531f3360e01b613b6f565b6138d06139fe565b613d656139fe565b6129bd81613de4565b613d766139fe565b613d7f82613df5565b613d87613ec1565b6001600160a01b038116613dae5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206146e583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613dec6139fe565b6129bd81613503565b613dfd6139fe565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613e53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e7791906142bf565b613e9f5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161074e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b613ec96139fe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613f16575f80fd5b81356001600160e01b031981168114613f2d575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613faa608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613fee610100840182613f34565b949350505050565b6001600160a01b03811681146129bd575f80fd5b5f6020828403121561401a575f80fd5b8135613f2d81613ff6565b64ffffffffff811681146129bd575f80fd5b5f60208284031215614047575f80fd5b8135613f2d81614025565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561408857614088614052565b60405290565b604051601f8201601f191681016001600160401b03811182821017156140b6576140b6614052565b604052919050565b5f6001600160401b038211156140d6576140d6614052565b50601f01601f191660200190565b5f82601f8301126140f3575f80fd5b8135614106614101826140be565b61408e565b81815284602083860101111561411a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614146575f80fd5b81356001600160401b0381111561415b575f80fd5b613fee848285016140e4565b5f8060408385031215614178575f80fd5b823561418381613ff6565b915060208301356001600160401b0381111561419d575f80fd5b6141a9858286016140e4565b9150509250929050565b6001600160601b03811681146129bd575f80fd5b5f80604083850312156141d8575f80fd5b82356141e381613ff6565b915060208301356141f3816141b3565b809150509250929050565b5f6020828403121561420e575f80fd5b5035919050565b5f60208284031215614225575f80fd5b8135613f2d816141b3565b5f60208284031215614240575f80fd5b815162ffffff81168114613f2d575f80fd5b80516138cb816141b3565b5f6020828403121561426d575f80fd5b8151613f2d816141b3565b600181811c9082168061428c57607f821691505b6020821081036142aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b805180151581146138cb575f80fd5b5f602082840312156142cf575f80fd5b613f2d826142b0565b5f602082840312156142e8575f80fd5b8151613f2d81613ff6565b60ff811681146129bd575f80fd5b80516138cb816142f3565b80516138cb81613ff6565b5f82601f830112614326575f80fd5b8151614334614101826140be565b818152846020838601011115614348575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614374575f80fd5b81516001600160401b03811115614389575f80fd5b820160e0818503121561439a575f80fd5b6143a2614066565b6143ab82614252565b81526143b960208301614252565b60208201526143ca60408301614301565b60408201526143db606083016142b0565b60608201526143ec6080830161430c565b60808201526143fd60a0830161430c565b60a082015260c08201516001600160401b0381111561441a575f80fd5b61442686828501614317565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215614460575f80fd5b8151613f2d816142f3565b6001600160401b03811681146129bd575f80fd5b5f6020828403121561448f575f80fd5b8151613f2d8161446b565b5f602082840312156144aa575f80fd5b8151613f2d81614025565b5f602082840312156144c5575f80fd5b5051919050565b5f80858511156144da575f80fd5b838611156144e6575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614524576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f806040838503121561457b575f80fd5b825161458681613ff6565b60208401519092506141f381613ff6565b5f82518060208501845e5f920191825250919050565b5f80604083850312156145be575f80fd5b6145c7836142b0565b9150602083015163ffffffff811681146141f3575f80fd5b601f821115613ad357805f5260205f20601f840160051c810160208510156146045750805b601f840160051c820191505b81811015614623575f8155600101614610565b5050505050565b81516001600160401b0381111561464357614643614052565b614657816146518454614278565b846145df565b6020601f821160018114614689575f83156146725750848201515b5f19600385901b1c1916600184901b178455614623565b5f84815260208120601f198516915b828110156146b85787850151825560209485019460019092019101614698565b50848210156146d557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c9daafb8611ddc93688e1501456c47ad8ea865418fdfd16d1f20baa041031af564736f6c634300081a0033",
873
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101c6575f3560e01c806376b707b7116100fe578063ada9652e1161009e578063c22f980d1161006e578063c22f980d1461041e578063cc571c0214610431578063e52ba1cb14610444578063edabac0314610457575f80fd5b8063ada9652e146103e8578063b68d1809146103fc578063b7d6851914610403578063bf7e214f14610416575f80fd5b8063893d20e8116100d9578063893d20e81461037d5780638fb3603714610385578063a2356b3a146103a6578063ad501467146103b9575f80fd5b806376b707b7146103495780637a9e5e4b14610363578063872309c714610376575f80fd5b80632d764ef8116101695780635ab1bd53116101445780635ab1bd53146102d4578063644c45e0146102f95780636a778e73146103165780636c741e7814610329575f80fd5b80632d764ef81461029b578063329d6e74146102ae57806349bb9e4b146102c1575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c57806322f3e2d41461027e578063254f686614610286575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613f06565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610468565b60405162ffffff9091168152602001610202565b61022f6104ef565b6040516102029190613f62565b610244610696565b6040516001600160601b039091168152602001610202565b6102705f8051602061472583398151915281565b604051908152602001610202565b6101f66106a0565b61029961029436600461400a565b610717565b005b6102996102a9366004614037565b610892565b6102996102bc366004614136565b610c7c565b6102996102cf366004614167565b610dc6565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f805160206146e5833981519152546001600160601b0316610244565b61024461032436600461400a565b610ec2565b610331611a6a565b6040516001600160401b039091168152602001610202565b610351611af6565b60405160ff9091168152602001610202565b61029961037136600461400a565b611b12565b6102705f81565b6102e1611b98565b61038d611cc9565b6040516001600160e01b03199091168152602001610202565b6102996103b43660046141c7565b611cfe565b6103c161207f565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102705f805160206146e583398151915281565b600a610351565b6102996104113660046141fe565b612413565b6102e1612744565b61029961042c366004614215565b61275f565b61029961043f366004614215565b6129c0565b610244610452366004614215565b612cf2565b6008546001600160a01b03166102e1565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104ea9190614230565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152905f8051602061472583398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610588573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ac919061425d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a0016105f4611b98565b6001600160a01b0316815260200182600101805461061190614278565b80601f016020809104026020016040519081016040528092919081815260200182805461063d90614278565b80156106885780601f1061065f57610100808354040283529160200191610688565b820191905f5260205f20905b81548152906001019060200180831161066b57829003601f168201915b505050505081525091505090565b5f6104ea3061306b565b5f6106a9612744565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa1580156106ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061071191906142bf565b15905090565b61071f611b98565b6001600160a01b0316336001600160a01b0316146107575760405163086391f760e31b81523360048201526024015b60405180910390fd5b6008546001600160a01b0316610780576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b0381166107a757604051631aa1808560e31b815260040160405180910390fd5b6008546001600160a01b03908116908216036107d657604051630666e2a560e01b815260040160405180910390fd5b6007546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa158015610824573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084891906142d8565b6001600160a01b03161461086f5760405163f026367160e01b815260040160405180910390fd5b50600880546001600160a01b0319166001600160a01b0392909216919091179055565b61089e335b5f36613264565b335f6108b26001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091a919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610973573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099791906142bf565b156109c0576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f6109d36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015610a1f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a469190810190614364565b604001519050610a5f81600a5b60ff9081169116141590565b15610a81578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610abe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae29190614450565b9050610b6781610af0610468565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610b43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a539190614450565b15610b89578381604051637f8084f960e01b815260040161074e929190614434565b5f610b9c6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c04919061425d565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c5e575f80fd5b505af1158015610c70573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c9e610468565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cdc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d00919061447f565b5f805160206147458339815191528054600160401b900460ff1680610d32575080546001600160401b03808416911610155b15610d505760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d7a83613362565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206147458339815191528054600160401b810460ff1615906001600160401b03165f81158015610df75750825b90505f826001600160401b03166001148015610e125750303b155b905081158015610e20575080155b15610e3e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e6857845460ff60401b1916600160401b1785555b610e72878761336a565b8315610eb957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610ecb611b98565b6001600160a01b0316336001600160a01b031614610efe5760405163086391f760e31b815233600482015260240161074e565b6007546001600160a01b031615610f2857604051632c237de760e11b815260040160405180910390fd5b6006546001600160a01b031615610f525760405163ab0cc43960e01b815260040160405180910390fd5b6009546001600160a01b031615610f7c5760405163558f4f7b60e11b815260040160405180910390fd5b600a546001600160a01b031615610fa65760405163d518f81b60e01b815260040160405180910390fd5b6001600160a01b038216610fcd576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561100e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103291906142d8565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611071573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109591906142d8565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110fc91906142d8565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa15801561113f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116391906142d8565b90505f8190505f886001600160a01b0316630e0c586d6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ca91906142d8565b90505f8190505f8a6001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561120d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123191906142d8565b9050806001600160a01b038b1661125b576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b038916611281576040516295661560e31b815260040160405180910390fd5b6001600160a01b0387166112a85760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0385166112cf5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b0383166112f657604051634e336b1d60e11b815260040160405180910390fd5b6001600160a01b03811661131d576040516301fa2a2b60e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611359573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137d91906142d8565b6001600160a01b03168c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113e691906142d8565b6001600160a01b03161461140d576040516334ddf1a760e21b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611449573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061146d91906142d8565b6001600160a01b0316866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d691906142d8565b6001600160a01b0316146114fd5760405163e168da3760e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611539573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155d91906142d8565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c691906142d8565b6001600160a01b0316146115ed576040516303bc742960e01b815260040160405180910390fd5b896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611629573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164d91906142d8565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611692573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116b691906142d8565b6001600160a01b0316146116dd57604051631129422760e31b815260040160405180910390fd5b8b6001600160a01b0316866001600160a01b031663681e65f06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611723573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174791906142d8565b6001600160a01b03161461176e57604051630bbd547960e01b815260040160405180910390fd5b8b6001600160a01b0316846001600160a01b031663681e65f06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117d891906142d8565b6001600160a01b0316146117ff57604051632b34b6d960e01b815260040160405180910390fd5b8b6001600160a01b0316886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611845573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186991906142d8565b6001600160a01b031614611890576040516331783c7160e11b815260040160405180910390fd5b8a60055f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508860065f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508d60075f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508660085f6101000a8154816001600160a01b0302191690836001600160a01b031602179055508460095f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555082600a5f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555080600b5f6101000a8154816001600160a01b0302191690836001600160a01b031602179055505f60075f9054906101000a90046001600160a01b031690505f60025f9054906101000a90046001600160a01b03166001600160a01b031663026bc43b836119df611b98565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af1158015611a28573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a4f9190810190614364565b9050805f01519e505050505050505050505050505050919050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a611a8f611af6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611ad2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104ea919061447f565b5f8051602061472583398151915254600160681b900460ff1690565b33611b1b612744565b6001600160a01b0316816001600160a01b031614611b565760405162d1953b60e31b81526001600160a01b038216600482015260240161074e565b816001600160a01b03163b5f03611b8b576040516361798f2f60e11b81526001600160a01b038316600482015260240161074e565b611b9482613503565b5050565b5f805f805160206146e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c2891906142bf565b15611cb3576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611c89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cad91906142d8565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061470583398151915280545f9190600160a01b900460ff16611cf0575f611cad565b638fb3603760e01b91505090565b611d0733610897565b335f611d1b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611d5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d83919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ddc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e0091906142bf565b15611e29576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f611e3c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611e88573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611eaf9190810190614364565b604001519050611ec081600a610a53565b15611ee2578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f439190614450565b9050611f5181610af0610468565b15611f73578381604051637f8084f960e01b815260040161074e929190614434565b5f611f866001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fee919061425d565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015612051573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612075919061425d565b5050505050505050565b5f8061208a33610897565b335f612094613563565b90506120a08183613629565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af11580156120f2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121199190810190614364565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612189573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121ad919061449a565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af41580156121f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221891906144b5565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015612269575f80fd5b505af115801561227b573d5f803e3d5ffd5b505050505f60065f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122f491906142d8565b90505f6122ff612744565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561233a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235e9190614450565b6040516348468b2f60e01b81526001600160a01b0388811660048301528481166024830152919250908416906348468b2f906044015f604051808303815f87803b1580156123aa575f80fd5b505af11580156123bc573d5f803e3d5ffd5b5050604080516001600160601b03891681526001600160a01b038a1660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a1505050509091565b61241c33610897565b335f6124306001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612474573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612498919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156124f1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061251591906142bf565b1561253e576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f6125516001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561259d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125c49190810190614364565b6040015190506125d581600a610a53565b156125f7578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126589190614450565b905061266681610af0610468565b15612688578381604051637f8084f960e01b815260040161074e929190614434565b5f61269b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156126df573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612703919061425d565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c47565b5f80516020614705833981519152546001600160a01b031690565b612767613760565b61277033610897565b806127836001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156127d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f491906142d8565b6001600160a01b0316336001600160a01b031614612827576040516302613e9f60e51b815233600482015260240161074e565b81600a61283482826137aa565b5f6128476001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03871660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015612896573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128bd9190810190614364565b6080810151600854919250905f906128dd906001600160a01b0316613861565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612921575f80fd5b505af1158015612933573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c91506024015f604051808303815f87803b158015612977575f80fd5b505af1158015612989573d5f803e3d5ffd5b50505050505050505050506129bd60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b50565b6129c933610897565b335f6129dd6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a45919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612a9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac291906142bf565b15612aeb576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f612afe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612b4a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b719190810190614364565b604001519050612b8281600a610a53565b15612ba4578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190614450565b9050612c1381610af0610468565b15612c35578381604051637f8084f960e01b815260040161074e929190614434565b5f612c486001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612c8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb0919061425d565b600354604051634bae314b60e01b81526001600160601b038084166004830152891660248201529192506001600160a01b031690634bae314b90604401610c47565b5f612cfc33610897565b335f612d106001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612d54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d78919061425d565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612dd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612df591906142bf565b15612e1e576040516308afbeb960e31b81526001600160a01b038316600482015260240161074e565b5f612e316001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e7d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ea49190810190614364565b604001519050612eb581600a610a53565b15612ed7578281604051632e87cd2360e11b815260040161074e929190614434565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f389190614450565b9050612f4681610af0610468565b15612f68578381604051637f8084f960e01b815260040161074e929190614434565b5f612f7b6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612fbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fe3919061425d565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af115801561303c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613060919061425d565b505050505050919050565b5f805f805160206146e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156130d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130fb91906142bf565b156131275780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161074e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613179573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061319d91906142bf565b6131c55760405163b9304b0d60e01b81526001600160a01b038416600482015260240161074e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613217573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061323b919061425d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206147058339815191525f8061329c61327f612744565b873061328e60045f8a8c6144cc565b613297916144f3565b6138f6565b915091508161335a5763ffffffff81161561333757825460ff60a01b1916600160a01b1783556132ca612744565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016132f99392919061452b565b5f604051808303815f87803b158015613310575f80fd5b505af1158015613322573d5f803e3d5ffd5b5050845460ff60a01b191685555061335a9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161074e565b505050505050565b6101c66139fe565b5f805160206147458339815191528054600160401b810460ff1615906001600160401b03165f8115801561339b5750825b90505f826001600160401b031660011480156133b65750303b155b9050811580156133c4575080155b156133e25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561340c57845460ff60401b1916600160401b1785555b5f8087806020019051810190613422919061456a565b9150915061343182828b613a36565b61343b6002613ad8565b600280546001600160a01b0319166001600160a01b03929092169190911790556134656003613ad8565b600380546001600160a01b0319166001600160a01b039290921691909117905561348f600b613ad8565b600480546001600160a01b0319166001600160a01b03929092169190911790556134bf632decfc8f60e11b613b6f565b50508315610eb957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610eb0565b5f8051602061470583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6005545f90819061357c906001600160a01b0316613861565b600654909150613594906001600160a01b0316613861565b9150816001600160a01b03166389232a00826135b86001546001600160a01b031690565b6135c0611af6565b6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff1660448201526064015f604051808303815f87803b15801561360f575f80fd5b505af1158015613621573d5f803e3d5ffd5b505050505090565b600b545f908190613642906001600160a01b0316613861565b6009549091505f9061365c906001600160a01b0316613861565b600a549091505f90613676906001600160a01b0316613861565b6008549091505f90613690906001600160a01b0316613861565b6007549091505f906136aa906001600160a01b0316613861565b9050806001600160a01b0316633587647689878787876136d26001546001600160a01b031690565b6040516001600160e01b031960e089901b1681526001600160a01b03968716600482015294861660248601529285166044850152908416606484015283166084830152821660a4820152908a1660c482015260e4015f604051808303815f87803b15801561373e575f80fd5b505af1158015613750573d5f803e3d5ffd5b50929a9950505050505050505050565b7f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f008054600119016137a457604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561380c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061383091906142bf565b611b945760405163d711af7560e01b81526001600160601b038316600482015260ff8216602482015260440161074e565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b0381166138cb576040516330be1a3d60e21b815260040160405180910390fd5b919050565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516139649190614597565b5f60405180830381855afa9150503d805f811461399c576040519150601f19603f3d011682016040523d82523d5f602084013e6139a1565b606091505b509150915081156139f35760408151106139d357808060200190518101906139c991906145ad565b90945092506139f3565b60208151106139f357808060200190518101906139f091906142bf565b93505b505094509492505050565b5f8051602061474583398151915254600160401b900460ff16613a3457604051631afcd79f60e31b815260040160405180910390fd5b565b613a3e6139fe565b613a46613b9b565b613ac38383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aab919061425d565b60085f8660405180602001604052805f815250613bab565b613ad363daf9067160e01b613b6f565b505050565b5f613aeb6001546001600160a01b031690565b6001600160a01b031663d39e604383613b02611af6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613b45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b6991906142d8565b92915050565b613b776139fe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613ba36139fe565b613a34613d55565b613bb36139fe565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613c09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c2d91906142bf565b613c555760405163cf6935e560e01b81526001600160a01b038816600482015260240161074e565b613c5e87613d5d565b613c688683613d6e565b5f8051602061472583398151915280546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff871602178155604080516376b707b760e01b815290516001600160a01b038a16916376b707b79160048083019260209291908290030181865afa158015613ce5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d099190614450565b815461ffff60681b1916600160681b60ff929092169190910260ff60701b191617600160701b8515150217815560018101613d44838261462a565b50612075634a531f3360e01b613b6f565b6138d06139fe565b613d656139fe565b6129bd81613de4565b613d766139fe565b613d7f82613df5565b613d87613ec1565b6001600160a01b038116613dae5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206146e583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613dec6139fe565b6129bd81613503565b613dfd6139fe565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613e53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e7791906142bf565b613e9f5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161074e565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b613ec96139fe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613f16575f80fd5b81356001600160e01b031981168114613f2d575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613faa608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613fee610100840182613f34565b949350505050565b6001600160a01b03811681146129bd575f80fd5b5f6020828403121561401a575f80fd5b8135613f2d81613ff6565b64ffffffffff811681146129bd575f80fd5b5f60208284031215614047575f80fd5b8135613f2d81614025565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561408857614088614052565b60405290565b604051601f8201601f191681016001600160401b03811182821017156140b6576140b6614052565b604052919050565b5f6001600160401b038211156140d6576140d6614052565b50601f01601f191660200190565b5f82601f8301126140f3575f80fd5b8135614106614101826140be565b61408e565b81815284602083860101111561411a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614146575f80fd5b81356001600160401b0381111561415b575f80fd5b613fee848285016140e4565b5f8060408385031215614178575f80fd5b823561418381613ff6565b915060208301356001600160401b0381111561419d575f80fd5b6141a9858286016140e4565b9150509250929050565b6001600160601b03811681146129bd575f80fd5b5f80604083850312156141d8575f80fd5b82356141e381613ff6565b915060208301356141f3816141b3565b809150509250929050565b5f6020828403121561420e575f80fd5b5035919050565b5f60208284031215614225575f80fd5b8135613f2d816141b3565b5f60208284031215614240575f80fd5b815162ffffff81168114613f2d575f80fd5b80516138cb816141b3565b5f6020828403121561426d575f80fd5b8151613f2d816141b3565b600181811c9082168061428c57607f821691505b6020821081036142aa57634e487b7160e01b5f52602260045260245ffd5b50919050565b805180151581146138cb575f80fd5b5f602082840312156142cf575f80fd5b613f2d826142b0565b5f602082840312156142e8575f80fd5b8151613f2d81613ff6565b60ff811681146129bd575f80fd5b80516138cb816142f3565b80516138cb81613ff6565b5f82601f830112614326575f80fd5b8151614334614101826140be565b818152846020838601011115614348575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215614374575f80fd5b81516001600160401b03811115614389575f80fd5b820160e0818503121561439a575f80fd5b6143a2614066565b6143ab82614252565b81526143b960208301614252565b60208201526143ca60408301614301565b60408201526143db606083016142b0565b60608201526143ec6080830161430c565b60808201526143fd60a0830161430c565b60a082015260c08201516001600160401b0381111561441a575f80fd5b61442686828501614317565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215614460575f80fd5b8151613f2d816142f3565b6001600160401b03811681146129bd575f80fd5b5f6020828403121561448f575f80fd5b8151613f2d8161446b565b5f602082840312156144aa575f80fd5b8151613f2d81614025565b5f602082840312156144c5575f80fd5b5051919050565b5f80858511156144da575f80fd5b838611156144e6575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614524576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f806040838503121561457b575f80fd5b825161458681613ff6565b60208401519092506141f381613ff6565b5f82518060208501845e5f920191825250919050565b5f80604083850312156145be575f80fd5b6145c7836142b0565b9150602083015163ffffffff811681146141f3575f80fd5b601f821115613ad357805f5260205f20601f840160051c810160208510156146045750805b601f840160051c820191505b81811015614623575f8155600101614610565b5050505050565b81516001600160401b0381111561464357614643614052565b614657816146518454614278565b846145df565b6020601f821160018114614689575f83156146725750848201515b5f19600385901b1c1916600184901b178455614623565b5f84815260208120601f198516915b828110156146b85787850151825560209485019460019092019101614698565b50848210156146d557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c9daafb8611ddc93688e1501456c47ad8ea865418fdfd16d1f20baa041031af564736f6c634300081a0033",
874
+ "linkReferences": {
875
+ "contracts/shared/ContractLib.sol": {
876
+ "ContractLib": [
877
+ {
878
+ "length": 20,
879
+ "start": 15527
880
+ },
881
+ {
882
+ "length": 20,
883
+ "start": 16113
884
+ }
885
+ ]
886
+ },
887
+ "contracts/staking/TargetManagerLib.sol": {
888
+ "TargetManagerLib": [
889
+ {
890
+ "length": 20,
891
+ "start": 8730
892
+ },
893
+ {
894
+ "length": 20,
895
+ "start": 8837
896
+ }
897
+ ]
898
+ },
899
+ "contracts/type/NftId.sol": {
900
+ "NftIdLib": [
901
+ {
902
+ "length": 20,
903
+ "start": 1561
904
+ },
905
+ {
906
+ "length": 20,
907
+ "start": 2577
908
+ },
909
+ {
910
+ "length": 20,
911
+ "start": 7330
912
+ },
913
+ {
914
+ "length": 20,
915
+ "start": 7802
916
+ },
917
+ {
918
+ "length": 20,
919
+ "start": 9615
920
+ },
921
+ {
922
+ "length": 20,
923
+ "start": 11068
924
+ },
925
+ {
926
+ "length": 20,
927
+ "start": 11887
928
+ },
929
+ {
930
+ "length": 20,
931
+ "start": 12661
932
+ }
933
+ ]
934
+ },
935
+ "contracts/type/RoleId.sol": {
936
+ "RoleIdLib": [
937
+ {
938
+ "length": 20,
939
+ "start": 6979
940
+ }
941
+ ]
942
+ },
943
+ "contracts/type/Version.sol": {
944
+ "VersionLib": [
945
+ {
946
+ "length": 20,
947
+ "start": 1380
948
+ },
949
+ {
950
+ "length": 20,
951
+ "start": 3041
952
+ },
953
+ {
954
+ "length": 20,
955
+ "start": 3412
956
+ }
957
+ ]
958
+ }
959
+ },
960
+ "deployedLinkReferences": {
961
+ "contracts/shared/ContractLib.sol": {
962
+ "ContractLib": [
963
+ {
964
+ "length": 20,
965
+ "start": 15313
966
+ },
967
+ {
968
+ "length": 20,
969
+ "start": 15899
970
+ }
971
+ ]
972
+ },
973
+ "contracts/staking/TargetManagerLib.sol": {
974
+ "TargetManagerLib": [
975
+ {
976
+ "length": 20,
977
+ "start": 8516
978
+ },
979
+ {
980
+ "length": 20,
981
+ "start": 8623
982
+ }
983
+ ]
984
+ },
985
+ "contracts/type/NftId.sol": {
986
+ "NftIdLib": [
987
+ {
988
+ "length": 20,
989
+ "start": 1347
990
+ },
991
+ {
992
+ "length": 20,
993
+ "start": 2363
994
+ },
995
+ {
996
+ "length": 20,
997
+ "start": 7116
998
+ },
999
+ {
1000
+ "length": 20,
1001
+ "start": 7588
1002
+ },
1003
+ {
1004
+ "length": 20,
1005
+ "start": 9401
1006
+ },
1007
+ {
1008
+ "length": 20,
1009
+ "start": 10854
1010
+ },
1011
+ {
1012
+ "length": 20,
1013
+ "start": 11673
1014
+ },
1015
+ {
1016
+ "length": 20,
1017
+ "start": 12447
1018
+ }
1019
+ ]
1020
+ },
1021
+ "contracts/type/RoleId.sol": {
1022
+ "RoleIdLib": [
1023
+ {
1024
+ "length": 20,
1025
+ "start": 6765
1026
+ }
1027
+ ]
1028
+ },
1029
+ "contracts/type/Version.sol": {
1030
+ "VersionLib": [
1031
+ {
1032
+ "length": 20,
1033
+ "start": 1166
1034
+ },
1035
+ {
1036
+ "length": 20,
1037
+ "start": 2827
1038
+ },
1039
+ {
1040
+ "length": 20,
1041
+ "start": 3198
1042
+ }
1043
+ ]
1044
+ }
1045
+ }
1046
+ }