@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f13c010-035

Sign up to get free protection for your applications and to get access to all the features.
Files changed (747) hide show
  1. package/README.md +297 -25
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
  22. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  24. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
  54. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  55. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  56. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +290 -1482
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +421 -1780
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  87. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  88. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  89. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  90. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  93. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  96. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  97. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
  106. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  108. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
  114. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
  122. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
  124. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
  128. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
  138. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
  146. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  150. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  151. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
  156. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
  166. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  167. package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +976 -119
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  177. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  180. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.json +1403 -220
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  185. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  196. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  197. package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1785 -0
  200. package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.json +206 -0
  202. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
  204. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
  206. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  207. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  208. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
  210. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1360 -0
  212. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  213. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
  214. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
  216. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  217. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  218. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  219. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
  220. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  221. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  222. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
  224. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  225. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  226. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  227. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
  228. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  229. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  230. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  231. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
  232. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  233. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  234. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  235. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  236. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  237. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  238. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  239. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  240. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  241. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  242. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
  244. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  245. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  246. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  247. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
  248. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +546 -0
  250. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  251. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +132 -0
  252. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
  254. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  256. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  258. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  259. package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
  260. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  262. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
  264. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  266. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
  268. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
  270. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  272. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  273. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  274. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  275. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  276. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  278. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  280. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  282. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  284. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  286. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  288. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  290. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  291. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  292. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  294. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  296. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  298. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  300. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  302. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  304. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  306. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  308. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  312. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  314. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  316. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  318. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  320. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  322. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  324. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  326. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
  328. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  329. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  330. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  331. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  332. package/contracts/authorization/AccessAdmin.sol +596 -0
  333. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  334. package/contracts/authorization/Authorization.sol +289 -0
  335. package/contracts/authorization/IAccess.sol +49 -0
  336. package/contracts/authorization/IAccessAdmin.sol +137 -0
  337. package/contracts/authorization/IAuthorization.sol +60 -0
  338. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  339. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  340. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  341. package/contracts/distribution/BasicDistribution.sol +139 -0
  342. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  343. package/contracts/distribution/Distribution.sol +285 -0
  344. package/contracts/distribution/DistributionService.sol +355 -0
  345. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  346. package/contracts/distribution/IDistributionComponent.sol +52 -0
  347. package/contracts/distribution/IDistributionService.sol +101 -0
  348. package/contracts/examples/fire/DamageLevel.sol +59 -0
  349. package/contracts/examples/fire/FirePool.sol +73 -0
  350. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  351. package/contracts/examples/fire/FireProduct.sol +415 -0
  352. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  353. package/contracts/examples/fire/FireUSD.sol +26 -0
  354. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  355. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  356. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  357. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  358. package/contracts/instance/BundleSet.sol +126 -0
  359. package/contracts/instance/IInstance.sol +58 -44
  360. package/contracts/instance/IInstanceService.sol +72 -0
  361. package/contracts/instance/Instance.sol +218 -54
  362. package/contracts/instance/InstanceAdmin.sol +279 -0
  363. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  364. package/contracts/instance/InstanceReader.sol +495 -0
  365. package/contracts/instance/InstanceService.sol +413 -0
  366. package/contracts/instance/InstanceServiceManager.sol +39 -0
  367. package/contracts/instance/InstanceStore.sol +287 -0
  368. package/contracts/instance/base/BalanceStore.sol +123 -0
  369. package/contracts/instance/base/Cloneable.sol +28 -0
  370. package/contracts/instance/base/ObjectCounter.sol +21 -0
  371. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  372. package/contracts/instance/base/ObjectSet.sol +79 -0
  373. package/contracts/instance/module/IAccess.sol +46 -0
  374. package/contracts/instance/module/IBundle.sol +20 -0
  375. package/contracts/instance/module/IComponents.sol +51 -0
  376. package/contracts/instance/module/IDistribution.sol +41 -0
  377. package/contracts/instance/module/IPolicy.sol +84 -0
  378. package/contracts/instance/module/IRisk.sol +11 -0
  379. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  380. package/contracts/oracle/BasicOracle.sol +47 -0
  381. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  382. package/contracts/oracle/IOracle.sol +36 -0
  383. package/contracts/oracle/IOracleComponent.sol +33 -0
  384. package/contracts/oracle/IOracleService.sol +66 -0
  385. package/contracts/oracle/Oracle.sol +156 -0
  386. package/contracts/oracle/OracleService.sol +291 -0
  387. package/contracts/oracle/OracleServiceManager.sol +39 -0
  388. package/contracts/pool/BasicPool.sol +154 -0
  389. package/contracts/pool/BasicPoolAuthorization.sol +57 -0
  390. package/contracts/pool/BundleService.sol +493 -0
  391. package/contracts/pool/BundleServiceManager.sol +39 -0
  392. package/contracts/pool/IBundleService.sol +143 -0
  393. package/contracts/pool/IPoolComponent.sol +68 -0
  394. package/contracts/pool/IPoolService.sol +167 -0
  395. package/contracts/pool/Pool.sol +335 -0
  396. package/contracts/pool/PoolService.sol +544 -0
  397. package/contracts/pool/PoolServiceManager.sol +39 -0
  398. package/contracts/product/ApplicationService.sol +259 -0
  399. package/contracts/product/ApplicationServiceManager.sol +38 -0
  400. package/contracts/product/BasicProduct.sol +53 -0
  401. package/contracts/product/BasicProductAuthorization.sol +42 -0
  402. package/contracts/product/ClaimService.sol +612 -0
  403. package/contracts/product/ClaimServiceManager.sol +38 -0
  404. package/contracts/product/IApplicationService.sol +63 -0
  405. package/contracts/product/IClaimService.sol +123 -0
  406. package/contracts/product/IPolicyService.sol +80 -0
  407. package/contracts/product/IPricingService.sol +39 -0
  408. package/contracts/product/IProductComponent.sol +59 -0
  409. package/contracts/product/IRiskService.sol +33 -0
  410. package/contracts/product/PolicyService.sol +691 -0
  411. package/contracts/product/PolicyServiceManager.sol +39 -0
  412. package/contracts/product/PricingService.sol +300 -0
  413. package/contracts/product/PricingServiceManager.sol +39 -0
  414. package/contracts/product/Product.sol +455 -0
  415. package/contracts/product/RiskService.sol +96 -0
  416. package/contracts/product/RiskServiceManager.sol +39 -0
  417. package/contracts/registry/ChainNft.sol +128 -40
  418. package/contracts/registry/IRegistry.sol +142 -28
  419. package/contracts/registry/IRegistryService.sol +62 -0
  420. package/contracts/registry/ITransferInterceptor.sol +6 -0
  421. package/contracts/registry/Registry.sol +618 -282
  422. package/contracts/registry/RegistryAdmin.sol +448 -0
  423. package/contracts/registry/RegistryService.sol +241 -0
  424. package/contracts/registry/RegistryServiceManager.sol +53 -0
  425. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  426. package/contracts/registry/ReleaseRegistry.sol +501 -0
  427. package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
  428. package/contracts/registry/TokenRegistry.sol +315 -0
  429. package/contracts/shared/Component.sol +271 -0
  430. package/contracts/shared/ComponentService.sol +686 -0
  431. package/contracts/shared/ComponentServiceHelperLib.sol +118 -0
  432. package/contracts/shared/ComponentServiceManager.sol +38 -0
  433. package/contracts/shared/ComponentVerifyingService.sol +126 -0
  434. package/contracts/shared/ContractLib.sol +38 -0
  435. package/contracts/shared/IComponent.sol +74 -0
  436. package/contracts/shared/IComponentService.sol +121 -0
  437. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  438. package/contracts/shared/IKeyValueStore.sol +54 -0
  439. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  440. package/contracts/shared/INftOwnable.sol +25 -0
  441. package/contracts/shared/IPolicyHolder.sol +35 -0
  442. package/contracts/shared/IRegisterable.sol +23 -21
  443. package/contracts/shared/IRegistryLinked.sol +11 -0
  444. package/contracts/shared/IService.sol +25 -0
  445. package/contracts/shared/InitializableERC165.sol +27 -0
  446. package/contracts/shared/InstanceLinkedComponent.sol +213 -0
  447. package/contracts/shared/KeyValueStore.sol +131 -0
  448. package/contracts/shared/Lifecycle.sol +88 -0
  449. package/contracts/shared/NftIdSet.sol +65 -0
  450. package/contracts/shared/NftOwnable.sol +127 -0
  451. package/contracts/shared/PolicyHolder.sol +62 -0
  452. package/contracts/shared/Registerable.sol +62 -63
  453. package/contracts/shared/RegistryLinked.sol +44 -0
  454. package/contracts/shared/Service.sol +84 -0
  455. package/contracts/shared/TokenHandler.sol +183 -0
  456. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  457. package/contracts/staking/IStaking.sol +168 -0
  458. package/contracts/staking/IStakingService.sol +157 -0
  459. package/contracts/staking/StakeManagerLib.sol +224 -0
  460. package/contracts/staking/Staking.sol +497 -0
  461. package/contracts/staking/StakingLifecycle.sol +23 -0
  462. package/contracts/staking/StakingManager.sol +52 -0
  463. package/contracts/staking/StakingReader.sol +190 -0
  464. package/contracts/staking/StakingService.sol +407 -0
  465. package/contracts/staking/StakingServiceManager.sol +44 -0
  466. package/contracts/staking/StakingStore.sol +605 -0
  467. package/contracts/staking/TargetManagerLib.sol +211 -0
  468. package/contracts/{types → type}/AddressSet.sol +1 -1
  469. package/contracts/type/Amount.sol +150 -0
  470. package/contracts/{types → type}/Blocknumber.sol +27 -3
  471. package/contracts/type/ClaimId.sol +80 -0
  472. package/contracts/type/DistributorType.sol +55 -0
  473. package/contracts/type/Fee.sol +66 -0
  474. package/contracts/{types → type}/Key32.sol +8 -3
  475. package/contracts/{types → type}/NftId.sol +22 -15
  476. package/contracts/type/NftIdSet.sol +62 -0
  477. package/contracts/type/ObjectType.sol +276 -0
  478. package/contracts/type/PayoutId.sol +82 -0
  479. package/contracts/type/Referral.sol +90 -0
  480. package/contracts/type/RequestId.sol +75 -0
  481. package/contracts/type/RiskId.sol +57 -0
  482. package/contracts/type/RoleId.sol +162 -0
  483. package/contracts/type/Seconds.sol +101 -0
  484. package/contracts/type/Selector.sol +102 -0
  485. package/contracts/{types → type}/StateId.sol +53 -5
  486. package/contracts/type/String.sol +53 -0
  487. package/contracts/{types → type}/Timestamp.sol +38 -15
  488. package/contracts/type/UFixed.sol +355 -0
  489. package/contracts/{types → type}/Version.sol +17 -2
  490. package/contracts/upgradeability/IVersionable.sol +53 -0
  491. package/contracts/upgradeability/ProxyManager.sol +232 -0
  492. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  493. package/contracts/upgradeability/Versionable.sol +59 -0
  494. package/package.json +12 -7
  495. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  496. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  497. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  506. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  508. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  510. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  512. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  514. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  516. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  518. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  522. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  524. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  526. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  528. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  531. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  532. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  533. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  534. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  536. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  538. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  540. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  541. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  542. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  543. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  544. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  545. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  546. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  549. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  550. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  553. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  556. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  559. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  561. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  564. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  566. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  569. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  571. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  573. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  575. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  576. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  577. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  578. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  580. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  581. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  583. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  584. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  585. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  586. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  587. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  588. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  589. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  590. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  591. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  592. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  594. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  595. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  596. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  597. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  598. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  599. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  600. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  601. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  602. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  603. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  604. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  605. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  606. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  607. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  608. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  609. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  610. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  611. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  612. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  613. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  614. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  615. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  616. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  617. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  618. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  619. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  620. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  621. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  623. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  624. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  625. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  626. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  627. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  628. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  629. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  630. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  631. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  632. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  633. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  634. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  635. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  636. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  637. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  638. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  639. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  640. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  641. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  642. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  643. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  644. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  645. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  646. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  647. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  649. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  650. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  651. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  652. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  653. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  654. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  655. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  656. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  657. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  658. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  659. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  660. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  662. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  663. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  665. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  667. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  669. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  672. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  673. package/contracts/components/BaseComponent.sol +0 -88
  674. package/contracts/components/IBaseComponent.sol +0 -19
  675. package/contracts/components/IPoolComponent.sol +0 -57
  676. package/contracts/components/IProductComponent.sol +0 -19
  677. package/contracts/components/Pool.sol +0 -174
  678. package/contracts/components/Product.sol +0 -117
  679. package/contracts/experiment/errors/Require.sol +0 -38
  680. package/contracts/experiment/errors/Revert.sol +0 -44
  681. package/contracts/experiment/inheritance/A.sol +0 -53
  682. package/contracts/experiment/inheritance/B.sol +0 -28
  683. package/contracts/experiment/inheritance/C.sol +0 -34
  684. package/contracts/experiment/inheritance/IA.sol +0 -13
  685. package/contracts/experiment/inheritance/IB.sol +0 -10
  686. package/contracts/experiment/inheritance/IC.sol +0 -12
  687. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  688. package/contracts/experiment/statemachine/ISM.sol +0 -25
  689. package/contracts/experiment/statemachine/README.md +0 -112
  690. package/contracts/experiment/statemachine/SM.sol +0 -57
  691. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  692. package/contracts/experiment/types/TypeA.sol +0 -47
  693. package/contracts/experiment/types/TypeB.sol +0 -29
  694. package/contracts/instance/IInstanceLinked.sol +0 -8
  695. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  696. package/contracts/instance/base/IInstanceBase.sol +0 -14
  697. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  698. package/contracts/instance/base/IService.sol +0 -15
  699. package/contracts/instance/base/InstanceBase.sol +0 -80
  700. package/contracts/instance/base/KeyValueStore.sol +0 -156
  701. package/contracts/instance/base/Lifecycle.sol +0 -95
  702. package/contracts/instance/base/ModuleBase.sol +0 -52
  703. package/contracts/instance/base/ServiceBase.sol +0 -37
  704. package/contracts/instance/module/access/Access.sol +0 -149
  705. package/contracts/instance/module/access/IAccess.sol +0 -53
  706. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  707. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  708. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  709. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  710. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  711. package/contracts/instance/module/component/IComponent.sol +0 -53
  712. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  713. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  714. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  715. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  716. package/contracts/instance/module/risk/IRisk.sol +0 -10
  717. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  718. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  719. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  720. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  721. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  722. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  723. package/contracts/instance/service/IPoolService.sol +0 -30
  724. package/contracts/instance/service/IProductService.sol +0 -58
  725. package/contracts/instance/service/PoolService.sol +0 -123
  726. package/contracts/instance/service/ProductService.sol +0 -354
  727. package/contracts/registry/IChainNft.sol +0 -21
  728. package/contracts/registry/IRegistryLinked.sol +0 -8
  729. package/contracts/shared/ERC165.sol +0 -21
  730. package/contracts/shared/IOwnable.sol +0 -6
  731. package/contracts/shared/IVersionable.sol +0 -52
  732. package/contracts/shared/Versionable.sol +0 -89
  733. package/contracts/test/TestFee.sol +0 -25
  734. package/contracts/test/TestPool.sol +0 -22
  735. package/contracts/test/TestProduct.sol +0 -44
  736. package/contracts/test/TestRegisterable.sol +0 -19
  737. package/contracts/test/TestRoleId.sol +0 -14
  738. package/contracts/test/TestService.sol +0 -32
  739. package/contracts/test/TestToken.sol +0 -26
  740. package/contracts/test/TestVersion.sol +0 -44
  741. package/contracts/test/TestVersionable.sol +0 -17
  742. package/contracts/types/ChainId.sol +0 -38
  743. package/contracts/types/Fee.sol +0 -51
  744. package/contracts/types/NftIdSet.sol +0 -60
  745. package/contracts/types/ObjectType.sol +0 -115
  746. package/contracts/types/RoleId.sol +0 -38
  747. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1785 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ComponentService",
4
+ "sourceName": "contracts/shared/ComponentService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "component",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentServiceAlreadyRegistered",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "component",
60
+ "type": "address"
61
+ },
62
+ {
63
+ "internalType": "ObjectType",
64
+ "name": "requiredType",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "ObjectType",
69
+ "name": "componentType",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentServiceInvalidType",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ErrorComponentServiceNewWalletAddressZero",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [
83
+ {
84
+ "internalType": "address",
85
+ "name": "component",
86
+ "type": "address"
87
+ }
88
+ ],
89
+ "name": "ErrorComponentServiceNotComponent",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "component",
97
+ "type": "address"
98
+ }
99
+ ],
100
+ "name": "ErrorComponentServiceNotInstanceLinkedComponent",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "NftId",
107
+ "name": "nftId",
108
+ "type": "uint96"
109
+ },
110
+ {
111
+ "internalType": "ObjectType",
112
+ "name": "objectType",
113
+ "type": "uint8"
114
+ }
115
+ ],
116
+ "name": "ErrorComponentServiceParentNotInstance",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "NftId",
123
+ "name": "nftId",
124
+ "type": "uint96"
125
+ },
126
+ {
127
+ "internalType": "ObjectType",
128
+ "name": "objectType",
129
+ "type": "uint8"
130
+ }
131
+ ],
132
+ "name": "ErrorComponentServiceParentNotProduct",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "address",
139
+ "name": "component",
140
+ "type": "address"
141
+ },
142
+ {
143
+ "internalType": "VersionPart",
144
+ "name": "componentRelease",
145
+ "type": "uint8"
146
+ },
147
+ {
148
+ "internalType": "VersionPart",
149
+ "name": "parentRelease",
150
+ "type": "uint8"
151
+ }
152
+ ],
153
+ "name": "ErrorComponentServiceReleaseMismatch",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [
158
+ {
159
+ "internalType": "NftId",
160
+ "name": "senderNftId",
161
+ "type": "uint96"
162
+ },
163
+ {
164
+ "internalType": "NftId",
165
+ "name": "compnentParentNftId",
166
+ "type": "uint96"
167
+ }
168
+ ],
169
+ "name": "ErrorComponentServiceSenderNotComponentParent",
170
+ "type": "error"
171
+ },
172
+ {
173
+ "inputs": [
174
+ {
175
+ "internalType": "address",
176
+ "name": "sender",
177
+ "type": "address"
178
+ }
179
+ ],
180
+ "name": "ErrorComponentServiceSenderNotRegistered",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "internalType": "address",
187
+ "name": "component",
188
+ "type": "address"
189
+ },
190
+ {
191
+ "internalType": "ObjectType",
192
+ "name": "invalidType",
193
+ "type": "uint8"
194
+ }
195
+ ],
196
+ "name": "ErrorComponentServiceTypeNotSupported",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [],
206
+ "name": "ErrorComponentServiceWalletAddressZero",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [
211
+ {
212
+ "internalType": "address",
213
+ "name": "wallet",
214
+ "type": "address"
215
+ },
216
+ {
217
+ "internalType": "address",
218
+ "name": "spender",
219
+ "type": "address"
220
+ },
221
+ {
222
+ "internalType": "uint256",
223
+ "name": "allowance",
224
+ "type": "uint256"
225
+ },
226
+ {
227
+ "internalType": "uint256",
228
+ "name": "amount",
229
+ "type": "uint256"
230
+ }
231
+ ],
232
+ "name": "ErrorComponentServiceWalletAllowanceTooSmall",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "Amount",
239
+ "name": "withdrawnAmount",
240
+ "type": "uint96"
241
+ },
242
+ {
243
+ "internalType": "Amount",
244
+ "name": "withdrawLimit",
245
+ "type": "uint96"
246
+ }
247
+ ],
248
+ "name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "ErrorComponentServiceWithdrawAmountIsZero",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "NftId",
260
+ "name": "componentNftId",
261
+ "type": "uint96"
262
+ }
263
+ ],
264
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "NftId",
271
+ "name": "componentNftId",
272
+ "type": "uint96"
273
+ },
274
+ {
275
+ "internalType": "ObjectType",
276
+ "name": "expectedType",
277
+ "type": "uint8"
278
+ },
279
+ {
280
+ "internalType": "ObjectType",
281
+ "name": "actualType",
282
+ "type": "uint8"
283
+ }
284
+ ],
285
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
286
+ "type": "error"
287
+ },
288
+ {
289
+ "inputs": [
290
+ {
291
+ "internalType": "NftId",
292
+ "name": "nftId",
293
+ "type": "uint96"
294
+ }
295
+ ],
296
+ "name": "ErrorNftOwnableAlreadyLinked",
297
+ "type": "error"
298
+ },
299
+ {
300
+ "inputs": [
301
+ {
302
+ "internalType": "address",
303
+ "name": "contractAddress",
304
+ "type": "address"
305
+ }
306
+ ],
307
+ "name": "ErrorNftOwnableContractNotRegistered",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "ErrorNftOwnableInitialOwnerZero",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [
317
+ {
318
+ "internalType": "NftId",
319
+ "name": "nftId",
320
+ "type": "uint96"
321
+ },
322
+ {
323
+ "internalType": "ObjectType",
324
+ "name": "expectedObjectType",
325
+ "type": "uint8"
326
+ }
327
+ ],
328
+ "name": "ErrorNftOwnableInvalidType",
329
+ "type": "error"
330
+ },
331
+ {
332
+ "inputs": [
333
+ {
334
+ "internalType": "address",
335
+ "name": "account",
336
+ "type": "address"
337
+ }
338
+ ],
339
+ "name": "ErrorNftOwnableNotOwner",
340
+ "type": "error"
341
+ },
342
+ {
343
+ "inputs": [
344
+ {
345
+ "internalType": "address",
346
+ "name": "registryAddress",
347
+ "type": "address"
348
+ }
349
+ ],
350
+ "name": "ErrorNotRegistry",
351
+ "type": "error"
352
+ },
353
+ {
354
+ "inputs": [
355
+ {
356
+ "internalType": "NftId",
357
+ "name": "productNftId",
358
+ "type": "uint96"
359
+ },
360
+ {
361
+ "internalType": "NftId",
362
+ "name": "distributionNftId",
363
+ "type": "uint96"
364
+ }
365
+ ],
366
+ "name": "ErrorProductServiceDistributionAlreadyRegistered",
367
+ "type": "error"
368
+ },
369
+ {
370
+ "inputs": [
371
+ {
372
+ "internalType": "NftId",
373
+ "name": "productNftId",
374
+ "type": "uint96"
375
+ }
376
+ ],
377
+ "name": "ErrorProductServiceNoDistributionExpected",
378
+ "type": "error"
379
+ },
380
+ {
381
+ "inputs": [
382
+ {
383
+ "internalType": "NftId",
384
+ "name": "productNftId",
385
+ "type": "uint96"
386
+ }
387
+ ],
388
+ "name": "ErrorProductServiceNoOraclesExpected",
389
+ "type": "error"
390
+ },
391
+ {
392
+ "inputs": [
393
+ {
394
+ "internalType": "NftId",
395
+ "name": "productNftId",
396
+ "type": "uint96"
397
+ },
398
+ {
399
+ "internalType": "uint8",
400
+ "name": "expectedOracles",
401
+ "type": "uint8"
402
+ }
403
+ ],
404
+ "name": "ErrorProductServiceOraclesAlreadyRegistered",
405
+ "type": "error"
406
+ },
407
+ {
408
+ "inputs": [
409
+ {
410
+ "internalType": "NftId",
411
+ "name": "productNftId",
412
+ "type": "uint96"
413
+ },
414
+ {
415
+ "internalType": "NftId",
416
+ "name": "poolNftId",
417
+ "type": "uint96"
418
+ }
419
+ ],
420
+ "name": "ErrorProductServicePoolAlreadyRegistered",
421
+ "type": "error"
422
+ },
423
+ {
424
+ "inputs": [],
425
+ "name": "ErrorServiceNotImplemented",
426
+ "type": "error"
427
+ },
428
+ {
429
+ "inputs": [],
430
+ "name": "InvalidInitialization",
431
+ "type": "error"
432
+ },
433
+ {
434
+ "inputs": [],
435
+ "name": "NotInitializing",
436
+ "type": "error"
437
+ },
438
+ {
439
+ "inputs": [],
440
+ "name": "ReentrancyGuardReentrantCall",
441
+ "type": "error"
442
+ },
443
+ {
444
+ "anonymous": false,
445
+ "inputs": [
446
+ {
447
+ "indexed": false,
448
+ "internalType": "address",
449
+ "name": "authority",
450
+ "type": "address"
451
+ }
452
+ ],
453
+ "name": "AuthorityUpdated",
454
+ "type": "event"
455
+ },
456
+ {
457
+ "anonymous": false,
458
+ "inputs": [
459
+ {
460
+ "indexed": false,
461
+ "internalType": "uint64",
462
+ "name": "version",
463
+ "type": "uint64"
464
+ }
465
+ ],
466
+ "name": "Initialized",
467
+ "type": "event"
468
+ },
469
+ {
470
+ "anonymous": false,
471
+ "inputs": [
472
+ {
473
+ "indexed": false,
474
+ "internalType": "NftId",
475
+ "name": "componentNftId",
476
+ "type": "uint96"
477
+ },
478
+ {
479
+ "indexed": false,
480
+ "internalType": "address",
481
+ "name": "recipient",
482
+ "type": "address"
483
+ },
484
+ {
485
+ "indexed": false,
486
+ "internalType": "address",
487
+ "name": "token",
488
+ "type": "address"
489
+ },
490
+ {
491
+ "indexed": false,
492
+ "internalType": "Amount",
493
+ "name": "withdrawnAmount",
494
+ "type": "uint96"
495
+ }
496
+ ],
497
+ "name": "LogComponentServiceComponentFeesWithdrawn",
498
+ "type": "event"
499
+ },
500
+ {
501
+ "anonymous": false,
502
+ "inputs": [
503
+ {
504
+ "indexed": false,
505
+ "internalType": "NftId",
506
+ "name": "distributionNftId",
507
+ "type": "uint96"
508
+ }
509
+ ],
510
+ "name": "LogComponentServiceDistributionFeesUpdated",
511
+ "type": "event"
512
+ },
513
+ {
514
+ "anonymous": false,
515
+ "inputs": [
516
+ {
517
+ "indexed": false,
518
+ "internalType": "NftId",
519
+ "name": "poolNftId",
520
+ "type": "uint96"
521
+ }
522
+ ],
523
+ "name": "LogComponentServicePoolFeesUpdated",
524
+ "type": "event"
525
+ },
526
+ {
527
+ "anonymous": false,
528
+ "inputs": [
529
+ {
530
+ "indexed": false,
531
+ "internalType": "NftId",
532
+ "name": "productNftId",
533
+ "type": "uint96"
534
+ }
535
+ ],
536
+ "name": "LogComponentServiceProductFeesUpdated",
537
+ "type": "event"
538
+ },
539
+ {
540
+ "anonymous": false,
541
+ "inputs": [
542
+ {
543
+ "indexed": false,
544
+ "internalType": "NftId",
545
+ "name": "instanceNftId",
546
+ "type": "uint96"
547
+ },
548
+ {
549
+ "indexed": false,
550
+ "internalType": "NftId",
551
+ "name": "componentNftId",
552
+ "type": "uint96"
553
+ },
554
+ {
555
+ "indexed": false,
556
+ "internalType": "ObjectType",
557
+ "name": "componentType",
558
+ "type": "uint8"
559
+ },
560
+ {
561
+ "indexed": false,
562
+ "internalType": "address",
563
+ "name": "component",
564
+ "type": "address"
565
+ },
566
+ {
567
+ "indexed": false,
568
+ "internalType": "address",
569
+ "name": "token",
570
+ "type": "address"
571
+ },
572
+ {
573
+ "indexed": false,
574
+ "internalType": "address",
575
+ "name": "initialOwner",
576
+ "type": "address"
577
+ }
578
+ ],
579
+ "name": "LogComponentServiceRegistered",
580
+ "type": "event"
581
+ },
582
+ {
583
+ "anonymous": false,
584
+ "inputs": [
585
+ {
586
+ "indexed": false,
587
+ "internalType": "NftId",
588
+ "name": "nftId",
589
+ "type": "uint96"
590
+ },
591
+ {
592
+ "indexed": false,
593
+ "internalType": "string",
594
+ "name": "feeName",
595
+ "type": "string"
596
+ },
597
+ {
598
+ "indexed": false,
599
+ "internalType": "UFixed",
600
+ "name": "previousFractionalFee",
601
+ "type": "uint256"
602
+ },
603
+ {
604
+ "indexed": false,
605
+ "internalType": "uint256",
606
+ "name": "previousFixedFee",
607
+ "type": "uint256"
608
+ },
609
+ {
610
+ "indexed": false,
611
+ "internalType": "UFixed",
612
+ "name": "newFractionalFee",
613
+ "type": "uint256"
614
+ },
615
+ {
616
+ "indexed": false,
617
+ "internalType": "uint256",
618
+ "name": "newFixedFee",
619
+ "type": "uint256"
620
+ }
621
+ ],
622
+ "name": "LogComponentServiceUpdateFee",
623
+ "type": "event"
624
+ },
625
+ {
626
+ "anonymous": false,
627
+ "inputs": [
628
+ {
629
+ "indexed": false,
630
+ "internalType": "NftId",
631
+ "name": "componentNftId",
632
+ "type": "uint96"
633
+ },
634
+ {
635
+ "indexed": false,
636
+ "internalType": "address",
637
+ "name": "currentWallet",
638
+ "type": "address"
639
+ },
640
+ {
641
+ "indexed": false,
642
+ "internalType": "address",
643
+ "name": "newWallet",
644
+ "type": "address"
645
+ }
646
+ ],
647
+ "name": "LogComponentServiceWalletAddressChanged",
648
+ "type": "event"
649
+ },
650
+ {
651
+ "anonymous": false,
652
+ "inputs": [
653
+ {
654
+ "indexed": false,
655
+ "internalType": "address",
656
+ "name": "from",
657
+ "type": "address"
658
+ },
659
+ {
660
+ "indexed": false,
661
+ "internalType": "address",
662
+ "name": "to",
663
+ "type": "address"
664
+ },
665
+ {
666
+ "indexed": false,
667
+ "internalType": "uint256",
668
+ "name": "amount",
669
+ "type": "uint256"
670
+ }
671
+ ],
672
+ "name": "LogComponentWalletTokensTransferred",
673
+ "type": "event"
674
+ },
675
+ {
676
+ "inputs": [],
677
+ "name": "GIF_RELEASE",
678
+ "outputs": [
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "",
682
+ "type": "uint256"
683
+ }
684
+ ],
685
+ "stateMutability": "view",
686
+ "type": "function"
687
+ },
688
+ {
689
+ "inputs": [],
690
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
691
+ "outputs": [
692
+ {
693
+ "internalType": "bytes32",
694
+ "name": "",
695
+ "type": "bytes32"
696
+ }
697
+ ],
698
+ "stateMutability": "view",
699
+ "type": "function"
700
+ },
701
+ {
702
+ "inputs": [],
703
+ "name": "REGISTERABLE_LOCATION_V1",
704
+ "outputs": [
705
+ {
706
+ "internalType": "bytes32",
707
+ "name": "",
708
+ "type": "bytes32"
709
+ }
710
+ ],
711
+ "stateMutability": "view",
712
+ "type": "function"
713
+ },
714
+ {
715
+ "inputs": [],
716
+ "name": "authority",
717
+ "outputs": [
718
+ {
719
+ "internalType": "address",
720
+ "name": "",
721
+ "type": "address"
722
+ }
723
+ ],
724
+ "stateMutability": "view",
725
+ "type": "function"
726
+ },
727
+ {
728
+ "inputs": [
729
+ {
730
+ "internalType": "contract InstanceStore",
731
+ "name": "instanceStore",
732
+ "type": "address"
733
+ },
734
+ {
735
+ "internalType": "NftId",
736
+ "name": "bundleNftId",
737
+ "type": "uint96"
738
+ },
739
+ {
740
+ "internalType": "Amount",
741
+ "name": "amount",
742
+ "type": "uint96"
743
+ },
744
+ {
745
+ "internalType": "Amount",
746
+ "name": "feeAmount",
747
+ "type": "uint96"
748
+ }
749
+ ],
750
+ "name": "decreaseBundleBalance",
751
+ "outputs": [],
752
+ "stateMutability": "nonpayable",
753
+ "type": "function"
754
+ },
755
+ {
756
+ "inputs": [
757
+ {
758
+ "internalType": "contract InstanceStore",
759
+ "name": "instanceStore",
760
+ "type": "address"
761
+ },
762
+ {
763
+ "internalType": "NftId",
764
+ "name": "distributionNftId",
765
+ "type": "uint96"
766
+ },
767
+ {
768
+ "internalType": "Amount",
769
+ "name": "amount",
770
+ "type": "uint96"
771
+ },
772
+ {
773
+ "internalType": "Amount",
774
+ "name": "feeAmount",
775
+ "type": "uint96"
776
+ }
777
+ ],
778
+ "name": "decreaseDistributionBalance",
779
+ "outputs": [],
780
+ "stateMutability": "nonpayable",
781
+ "type": "function"
782
+ },
783
+ {
784
+ "inputs": [
785
+ {
786
+ "internalType": "contract InstanceStore",
787
+ "name": "instanceStore",
788
+ "type": "address"
789
+ },
790
+ {
791
+ "internalType": "NftId",
792
+ "name": "distributorNftId",
793
+ "type": "uint96"
794
+ },
795
+ {
796
+ "internalType": "Amount",
797
+ "name": "amount",
798
+ "type": "uint96"
799
+ },
800
+ {
801
+ "internalType": "Amount",
802
+ "name": "feeAmount",
803
+ "type": "uint96"
804
+ }
805
+ ],
806
+ "name": "decreaseDistributorBalance",
807
+ "outputs": [],
808
+ "stateMutability": "nonpayable",
809
+ "type": "function"
810
+ },
811
+ {
812
+ "inputs": [
813
+ {
814
+ "internalType": "contract InstanceStore",
815
+ "name": "instanceStore",
816
+ "type": "address"
817
+ },
818
+ {
819
+ "internalType": "NftId",
820
+ "name": "poolNftId",
821
+ "type": "uint96"
822
+ },
823
+ {
824
+ "internalType": "Amount",
825
+ "name": "amount",
826
+ "type": "uint96"
827
+ },
828
+ {
829
+ "internalType": "Amount",
830
+ "name": "feeAmount",
831
+ "type": "uint96"
832
+ }
833
+ ],
834
+ "name": "decreasePoolBalance",
835
+ "outputs": [],
836
+ "stateMutability": "nonpayable",
837
+ "type": "function"
838
+ },
839
+ {
840
+ "inputs": [
841
+ {
842
+ "internalType": "contract InstanceStore",
843
+ "name": "instanceStore",
844
+ "type": "address"
845
+ },
846
+ {
847
+ "internalType": "NftId",
848
+ "name": "productNftId",
849
+ "type": "uint96"
850
+ },
851
+ {
852
+ "internalType": "Amount",
853
+ "name": "feeAmount",
854
+ "type": "uint96"
855
+ }
856
+ ],
857
+ "name": "decreaseProductFees",
858
+ "outputs": [],
859
+ "stateMutability": "nonpayable",
860
+ "type": "function"
861
+ },
862
+ {
863
+ "inputs": [],
864
+ "name": "getDomain",
865
+ "outputs": [
866
+ {
867
+ "internalType": "ObjectType",
868
+ "name": "serviceDomain",
869
+ "type": "uint8"
870
+ }
871
+ ],
872
+ "stateMutability": "pure",
873
+ "type": "function"
874
+ },
875
+ {
876
+ "inputs": [],
877
+ "name": "getInitialInfo",
878
+ "outputs": [
879
+ {
880
+ "components": [
881
+ {
882
+ "internalType": "NftId",
883
+ "name": "nftId",
884
+ "type": "uint96"
885
+ },
886
+ {
887
+ "internalType": "NftId",
888
+ "name": "parentNftId",
889
+ "type": "uint96"
890
+ },
891
+ {
892
+ "internalType": "ObjectType",
893
+ "name": "objectType",
894
+ "type": "uint8"
895
+ },
896
+ {
897
+ "internalType": "bool",
898
+ "name": "isInterceptor",
899
+ "type": "bool"
900
+ },
901
+ {
902
+ "internalType": "address",
903
+ "name": "objectAddress",
904
+ "type": "address"
905
+ },
906
+ {
907
+ "internalType": "address",
908
+ "name": "initialOwner",
909
+ "type": "address"
910
+ },
911
+ {
912
+ "internalType": "bytes",
913
+ "name": "data",
914
+ "type": "bytes"
915
+ }
916
+ ],
917
+ "internalType": "struct IRegistry.ObjectInfo",
918
+ "name": "info",
919
+ "type": "tuple"
920
+ }
921
+ ],
922
+ "stateMutability": "view",
923
+ "type": "function"
924
+ },
925
+ {
926
+ "inputs": [],
927
+ "name": "getNftId",
928
+ "outputs": [
929
+ {
930
+ "internalType": "NftId",
931
+ "name": "",
932
+ "type": "uint96"
933
+ }
934
+ ],
935
+ "stateMutability": "view",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "inputs": [],
940
+ "name": "getOwner",
941
+ "outputs": [
942
+ {
943
+ "internalType": "address",
944
+ "name": "",
945
+ "type": "address"
946
+ }
947
+ ],
948
+ "stateMutability": "view",
949
+ "type": "function"
950
+ },
951
+ {
952
+ "inputs": [],
953
+ "name": "getRegistry",
954
+ "outputs": [
955
+ {
956
+ "internalType": "contract IRegistry",
957
+ "name": "",
958
+ "type": "address"
959
+ }
960
+ ],
961
+ "stateMutability": "view",
962
+ "type": "function"
963
+ },
964
+ {
965
+ "inputs": [],
966
+ "name": "getRelease",
967
+ "outputs": [
968
+ {
969
+ "internalType": "VersionPart",
970
+ "name": "release",
971
+ "type": "uint8"
972
+ }
973
+ ],
974
+ "stateMutability": "pure",
975
+ "type": "function"
976
+ },
977
+ {
978
+ "inputs": [],
979
+ "name": "getRoleId",
980
+ "outputs": [
981
+ {
982
+ "internalType": "RoleId",
983
+ "name": "serviceRoleId",
984
+ "type": "uint64"
985
+ }
986
+ ],
987
+ "stateMutability": "pure",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [],
992
+ "name": "getVersion",
993
+ "outputs": [
994
+ {
995
+ "internalType": "Version",
996
+ "name": "",
997
+ "type": "uint24"
998
+ }
999
+ ],
1000
+ "stateMutability": "pure",
1001
+ "type": "function"
1002
+ },
1003
+ {
1004
+ "inputs": [
1005
+ {
1006
+ "internalType": "contract InstanceStore",
1007
+ "name": "instanceStore",
1008
+ "type": "address"
1009
+ },
1010
+ {
1011
+ "internalType": "NftId",
1012
+ "name": "bundleNftId",
1013
+ "type": "uint96"
1014
+ },
1015
+ {
1016
+ "internalType": "Amount",
1017
+ "name": "amount",
1018
+ "type": "uint96"
1019
+ },
1020
+ {
1021
+ "internalType": "Amount",
1022
+ "name": "feeAmount",
1023
+ "type": "uint96"
1024
+ }
1025
+ ],
1026
+ "name": "increaseBundleBalance",
1027
+ "outputs": [],
1028
+ "stateMutability": "nonpayable",
1029
+ "type": "function"
1030
+ },
1031
+ {
1032
+ "inputs": [
1033
+ {
1034
+ "internalType": "contract InstanceStore",
1035
+ "name": "instanceStore",
1036
+ "type": "address"
1037
+ },
1038
+ {
1039
+ "internalType": "NftId",
1040
+ "name": "distributionNftId",
1041
+ "type": "uint96"
1042
+ },
1043
+ {
1044
+ "internalType": "Amount",
1045
+ "name": "amount",
1046
+ "type": "uint96"
1047
+ },
1048
+ {
1049
+ "internalType": "Amount",
1050
+ "name": "feeAmount",
1051
+ "type": "uint96"
1052
+ }
1053
+ ],
1054
+ "name": "increaseDistributionBalance",
1055
+ "outputs": [],
1056
+ "stateMutability": "nonpayable",
1057
+ "type": "function"
1058
+ },
1059
+ {
1060
+ "inputs": [
1061
+ {
1062
+ "internalType": "contract InstanceStore",
1063
+ "name": "instanceStore",
1064
+ "type": "address"
1065
+ },
1066
+ {
1067
+ "internalType": "NftId",
1068
+ "name": "distributorNftId",
1069
+ "type": "uint96"
1070
+ },
1071
+ {
1072
+ "internalType": "Amount",
1073
+ "name": "amount",
1074
+ "type": "uint96"
1075
+ },
1076
+ {
1077
+ "internalType": "Amount",
1078
+ "name": "feeAmount",
1079
+ "type": "uint96"
1080
+ }
1081
+ ],
1082
+ "name": "increaseDistributorBalance",
1083
+ "outputs": [],
1084
+ "stateMutability": "nonpayable",
1085
+ "type": "function"
1086
+ },
1087
+ {
1088
+ "inputs": [
1089
+ {
1090
+ "internalType": "contract InstanceStore",
1091
+ "name": "instanceStore",
1092
+ "type": "address"
1093
+ },
1094
+ {
1095
+ "internalType": "NftId",
1096
+ "name": "poolNftId",
1097
+ "type": "uint96"
1098
+ },
1099
+ {
1100
+ "internalType": "Amount",
1101
+ "name": "amount",
1102
+ "type": "uint96"
1103
+ },
1104
+ {
1105
+ "internalType": "Amount",
1106
+ "name": "feeAmount",
1107
+ "type": "uint96"
1108
+ }
1109
+ ],
1110
+ "name": "increasePoolBalance",
1111
+ "outputs": [],
1112
+ "stateMutability": "nonpayable",
1113
+ "type": "function"
1114
+ },
1115
+ {
1116
+ "inputs": [
1117
+ {
1118
+ "internalType": "contract InstanceStore",
1119
+ "name": "instanceStore",
1120
+ "type": "address"
1121
+ },
1122
+ {
1123
+ "internalType": "NftId",
1124
+ "name": "productNftId",
1125
+ "type": "uint96"
1126
+ },
1127
+ {
1128
+ "internalType": "Amount",
1129
+ "name": "feeAmount",
1130
+ "type": "uint96"
1131
+ }
1132
+ ],
1133
+ "name": "increaseProductFees",
1134
+ "outputs": [],
1135
+ "stateMutability": "nonpayable",
1136
+ "type": "function"
1137
+ },
1138
+ {
1139
+ "inputs": [
1140
+ {
1141
+ "internalType": "address",
1142
+ "name": "activatedBy",
1143
+ "type": "address"
1144
+ },
1145
+ {
1146
+ "internalType": "bytes",
1147
+ "name": "data",
1148
+ "type": "bytes"
1149
+ }
1150
+ ],
1151
+ "name": "initializeVersionable",
1152
+ "outputs": [],
1153
+ "stateMutability": "nonpayable",
1154
+ "type": "function"
1155
+ },
1156
+ {
1157
+ "inputs": [],
1158
+ "name": "isConsumingScheduledOp",
1159
+ "outputs": [
1160
+ {
1161
+ "internalType": "bytes4",
1162
+ "name": "",
1163
+ "type": "bytes4"
1164
+ }
1165
+ ],
1166
+ "stateMutability": "view",
1167
+ "type": "function"
1168
+ },
1169
+ {
1170
+ "inputs": [],
1171
+ "name": "linkToRegisteredNftId",
1172
+ "outputs": [
1173
+ {
1174
+ "internalType": "NftId",
1175
+ "name": "nftId",
1176
+ "type": "uint96"
1177
+ }
1178
+ ],
1179
+ "stateMutability": "nonpayable",
1180
+ "type": "function"
1181
+ },
1182
+ {
1183
+ "inputs": [],
1184
+ "name": "lock",
1185
+ "outputs": [],
1186
+ "stateMutability": "nonpayable",
1187
+ "type": "function"
1188
+ },
1189
+ {
1190
+ "inputs": [
1191
+ {
1192
+ "internalType": "address",
1193
+ "name": "component",
1194
+ "type": "address"
1195
+ }
1196
+ ],
1197
+ "name": "registerComponent",
1198
+ "outputs": [
1199
+ {
1200
+ "internalType": "NftId",
1201
+ "name": "componentNftId",
1202
+ "type": "uint96"
1203
+ }
1204
+ ],
1205
+ "stateMutability": "nonpayable",
1206
+ "type": "function"
1207
+ },
1208
+ {
1209
+ "inputs": [
1210
+ {
1211
+ "internalType": "address",
1212
+ "name": "productAddress",
1213
+ "type": "address"
1214
+ }
1215
+ ],
1216
+ "name": "registerProduct",
1217
+ "outputs": [
1218
+ {
1219
+ "internalType": "NftId",
1220
+ "name": "productNftId",
1221
+ "type": "uint96"
1222
+ }
1223
+ ],
1224
+ "stateMutability": "nonpayable",
1225
+ "type": "function"
1226
+ },
1227
+ {
1228
+ "inputs": [
1229
+ {
1230
+ "internalType": "address",
1231
+ "name": "newAuthority",
1232
+ "type": "address"
1233
+ }
1234
+ ],
1235
+ "name": "setAuthority",
1236
+ "outputs": [],
1237
+ "stateMutability": "nonpayable",
1238
+ "type": "function"
1239
+ },
1240
+ {
1241
+ "inputs": [
1242
+ {
1243
+ "components": [
1244
+ {
1245
+ "internalType": "UFixed",
1246
+ "name": "fractionalFee",
1247
+ "type": "uint256"
1248
+ },
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "fixedFee",
1252
+ "type": "uint256"
1253
+ }
1254
+ ],
1255
+ "internalType": "struct Fee",
1256
+ "name": "distributionFee",
1257
+ "type": "tuple"
1258
+ },
1259
+ {
1260
+ "components": [
1261
+ {
1262
+ "internalType": "UFixed",
1263
+ "name": "fractionalFee",
1264
+ "type": "uint256"
1265
+ },
1266
+ {
1267
+ "internalType": "uint256",
1268
+ "name": "fixedFee",
1269
+ "type": "uint256"
1270
+ }
1271
+ ],
1272
+ "internalType": "struct Fee",
1273
+ "name": "minDistributionOwnerFee",
1274
+ "type": "tuple"
1275
+ }
1276
+ ],
1277
+ "name": "setDistributionFees",
1278
+ "outputs": [],
1279
+ "stateMutability": "nonpayable",
1280
+ "type": "function"
1281
+ },
1282
+ {
1283
+ "inputs": [
1284
+ {
1285
+ "components": [
1286
+ {
1287
+ "internalType": "UFixed",
1288
+ "name": "fractionalFee",
1289
+ "type": "uint256"
1290
+ },
1291
+ {
1292
+ "internalType": "uint256",
1293
+ "name": "fixedFee",
1294
+ "type": "uint256"
1295
+ }
1296
+ ],
1297
+ "internalType": "struct Fee",
1298
+ "name": "poolFee",
1299
+ "type": "tuple"
1300
+ },
1301
+ {
1302
+ "components": [
1303
+ {
1304
+ "internalType": "UFixed",
1305
+ "name": "fractionalFee",
1306
+ "type": "uint256"
1307
+ },
1308
+ {
1309
+ "internalType": "uint256",
1310
+ "name": "fixedFee",
1311
+ "type": "uint256"
1312
+ }
1313
+ ],
1314
+ "internalType": "struct Fee",
1315
+ "name": "stakingFee",
1316
+ "type": "tuple"
1317
+ },
1318
+ {
1319
+ "components": [
1320
+ {
1321
+ "internalType": "UFixed",
1322
+ "name": "fractionalFee",
1323
+ "type": "uint256"
1324
+ },
1325
+ {
1326
+ "internalType": "uint256",
1327
+ "name": "fixedFee",
1328
+ "type": "uint256"
1329
+ }
1330
+ ],
1331
+ "internalType": "struct Fee",
1332
+ "name": "performanceFee",
1333
+ "type": "tuple"
1334
+ }
1335
+ ],
1336
+ "name": "setPoolFees",
1337
+ "outputs": [],
1338
+ "stateMutability": "nonpayable",
1339
+ "type": "function"
1340
+ },
1341
+ {
1342
+ "inputs": [
1343
+ {
1344
+ "components": [
1345
+ {
1346
+ "internalType": "UFixed",
1347
+ "name": "fractionalFee",
1348
+ "type": "uint256"
1349
+ },
1350
+ {
1351
+ "internalType": "uint256",
1352
+ "name": "fixedFee",
1353
+ "type": "uint256"
1354
+ }
1355
+ ],
1356
+ "internalType": "struct Fee",
1357
+ "name": "productFee",
1358
+ "type": "tuple"
1359
+ },
1360
+ {
1361
+ "components": [
1362
+ {
1363
+ "internalType": "UFixed",
1364
+ "name": "fractionalFee",
1365
+ "type": "uint256"
1366
+ },
1367
+ {
1368
+ "internalType": "uint256",
1369
+ "name": "fixedFee",
1370
+ "type": "uint256"
1371
+ }
1372
+ ],
1373
+ "internalType": "struct Fee",
1374
+ "name": "processingFee",
1375
+ "type": "tuple"
1376
+ }
1377
+ ],
1378
+ "name": "setProductFees",
1379
+ "outputs": [],
1380
+ "stateMutability": "nonpayable",
1381
+ "type": "function"
1382
+ },
1383
+ {
1384
+ "inputs": [
1385
+ {
1386
+ "internalType": "address",
1387
+ "name": "newWallet",
1388
+ "type": "address"
1389
+ }
1390
+ ],
1391
+ "name": "setWallet",
1392
+ "outputs": [],
1393
+ "stateMutability": "nonpayable",
1394
+ "type": "function"
1395
+ },
1396
+ {
1397
+ "inputs": [
1398
+ {
1399
+ "internalType": "bytes4",
1400
+ "name": "interfaceId",
1401
+ "type": "bytes4"
1402
+ }
1403
+ ],
1404
+ "name": "supportsInterface",
1405
+ "outputs": [
1406
+ {
1407
+ "internalType": "bool",
1408
+ "name": "",
1409
+ "type": "bool"
1410
+ }
1411
+ ],
1412
+ "stateMutability": "view",
1413
+ "type": "function"
1414
+ },
1415
+ {
1416
+ "inputs": [],
1417
+ "name": "unlock",
1418
+ "outputs": [],
1419
+ "stateMutability": "nonpayable",
1420
+ "type": "function"
1421
+ },
1422
+ {
1423
+ "inputs": [
1424
+ {
1425
+ "internalType": "bytes",
1426
+ "name": "data",
1427
+ "type": "bytes"
1428
+ }
1429
+ ],
1430
+ "name": "upgradeVersionable",
1431
+ "outputs": [],
1432
+ "stateMutability": "nonpayable",
1433
+ "type": "function"
1434
+ },
1435
+ {
1436
+ "inputs": [
1437
+ {
1438
+ "internalType": "Amount",
1439
+ "name": "amount",
1440
+ "type": "uint96"
1441
+ }
1442
+ ],
1443
+ "name": "withdrawFees",
1444
+ "outputs": [
1445
+ {
1446
+ "internalType": "Amount",
1447
+ "name": "withdrawnAmount",
1448
+ "type": "uint96"
1449
+ }
1450
+ ],
1451
+ "stateMutability": "nonpayable",
1452
+ "type": "function"
1453
+ }
1454
+ ],
1455
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615a41806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636c741e781161012a578063a69df4b5116100b4578063d165cb6411610079578063d165cb6414610500578063d56cd3d514610513578063deaa59df14610526578063e618053f14610539578063f83d08ba146102a7575f80fd5b8063a69df4b5146102a7578063ada9652e146104b5578063b68d1809146104c9578063bf7e214f146104d0578063c142a303146104ed575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461045e5780638899278a14610471578063893d20e81461047957806389fad8a2146104815780638fb3603714610494575f80fd5b80636c741e78146103fe5780636e1728071461041e57806374933c2f1461043157806376b707b714610444575f80fd5b8063329d6e74116101ab5780636078a3b21161017b5780636078a3b214610395578063644c45e0146103a857806366101781146103c557806367438c50146103d857806367ba1c10146103eb575f80fd5b8063329d6e741461033757806337a897ee1461034a57806349bb9e4b1461035d5780635ab1bd5314610370575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d3146103115780632d46f5df14610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e610230366004614998565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b61054c565b60405162ffffff909116815260200161025a565b6102876105d3565b60405161025a91906149ed565b6102a76102a2366004614aa9565b61075f565b005b6102b161077d565b6040516001600160601b03909116815260200161025a565b6102b16102d7366004614b02565b610787565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f366004614aa9565b610ebd565b6102b1610332366004614b1d565b610ed6565b6102a7610345366004614ca6565b6110b7565b6102a7610358366004614d06565b611201565b6102a761036b366004614d30565b611524565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b6102b16103a3366004614b1d565b611612565b5f805160206159ac833981519152546001600160601b03166102b1565b6102a76103d3366004614aa9565b6117af565b6102a76103e6366004614d7c565b6117ba565b6102a76103f9366004614d06565b611842565b610406611bb2565b6040516001600160401b03909116815260200161025a565b6102a761042c366004614d7c565b611c3e565b6102a761043f366004614aa9565b611c96565b61044c611ca1565b60405160ff909116815260200161025a565b6102a761046c366004614b1d565b611d15565b610303600381565b61037d611db1565b6102a761048f366004614aa9565b611ee2565b61049c611eed565b6040516001600160e01b0319909116815260200161025a565b6103035f805160206159ac83398151915281565b600b61044c565b5f805160206159cc833981519152546001600160a01b031661037d565b6102a76104fb366004614dc4565b611f24565b6102a761050e366004614aa9565b6122c5565b6102a7610521366004614aa9565b6122d0565b6102a7610534366004614b1d565b6122db565b6102a7610547366004614aa9565b6126a6565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190614e07565b905090565b6105db61495b565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610651573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106759190614e39565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bd611db1565b6001600160a01b031681526020018260010180546106da90614e54565b80601f016020809104026020016040519081016040528092919081815260200182805461070690614e54565b80156107515780601f1061072857610100808354040283529160200191610751565b820191905f5260205f20905b81548152906001019060200180831161073457829003601f168201915b505050505081525091505090565b61076a83600e6126ad565b6107775f85858585612764565b50505050565b5f6105ce30612b5e565b5f8080610794600b612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107fa9190614e86565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610846573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261086d9190810190614f00565b90505f81606001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190614e39565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610954573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109789190614fe9565b15610a5557826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109dd9190614e86565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4e9190614e39565b9450610c7c565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf9190614fe9565b15610aed5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4e9190614e86565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbf9190614e39565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610c20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c449190614fe9565b15610c7a5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610d525f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce09190614e86565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4c9190614e39565b89612764565b5f610d656001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610db2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd69190614e86565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610e9d575f80fd5b505af1158015610eaf573d5f803e3d5ffd5b505050505050505050919050565b610ec883601f6126ad565b610777600185858585612764565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610f18929190615002565b602060405180830381865af4158015610f33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f579190614fe9565b610f7f5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f80610f8c85600c612df3565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b03808516926308c253c692899286169163c108bd4c916004808301925f9291908290030181865afa158015610fe7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100e91908101906150f5565b6040518363ffffffff1660e01b815260040161102b9291906153eb565b5f604051808303815f87803b158015611042575f80fd5b505af1158015611054573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611098575f80fd5b505af11580156110aa573d5f803e3d5ffd5b5050505050505050919050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6110d961054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611117573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113b919061542b565b5f805160206159ec8339815191528054600160401b900460ff168061116d575080546001600160401b03808416911610155b1561118b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556111b583613393565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8061120d600e612d57565b92505091505f8061127d836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112779190614e86565b8561339b565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101200151896040518363ffffffff1660e01b81526004016112c0929190615446565b602060405180830381865af41580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff9190614fe9565b6113475761133b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461012001518a6134f8565b50610120810186905260015b61014082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161138491908a90600401615446565b602060405180830381865af415801561139f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c39190614fe9565b6114195761140d836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e6572466565000000000000000000815250846101400151896134f8565b50610140810185905260015b801561151b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147f9190614e86565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016114af9392919061546c565b5f604051808303815f87803b1580156114c6575f80fd5b505af11580156114d8573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f805160206159ec8339815191528054600160401b810460ff1615906001600160401b03165f811580156115555750825b90505f826001600160401b031660011480156115705750303b155b90508115801561157e575080155b1561159c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c657845460ff60401b1916600160401b1785555b6115d0878761354b565b831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401611654929190615002565b602060405180830381865af415801561166f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116939190614fe9565b6116bb5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156116f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261171e91908101906154a0565b60400151905061173481600f6136ba565b6136ba565b1561174a57611742846136ca565b9250506117a9565b61175581600e6136ba565b156117635761174284613adf565b61176e81600d6136ba565b1561177c5761174284613d51565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610c71565b50919050565b61076a83601d6126ad565b6117c582600c6126ad565b61183d6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118379190614e39565b85612764565b505050565b5f8061184e600c612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611890573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b49190614e86565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611900573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192791908101906150f5565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e00151886040518363ffffffff1660e01b8152600401611967929190615446565b602060405180830381865af4158015611982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119a69190614fe9565b6119e7576119dc846040518060400160405280600a81526020016950726f6475637446656560b01b8152508460e00151896134f8565b5060e0810185905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611a2491908990600401615446565b602060405180830381865af4158015611a3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a639190614fe9565b611aa957611a9d846040518060400160405280600d81526020016c50726f63657373696e6746656560981b815250846101000151886134f8565b50610100810184905260015b8015611baa57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0f9190614e86565b6001600160a01b0316638ad6e023858460ff6040518463ffffffff1660e01b8152600401611b3f9392919061546c565b5f604051808303815f87803b158015611b56575f80fd5b505af1158015611b68573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611bd7611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce919061542b565b611c4982600c6126ad565b61183d5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b610ec883600e6126ad565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611cf1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615570565b33611d345f805160206159cc833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611d6f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610c71565b816001600160a01b03163b5f03611da4576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c71565b611dad82613f3b565b5050565b5f805f805160206159ac83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e419190614fe9565b15611ecc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ea2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec69190614e86565b91505090565b54600160601b90046001600160a01b0316919050565b61076a83600f6126ad565b5f805160206159cc83398151915280545f9190600160a01b900460ff16611f14575f611ec6565b638fb3603760e01b91505090565b565b5f80611f30600f612d57565b92505091505f80611f76836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361016001518a6040518363ffffffff1660e01b8152600401611fb9929190615446565b602060405180830381865af4158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff89190614fe9565b6120385761202c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461016001518b6134f8565b50610160810187905260015b61018082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161207591908b90600401615446565b602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b49190614fe9565b6120f7576120eb836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461018001518a6134f8565b50610180810186905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161213491908a90600401615446565b602060405180830381865af415801561214f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121739190614fe9565b6121ba576121ae836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101a00151896134f8565b506101a0810185905260015b80156122bb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122209190614e86565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016122509392919061546c565b5f604051808303815f87803b158015612267575f80fd5b505af1158015612279573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610ec883601d6126ad565b610ec883600f6126ad565b5f806122e7600b612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612329573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061234d9190614e86565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612399573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c09190810190614f00565b60608101519091506001600160a01b0385166123ef5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166124165760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036124485760405163e5bf1f2160e01b815260040160405180910390fd5b60208201516040516370a0823160e01b81526001600160a01b0383811660048301525f9216906370a0823190602401602060405180830381865afa158015612492573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124b6919061558b565b90508583606001906001600160a01b031690816001600160a01b031681525050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612512573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125369190614e86565b6001600160a01b031663d3eb4e47868560ff6040518463ffffffff1660e01b81526004016125669392919061560e565b5f604051808303815f87803b15801561257d575f80fd5b505af115801561258f573d5f803e3d5ffd5b5050604080516001600160601b03891681526001600160a01b0386811660208301528a168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a1604080840151905163182562b360e01b81526001600160a01b0388811660048301529091169063182562b3906024015f604051808303815f87803b15801561262c575f80fd5b505af115801561263e573d5f803e3d5ffd5b505050604080850151905163162d3cef60e11b81526001600160a01b0385811660048301529091169150632c5a79de906024015f604051808303815f87803b158015612688575f80fd5b505af115801561269a573d5f803e3d5ffd5b50505050505050505050565b61076a83601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561270f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127339190614fe9565b611dad5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c71565b5f61276f8383613f9b565b9050851561296e576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156127cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f19190614fe9565b1561287057604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af115801561284a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286e9190614e39565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156128c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ea9190614fe9565b156129695760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612943573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129679190614e39565b505b611baa565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156129c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129e89190614fe9565b15612a675760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612a41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a659190614e39565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612abd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae19190614fe9565b15611baa576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612b3a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151b9190614e39565b5f805f805160206159ac83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612bca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bee9190614fe9565b15612c1a5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c71565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c909190614fe9565b612cb85760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612d0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d2e9190614e39565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612d6061495b565b5f612d736001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612db7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ddb9190614e39565b9250612de983856001614026565b9395909450915050565b5f805f805f805f805f73__$9adc6317afb9545c51c5c2be287d98f578$__63624ec8b3612e286001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b039182166004820152908e16602482015260ff8d16604482015260640160a060405180830381865af4158015612e7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9f919061562f565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612eef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f139190614e86565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f51573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f759190614e86565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd79190614e86565b9650612fe48a600c6136ba565b1561306857600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015613039573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261306091908101906154a0565b5194506130ec565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156130c1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130e891908101906154a0565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613128573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261314f9190810190614f00565b90505f8160200151905073__$51089c37ca0df1177a910c640c8c5f8165$__639b81979f828c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131d49190614e86565b60608601516040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529183166024830152919091166044820152606401602060405180830381865af415801561322c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132509190614e86565b6001600160a01b03908116604080850191909152516338327fe960e11b8152908a1690637064ffd290613289908a9086906004016156a0565b5f604051808303815f87803b1580156132a0575f80fd5b505af11580156132b2573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156132f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133179190614e39565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b61021e6142b5565b5f613472604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b61347b836142eb565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa1580156134c8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134ef91908101906150f5565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9461353d948a948a9492939092906156c1565b60405180910390a150505050565b5f805160206159ec8339815191528054600160401b810460ff1615906001600160401b03165f8115801561357c5750825b90505f826001600160401b031660011480156135975750303b155b9050811580156135a5575080155b156135c35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156135ed57845460ff60401b1916600160401b1785555b5f80878060200190518101906136039190615707565b9150915061361282828b61437b565b61361c60026144bb565b600280546001600160a01b0319166001600160a01b0392909216919091179055613646600a6144bb565b600380546001600160a01b0319166001600160a01b0392909216919091179055613676630476a7a160e01b61454c565b5050831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b60ff828116908216145b92915050565b5f808080806136da86600f612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613733573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261375a91908101906150f5565b60808101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156137b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137dd9190614fe9565b156138145760808101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610c71565b5f879050836001600160a01b0316637d8486fe88836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa158015613865573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613889919061573f565b6040518363ffffffff1660e01b81526004016138a69291906157d9565b5f604051808303815f87803b1580156138bd575f80fd5b505af11580156138cf573d5f803e3d5ffd5b505050506001600160601b0387166080830152604051638ad6e02360e01b81526001600160a01b03851690638ad6e02390613913908690869060ff9060040161546c565b5f604051808303815f87803b15801561392a575f80fd5b505af115801561393c573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613980575f80fd5b505af1158015613992573d5f803e3d5ffd5b505060405163f0ea17c360e01b81526001600160601b03861660048201525f92506001600160a01b038916915063f0ea17c3906024015b5f60405180830381865afa1580156139e3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a0a9190810190614f00565b905080604001516001600160a01b031663182562b3836001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7f9190614e86565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526024015f604051808303815f87803b158015613abd575f80fd5b505af1158015613acf573d5f803e3d5ffd5b5050505050505050505050919050565b5f80808080613aef86600e612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613b48573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b6f91908101906150f5565b90508060200151613b9e5760405163931d421760e01b81526001600160601b0383166004820152602401610c71565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c1e9190614fe9565b15613c555760a08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610c71565b6001600160601b03861660a0820152604051638ad6e02360e01b81526001600160a01b03841690638ad6e02390613c95908590859060ff9060040161546c565b5f604051808303815f87803b158015613cac575f80fd5b505af1158015613cbe573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f91506024015f604051808303815f87803b158015613d02575f80fd5b505af1158015613d14573d5f803e3d5ffd5b505060405163f0ea17c360e01b81526001600160601b03851660048201528992505f91506001600160a01b0388169063f0ea17c3906024016139c9565b5f80808080613d6186600d612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613dba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613de191908101906150f5565b9050806040015160ff165f03613e1557604051634435e56b60e01b81526001600160601b0383166004820152602401610c71565b806040015160ff16816060015160ff1603613e5d5760408082015190516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610c71565b858160c00151826060015160ff1681518110613e7b57613e7b615868565b6001600160601b039092166020928302919091019091015260608101805190613ea38261587c565b60ff169052506001600160a01b038316638ad6e0238383613ec260ff90565b6040518463ffffffff1660e01b8152600401613ee09392919061546c565b5f604051808303815f87803b158015613ef7575f80fd5b505af1158015613f09573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610e86565b5f805160206159cc83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613ffb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401f9190614e39565b9392505050565b61402e61495b565b5f806140426001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561408f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526140b691908101906154a0565b925060ff8516600b1461411457604083015160ff86811691161461410f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b6141a5565b614124836040015161172f600c90565b8061413a575061413a836040015161172f600f90565b806141505750614150836040015161172f600e90565b806141665750614166836040015161172f600d90565b6141a557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b6141af8184614578565b915083156142ac57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156141f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142179190614e86565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa15801561425f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142839190614fe9565b156142ac57604051637d71120960e11b81526001600160601b0387166004820152602401610c71565b50935093915050565b5f805160206159ec83398151915254600160401b900460ff16611f2257604051631afcd79f60e31b815260040160405180910390fd5b5f6142fe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561434a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261437191908101906154a0565b6020015192915050565b6143836142b5565b61438b614629565b6001600160a01b038216156143a8576143a382614639565b61441f565b5f6143b360026144bb565b905061441d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156143f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144189190614e86565b614639565b505b61449b83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561445f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144839190614e39565b60085f8560405180602001604052805f81525061464d565b6144ab634a531f3360e01b61454c565b61183d63daf9067160e01b61454c565b5f6144ce6001546001600160a01b031690565b6001600160a01b031663d39e6043836144e5611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614528573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136c49190614e86565b6145546142b5565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f614589826040015161172f600c90565b156145a35761459c8383602001516146e8565b90506136c4565b60208201516040516305247a1760e51b81526001600160601b03909116600482015261401f9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156145f9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261462091908101906154a0565b602001516146e8565b6146316142b5565b611f22614759565b6146416142b5565b61464a81614787565b50565b6146556142b5565b61465f8683614798565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016122bb83826158f1565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614735573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401f9190614e86565b6147616142b5565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b61478f6142b5565b61464a81613f3b565b6147a06142b5565b6147a98261480e565b6147b1614916565b6001600160a01b0381166147d85760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206159ac83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6148166142b5565b806001600160a01b03163b5f0361484b5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156148c5575060408051601f3d908101601f191682019092526148c291810190614fe9565b60015b6148ed5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b80611dad5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610c71565b61491e6142b5565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156149a8575f80fd5b81356001600160e01b03198116811461401f575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a35608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614a796101008401826149bf565b949350505050565b6001600160a01b038116811461464a575f80fd5b6001600160601b038116811461464a575f80fd5b5f805f8060808587031215614abc575f80fd5b8435614ac781614a81565b93506020850135614ad781614a95565b92506040850135614ae781614a95565b91506060850135614af781614a95565b939692955090935050565b5f60208284031215614b12575f80fd5b813561401f81614a95565b5f60208284031215614b2d575f80fd5b813561401f81614a81565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614b6e57614b6e614b38565b60405290565b60405160a081016001600160401b0381118282101715614b6e57614b6e614b38565b6040516101c081016001600160401b0381118282101715614b6e57614b6e614b38565b60405160e081016001600160401b0381118282101715614b6e57614b6e614b38565b60405161010081016001600160401b0381118282101715614b6e57614b6e614b38565b604051601f8201601f191681016001600160401b0381118282101715614c2657614c26614b38565b604052919050565b5f6001600160401b03821115614c4657614c46614b38565b50601f01601f191660200190565b5f82601f830112614c63575f80fd5b8135614c76614c7182614c2e565b614bfe565b818152846020838601011115614c8a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614cb6575f80fd5b81356001600160401b03811115614ccb575f80fd5b614a7984828501614c54565b5f60408284031215614ce7575f80fd5b614cef614b4c565b823581526020928301359281019290925250919050565b5f8060808385031215614d17575f80fd5b614d218484614cd7565b91506134ef8460408501614cd7565b5f8060408385031215614d41575f80fd5b8235614d4c81614a81565b915060208301356001600160401b03811115614d66575f80fd5b614d7285828601614c54565b9150509250929050565b5f805f60608486031215614d8e575f80fd5b8335614d9981614a81565b92506020840135614da981614a95565b91506040840135614db981614a95565b809150509250925092565b5f805f60c08486031215614dd6575f80fd5b614de08585614cd7565b9250614def8560408601614cd7565b9150614dfe8560808601614cd7565b90509250925092565b5f60208284031215614e17575f80fd5b815162ffffff8116811461401f575f80fd5b8051614e3481614a95565b919050565b5f60208284031215614e49575f80fd5b815161401f81614a95565b600181811c90821680614e6857607f821691505b6020821081036117a957634e487b7160e01b5f52602260045260245ffd5b5f60208284031215614e96575f80fd5b815161401f81614a81565b5f614eae614c7184614c2e565b9050828152838383011115614ec1575f80fd5b8282602083015e5f602084830101529392505050565b8051614e3481614a81565b5f82601f830112614ef1575f80fd5b61401f83835160208501614ea1565b5f60208284031215614f10575f80fd5b81516001600160401b03811115614f25575f80fd5b820160a08185031215614f36575f80fd5b614f3e614b74565b81516001600160401b03811115614f53575f80fd5b8201601f81018613614f63575f80fd5b614f7286825160208401614ea1565b825250614f8160208301614ed7565b6020820152614f9260408301614ed7565b6040820152614fa360608301614ed7565b606082015260808201516001600160401b03811115614fc0575f80fd5b614fcc86828501614ee2565b608083015250949350505050565b80518015158114614e34575f80fd5b5f60208284031215614ff9575f80fd5b61401f82614fda565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff8116811461464a575f80fd5b8051614e3481615025565b5f82601f83011261504d575f80fd5b81516001600160401b0381111561506657615066614b38565b8060051b61507660208201614bfe565b91825260208185018101929081019086841115615091575f80fd5b6020860192505b838310156150bc5782516150ab81614a95565b825260209283019290910190615098565b9695505050505050565b5f604082840312156150d6575f80fd5b6150de614b4c565b825181526020928301519281019290925250919050565b5f60208284031215615105575f80fd5b81516001600160401b0381111561511a575f80fd5b82016102a0818503121561512c575f80fd5b615134614b96565b61513d82614fda565b815261514b60208301614fda565b602082015261515c60408301615033565b604082015261516d60608301615033565b606082015261517e60808301614e29565b608082015261518f60a08301614e29565b60a082015260c08201516001600160401b038111156151ac575f80fd5b6151b88682850161503e565b60c0830152506151cb8560e084016150c6565b60e08201526151de8561012084016150c6565b6101008201526151f28561016084016150c6565b610120820152615206856101a084016150c6565b61014082015261521a856101e084016150c6565b61016082015261522e8561022084016150c6565b6101808201526152428561026084016150c6565b6101a0820152949350505050565b5f8151808452602084019350602083015f5b828110156152895781516001600160601b0316865260209586019590910190600101615262565b5093949350505050565b8051151582525f60208201516152ad602085018215159052565b5060408201516152c2604085018260ff169052565b5060608201516152d7606085018260ff169052565b5060808201516152f260808501826001600160601b03169052565b5060a082015161530d60a08501826001600160601b03169052565b5060c08201516102a060c08501526153296102a0850182615250565b905060e083015161534760e086018280518252602090810151910152565b506101008301518051610120860152602081015161014086015250610120830151805161016086015260208101516101808601525061014083015180516101a086015260208101516101c08601525061016083015180516101e086015260208101516102008601525061018083015180516102208601526020810151610240860152506101a083015180516102608601526020810151610280860152509392505050565b6001600160601b0383168152604060208201525f614a796040830184615293565b6001600160401b038116811461464a575f80fd5b8051614e348161540c565b5f6020828403121561543b575f80fd5b815161401f8161540c565b82518152602080840151818301528251604083015282015160608201526080810161401f565b6001600160601b0384168152606060208201525f61548d6060830185615293565b905060ff83166040830152949350505050565b5f602082840312156154b0575f80fd5b81516001600160401b038111156154c5575f80fd5b820160e081850312156154d6575f80fd5b6154de614bb9565b6154e782614e29565b81526154f560208301614e29565b602082015261550660408301615033565b604082015261551760608301614fda565b606082015261552860808301614ed7565b608082015261553960a08301614ed7565b60a082015260c08201516001600160401b03811115615556575f80fd5b61556286828501614ee2565b60c083015250949350505050565b5f60208284031215615580575f80fd5b815161401f81615025565b5f6020828403121561559b575f80fd5b5051919050565b5f815160a084526155b660a08501826149bf565b905060018060a01b03602084015116602085015260018060a01b03604084015116604085015260018060a01b0360608401511660608501526080830151848203608086015261560582826149bf565b95945050505050565b6001600160601b0384168152606060208201525f61548d60608301856155a2565b5f805f805f60a08688031215615643575f80fd5b855161564e81614a95565b602087015190955061565f81614a81565b604087015190945061567081614a95565b606087015190935061568181614a81565b608087015190925061569281614a81565b809150509295509295909350565b6001600160601b0383168152604060208201525f614a7960408301846155a2565b6001600160601b038716815260c060208201525f6156e260c08301886149bf565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615718575f80fd5b825161572381614a81565b602084015190925061573481614a81565b809150509250929050565b5f610100828403128015615751575f80fd5b5061575a614bdb565b825161576581614a95565b815261577360208401615420565b602082015261578460408401614fda565b604082015261579560608401614fda565b60608201526157a660808401614fda565b60808201526157b760a08401614fda565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b036020840151166040830152604083015115156060830152606083015161582f608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff810361589d57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561183d57805f5260205f20601f840160051c810160208510156158cb5750805b601f840160051c820191505b818110156158ea575f81556001016158d7565b5050505050565b81516001600160401b0381111561590a5761590a614b38565b61591e816159188454614e54565b846158a6565b6020601f821160018114615950575f83156159395750848201515b5f19600385901b1c1916600184901b1784556158ea565b5f84815260208120601f198516915b8281101561597f578785015182556020948501946001909201910161595f565b508482101561599c57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220f5cbee3a020c5d3fa72b5ef9b539ddc5c45502c1ea56588c513357dbbed230be64736f6c634300081a0033",
1456
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636c741e781161012a578063a69df4b5116100b4578063d165cb6411610079578063d165cb6414610500578063d56cd3d514610513578063deaa59df14610526578063e618053f14610539578063f83d08ba146102a7575f80fd5b8063a69df4b5146102a7578063ada9652e146104b5578063b68d1809146104c9578063bf7e214f146104d0578063c142a303146104ed575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461045e5780638899278a14610471578063893d20e81461047957806389fad8a2146104815780638fb3603714610494575f80fd5b80636c741e78146103fe5780636e1728071461041e57806374933c2f1461043157806376b707b714610444575f80fd5b8063329d6e74116101ab5780636078a3b21161017b5780636078a3b214610395578063644c45e0146103a857806366101781146103c557806367438c50146103d857806367ba1c10146103eb575f80fd5b8063329d6e741461033757806337a897ee1461034a57806349bb9e4b1461035d5780635ab1bd5314610370575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d3146103115780632d46f5df14610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e610230366004614998565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b61054c565b60405162ffffff909116815260200161025a565b6102876105d3565b60405161025a91906149ed565b6102a76102a2366004614aa9565b61075f565b005b6102b161077d565b6040516001600160601b03909116815260200161025a565b6102b16102d7366004614b02565b610787565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f366004614aa9565b610ebd565b6102b1610332366004614b1d565b610ed6565b6102a7610345366004614ca6565b6110b7565b6102a7610358366004614d06565b611201565b6102a761036b366004614d30565b611524565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b6102b16103a3366004614b1d565b611612565b5f805160206159ac833981519152546001600160601b03166102b1565b6102a76103d3366004614aa9565b6117af565b6102a76103e6366004614d7c565b6117ba565b6102a76103f9366004614d06565b611842565b610406611bb2565b6040516001600160401b03909116815260200161025a565b6102a761042c366004614d7c565b611c3e565b6102a761043f366004614aa9565b611c96565b61044c611ca1565b60405160ff909116815260200161025a565b6102a761046c366004614b1d565b611d15565b610303600381565b61037d611db1565b6102a761048f366004614aa9565b611ee2565b61049c611eed565b6040516001600160e01b0319909116815260200161025a565b6103035f805160206159ac83398151915281565b600b61044c565b5f805160206159cc833981519152546001600160a01b031661037d565b6102a76104fb366004614dc4565b611f24565b6102a761050e366004614aa9565b6122c5565b6102a7610521366004614aa9565b6122d0565b6102a7610534366004614b1d565b6122db565b6102a7610547366004614aa9565b6126a6565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190614e07565b905090565b6105db61495b565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610651573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106759190614e39565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bd611db1565b6001600160a01b031681526020018260010180546106da90614e54565b80601f016020809104026020016040519081016040528092919081815260200182805461070690614e54565b80156107515780601f1061072857610100808354040283529160200191610751565b820191905f5260205f20905b81548152906001019060200180831161073457829003601f168201915b505050505081525091505090565b61076a83600e6126ad565b6107775f85858585612764565b50505050565b5f6105ce30612b5e565b5f8080610794600b612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107fa9190614e86565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610846573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261086d9190810190614f00565b90505f81606001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190614e39565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610954573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109789190614fe9565b15610a5557826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109dd9190614e86565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4e9190614e39565b9450610c7c565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf9190614fe9565b15610aed5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4e9190614e86565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbf9190614e39565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610c20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c449190614fe9565b15610c7a5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610d525f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce09190614e86565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4c9190614e39565b89612764565b5f610d656001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610db2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd69190614e86565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610e9d575f80fd5b505af1158015610eaf573d5f803e3d5ffd5b505050505050505050919050565b610ec883601f6126ad565b610777600185858585612764565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610f18929190615002565b602060405180830381865af4158015610f33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f579190614fe9565b610f7f5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f80610f8c85600c612df3565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b03808516926308c253c692899286169163c108bd4c916004808301925f9291908290030181865afa158015610fe7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100e91908101906150f5565b6040518363ffffffff1660e01b815260040161102b9291906153eb565b5f604051808303815f87803b158015611042575f80fd5b505af1158015611054573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611098575f80fd5b505af11580156110aa573d5f803e3d5ffd5b5050505050505050919050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6110d961054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611117573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113b919061542b565b5f805160206159ec8339815191528054600160401b900460ff168061116d575080546001600160401b03808416911610155b1561118b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556111b583613393565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8061120d600e612d57565b92505091505f8061127d836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112779190614e86565b8561339b565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101200151896040518363ffffffff1660e01b81526004016112c0929190615446565b602060405180830381865af41580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff9190614fe9565b6113475761133b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461012001518a6134f8565b50610120810186905260015b61014082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161138491908a90600401615446565b602060405180830381865af415801561139f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c39190614fe9565b6114195761140d836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e6572466565000000000000000000815250846101400151896134f8565b50610140810185905260015b801561151b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147f9190614e86565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016114af9392919061546c565b5f604051808303815f87803b1580156114c6575f80fd5b505af11580156114d8573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f805160206159ec8339815191528054600160401b810460ff1615906001600160401b03165f811580156115555750825b90505f826001600160401b031660011480156115705750303b155b90508115801561157e575080155b1561159c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c657845460ff60401b1916600160401b1785555b6115d0878761354b565b831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401611654929190615002565b602060405180830381865af415801561166f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116939190614fe9565b6116bb5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156116f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261171e91908101906154a0565b60400151905061173481600f6136ba565b6136ba565b1561174a57611742846136ca565b9250506117a9565b61175581600e6136ba565b156117635761174284613adf565b61176e81600d6136ba565b1561177c5761174284613d51565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610c71565b50919050565b61076a83601d6126ad565b6117c582600c6126ad565b61183d6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118379190614e39565b85612764565b505050565b5f8061184e600c612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611890573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b49190614e86565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611900573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192791908101906150f5565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e00151886040518363ffffffff1660e01b8152600401611967929190615446565b602060405180830381865af4158015611982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119a69190614fe9565b6119e7576119dc846040518060400160405280600a81526020016950726f6475637446656560b01b8152508460e00151896134f8565b5060e0810185905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611a2491908990600401615446565b602060405180830381865af4158015611a3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a639190614fe9565b611aa957611a9d846040518060400160405280600d81526020016c50726f63657373696e6746656560981b815250846101000151886134f8565b50610100810184905260015b8015611baa57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0f9190614e86565b6001600160a01b0316638ad6e023858460ff6040518463ffffffff1660e01b8152600401611b3f9392919061546c565b5f604051808303815f87803b158015611b56575f80fd5b505af1158015611b68573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611bd7611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce919061542b565b611c4982600c6126ad565b61183d5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b610ec883600e6126ad565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611cf1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615570565b33611d345f805160206159cc833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611d6f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610c71565b816001600160a01b03163b5f03611da4576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c71565b611dad82613f3b565b5050565b5f805f805160206159ac83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e419190614fe9565b15611ecc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ea2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec69190614e86565b91505090565b54600160601b90046001600160a01b0316919050565b61076a83600f6126ad565b5f805160206159cc83398151915280545f9190600160a01b900460ff16611f14575f611ec6565b638fb3603760e01b91505090565b565b5f80611f30600f612d57565b92505091505f80611f76836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361016001518a6040518363ffffffff1660e01b8152600401611fb9929190615446565b602060405180830381865af4158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff89190614fe9565b6120385761202c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461016001518b6134f8565b50610160810187905260015b61018082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161207591908b90600401615446565b602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b49190614fe9565b6120f7576120eb836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461018001518a6134f8565b50610180810186905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161213491908a90600401615446565b602060405180830381865af415801561214f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121739190614fe9565b6121ba576121ae836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101a00151896134f8565b506101a0810185905260015b80156122bb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122209190614e86565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016122509392919061546c565b5f604051808303815f87803b158015612267575f80fd5b505af1158015612279573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610ec883601d6126ad565b610ec883600f6126ad565b5f806122e7600b612d57565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612329573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061234d9190614e86565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612399573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c09190810190614f00565b60608101519091506001600160a01b0385166123ef5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166124165760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036124485760405163e5bf1f2160e01b815260040160405180910390fd5b60208201516040516370a0823160e01b81526001600160a01b0383811660048301525f9216906370a0823190602401602060405180830381865afa158015612492573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124b6919061558b565b90508583606001906001600160a01b031690816001600160a01b031681525050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612512573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125369190614e86565b6001600160a01b031663d3eb4e47868560ff6040518463ffffffff1660e01b81526004016125669392919061560e565b5f604051808303815f87803b15801561257d575f80fd5b505af115801561258f573d5f803e3d5ffd5b5050604080516001600160601b03891681526001600160a01b0386811660208301528a168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a1604080840151905163182562b360e01b81526001600160a01b0388811660048301529091169063182562b3906024015f604051808303815f87803b15801561262c575f80fd5b505af115801561263e573d5f803e3d5ffd5b505050604080850151905163162d3cef60e11b81526001600160a01b0385811660048301529091169150632c5a79de906024015f604051808303815f87803b158015612688575f80fd5b505af115801561269a573d5f803e3d5ffd5b50505050505050505050565b61076a83601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa15801561270f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127339190614fe9565b611dad5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c71565b5f61276f8383613f9b565b9050851561296e576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156127cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f19190614fe9565b1561287057604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af115801561284a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286e9190614e39565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156128c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ea9190614fe9565b156129695760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612943573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129679190614e39565b505b611baa565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156129c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129e89190614fe9565b15612a675760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612a41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a659190614e39565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612abd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ae19190614fe9565b15611baa576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612b3a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151b9190614e39565b5f805f805160206159ac83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612bca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bee9190614fe9565b15612c1a5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c71565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612c6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c909190614fe9565b612cb85760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612d0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d2e9190614e39565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612d6061495b565b5f612d736001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612db7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ddb9190614e39565b9250612de983856001614026565b9395909450915050565b5f805f805f805f805f73__$9adc6317afb9545c51c5c2be287d98f578$__63624ec8b3612e286001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b039182166004820152908e16602482015260ff8d16604482015260640160a060405180830381865af4158015612e7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9f919061562f565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612eef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f139190614e86565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f51573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f759190614e86565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd79190614e86565b9650612fe48a600c6136ba565b1561306857600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015613039573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261306091908101906154a0565b5194506130ec565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156130c1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130e891908101906154a0565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613128573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261314f9190810190614f00565b90505f8160200151905073__$51089c37ca0df1177a910c640c8c5f8165$__639b81979f828c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131d49190614e86565b60608601516040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529183166024830152919091166044820152606401602060405180830381865af415801561322c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132509190614e86565b6001600160a01b03908116604080850191909152516338327fe960e11b8152908a1690637064ffd290613289908a9086906004016156a0565b5f604051808303815f87803b1580156132a0575f80fd5b505af11580156132b2573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156132f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133179190614e39565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b61021e6142b5565b5f613472604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b61347b836142eb565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa1580156134c8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134ef91908101906150f5565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9461353d948a948a9492939092906156c1565b60405180910390a150505050565b5f805160206159ec8339815191528054600160401b810460ff1615906001600160401b03165f8115801561357c5750825b90505f826001600160401b031660011480156135975750303b155b9050811580156135a5575080155b156135c35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156135ed57845460ff60401b1916600160401b1785555b5f80878060200190518101906136039190615707565b9150915061361282828b61437b565b61361c60026144bb565b600280546001600160a01b0319166001600160a01b0392909216919091179055613646600a6144bb565b600380546001600160a01b0319166001600160a01b0392909216919091179055613676630476a7a160e01b61454c565b5050831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b60ff828116908216145b92915050565b5f808080806136da86600f612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613733573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261375a91908101906150f5565b60808101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156137b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137dd9190614fe9565b156138145760808101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610c71565b5f879050836001600160a01b0316637d8486fe88836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa158015613865573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613889919061573f565b6040518363ffffffff1660e01b81526004016138a69291906157d9565b5f604051808303815f87803b1580156138bd575f80fd5b505af11580156138cf573d5f803e3d5ffd5b505050506001600160601b0387166080830152604051638ad6e02360e01b81526001600160a01b03851690638ad6e02390613913908690869060ff9060040161546c565b5f604051808303815f87803b15801561392a575f80fd5b505af115801561393c573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613980575f80fd5b505af1158015613992573d5f803e3d5ffd5b505060405163f0ea17c360e01b81526001600160601b03861660048201525f92506001600160a01b038916915063f0ea17c3906024015b5f60405180830381865afa1580156139e3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a0a9190810190614f00565b905080604001516001600160a01b031663182562b3836001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015613a5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7f9190614e86565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526024015f604051808303815f87803b158015613abd575f80fd5b505af1158015613acf573d5f803e3d5ffd5b5050505050505050505050919050565b5f80808080613aef86600e612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613b48573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b6f91908101906150f5565b90508060200151613b9e5760405163931d421760e01b81526001600160601b0383166004820152602401610c71565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c1e9190614fe9565b15613c555760a08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610c71565b6001600160601b03861660a0820152604051638ad6e02360e01b81526001600160a01b03841690638ad6e02390613c95908590859060ff9060040161546c565b5f604051808303815f87803b158015613cac575f80fd5b505af1158015613cbe573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f91506024015f604051808303815f87803b158015613d02575f80fd5b505af1158015613d14573d5f803e3d5ffd5b505060405163f0ea17c360e01b81526001600160601b03851660048201528992505f91506001600160a01b0388169063f0ea17c3906024016139c9565b5f80808080613d6186600d612df3565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613dba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613de191908101906150f5565b9050806040015160ff165f03613e1557604051634435e56b60e01b81526001600160601b0383166004820152602401610c71565b806040015160ff16816060015160ff1603613e5d5760408082015190516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610c71565b858160c00151826060015160ff1681518110613e7b57613e7b615868565b6001600160601b039092166020928302919091019091015260608101805190613ea38261587c565b60ff169052506001600160a01b038316638ad6e0238383613ec260ff90565b6040518463ffffffff1660e01b8152600401613ee09392919061546c565b5f604051808303815f87803b158015613ef7575f80fd5b505af1158015613f09573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610e86565b5f805160206159cc83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613ffb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401f9190614e39565b9392505050565b61402e61495b565b5f806140426001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561408f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526140b691908101906154a0565b925060ff8516600b1461411457604083015160ff86811691161461410f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b6141a5565b614124836040015161172f600c90565b8061413a575061413a836040015161172f600f90565b806141505750614150836040015161172f600e90565b806141665750614166836040015161172f600d90565b6141a557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b6141af8184614578565b915083156142ac57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156141f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142179190614e86565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa15801561425f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142839190614fe9565b156142ac57604051637d71120960e11b81526001600160601b0387166004820152602401610c71565b50935093915050565b5f805160206159ec83398151915254600160401b900460ff16611f2257604051631afcd79f60e31b815260040160405180910390fd5b5f6142fe6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561434a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261437191908101906154a0565b6020015192915050565b6143836142b5565b61438b614629565b6001600160a01b038216156143a8576143a382614639565b61441f565b5f6143b360026144bb565b905061441d816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156143f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144189190614e86565b614639565b505b61449b83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561445f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144839190614e39565b60085f8560405180602001604052805f81525061464d565b6144ab634a531f3360e01b61454c565b61183d63daf9067160e01b61454c565b5f6144ce6001546001600160a01b031690565b6001600160a01b031663d39e6043836144e5611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614528573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136c49190614e86565b6145546142b5565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f614589826040015161172f600c90565b156145a35761459c8383602001516146e8565b90506136c4565b60208201516040516305247a1760e51b81526001600160601b03909116600482015261401f9084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156145f9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261462091908101906154a0565b602001516146e8565b6146316142b5565b611f22614759565b6146416142b5565b61464a81614787565b50565b6146556142b5565b61465f8683614798565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016122bb83826158f1565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614735573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061401f9190614e86565b6147616142b5565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b61478f6142b5565b61464a81613f3b565b6147a06142b5565b6147a98261480e565b6147b1614916565b6001600160a01b0381166147d85760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206159ac83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6148166142b5565b806001600160a01b03163b5f0361484b5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156148c5575060408051601f3d908101601f191682019092526148c291810190614fe9565b60015b6148ed5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b80611dad5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610c71565b61491e6142b5565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156149a8575f80fd5b81356001600160e01b03198116811461401f575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a35608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614a796101008401826149bf565b949350505050565b6001600160a01b038116811461464a575f80fd5b6001600160601b038116811461464a575f80fd5b5f805f8060808587031215614abc575f80fd5b8435614ac781614a81565b93506020850135614ad781614a95565b92506040850135614ae781614a95565b91506060850135614af781614a95565b939692955090935050565b5f60208284031215614b12575f80fd5b813561401f81614a95565b5f60208284031215614b2d575f80fd5b813561401f81614a81565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614b6e57614b6e614b38565b60405290565b60405160a081016001600160401b0381118282101715614b6e57614b6e614b38565b6040516101c081016001600160401b0381118282101715614b6e57614b6e614b38565b60405160e081016001600160401b0381118282101715614b6e57614b6e614b38565b60405161010081016001600160401b0381118282101715614b6e57614b6e614b38565b604051601f8201601f191681016001600160401b0381118282101715614c2657614c26614b38565b604052919050565b5f6001600160401b03821115614c4657614c46614b38565b50601f01601f191660200190565b5f82601f830112614c63575f80fd5b8135614c76614c7182614c2e565b614bfe565b818152846020838601011115614c8a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614cb6575f80fd5b81356001600160401b03811115614ccb575f80fd5b614a7984828501614c54565b5f60408284031215614ce7575f80fd5b614cef614b4c565b823581526020928301359281019290925250919050565b5f8060808385031215614d17575f80fd5b614d218484614cd7565b91506134ef8460408501614cd7565b5f8060408385031215614d41575f80fd5b8235614d4c81614a81565b915060208301356001600160401b03811115614d66575f80fd5b614d7285828601614c54565b9150509250929050565b5f805f60608486031215614d8e575f80fd5b8335614d9981614a81565b92506020840135614da981614a95565b91506040840135614db981614a95565b809150509250925092565b5f805f60c08486031215614dd6575f80fd5b614de08585614cd7565b9250614def8560408601614cd7565b9150614dfe8560808601614cd7565b90509250925092565b5f60208284031215614e17575f80fd5b815162ffffff8116811461401f575f80fd5b8051614e3481614a95565b919050565b5f60208284031215614e49575f80fd5b815161401f81614a95565b600181811c90821680614e6857607f821691505b6020821081036117a957634e487b7160e01b5f52602260045260245ffd5b5f60208284031215614e96575f80fd5b815161401f81614a81565b5f614eae614c7184614c2e565b9050828152838383011115614ec1575f80fd5b8282602083015e5f602084830101529392505050565b8051614e3481614a81565b5f82601f830112614ef1575f80fd5b61401f83835160208501614ea1565b5f60208284031215614f10575f80fd5b81516001600160401b03811115614f25575f80fd5b820160a08185031215614f36575f80fd5b614f3e614b74565b81516001600160401b03811115614f53575f80fd5b8201601f81018613614f63575f80fd5b614f7286825160208401614ea1565b825250614f8160208301614ed7565b6020820152614f9260408301614ed7565b6040820152614fa360608301614ed7565b606082015260808201516001600160401b03811115614fc0575f80fd5b614fcc86828501614ee2565b608083015250949350505050565b80518015158114614e34575f80fd5b5f60208284031215614ff9575f80fd5b61401f82614fda565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff8116811461464a575f80fd5b8051614e3481615025565b5f82601f83011261504d575f80fd5b81516001600160401b0381111561506657615066614b38565b8060051b61507660208201614bfe565b91825260208185018101929081019086841115615091575f80fd5b6020860192505b838310156150bc5782516150ab81614a95565b825260209283019290910190615098565b9695505050505050565b5f604082840312156150d6575f80fd5b6150de614b4c565b825181526020928301519281019290925250919050565b5f60208284031215615105575f80fd5b81516001600160401b0381111561511a575f80fd5b82016102a0818503121561512c575f80fd5b615134614b96565b61513d82614fda565b815261514b60208301614fda565b602082015261515c60408301615033565b604082015261516d60608301615033565b606082015261517e60808301614e29565b608082015261518f60a08301614e29565b60a082015260c08201516001600160401b038111156151ac575f80fd5b6151b88682850161503e565b60c0830152506151cb8560e084016150c6565b60e08201526151de8561012084016150c6565b6101008201526151f28561016084016150c6565b610120820152615206856101a084016150c6565b61014082015261521a856101e084016150c6565b61016082015261522e8561022084016150c6565b6101808201526152428561026084016150c6565b6101a0820152949350505050565b5f8151808452602084019350602083015f5b828110156152895781516001600160601b0316865260209586019590910190600101615262565b5093949350505050565b8051151582525f60208201516152ad602085018215159052565b5060408201516152c2604085018260ff169052565b5060608201516152d7606085018260ff169052565b5060808201516152f260808501826001600160601b03169052565b5060a082015161530d60a08501826001600160601b03169052565b5060c08201516102a060c08501526153296102a0850182615250565b905060e083015161534760e086018280518252602090810151910152565b506101008301518051610120860152602081015161014086015250610120830151805161016086015260208101516101808601525061014083015180516101a086015260208101516101c08601525061016083015180516101e086015260208101516102008601525061018083015180516102208601526020810151610240860152506101a083015180516102608601526020810151610280860152509392505050565b6001600160601b0383168152604060208201525f614a796040830184615293565b6001600160401b038116811461464a575f80fd5b8051614e348161540c565b5f6020828403121561543b575f80fd5b815161401f8161540c565b82518152602080840151818301528251604083015282015160608201526080810161401f565b6001600160601b0384168152606060208201525f61548d6060830185615293565b905060ff83166040830152949350505050565b5f602082840312156154b0575f80fd5b81516001600160401b038111156154c5575f80fd5b820160e081850312156154d6575f80fd5b6154de614bb9565b6154e782614e29565b81526154f560208301614e29565b602082015261550660408301615033565b604082015261551760608301614fda565b606082015261552860808301614ed7565b608082015261553960a08301614ed7565b60a082015260c08201516001600160401b03811115615556575f80fd5b61556286828501614ee2565b60c083015250949350505050565b5f60208284031215615580575f80fd5b815161401f81615025565b5f6020828403121561559b575f80fd5b5051919050565b5f815160a084526155b660a08501826149bf565b905060018060a01b03602084015116602085015260018060a01b03604084015116604085015260018060a01b0360608401511660608501526080830151848203608086015261560582826149bf565b95945050505050565b6001600160601b0384168152606060208201525f61548d60608301856155a2565b5f805f805f60a08688031215615643575f80fd5b855161564e81614a95565b602087015190955061565f81614a81565b604087015190945061567081614a95565b606087015190935061568181614a81565b608087015190925061569281614a81565b809150509295509295909350565b6001600160601b0383168152604060208201525f614a7960408301846155a2565b6001600160601b038716815260c060208201525f6156e260c08301886149bf565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615718575f80fd5b825161572381614a81565b602084015190925061573481614a81565b809150509250929050565b5f610100828403128015615751575f80fd5b5061575a614bdb565b825161576581614a95565b815261577360208401615420565b602082015261578460408401614fda565b604082015261579560608401614fda565b60608201526157a660808401614fda565b60808201526157b760a08401614fda565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b036020840151166040830152604083015115156060830152606083015161582f608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff810361589d57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561183d57805f5260205f20601f840160051c810160208510156158cb5750805b601f840160051c820191505b818110156158ea575f81556001016158d7565b5050505050565b81516001600160401b0381111561590a5761590a614b38565b61591e816159188454614e54565b846158a6565b6020601f821160018114615950575f83156159395750848201515b5f19600385901b1c1916600184901b1784556158ea565b5f84815260208120601f198516915b8281101561597f578785015182556020948501946001909201910161595f565b508482101561599c57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220f5cbee3a020c5d3fa72b5ef9b539ddc5c45502c1ea56588c513357dbbed230be64736f6c634300081a0033",
1457
+ "linkReferences": {
1458
+ "contracts/shared/ComponentServiceHelperLib.sol": {
1459
+ "ComponentServiceHelperLib": [
1460
+ {
1461
+ "length": 20,
1462
+ "start": 11988
1463
+ }
1464
+ ]
1465
+ },
1466
+ "contracts/shared/ContractLib.sol": {
1467
+ "ContractLib": [
1468
+ {
1469
+ "length": 20,
1470
+ "start": 4016
1471
+ },
1472
+ {
1473
+ "length": 20,
1474
+ "start": 5868
1475
+ }
1476
+ ]
1477
+ },
1478
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1479
+ "TokenHandlerDeployerLib": [
1480
+ {
1481
+ "length": 20,
1482
+ "start": 12849
1483
+ }
1484
+ ]
1485
+ },
1486
+ "contracts/type/Amount.sol": {
1487
+ "AmountLib": [
1488
+ {
1489
+ "length": 20,
1490
+ "start": 2396
1491
+ },
1492
+ {
1493
+ "length": 20,
1494
+ "start": 2424
1495
+ },
1496
+ {
1497
+ "length": 20,
1498
+ "start": 2889
1499
+ },
1500
+ {
1501
+ "length": 20,
1502
+ "start": 3262
1503
+ },
1504
+ {
1505
+ "length": 20,
1506
+ "start": 3513
1507
+ },
1508
+ {
1509
+ "length": 20,
1510
+ "start": 6308
1511
+ },
1512
+ {
1513
+ "length": 20,
1514
+ "start": 7463
1515
+ },
1516
+ {
1517
+ "length": 20,
1518
+ "start": 10347
1519
+ },
1520
+ {
1521
+ "length": 20,
1522
+ "start": 10596
1523
+ },
1524
+ {
1525
+ "length": 20,
1526
+ "start": 10850
1527
+ },
1528
+ {
1529
+ "length": 20,
1530
+ "start": 11099
1531
+ },
1532
+ {
1533
+ "length": 20,
1534
+ "start": 16537
1535
+ }
1536
+ ]
1537
+ },
1538
+ "contracts/type/Fee.sol": {
1539
+ "FeeLib": [
1540
+ {
1541
+ "length": 20,
1542
+ "start": 4954
1543
+ },
1544
+ {
1545
+ "length": 20,
1546
+ "start": 5169
1547
+ },
1548
+ {
1549
+ "length": 20,
1550
+ "start": 6658
1551
+ },
1552
+ {
1553
+ "length": 20,
1554
+ "start": 6865
1555
+ },
1556
+ {
1557
+ "length": 20,
1558
+ "start": 8275
1559
+ },
1560
+ {
1561
+ "length": 20,
1562
+ "start": 8482
1563
+ },
1564
+ {
1565
+ "length": 20,
1566
+ "start": 8673
1567
+ }
1568
+ ]
1569
+ },
1570
+ "contracts/type/NftId.sol": {
1571
+ "NftIdLib": [
1572
+ {
1573
+ "length": 20,
1574
+ "start": 1762
1575
+ },
1576
+ {
1577
+ "length": 20,
1578
+ "start": 7867
1579
+ },
1580
+ {
1581
+ "length": 20,
1582
+ "start": 11368
1583
+ },
1584
+ {
1585
+ "length": 20,
1586
+ "start": 14423
1587
+ },
1588
+ {
1589
+ "length": 20,
1590
+ "start": 15512
1591
+ }
1592
+ ]
1593
+ },
1594
+ "contracts/type/RoleId.sol": {
1595
+ "RoleIdLib": [
1596
+ {
1597
+ "length": 20,
1598
+ "start": 7307
1599
+ }
1600
+ ]
1601
+ },
1602
+ "contracts/type/Version.sol": {
1603
+ "VersionLib": [
1604
+ {
1605
+ "length": 20,
1606
+ "start": 1608
1607
+ },
1608
+ {
1609
+ "length": 20,
1610
+ "start": 4495
1611
+ }
1612
+ ],
1613
+ "VersionPartLib": [
1614
+ {
1615
+ "length": 20,
1616
+ "start": 7567
1617
+ }
1618
+ ]
1619
+ }
1620
+ },
1621
+ "deployedLinkReferences": {
1622
+ "contracts/shared/ComponentServiceHelperLib.sol": {
1623
+ "ComponentServiceHelperLib": [
1624
+ {
1625
+ "length": 20,
1626
+ "start": 11774
1627
+ }
1628
+ ]
1629
+ },
1630
+ "contracts/shared/ContractLib.sol": {
1631
+ "ContractLib": [
1632
+ {
1633
+ "length": 20,
1634
+ "start": 3802
1635
+ },
1636
+ {
1637
+ "length": 20,
1638
+ "start": 5654
1639
+ }
1640
+ ]
1641
+ },
1642
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1643
+ "TokenHandlerDeployerLib": [
1644
+ {
1645
+ "length": 20,
1646
+ "start": 12635
1647
+ }
1648
+ ]
1649
+ },
1650
+ "contracts/type/Amount.sol": {
1651
+ "AmountLib": [
1652
+ {
1653
+ "length": 20,
1654
+ "start": 2182
1655
+ },
1656
+ {
1657
+ "length": 20,
1658
+ "start": 2210
1659
+ },
1660
+ {
1661
+ "length": 20,
1662
+ "start": 2675
1663
+ },
1664
+ {
1665
+ "length": 20,
1666
+ "start": 3048
1667
+ },
1668
+ {
1669
+ "length": 20,
1670
+ "start": 3299
1671
+ },
1672
+ {
1673
+ "length": 20,
1674
+ "start": 6094
1675
+ },
1676
+ {
1677
+ "length": 20,
1678
+ "start": 7249
1679
+ },
1680
+ {
1681
+ "length": 20,
1682
+ "start": 10133
1683
+ },
1684
+ {
1685
+ "length": 20,
1686
+ "start": 10382
1687
+ },
1688
+ {
1689
+ "length": 20,
1690
+ "start": 10636
1691
+ },
1692
+ {
1693
+ "length": 20,
1694
+ "start": 10885
1695
+ },
1696
+ {
1697
+ "length": 20,
1698
+ "start": 16323
1699
+ }
1700
+ ]
1701
+ },
1702
+ "contracts/type/Fee.sol": {
1703
+ "FeeLib": [
1704
+ {
1705
+ "length": 20,
1706
+ "start": 4740
1707
+ },
1708
+ {
1709
+ "length": 20,
1710
+ "start": 4955
1711
+ },
1712
+ {
1713
+ "length": 20,
1714
+ "start": 6444
1715
+ },
1716
+ {
1717
+ "length": 20,
1718
+ "start": 6651
1719
+ },
1720
+ {
1721
+ "length": 20,
1722
+ "start": 8061
1723
+ },
1724
+ {
1725
+ "length": 20,
1726
+ "start": 8268
1727
+ },
1728
+ {
1729
+ "length": 20,
1730
+ "start": 8459
1731
+ }
1732
+ ]
1733
+ },
1734
+ "contracts/type/NftId.sol": {
1735
+ "NftIdLib": [
1736
+ {
1737
+ "length": 20,
1738
+ "start": 1548
1739
+ },
1740
+ {
1741
+ "length": 20,
1742
+ "start": 7653
1743
+ },
1744
+ {
1745
+ "length": 20,
1746
+ "start": 11154
1747
+ },
1748
+ {
1749
+ "length": 20,
1750
+ "start": 14209
1751
+ },
1752
+ {
1753
+ "length": 20,
1754
+ "start": 15298
1755
+ }
1756
+ ]
1757
+ },
1758
+ "contracts/type/RoleId.sol": {
1759
+ "RoleIdLib": [
1760
+ {
1761
+ "length": 20,
1762
+ "start": 7093
1763
+ }
1764
+ ]
1765
+ },
1766
+ "contracts/type/Version.sol": {
1767
+ "VersionLib": [
1768
+ {
1769
+ "length": 20,
1770
+ "start": 1394
1771
+ },
1772
+ {
1773
+ "length": 20,
1774
+ "start": 4281
1775
+ }
1776
+ ],
1777
+ "VersionPartLib": [
1778
+ {
1779
+ "length": 20,
1780
+ "start": 7353
1781
+ }
1782
+ ]
1783
+ }
1784
+ }
1785
+ }