@etherisc/gif-next 0.0.2-e5a2253-213 → 0.0.2-e5bdc7a-937

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