@etherisc/gif-next 0.0.2-d224a95-375 → 0.0.2-d232863-112

Sign up to get free protection for your applications and to get access to all the features.
Files changed (767) hide show
  1. package/README.md +85 -23
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1494 -0
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
  12. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +673 -0
  14. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  16. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +615 -0
  18. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  19. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  20. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1224 -0
  22. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +382 -0
  24. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  26. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  27. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  28. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
  30. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +644 -0
  32. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
  34. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1580 -0
  36. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +868 -0
  38. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
  40. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  41. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1071 -0
  42. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  44. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1445 -0
  46. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +644 -0
  48. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2002 -0
  50. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +644 -0
  52. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  53. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1388 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +644 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1612 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +644 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2389 -0
  66. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  67. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +644 -0
  68. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  69. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  70. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +435 -1284
  72. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  73. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +487 -164
  74. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  75. package/artifacts/contracts/instance/Instance.sol/Instance.json +445 -2951
  76. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2036 -0
  78. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +716 -0
  80. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1621 -585
  82. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +512 -441
  84. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  85. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +351 -129
  86. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  87. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3728 -0
  88. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  89. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  90. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  92. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  93. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  94. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  96. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  98. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  100. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  101. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  102. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  104. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  105. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  106. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  107. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  108. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  109. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  110. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
  112. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +632 -0
  114. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  116. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
  118. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
  120. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
  122. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
  124. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
  126. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
  128. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +644 -0
  130. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
  132. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
  134. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  135. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → pool/IBundleService.sol/IBundleService.json} +467 -315
  136. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
  138. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
  140. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  141. package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
  142. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
  144. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
  146. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  147. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
  148. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  149. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +879 -0
  150. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  151. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +740 -0
  152. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  153. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
  154. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  155. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +644 -0
  156. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  157. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
  158. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
  160. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  161. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +260 -381
  162. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
  164. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
  166. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
  168. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  169. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
  170. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  171. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +199 -185
  172. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  173. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
  174. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +293 -0
  176. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
  178. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  179. package/artifacts/contracts/product/PricingService.sol/PricingService.json +951 -0
  180. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  181. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
  182. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  183. package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
  184. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  185. package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
  186. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
  188. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  189. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  190. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  191. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +677 -112
  192. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  193. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +325 -229
  194. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  195. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  196. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  197. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  198. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  199. package/artifacts/contracts/registry/Registry.sol/Registry.json +1017 -150
  200. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  201. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2018 -0
  202. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  203. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
  204. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  205. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +312 -336
  206. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  207. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +341 -123
  208. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1954 -0
  210. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  212. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1337 -0
  214. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  215. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  216. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  217. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +352 -101
  218. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  219. package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
  220. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1435 -0
  222. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +812 -0
  224. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  225. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +164 -132
  226. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +597 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  230. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  234. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  235. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +272 -201
  236. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1083 -0
  238. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
  240. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  241. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +96 -34
  242. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  243. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  247. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  251. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  252. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  253. package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  257. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
  258. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  259. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +129 -20
  260. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  262. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  264. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  265. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
  266. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  267. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  268. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
  270. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  271. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  272. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  273. package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  276. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  278. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  279. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  280. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1491 -0
  282. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  283. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
  284. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  285. package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
  286. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  288. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  290. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +792 -0
  292. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
  294. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
  296. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
  298. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  299. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  301. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  303. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  308. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  310. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  312. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  314. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  316. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  317. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  318. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  320. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  321. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  322. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  324. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  326. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  328. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  330. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  332. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
  334. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  336. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  340. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  342. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  344. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  346. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  348. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  350. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  352. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  354. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  356. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  358. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  360. package/contracts/accounting/AccountingService.sol +262 -0
  361. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  362. package/contracts/accounting/IAccountingService.sol +45 -0
  363. package/contracts/authorization/AccessAdmin.sol +704 -0
  364. package/contracts/authorization/AccessAdminLib.sol +183 -0
  365. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  366. package/contracts/authorization/Authorization.sol +365 -0
  367. package/contracts/authorization/IAccess.sol +49 -0
  368. package/contracts/authorization/IAccessAdmin.sol +170 -0
  369. package/contracts/authorization/IAuthorization.sol +80 -0
  370. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  371. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  372. package/contracts/distribution/BasicDistribution.sol +141 -0
  373. package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
  374. package/contracts/distribution/Distribution.sol +244 -0
  375. package/contracts/distribution/DistributionService.sol +385 -0
  376. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  377. package/contracts/distribution/IDistributionComponent.sol +43 -0
  378. package/contracts/distribution/IDistributionService.sol +103 -0
  379. package/contracts/examples/fire/DamageLevel.sol +59 -0
  380. package/contracts/examples/fire/FirePool.sol +86 -0
  381. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  382. package/contracts/examples/fire/FireProduct.sol +433 -0
  383. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  384. package/contracts/examples/fire/FireUSD.sol +26 -0
  385. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  386. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  387. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  388. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  389. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  390. package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
  391. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  392. package/contracts/instance/BundleSet.sol +130 -0
  393. package/contracts/instance/IInstance.sol +89 -39
  394. package/contracts/instance/IInstanceService.sol +75 -19
  395. package/contracts/instance/Instance.sol +215 -366
  396. package/contracts/instance/InstanceAdmin.sol +450 -0
  397. package/contracts/instance/InstanceAuthorizationV3.sol +235 -0
  398. package/contracts/instance/InstanceReader.sol +415 -80
  399. package/contracts/instance/InstanceService.sol +404 -184
  400. package/contracts/instance/InstanceServiceManager.sol +14 -32
  401. package/contracts/instance/InstanceStore.sol +298 -0
  402. package/contracts/instance/RiskSet.sol +118 -0
  403. package/contracts/instance/base/BalanceStore.sol +123 -0
  404. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  405. package/contracts/instance/base/ObjectCounter.sol +20 -0
  406. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  407. package/contracts/instance/base/ObjectSet.sol +77 -0
  408. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  409. package/contracts/instance/module/IBundle.sol +8 -8
  410. package/contracts/instance/module/IComponents.sol +50 -0
  411. package/contracts/instance/module/IDistribution.sol +11 -6
  412. package/contracts/instance/module/IPolicy.sol +59 -19
  413. package/contracts/instance/module/IRisk.sol +4 -1
  414. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  415. package/contracts/oracle/BasicOracle.sol +45 -0
  416. package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
  417. package/contracts/oracle/IOracle.sol +36 -0
  418. package/contracts/oracle/IOracleComponent.sol +33 -0
  419. package/contracts/oracle/IOracleService.sol +66 -0
  420. package/contracts/oracle/Oracle.sol +154 -0
  421. package/contracts/oracle/OracleService.sol +310 -0
  422. package/contracts/oracle/OracleServiceManager.sol +39 -0
  423. package/contracts/pool/BasicPool.sol +173 -0
  424. package/contracts/pool/BasicPoolAuthorization.sol +76 -0
  425. package/contracts/pool/BundleService.sol +395 -0
  426. package/contracts/pool/BundleServiceManager.sol +39 -0
  427. package/contracts/pool/IBundleService.sol +115 -0
  428. package/contracts/pool/IPoolComponent.sol +62 -0
  429. package/contracts/pool/IPoolService.sol +165 -0
  430. package/contracts/pool/Pool.sol +343 -0
  431. package/contracts/pool/PoolLib.sol +216 -0
  432. package/contracts/pool/PoolService.sol +755 -0
  433. package/contracts/pool/PoolServiceManager.sol +39 -0
  434. package/contracts/product/ApplicationService.sol +274 -0
  435. package/contracts/product/ApplicationServiceManager.sol +38 -0
  436. package/contracts/product/BasicProduct.sol +49 -0
  437. package/contracts/product/BasicProductAuthorization.sol +56 -0
  438. package/contracts/product/ClaimService.sol +632 -0
  439. package/contracts/product/ClaimServiceManager.sol +38 -0
  440. package/contracts/product/IApplicationService.sol +69 -0
  441. package/contracts/product/IClaimService.sol +135 -0
  442. package/contracts/product/IPolicyService.sol +95 -0
  443. package/contracts/product/IPricingService.sol +40 -0
  444. package/contracts/product/IProductComponent.sol +62 -0
  445. package/contracts/product/IRiskService.sol +33 -0
  446. package/contracts/product/PolicyService.sol +664 -0
  447. package/contracts/product/PolicyServiceLib.sol +65 -0
  448. package/contracts/product/PolicyServiceManager.sol +39 -0
  449. package/contracts/product/PricingService.sol +309 -0
  450. package/contracts/product/PricingServiceManager.sol +39 -0
  451. package/contracts/product/Product.sol +467 -0
  452. package/contracts/product/RiskService.sol +154 -0
  453. package/contracts/product/RiskServiceManager.sol +39 -0
  454. package/contracts/registry/ChainNft.sol +82 -35
  455. package/contracts/registry/IRegistry.sol +122 -37
  456. package/contracts/registry/IRegistryService.sol +40 -28
  457. package/contracts/registry/IRelease.sol +26 -0
  458. package/contracts/registry/ITransferInterceptor.sol +1 -1
  459. package/contracts/registry/Registry.sol +555 -273
  460. package/contracts/registry/RegistryAdmin.sol +258 -0
  461. package/contracts/registry/RegistryAuthorization.sol +267 -0
  462. package/contracts/registry/RegistryService.sol +116 -233
  463. package/contracts/registry/RegistryServiceManager.sol +26 -53
  464. package/contracts/registry/ReleaseAdmin.sol +253 -0
  465. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  466. package/contracts/registry/ReleaseRegistry.sol +517 -0
  467. package/contracts/registry/ServiceAuthorizationV3.sol +331 -0
  468. package/contracts/registry/TokenRegistry.sol +261 -59
  469. package/contracts/shared/Component.sol +210 -0
  470. package/contracts/shared/ComponentService.sol +636 -0
  471. package/contracts/shared/ComponentServiceManager.sol +38 -0
  472. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  473. package/contracts/shared/ContractLib.sol +281 -0
  474. package/contracts/shared/IComponent.sol +58 -0
  475. package/contracts/shared/IComponentService.sol +103 -0
  476. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  477. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  478. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  479. package/contracts/shared/INftOwnable.sol +15 -12
  480. package/contracts/shared/IPolicyHolder.sol +35 -0
  481. package/contracts/shared/IRegisterable.sol +25 -5
  482. package/contracts/shared/IRegistryLinked.sol +11 -0
  483. package/contracts/shared/IService.sol +13 -5
  484. package/contracts/shared/InitializableERC165.sol +35 -0
  485. package/contracts/shared/InstanceLinkedComponent.sol +195 -0
  486. package/contracts/shared/KeyValueStore.sol +131 -0
  487. package/contracts/shared/Lifecycle.sol +88 -0
  488. package/contracts/shared/NftIdSet.sol +65 -0
  489. package/contracts/shared/NftOwnable.sol +75 -82
  490. package/contracts/shared/PolicyHolder.sol +62 -0
  491. package/contracts/shared/Registerable.sol +54 -38
  492. package/contracts/shared/RegistryLinked.sol +38 -0
  493. package/contracts/shared/Service.sol +43 -33
  494. package/contracts/shared/TokenHandler.sol +327 -12
  495. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  496. package/contracts/staking/IStaking.sol +175 -0
  497. package/contracts/staking/IStakingService.sol +172 -0
  498. package/contracts/staking/Staking.sol +546 -0
  499. package/contracts/staking/StakingLib.sol +281 -0
  500. package/contracts/staking/StakingLifecycle.sol +23 -0
  501. package/contracts/staking/StakingManager.sol +52 -0
  502. package/contracts/staking/StakingReader.sol +180 -0
  503. package/contracts/staking/StakingService.sol +464 -0
  504. package/contracts/staking/StakingServiceManager.sol +45 -0
  505. package/contracts/staking/StakingStore.sol +606 -0
  506. package/contracts/staking/TargetManagerLib.sol +211 -0
  507. package/contracts/{types → type}/AddressSet.sol +1 -1
  508. package/contracts/type/Amount.sol +150 -0
  509. package/contracts/{types → type}/Blocknumber.sol +27 -3
  510. package/contracts/type/ClaimId.sol +80 -0
  511. package/contracts/{types → type}/DistributorType.sol +2 -2
  512. package/contracts/{types → type}/Fee.sol +33 -23
  513. package/contracts/{types → type}/Key32.sol +2 -2
  514. package/contracts/type/Key32Set.sol +62 -0
  515. package/contracts/{types → type}/NftId.sol +28 -15
  516. package/contracts/{types → type}/NftIdSet.sol +2 -2
  517. package/contracts/type/ObjectType.sol +294 -0
  518. package/contracts/type/PayoutId.sol +82 -0
  519. package/contracts/{types → type}/Referral.sol +6 -1
  520. package/contracts/type/RequestId.sol +75 -0
  521. package/contracts/type/RiskId.sol +75 -0
  522. package/contracts/type/RoleId.sol +182 -0
  523. package/contracts/type/Seconds.sol +101 -0
  524. package/contracts/type/Selector.sol +107 -0
  525. package/contracts/{types → type}/StateId.sol +48 -4
  526. package/contracts/type/String.sol +53 -0
  527. package/contracts/{types → type}/Timestamp.sol +33 -19
  528. package/contracts/{types → type}/UFixed.sol +41 -121
  529. package/contracts/{types → type}/Version.sol +59 -7
  530. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  531. package/contracts/upgradeability/ProxyManager.sol +232 -0
  532. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  533. package/contracts/upgradeability/Versionable.sol +59 -0
  534. package/package.json +12 -8
  535. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  536. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  537. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -744
  538. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  539. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -368
  540. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  541. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  542. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  543. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  544. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  545. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  546. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  547. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -939
  548. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  549. package/artifacts/contracts/components/Product.sol/Product.json +0 -855
  550. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  551. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  552. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  553. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  554. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  555. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  556. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  557. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  558. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  559. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  560. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  561. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  562. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  563. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  564. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  565. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  566. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  567. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  568. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  569. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  570. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  571. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  572. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  573. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  574. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  575. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  576. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  577. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  578. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  579. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  580. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  581. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  582. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  583. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  584. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  585. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  586. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  587. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  588. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  589. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  590. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  591. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  592. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
  593. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  594. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  595. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  596. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  597. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  598. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -940
  599. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  600. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  601. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  602. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
  603. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  604. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  605. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  606. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  607. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  608. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  609. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  610. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  611. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  612. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  613. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -211
  614. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  615. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  616. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  617. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  618. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  619. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  620. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  621. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  622. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  623. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  624. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  625. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  626. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  627. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  628. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1049
  629. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  630. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -464
  631. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  632. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  633. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  634. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  635. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  636. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  637. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  638. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  639. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  640. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  641. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  642. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  643. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  644. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  645. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  646. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  647. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  648. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  649. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  650. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  651. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  652. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  653. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  654. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  655. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  656. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  657. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  658. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  659. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  660. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  661. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  662. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  663. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  664. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  665. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  666. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  667. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  669. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  671. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  672. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  673. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  674. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  675. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  676. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  677. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  678. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  679. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  680. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  681. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  682. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  683. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  684. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  685. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  686. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  687. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  688. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  689. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  690. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  691. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  692. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  693. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  694. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  695. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  696. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  697. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  698. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  699. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  700. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  701. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  702. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  703. package/contracts/components/BaseComponent.sol +0 -132
  704. package/contracts/components/Distribution.sol +0 -163
  705. package/contracts/components/IBaseComponent.sol +0 -31
  706. package/contracts/components/IDistributionComponent.sol +0 -44
  707. package/contracts/components/IPoolComponent.sol +0 -66
  708. package/contracts/components/IProductComponent.sol +0 -35
  709. package/contracts/components/Pool.sol +0 -267
  710. package/contracts/components/Product.sol +0 -289
  711. package/contracts/experiment/cloning/Cloner.sol +0 -47
  712. package/contracts/experiment/errors/Require.sol +0 -38
  713. package/contracts/experiment/errors/Revert.sol +0 -44
  714. package/contracts/experiment/inheritance/A.sol +0 -53
  715. package/contracts/experiment/inheritance/B.sol +0 -28
  716. package/contracts/experiment/inheritance/C.sol +0 -34
  717. package/contracts/experiment/inheritance/IA.sol +0 -13
  718. package/contracts/experiment/inheritance/IB.sol +0 -10
  719. package/contracts/experiment/inheritance/IC.sol +0 -12
  720. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  721. package/contracts/experiment/statemachine/ISM.sol +0 -25
  722. package/contracts/experiment/statemachine/SM.sol +0 -57
  723. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  724. package/contracts/experiment/types/TypeA.sol +0 -47
  725. package/contracts/experiment/types/TypeB.sol +0 -29
  726. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  727. package/contracts/instance/BundleManager.sol +0 -129
  728. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  729. package/contracts/instance/IInstanceBase.sol +0 -26
  730. package/contracts/instance/InstanceAccessManager.sol +0 -288
  731. package/contracts/instance/InstanceBase.sol +0 -41
  732. package/contracts/instance/ObjectManager.sol +0 -101
  733. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  734. package/contracts/instance/base/IInstanceBase.sol +0 -23
  735. package/contracts/instance/base/KeyValueStore.sol +0 -172
  736. package/contracts/instance/base/Lifecycle.sol +0 -100
  737. package/contracts/instance/module/IAccess.sol +0 -38
  738. package/contracts/instance/module/ISetup.sol +0 -46
  739. package/contracts/instance/module/ITreasury.sol +0 -23
  740. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  741. package/contracts/instance/service/DistributionService.sol +0 -88
  742. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  743. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  744. package/contracts/instance/service/IDistributionService.sol +0 -12
  745. package/contracts/instance/service/IPoolService.sol +0 -51
  746. package/contracts/instance/service/IProductService.sol +0 -110
  747. package/contracts/instance/service/PoolService.sol +0 -287
  748. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  749. package/contracts/instance/service/ProductService.sol +0 -570
  750. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  751. package/contracts/shared/ContractDeployerLib.sol +0 -72
  752. package/contracts/shared/ERC165.sol +0 -25
  753. package/contracts/shared/ProxyManager.sol +0 -94
  754. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  755. package/contracts/shared/Versionable.sol +0 -147
  756. package/contracts/test/TestFee.sol +0 -25
  757. package/contracts/test/TestRegisterable.sol +0 -18
  758. package/contracts/test/TestRoleId.sol +0 -14
  759. package/contracts/test/TestService.sol +0 -24
  760. package/contracts/test/TestToken.sol +0 -26
  761. package/contracts/test/TestVersion.sol +0 -44
  762. package/contracts/test/TestVersionable.sol +0 -17
  763. package/contracts/types/ChainId.sol +0 -38
  764. package/contracts/types/NumberId.sol +0 -52
  765. package/contracts/types/ObjectType.sol +0 -152
  766. package/contracts/types/RiskId.sol +0 -43
  767. package/contracts/types/RoleId.sol +0 -90
@@ -0,0 +1,1435 @@
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": "authority",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "component",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorComponentServiceComponentAlreadyRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "component",
71
+ "type": "address"
72
+ },
73
+ {
74
+ "internalType": "NftId",
75
+ "name": "required",
76
+ "type": "uint96"
77
+ },
78
+ {
79
+ "internalType": "NftId",
80
+ "name": "actual",
81
+ "type": "uint96"
82
+ }
83
+ ],
84
+ "name": "ErrorComponentServiceComponentParentInvalid",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "address",
91
+ "name": "component",
92
+ "type": "address"
93
+ },
94
+ {
95
+ "internalType": "VersionPart",
96
+ "name": "serviceRelease",
97
+ "type": "uint8"
98
+ },
99
+ {
100
+ "internalType": "VersionPart",
101
+ "name": "componentRelease",
102
+ "type": "uint8"
103
+ }
104
+ ],
105
+ "name": "ErrorComponentServiceComponentReleaseMismatch",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "address",
112
+ "name": "component",
113
+ "type": "address"
114
+ },
115
+ {
116
+ "internalType": "ObjectType",
117
+ "name": "invalid",
118
+ "type": "uint8"
119
+ }
120
+ ],
121
+ "name": "ErrorComponentServiceComponentTypeNotSupported",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [],
126
+ "name": "ErrorComponentServiceNewWalletAddressZero",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "component",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "ErrorComponentServiceNotInstanceLinkedComponent",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "address",
144
+ "name": "token",
145
+ "type": "address"
146
+ }
147
+ ],
148
+ "name": "ErrorComponentServiceTokenInvalid",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "ErrorComponentServiceWalletAddressZero",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [
163
+ {
164
+ "internalType": "address",
165
+ "name": "wallet",
166
+ "type": "address"
167
+ },
168
+ {
169
+ "internalType": "address",
170
+ "name": "spender",
171
+ "type": "address"
172
+ },
173
+ {
174
+ "internalType": "uint256",
175
+ "name": "allowance",
176
+ "type": "uint256"
177
+ },
178
+ {
179
+ "internalType": "uint256",
180
+ "name": "amount",
181
+ "type": "uint256"
182
+ }
183
+ ],
184
+ "name": "ErrorComponentServiceWalletAllowanceTooSmall",
185
+ "type": "error"
186
+ },
187
+ {
188
+ "inputs": [
189
+ {
190
+ "internalType": "Amount",
191
+ "name": "withdrawnAmount",
192
+ "type": "uint96"
193
+ },
194
+ {
195
+ "internalType": "Amount",
196
+ "name": "withdrawLimit",
197
+ "type": "uint96"
198
+ }
199
+ ],
200
+ "name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
201
+ "type": "error"
202
+ },
203
+ {
204
+ "inputs": [],
205
+ "name": "ErrorComponentServiceWithdrawAmountIsZero",
206
+ "type": "error"
207
+ },
208
+ {
209
+ "inputs": [
210
+ {
211
+ "internalType": "NftId",
212
+ "name": "nftId",
213
+ "type": "uint96"
214
+ }
215
+ ],
216
+ "name": "ErrorNftOwnableAlreadyLinked",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "address",
223
+ "name": "contractAddress",
224
+ "type": "address"
225
+ }
226
+ ],
227
+ "name": "ErrorNftOwnableContractNotRegistered",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [],
232
+ "name": "ErrorNftOwnableInitialOwnerZero",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "NftId",
239
+ "name": "nftId",
240
+ "type": "uint96"
241
+ },
242
+ {
243
+ "internalType": "ObjectType",
244
+ "name": "expectedObjectType",
245
+ "type": "uint8"
246
+ }
247
+ ],
248
+ "name": "ErrorNftOwnableInvalidType",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "address",
255
+ "name": "account",
256
+ "type": "address"
257
+ }
258
+ ],
259
+ "name": "ErrorNftOwnableNotOwner",
260
+ "type": "error"
261
+ },
262
+ {
263
+ "inputs": [
264
+ {
265
+ "internalType": "address",
266
+ "name": "registryAddress",
267
+ "type": "address"
268
+ }
269
+ ],
270
+ "name": "ErrorNotRegistry",
271
+ "type": "error"
272
+ },
273
+ {
274
+ "inputs": [
275
+ {
276
+ "internalType": "NftId",
277
+ "name": "productNftId",
278
+ "type": "uint96"
279
+ },
280
+ {
281
+ "internalType": "NftId",
282
+ "name": "distributionNftId",
283
+ "type": "uint96"
284
+ }
285
+ ],
286
+ "name": "ErrorProductServiceDistributionAlreadyRegistered",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "inputs": [
291
+ {
292
+ "internalType": "NftId",
293
+ "name": "productNftId",
294
+ "type": "uint96"
295
+ }
296
+ ],
297
+ "name": "ErrorProductServiceNoDistributionExpected",
298
+ "type": "error"
299
+ },
300
+ {
301
+ "inputs": [
302
+ {
303
+ "internalType": "NftId",
304
+ "name": "productNftId",
305
+ "type": "uint96"
306
+ }
307
+ ],
308
+ "name": "ErrorProductServiceNoOraclesExpected",
309
+ "type": "error"
310
+ },
311
+ {
312
+ "inputs": [
313
+ {
314
+ "internalType": "NftId",
315
+ "name": "productNftId",
316
+ "type": "uint96"
317
+ },
318
+ {
319
+ "internalType": "uint8",
320
+ "name": "expectedOracles",
321
+ "type": "uint8"
322
+ }
323
+ ],
324
+ "name": "ErrorProductServiceOraclesAlreadyRegistered",
325
+ "type": "error"
326
+ },
327
+ {
328
+ "inputs": [
329
+ {
330
+ "internalType": "NftId",
331
+ "name": "productNftId",
332
+ "type": "uint96"
333
+ },
334
+ {
335
+ "internalType": "NftId",
336
+ "name": "poolNftId",
337
+ "type": "uint96"
338
+ }
339
+ ],
340
+ "name": "ErrorProductServicePoolAlreadyRegistered",
341
+ "type": "error"
342
+ },
343
+ {
344
+ "inputs": [],
345
+ "name": "ErrorRegisterableNotActive",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "inputs": [],
350
+ "name": "InvalidInitialization",
351
+ "type": "error"
352
+ },
353
+ {
354
+ "inputs": [],
355
+ "name": "NotInitializing",
356
+ "type": "error"
357
+ },
358
+ {
359
+ "inputs": [],
360
+ "name": "ReentrancyGuardReentrantCall",
361
+ "type": "error"
362
+ },
363
+ {
364
+ "anonymous": false,
365
+ "inputs": [
366
+ {
367
+ "indexed": false,
368
+ "internalType": "address",
369
+ "name": "authority",
370
+ "type": "address"
371
+ }
372
+ ],
373
+ "name": "AuthorityUpdated",
374
+ "type": "event"
375
+ },
376
+ {
377
+ "anonymous": false,
378
+ "inputs": [
379
+ {
380
+ "indexed": false,
381
+ "internalType": "uint64",
382
+ "name": "version",
383
+ "type": "uint64"
384
+ }
385
+ ],
386
+ "name": "Initialized",
387
+ "type": "event"
388
+ },
389
+ {
390
+ "anonymous": false,
391
+ "inputs": [
392
+ {
393
+ "indexed": false,
394
+ "internalType": "NftId",
395
+ "name": "componentNftId",
396
+ "type": "uint96"
397
+ },
398
+ {
399
+ "indexed": false,
400
+ "internalType": "address",
401
+ "name": "recipient",
402
+ "type": "address"
403
+ },
404
+ {
405
+ "indexed": false,
406
+ "internalType": "address",
407
+ "name": "token",
408
+ "type": "address"
409
+ },
410
+ {
411
+ "indexed": false,
412
+ "internalType": "Amount",
413
+ "name": "withdrawnAmount",
414
+ "type": "uint96"
415
+ }
416
+ ],
417
+ "name": "LogComponentServiceComponentFeesWithdrawn",
418
+ "type": "event"
419
+ },
420
+ {
421
+ "anonymous": false,
422
+ "inputs": [
423
+ {
424
+ "indexed": false,
425
+ "internalType": "NftId",
426
+ "name": "distributionNftId",
427
+ "type": "uint96"
428
+ }
429
+ ],
430
+ "name": "LogComponentServiceDistributionFeesUpdated",
431
+ "type": "event"
432
+ },
433
+ {
434
+ "anonymous": false,
435
+ "inputs": [
436
+ {
437
+ "indexed": false,
438
+ "internalType": "NftId",
439
+ "name": "poolNftId",
440
+ "type": "uint96"
441
+ }
442
+ ],
443
+ "name": "LogComponentServicePoolFeesUpdated",
444
+ "type": "event"
445
+ },
446
+ {
447
+ "anonymous": false,
448
+ "inputs": [
449
+ {
450
+ "indexed": false,
451
+ "internalType": "NftId",
452
+ "name": "productNftId",
453
+ "type": "uint96"
454
+ }
455
+ ],
456
+ "name": "LogComponentServiceProductFeesUpdated",
457
+ "type": "event"
458
+ },
459
+ {
460
+ "anonymous": false,
461
+ "inputs": [
462
+ {
463
+ "indexed": false,
464
+ "internalType": "NftId",
465
+ "name": "instanceNftId",
466
+ "type": "uint96"
467
+ },
468
+ {
469
+ "indexed": false,
470
+ "internalType": "NftId",
471
+ "name": "componentNftId",
472
+ "type": "uint96"
473
+ },
474
+ {
475
+ "indexed": false,
476
+ "internalType": "ObjectType",
477
+ "name": "componentType",
478
+ "type": "uint8"
479
+ },
480
+ {
481
+ "indexed": false,
482
+ "internalType": "address",
483
+ "name": "component",
484
+ "type": "address"
485
+ },
486
+ {
487
+ "indexed": false,
488
+ "internalType": "address",
489
+ "name": "token",
490
+ "type": "address"
491
+ },
492
+ {
493
+ "indexed": false,
494
+ "internalType": "address",
495
+ "name": "initialOwner",
496
+ "type": "address"
497
+ }
498
+ ],
499
+ "name": "LogComponentServiceRegistered",
500
+ "type": "event"
501
+ },
502
+ {
503
+ "anonymous": false,
504
+ "inputs": [
505
+ {
506
+ "indexed": false,
507
+ "internalType": "NftId",
508
+ "name": "nftId",
509
+ "type": "uint96"
510
+ },
511
+ {
512
+ "indexed": false,
513
+ "internalType": "string",
514
+ "name": "feeName",
515
+ "type": "string"
516
+ },
517
+ {
518
+ "indexed": false,
519
+ "internalType": "UFixed",
520
+ "name": "previousFractionalFee",
521
+ "type": "uint256"
522
+ },
523
+ {
524
+ "indexed": false,
525
+ "internalType": "uint256",
526
+ "name": "previousFixedFee",
527
+ "type": "uint256"
528
+ },
529
+ {
530
+ "indexed": false,
531
+ "internalType": "UFixed",
532
+ "name": "newFractionalFee",
533
+ "type": "uint256"
534
+ },
535
+ {
536
+ "indexed": false,
537
+ "internalType": "uint256",
538
+ "name": "newFixedFee",
539
+ "type": "uint256"
540
+ }
541
+ ],
542
+ "name": "LogComponentServiceUpdateFee",
543
+ "type": "event"
544
+ },
545
+ {
546
+ "anonymous": false,
547
+ "inputs": [
548
+ {
549
+ "indexed": false,
550
+ "internalType": "NftId",
551
+ "name": "componentNftId",
552
+ "type": "uint96"
553
+ },
554
+ {
555
+ "indexed": false,
556
+ "internalType": "address",
557
+ "name": "currentWallet",
558
+ "type": "address"
559
+ },
560
+ {
561
+ "indexed": false,
562
+ "internalType": "address",
563
+ "name": "newWallet",
564
+ "type": "address"
565
+ }
566
+ ],
567
+ "name": "LogComponentServiceWalletAddressChanged",
568
+ "type": "event"
569
+ },
570
+ {
571
+ "anonymous": false,
572
+ "inputs": [
573
+ {
574
+ "indexed": false,
575
+ "internalType": "NftId",
576
+ "name": "componentNftId",
577
+ "type": "uint96"
578
+ },
579
+ {
580
+ "indexed": false,
581
+ "internalType": "address",
582
+ "name": "currentWallet",
583
+ "type": "address"
584
+ },
585
+ {
586
+ "indexed": false,
587
+ "internalType": "address",
588
+ "name": "newWallet",
589
+ "type": "address"
590
+ },
591
+ {
592
+ "indexed": false,
593
+ "internalType": "uint256",
594
+ "name": "currentBalance",
595
+ "type": "uint256"
596
+ }
597
+ ],
598
+ "name": "LogComponentServiceWalletTokensTransferred",
599
+ "type": "event"
600
+ },
601
+ {
602
+ "inputs": [],
603
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
604
+ "outputs": [
605
+ {
606
+ "internalType": "bytes32",
607
+ "name": "",
608
+ "type": "bytes32"
609
+ }
610
+ ],
611
+ "stateMutability": "view",
612
+ "type": "function"
613
+ },
614
+ {
615
+ "inputs": [],
616
+ "name": "REGISTERABLE_LOCATION_V1",
617
+ "outputs": [
618
+ {
619
+ "internalType": "bytes32",
620
+ "name": "",
621
+ "type": "bytes32"
622
+ }
623
+ ],
624
+ "stateMutability": "view",
625
+ "type": "function"
626
+ },
627
+ {
628
+ "inputs": [
629
+ {
630
+ "internalType": "contract IERC20Metadata",
631
+ "name": "token",
632
+ "type": "address"
633
+ },
634
+ {
635
+ "internalType": "Amount",
636
+ "name": "amount",
637
+ "type": "uint96"
638
+ }
639
+ ],
640
+ "name": "approveTokenHandler",
641
+ "outputs": [],
642
+ "stateMutability": "nonpayable",
643
+ "type": "function"
644
+ },
645
+ {
646
+ "inputs": [],
647
+ "name": "authority",
648
+ "outputs": [
649
+ {
650
+ "internalType": "address",
651
+ "name": "",
652
+ "type": "address"
653
+ }
654
+ ],
655
+ "stateMutability": "view",
656
+ "type": "function"
657
+ },
658
+ {
659
+ "inputs": [],
660
+ "name": "getDomain",
661
+ "outputs": [
662
+ {
663
+ "internalType": "ObjectType",
664
+ "name": "serviceDomain",
665
+ "type": "uint8"
666
+ }
667
+ ],
668
+ "stateMutability": "pure",
669
+ "type": "function"
670
+ },
671
+ {
672
+ "inputs": [],
673
+ "name": "getInitialInfo",
674
+ "outputs": [
675
+ {
676
+ "components": [
677
+ {
678
+ "internalType": "NftId",
679
+ "name": "nftId",
680
+ "type": "uint96"
681
+ },
682
+ {
683
+ "internalType": "NftId",
684
+ "name": "parentNftId",
685
+ "type": "uint96"
686
+ },
687
+ {
688
+ "internalType": "ObjectType",
689
+ "name": "objectType",
690
+ "type": "uint8"
691
+ },
692
+ {
693
+ "internalType": "bool",
694
+ "name": "isInterceptor",
695
+ "type": "bool"
696
+ },
697
+ {
698
+ "internalType": "address",
699
+ "name": "objectAddress",
700
+ "type": "address"
701
+ },
702
+ {
703
+ "internalType": "address",
704
+ "name": "initialOwner",
705
+ "type": "address"
706
+ },
707
+ {
708
+ "internalType": "bytes",
709
+ "name": "data",
710
+ "type": "bytes"
711
+ }
712
+ ],
713
+ "internalType": "struct IRegistry.ObjectInfo",
714
+ "name": "info",
715
+ "type": "tuple"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [],
723
+ "name": "getNftId",
724
+ "outputs": [
725
+ {
726
+ "internalType": "NftId",
727
+ "name": "",
728
+ "type": "uint96"
729
+ }
730
+ ],
731
+ "stateMutability": "view",
732
+ "type": "function"
733
+ },
734
+ {
735
+ "inputs": [],
736
+ "name": "getOwner",
737
+ "outputs": [
738
+ {
739
+ "internalType": "address",
740
+ "name": "",
741
+ "type": "address"
742
+ }
743
+ ],
744
+ "stateMutability": "view",
745
+ "type": "function"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "getRegistry",
750
+ "outputs": [
751
+ {
752
+ "internalType": "contract IRegistry",
753
+ "name": "",
754
+ "type": "address"
755
+ }
756
+ ],
757
+ "stateMutability": "view",
758
+ "type": "function"
759
+ },
760
+ {
761
+ "inputs": [],
762
+ "name": "getRelease",
763
+ "outputs": [
764
+ {
765
+ "internalType": "VersionPart",
766
+ "name": "release",
767
+ "type": "uint8"
768
+ }
769
+ ],
770
+ "stateMutability": "view",
771
+ "type": "function"
772
+ },
773
+ {
774
+ "inputs": [],
775
+ "name": "getRoleId",
776
+ "outputs": [
777
+ {
778
+ "internalType": "RoleId",
779
+ "name": "serviceRoleId",
780
+ "type": "uint64"
781
+ }
782
+ ],
783
+ "stateMutability": "view",
784
+ "type": "function"
785
+ },
786
+ {
787
+ "inputs": [],
788
+ "name": "getVersion",
789
+ "outputs": [
790
+ {
791
+ "internalType": "Version",
792
+ "name": "",
793
+ "type": "uint24"
794
+ }
795
+ ],
796
+ "stateMutability": "pure",
797
+ "type": "function"
798
+ },
799
+ {
800
+ "inputs": [
801
+ {
802
+ "internalType": "address",
803
+ "name": "activatedBy",
804
+ "type": "address"
805
+ },
806
+ {
807
+ "internalType": "bytes",
808
+ "name": "data",
809
+ "type": "bytes"
810
+ }
811
+ ],
812
+ "name": "initializeVersionable",
813
+ "outputs": [],
814
+ "stateMutability": "nonpayable",
815
+ "type": "function"
816
+ },
817
+ {
818
+ "inputs": [],
819
+ "name": "isActive",
820
+ "outputs": [
821
+ {
822
+ "internalType": "bool",
823
+ "name": "active",
824
+ "type": "bool"
825
+ }
826
+ ],
827
+ "stateMutability": "view",
828
+ "type": "function"
829
+ },
830
+ {
831
+ "inputs": [],
832
+ "name": "isConsumingScheduledOp",
833
+ "outputs": [
834
+ {
835
+ "internalType": "bytes4",
836
+ "name": "",
837
+ "type": "bytes4"
838
+ }
839
+ ],
840
+ "stateMutability": "view",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [],
845
+ "name": "linkToRegisteredNftId",
846
+ "outputs": [
847
+ {
848
+ "internalType": "NftId",
849
+ "name": "nftId",
850
+ "type": "uint96"
851
+ }
852
+ ],
853
+ "stateMutability": "nonpayable",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [
858
+ {
859
+ "internalType": "address",
860
+ "name": "componentAddress",
861
+ "type": "address"
862
+ }
863
+ ],
864
+ "name": "registerComponent",
865
+ "outputs": [
866
+ {
867
+ "internalType": "NftId",
868
+ "name": "componentNftId",
869
+ "type": "uint96"
870
+ }
871
+ ],
872
+ "stateMutability": "nonpayable",
873
+ "type": "function"
874
+ },
875
+ {
876
+ "inputs": [
877
+ {
878
+ "internalType": "address",
879
+ "name": "productAddress",
880
+ "type": "address"
881
+ },
882
+ {
883
+ "internalType": "address",
884
+ "name": "token",
885
+ "type": "address"
886
+ }
887
+ ],
888
+ "name": "registerProduct",
889
+ "outputs": [
890
+ {
891
+ "internalType": "NftId",
892
+ "name": "productNftId",
893
+ "type": "uint96"
894
+ }
895
+ ],
896
+ "stateMutability": "nonpayable",
897
+ "type": "function"
898
+ },
899
+ {
900
+ "inputs": [
901
+ {
902
+ "internalType": "address",
903
+ "name": "newAuthority",
904
+ "type": "address"
905
+ }
906
+ ],
907
+ "name": "setAuthority",
908
+ "outputs": [],
909
+ "stateMutability": "nonpayable",
910
+ "type": "function"
911
+ },
912
+ {
913
+ "inputs": [
914
+ {
915
+ "components": [
916
+ {
917
+ "internalType": "UFixed",
918
+ "name": "fractionalFee",
919
+ "type": "uint256"
920
+ },
921
+ {
922
+ "internalType": "uint256",
923
+ "name": "fixedFee",
924
+ "type": "uint256"
925
+ }
926
+ ],
927
+ "internalType": "struct Fee",
928
+ "name": "distributionFee",
929
+ "type": "tuple"
930
+ },
931
+ {
932
+ "components": [
933
+ {
934
+ "internalType": "UFixed",
935
+ "name": "fractionalFee",
936
+ "type": "uint256"
937
+ },
938
+ {
939
+ "internalType": "uint256",
940
+ "name": "fixedFee",
941
+ "type": "uint256"
942
+ }
943
+ ],
944
+ "internalType": "struct Fee",
945
+ "name": "minDistributionOwnerFee",
946
+ "type": "tuple"
947
+ }
948
+ ],
949
+ "name": "setDistributionFees",
950
+ "outputs": [],
951
+ "stateMutability": "nonpayable",
952
+ "type": "function"
953
+ },
954
+ {
955
+ "inputs": [
956
+ {
957
+ "internalType": "bool",
958
+ "name": "locked",
959
+ "type": "bool"
960
+ }
961
+ ],
962
+ "name": "setLocked",
963
+ "outputs": [],
964
+ "stateMutability": "nonpayable",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [
969
+ {
970
+ "components": [
971
+ {
972
+ "internalType": "UFixed",
973
+ "name": "fractionalFee",
974
+ "type": "uint256"
975
+ },
976
+ {
977
+ "internalType": "uint256",
978
+ "name": "fixedFee",
979
+ "type": "uint256"
980
+ }
981
+ ],
982
+ "internalType": "struct Fee",
983
+ "name": "poolFee",
984
+ "type": "tuple"
985
+ },
986
+ {
987
+ "components": [
988
+ {
989
+ "internalType": "UFixed",
990
+ "name": "fractionalFee",
991
+ "type": "uint256"
992
+ },
993
+ {
994
+ "internalType": "uint256",
995
+ "name": "fixedFee",
996
+ "type": "uint256"
997
+ }
998
+ ],
999
+ "internalType": "struct Fee",
1000
+ "name": "stakingFee",
1001
+ "type": "tuple"
1002
+ },
1003
+ {
1004
+ "components": [
1005
+ {
1006
+ "internalType": "UFixed",
1007
+ "name": "fractionalFee",
1008
+ "type": "uint256"
1009
+ },
1010
+ {
1011
+ "internalType": "uint256",
1012
+ "name": "fixedFee",
1013
+ "type": "uint256"
1014
+ }
1015
+ ],
1016
+ "internalType": "struct Fee",
1017
+ "name": "performanceFee",
1018
+ "type": "tuple"
1019
+ }
1020
+ ],
1021
+ "name": "setPoolFees",
1022
+ "outputs": [],
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "components": [
1030
+ {
1031
+ "internalType": "UFixed",
1032
+ "name": "fractionalFee",
1033
+ "type": "uint256"
1034
+ },
1035
+ {
1036
+ "internalType": "uint256",
1037
+ "name": "fixedFee",
1038
+ "type": "uint256"
1039
+ }
1040
+ ],
1041
+ "internalType": "struct Fee",
1042
+ "name": "productFee",
1043
+ "type": "tuple"
1044
+ },
1045
+ {
1046
+ "components": [
1047
+ {
1048
+ "internalType": "UFixed",
1049
+ "name": "fractionalFee",
1050
+ "type": "uint256"
1051
+ },
1052
+ {
1053
+ "internalType": "uint256",
1054
+ "name": "fixedFee",
1055
+ "type": "uint256"
1056
+ }
1057
+ ],
1058
+ "internalType": "struct Fee",
1059
+ "name": "processingFee",
1060
+ "type": "tuple"
1061
+ }
1062
+ ],
1063
+ "name": "setProductFees",
1064
+ "outputs": [],
1065
+ "stateMutability": "nonpayable",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [
1070
+ {
1071
+ "internalType": "address",
1072
+ "name": "newWallet",
1073
+ "type": "address"
1074
+ }
1075
+ ],
1076
+ "name": "setWallet",
1077
+ "outputs": [],
1078
+ "stateMutability": "nonpayable",
1079
+ "type": "function"
1080
+ },
1081
+ {
1082
+ "inputs": [
1083
+ {
1084
+ "internalType": "bytes4",
1085
+ "name": "interfaceId",
1086
+ "type": "bytes4"
1087
+ }
1088
+ ],
1089
+ "name": "supportsInterface",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "bool",
1093
+ "name": "",
1094
+ "type": "bool"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "inputs": [
1102
+ {
1103
+ "internalType": "bytes",
1104
+ "name": "data",
1105
+ "type": "bytes"
1106
+ }
1107
+ ],
1108
+ "name": "upgradeVersionable",
1109
+ "outputs": [],
1110
+ "stateMutability": "nonpayable",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [
1115
+ {
1116
+ "internalType": "Amount",
1117
+ "name": "amount",
1118
+ "type": "uint96"
1119
+ }
1120
+ ],
1121
+ "name": "withdrawFees",
1122
+ "outputs": [
1123
+ {
1124
+ "internalType": "Amount",
1125
+ "name": "withdrawnAmount",
1126
+ "type": "uint96"
1127
+ }
1128
+ ],
1129
+ "stateMutability": "nonpayable",
1130
+ "type": "function"
1131
+ }
1132
+ ],
1133
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6154cd806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f3578063893d20e811610093578063b68d18091161006e578063b68d1809146103ed578063bf7e214f146103f4578063c142a303146103fc578063deaa59df1461040f575f80fd5b8063893d20e8146103b05780638fb36037146103b8578063ada9652e146103d9575f80fd5b806367ba1c10116100ce57806367ba1c10146103505780636c741e781461036357806376b707b7146103835780637a9e5e4b1461039d575f80fd5b80635d9662891461030d5780636078a3b214610320578063644c45e014610333575f80fd5b8063211e28b61161015e57806337a897ee1161013957806337a897ee146102af578063419197fe146102c257806349bb9e4b146102d55780635ab1bd53146102e8575f80fd5b8063211e28b61461027f57806322f3e2d414610294578063329d6e741461029c575f80fd5b806301ffc9a7146101a55780630d8e6e2c146101e65780630fec111c14610202578063138461e0146102175780631c6b2190146102375780631eff4b221461024a575b5f80fd5b6101d16101b33660046144a6565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ee610422565b60405162ffffff90911681526020016101dd565b61020a6104a9565b6040516101dd91906144fb565b61021f610635565b6040516001600160601b0390911681526020016101dd565b61021f6102453660046145a3565b61063f565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d3660046145cb565b610ba2565b005b6101d1610c83565b6102926102aa366004614731565b610cfa565b6102926102bd366004614791565b610e44565b6102926102d03660046147cf565b61115c565b6102926102e3366004614806565b6112ae565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61021f61031b366004614852565b61139c565b61021f61032e36600461487e565b611450565b5f80516020615418833981519152546001600160601b031661021f565b61029261035e366004614791565b6114f6565b61036b611875565b6040516001600160401b0390911681526020016101dd565b61038b611901565b60405160ff90911681526020016101dd565b6102926103ab36600461487e565b611969565b6102f56119eb565b6103c0611b1c565b6040516001600160e01b031990911681526020016101dd565b6102715f8051602061541883398151915281565b600b61038b565b6102f5611b51565b61029261040a366004614899565b611b6c565b61029261041d36600461487e565b611f00565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a491906148dc565b905090565b6104b1614385565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054b919061490e565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105936119eb565b6001600160a01b031681526020018260010180546105b090614929565b80601f01602080910402602001604051908101604052809291908181526020018280546105dc90614929565b80156106275780601f106105fe57610100808354040283529160200191610627565b820191905f5260205f20905b81548152906001019060200180831161060a57829003601f168201915b505050505081525091505090565b5f6104a430612039565b5f61064c335b5f36612232565b5f80610658600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610699573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bd9190614961565b604051630232ca4960e01b81526001600160601b03851660048201529091505f906001600160a01b03831690630232ca4990602401602060405180830381865afa15801561070d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610731919061490e565b90508594506107aa8673__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a5919061490e565b612346565b156107b3578094505b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610809573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082d9190614987565b1561084b5760405163b079ec2b60e01b815260040160405180910390fd5b61085585826123d2565b1561088b5760405163151dbb3f60e01b81526001600160601b038087166004830152821660248201526044015b60405180910390fd5b60025f9054906101000a90046001600160a01b03166001600160a01b031663346696cc846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190614961565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526001600160601b038088166024830152881660448201526064015f604051808303815f87803b158015610963575f80fd5b505af1158015610975573d5f803e3d5ffd5b505050505f61098c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109fd9190614961565b60405163a310e2a360e01b81526001600160601b03871660048201529091505f906001600160a01b0385169063a310e2a390602401602060405180830381865afa158015610a4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a719190614961565b90507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde98683836001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af69190614961565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908916606082015260800160405180910390a1604051633fd3433360e01b81526001600160a01b0383811660048301526001600160601b0389166024830152821690633fd34333906044015f604051808303815f87803b158015610b81575f80fd5b505af1158015610b93573d5f803e3d5ffd5b50505050505050505050919050565b610bab33610645565b5f610bb7600b5f61241c565b9150505f339050816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1e9190614961565b604051630d99633160e01b81526001600160a01b03838116600483015285151560248301529190911690630d996331906044015f604051808303815f87803b158015610c68575f80fd5b505af1158015610c7a573d5f803e3d5ffd5b50505050505050565b5f610c8c611b51565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610cd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf49190614987565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610d1c610422565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610d5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d7e91906149c1565b5f805160206154788339815191528054600160401b900460ff1680610db0575080546001600160401b03808416911610155b15610dce5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610df8836125a8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80610e50600e612330565b915091505f80610ebf836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eb99190614961565b856125b0565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151896040518363ffffffff1660e01b8152600401610f019291906149dc565b602060405180830381865af4158015610f1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f409190614987565b610f8657610f7b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084604001518a6126b2565b506040810186905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091610fc291908a906004016149dc565b602060405180830381865af4158015610fdd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110019190614987565b6110555761104a836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460600151896126b2565b506060810185905260015b8015610c7a57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611097573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110bb9190614961565b6001600160a01b031663462d5a8484846040518363ffffffff1660e01b81526004016110e8929190614a02565b5f604051808303815f87803b1580156110ff575f80fd5b505af1158015611111573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a150505050505050565b5f80611168600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cd9190614961565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa15801561121a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123e9190614961565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015f604051808303815f87803b158015611291575f80fd5b505af11580156112a3573d5f803e3d5ffd5b505050505050505050565b5f805160206154788339815191528054600160401b810460ff1615906001600160401b03165f811580156112df5750825b90505f826001600160401b031660011480156112fa5750303b155b905081158015611308575080155b156113265760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561135057845460ff60401b1916600160401b1785555b61135a8787612705565b8315610c7a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114b565b5f6113a561289d565b5f6113b86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611420919061490e565b90503361143082828782886128d4565b9250505061144a60015f8051602061545883398151915255565b92915050565b5f808061145d600b612330565b915091505f6114746001546001600160a01b031690565b604051632f2a35f760e11b81526001600160a01b0384811660048301529190911690635e546bee90602401602060405180830381865afa1580156114ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114de919061490e565b90506114ed818387865f6128d4565b95945050505050565b6114fe61289d565b5f8061150a600c612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561154b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061156f9190614961565b604051636a05a41360e01b81526001600160601b03851660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156115bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e19190614aee565b805160405162acc93760e61b81529192505f9173__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161161f91908a906004016149dc565b602060405180830381865af415801561163a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165e9190614987565b61169a57611693846040518060400160405280600a81526020016950726f6475637446656560b01b815250845f0151896126b2565b5084815260015b602082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916116d6919089906004016149dc565b602060405180830381865af41580156116f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117159190614987565b6117595761174e846040518060400160405280600d81526020016c50726f63657373696e6746656560981b8152508460200151886126b2565b506020810184905260015b801561185757826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561179b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117bf9190614961565b6001600160a01b031663462d5a8485846040518363ffffffff1660e01b81526004016117ec929190614a02565b5f604051808303815f87803b158015611803575f80fd5b505af1158015611815573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b5050505061187160015f8051602061545883398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b61189a611901565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156118dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a491906149c1565b5f61190a611b51565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611945573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a49190614ba4565b33611972611b51565b6001600160a01b0316816001600160a01b0316146119ad5760405162d1953b60e31b81526001600160a01b0382166004820152602401610882565b816001600160a01b03163b5f036119e2576040516361798f2f60e11b81526001600160a01b0383166004820152602401610882565b6118718261304a565b5f805f8051602061541883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7b9190614987565b15611b06576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611adc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b009190614961565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061543883398151915280545f9190600160a01b900460ff16611b43575f611b00565b638fb3603760e01b91505090565b5f80516020615438833981519152546001600160a01b031690565b5f80611b78600f612330565b915091505f80611bbd836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e95573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc083608001518a6040518363ffffffff1660e01b8152600401611bff9291906149dc565b602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190614987565b611c7c57611c718360405180604001604052806007815260200166506f6f6c46656560c81b81525084608001518b6126b2565b506080810187905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611cb891908b906004016149dc565b602060405180830381865af4158015611cd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf79190614987565b611d3857611d2d836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460a001518a6126b2565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d7491908a906004016149dc565b602060405180830381865af4158015611d8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611db39190614987565b611df857611ded836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508460c00151896126b2565b5060c0810185905260015b8015611ef657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5e9190614961565b6001600160a01b031663462d5a8484846040518363ffffffff1660e01b8152600401611e8b929190614a02565b5f604051808303815f87803b158015611ea2575f80fd5b505af1158015611eb4573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b5f80611f0c600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f719190614961565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015611fbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe29190614961565b60405163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015b5f604051808303815f87803b158015612027575f80fd5b505af1158015611ef6573d5f803e3d5ffd5b5f805f8051602061541883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156120a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c99190614987565b156120f55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610882565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612147573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216b9190614987565b6121935760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610882565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156121e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612209919061490e565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206154388339815191525f8061226a61224d611b51565b873061225c60045f8a8c614bbf565b61226591614be6565b6130aa565b91509150816123285763ffffffff81161561230557825460ff60a01b1916600160a01b178355612298611b51565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016122c793929190614c1e565b5f604051808303815f87803b1580156122de575f80fd5b505af11580156122f0573d5f803e3d5ffd5b5050845460ff60a01b19168555506123289050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610882565b505050505050565b5f8061233d83600161241c565b91509150915091565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156123a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123cb9190614987565b9392505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c9060440161238c565b5f80612426614385565b5f61243a86600b5b60ff9081169116141590565b156124f45773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed361246b6001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156124c3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ea9190810190614d5b565b909250905061259c565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886125206001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af415801561256f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125969190810190614d5b565b90925090505b90519590945092505050565b6101a16131b2565b5f6125b96143c2565b6001546001600160a01b031660405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015612612573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612636919061490e565b604051636a05a41360e01b81526001600160601b03821660048201529092506001600160a01b03851690636a05a413906024016101c060405180830381865afa158015612685573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126a99190614aee565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946126f7948a948a949293909290614d9e565b60405180910390a150505050565b5f805160206154788339815191528054600160401b810460ff1615906001600160401b03165f811580156127365750825b90505f826001600160401b031660011480156127515750303b155b90508115801561275f575080155b1561277d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156127a757845460ff60401b1916600160401b1785555b5f80878060200190518101906127bd9190614de4565b915091506127cc82828b6131ea565b6127d6602861328c565b600280546001600160a01b0319166001600160a01b03929092169190911781556127ff9061328c565b600380546001600160a01b0319166001600160a01b0392909216919091179055612829600a61328c565b600480546001600160a01b0319166001600160a01b0392909216919091179055612859630ef02ec160e01b61331d565b50508315610c7a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114b565b5f805160206154588339815191528054600119016128ce57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b5f805f6128e18686613350565b915091505f876001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612922573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129469190614961565b90505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612985573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a99190614961565b90505f896001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129e8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a0c9190614961565b604085015190915060ff8116600c03612aae5760035460a0860151604051635d96628960e01b81526001600160a01b0389811660048301529182166024820152911690635d966289906044015f604051808303815f875af1158015612a73573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a9a9190810190614e11565b519650612aa983888c8b6136f2565b612cff565b60035460408681015160a08801519151631fa14e4960e11b81526001600160a01b038a8116600483015260ff9092166024820152918116604483015290911690633f429c92906064015f604051808303815f875af1158015612b12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b399190810190614e11565b516040516302d764c760e21b81526001600160601b038b16600482015290975089905f906001600160a01b03851690630b5d931c906024015f60405180830381865afa158015612b8b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612bb29190810190614eca565b905060ff8316600f03612bd157612bcc85838b8f856139c0565b612c2c565b60ff8316600e03612be857612bcc85838b84613bcc565b60ff8316600d03612bff57612bcc85838b84613d41565b60405163f0b751ab60e01b81526001600160a01b038d16600482015260ff84166024820152604401610882565b60405163a310e2a360e01b81526001600160601b03831660048201526001600160a01b0385169063a310e2a390602401602060405180830381865afa158015612c77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9b9190614961565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa9190614961565b995050505b612d098b89613e3e565b5f866001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612d45573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d6c9190810190614fac565b905073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d612d9a6001546001600160a01b031690565b898c896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612dd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfc9190614961565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015612e56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e7a9190614961565b6001600160a01b039081166020830152604051631c4b0d8b60e31b81529085169063e2586c5890612eb1908b908590600401615066565b5f604051808303815f87803b158015612ec8575f80fd5b505af1158015612eda573d5f803e3d5ffd5b50505050866001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015612f1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f3f919061490e565b506040516366704a7d60e01b81526001600160a01b038c8116600483015260ff841660248301528616906366704a7d906044015f604051808303815f87803b158015612f89575f80fd5b505af1158015612f9b573d5f803e3d5ffd5b505050507f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c68d89848a8d8b60a0015160405161301f969594939291906001600160601b03968716815294909516602085015260ff9290921660408401526001600160a01b03908116606084015290811660808301529190911660a082015260c00190565b60405180910390a15050505050505095945050505050565b60015f8051602061545883398151915255565b5f8051602061543883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161311891906150c1565b5f60405180830381855afa9150503d805f8114613150576040519150601f19603f3d011682016040523d82523d5f602084013e613155565b606091505b509150915081156131a7576040815110613187578080602001905181019061317d91906150d7565b90945092506131a7565b60208151106131a757808060200190518101906131a49190614987565b93505b505094509492505050565b5f8051602061547883398151915254600160401b900460ff166131e857604051631afcd79f60e31b815260040160405180910390fd5b565b6131f26131b2565b6131fa61403a565b6132778383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325f919061490e565b60085f8660405180602001604052805f81525061404a565b61328763daf9067160e01b61331d565b505050565b5f61329f6001546001600160a01b031690565b6001600160a01b031663d39e6043836132b6611901565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156132f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144a9190614961565b6133256131b2565b61334d816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b5f613359614385565b60405163d905700760e01b81526001600160a01b038516600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e09190614987565b6134085760405163b03d8c4360e01b81526001600160a01b0385166004820152602401610882565b839150816001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613446573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261346d9190810190614e11565b905061347d816020015184614187565b156134c357602081015160405163953133f160e01b81526001600160a01b03861660048201526001600160601b0380861660248301529091166044820152606401610882565b61352e826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613502573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135269190614ba4565b61242e611901565b156135d1578361353c611901565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613578573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061359c9190614ba4565b60405163459d07b760e11b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610882565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0386811660048301529190911690635e546bee90602401602060405180830381865afa158015613623573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613647919061490e565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561369e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136c29190614987565b156136eb57604051632176772160e11b81526001600160a01b0385166004820152602401610882565b9250929050565b5f8290505f816001600160a01b031663c108bd4c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613732573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137599190810190614eca565b905073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156137a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137c6919061490e565b6001600160601b031660a08201526040805163bc1b392d60e01b8152905173__$94a2c899be079b00d952d0d84fffaa5c34$__9163bc1b392d9160048083019260209291908290030181865af4158015613822573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613846919061490e565b6001600160601b031660c0820152606081015160ff166001600160401b03811115613873576138736145e6565b60405190808252806020026020018201604052801561389c578160200160208202803683370190505b5060e0820152604051637f1773c960e11b81526001600160a01b0387169063fe2ee792906138d090889085906004016151f1565b5f604051808303815f87803b1580156138e7575f80fd5b505af11580156138f9573d5f803e3d5ffd5b50505050856001600160a01b031663bedaa84686846001600160a01b031663844e0f206040518163ffffffff1660e01b81526004016101c060405180830381865afa15801561394a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061396e9190614aee565b6040518363ffffffff1660e01b815260040161398b929190614a02565b5f604051808303815f87803b1580156139a2575f80fd5b505af11580156139b4573d5f803e3d5ffd5b50505050505050505050565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613a1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a409190614987565b15613a775760a08101516040516397f129bf60e01b81526001600160601b0380871660048301529091166024820152604401610882565b5f829050856001600160a01b031663fe7fc94185836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613ac7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aeb9190615212565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613b76575f80fd5b505af1158015613b88573d5f803e3d5ffd5b505050506001600160601b03841660a083015260405163659743e960e11b81526001600160a01b0387169063cb2e87d29061398b908890869060ff906004016152a0565b613bd461289d565b8060400151613c015760405163931d421760e01b81526001600160601b0384166004820152602401610882565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613c5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c819190614987565b15613cb85760c08101516040516323a0cc7160e11b81526001600160601b0380861660048301529091166024820152604401610882565b6001600160601b03821660c082015260405163659743e960e11b81526001600160a01b0385169063cb2e87d290613cf8908690859060ff906004016152a0565b5f604051808303815f87803b158015613d0f575f80fd5b505af1158015613d21573d5f803e3d5ffd5b50505050613d3b60015f8051602061545883398151915255565b50505050565b806060015160ff165f03613d7357604051634435e56b60e01b81526001600160601b0384166004820152602401610882565b806060015160ff16816080015160ff1603613dbb5760608101516040516379060d1360e11b81526001600160601b038516600482015260ff9091166024820152604401610882565b818160e00151826080015160ff1681518110613dd957613dd96152d4565b6001600160601b039092166020928302919091019091015260808101805190613e01826152e8565b60ff169052506001600160a01b03841663cb2e87d28483613e2060ff90565b6040518463ffffffff1660e01b8152600401612010939291906152a0565b816001600160a01b031663398e3d4c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e9e9190614987565b6118715773__$fb599632d08395912d9d70eb2f0f93b5e2$__637d482da1613ece6001546001600160a01b031690565b6001600160a01b031663caed98976040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f2d9190614961565b8346613f37611b51565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f969190614ba4565b6040516001600160e01b031960e087901b1681526001600160a01b039485166004820152939092166024840152604483015260ff166064820152608401602060405180830381865af4158015613fee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140129190614987565b61187157604051633acbdd6160e01b81526001600160a01b0382166004820152602401610882565b6140426131b2565b6131e86141d1565b6140526131b2565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156140a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140cc9190614987565b6140f45760405163cf6935e560e01b81526001600160a01b0388166004820152602401610882565b6140fd876141d9565b61410786836141ea565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101614176838261535d565b50611ef6634a531f3360e01b61331d565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c519060440161238c565b6130376131b2565b6141e16131b2565b61334d81614260565b6141f26131b2565b6141fa614271565b614203826142b9565b6001600160a01b03811661422a5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061541883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6142686131b2565b61334d8161304a565b6142796131b2565b6131e86301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6142c16131b2565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614317573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061433b9190614987565b6143635760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610882565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6040805161012081019091525f60e082018181526101008301919091528190815260200161440160405180604001604052805f81526020015f81525090565b815260200161442160405180604001604052805f81526020015f81525090565b815260200161444160405180604001604052805f81526020015f81525090565b815260200161446160405180604001604052805f81526020015f81525090565b815260200161448160405180604001604052805f81526020015f81525090565b81526020016144a160405180604001604052805f81526020015f81525090565b905290565b5f602082840312156144b6575f80fd5b81356001600160e01b0319811681146123cb575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614543608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526145876101008401826144cd565b949350505050565b6001600160601b038116811461334d575f80fd5b5f602082840312156145b3575f80fd5b81356123cb8161458f565b801515811461334d575f80fd5b5f602082840312156145db575f80fd5b81356123cb816145be565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561461c5761461c6145e6565b60405290565b60405160e081016001600160401b038111828210171561461c5761461c6145e6565b60405161010081016001600160401b038111828210171561461c5761461c6145e6565b604051606081016001600160401b038111828210171561461c5761461c6145e6565b604051601f8201601f191681016001600160401b03811182821017156146b1576146b16145e6565b604052919050565b5f6001600160401b038211156146d1576146d16145e6565b50601f01601f191660200190565b5f82601f8301126146ee575f80fd5b81356147016146fc826146b9565b614689565b818152846020838601011115614715575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614741575f80fd5b81356001600160401b03811115614756575f80fd5b614587848285016146df565b5f60408284031215614772575f80fd5b61477a6145fa565b823581526020928301359281019290925250919050565b5f80608083850312156147a2575f80fd5b6147ac8484614762565b91506126a98460408501614762565b6001600160a01b038116811461334d575f80fd5b5f80604083850312156147e0575f80fd5b82356147eb816147bb565b915060208301356147fb8161458f565b809150509250929050565b5f8060408385031215614817575f80fd5b8235614822816147bb565b915060208301356001600160401b0381111561483c575f80fd5b614848858286016146df565b9150509250929050565b5f8060408385031215614863575f80fd5b823561486e816147bb565b915060208301356147fb816147bb565b5f6020828403121561488e575f80fd5b81356123cb816147bb565b5f805f60c084860312156148ab575f80fd5b6148b58585614762565b92506148c48560408601614762565b91506148d38560808601614762565b90509250925092565b5f602082840312156148ec575f80fd5b815162ffffff811681146123cb575f80fd5b80516149098161458f565b919050565b5f6020828403121561491e575f80fd5b81516123cb8161458f565b600181811c9082168061493d57607f821691505b60208210810361495b57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215614971575f80fd5b81516123cb816147bb565b8051614909816145be565b5f60208284031215614997575f80fd5b81516123cb816145be565b8051614909816147bb565b6001600160401b038116811461334d575f80fd5b5f602082840312156149d1575f80fd5b81516123cb816149ad565b8251815260208084015181830152825160408301528201516060820152608081016123cb565b6001600160601b038316815281518051602080840191909152015160408201526101e0810160208381015180516060850152908101516080840152506040830151805160a0840152602081015160c0840152506060830151805160e08401526020810151610100840152506080830151805161012084015260208101516101408401525060a0830151805161016084015260208101516101808401525060c083015180516101a084015260208101516101c0840152509392505050565b5f60408284031215614acf575f80fd5b614ad76145fa565b825181526020928301519281019290925250919050565b5f6101c0828403128015614b00575f80fd5b50614b09614622565b614b138484614abf565b8152614b228460408501614abf565b6020820152614b348460808501614abf565b6040820152614b468460c08501614abf565b6060820152614b59846101008501614abf565b6080820152614b6c846101408501614abf565b60a0820152614b7f846101808501614abf565b60c08201529392505050565b60ff8116811461334d575f80fd5b805161490981614b8b565b5f60208284031215614bb4575f80fd5b81516123cb81614b8b565b5f8085851115614bcd575f80fd5b83861115614bd9575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614c17576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f614c6a6146fc846146b9565b9050828152838383011115614c7d575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614ca2575f80fd5b6123cb83835160208501614c5d565b5f60e08284031215614cc1575f80fd5b614cc9614622565b9050614cd4826148fe565b8152614ce2602083016148fe565b6020820152614cf360408301614b99565b6040820152614d046060830161497c565b6060820152614d15608083016149a2565b6080820152614d2660a083016149a2565b60a082015260c08201516001600160401b03811115614d43575f80fd5b614d4f84828501614c93565b60c08301525092915050565b5f8060408385031215614d6c575f80fd5b82516001600160401b03811115614d81575f80fd5b614d8d85828601614cb1565b92505060208301516147fb816147bb565b6001600160601b038716815260c060208201525f614dbf60c08301886144cd565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215614df5575f80fd5b8251614e00816147bb565b60208401519092506147fb816147bb565b5f60208284031215614e21575f80fd5b81516001600160401b03811115614e36575f80fd5b61458784828501614cb1565b5f82601f830112614e51575f80fd5b81516001600160401b03811115614e6a57614e6a6145e6565b8060051b614e7a60208201614689565b91825260208185018101929081019086841115614e95575f80fd5b6020860192505b83831015614ec0578251614eaf8161458f565b825260209283019290910190614e9c565b9695505050505050565b5f60208284031215614eda575f80fd5b81516001600160401b03811115614eef575f80fd5b82016101008185031215614f01575f80fd5b614f09614644565b614f128261497c565b8152614f206020830161497c565b6020820152614f316040830161497c565b6040820152614f4260608301614b99565b6060820152614f5360808301614b99565b6080820152614f6460a083016148fe565b60a0820152614f7560c083016148fe565b60c082015260e08201516001600160401b03811115614f92575f80fd5b614f9e86828501614e42565b60e083015250949350505050565b5f60208284031215614fbc575f80fd5b81516001600160401b03811115614fd1575f80fd5b820160608185031215614fe2575f80fd5b614fea614667565b81516001600160401b03811115614fff575f80fd5b8201601f8101861361500f575f80fd5b61501e86825160208401614c5d565b825250602082015161502f816147bb565b602082015260408201516001600160401b0381111561504c575f80fd5b61505886828501614c93565b604083015250949350505050565b6001600160601b0383168152604060208201525f82516060604084015261509060a08401826144cd565b60208501516001600160a01b031660608501526040850151848203603f19016080860152909150614ec082826144cd565b5f82518060208501845e5f920191825250919050565b5f80604083850312156150e8575f80fd5b82516150f3816145be565b602084015190925063ffffffff811681146147fb575f80fd5b5f8151808452602084019350602083015f5b828110156151455781516001600160601b031686526020958601959091019060010161511e565b5093949350505050565b8051151582526020810151151560208301525f6040820151615175604085018215159052565b50606082015161518a606085018260ff169052565b50608082015161519f608085018260ff169052565b5060a08201516151ba60a08501826001600160601b03169052565b5060c08201516151d560c08501826001600160601b03169052565b5060e082015161010060e085015261458761010085018261510c565b6001600160601b0383168152604060208201525f614587604083018461514f565b5f60e0828403128015615223575f80fd5b5061522c614622565b82516152378161458f565b81526020830151615247816145be565b6020820152604083015161525a816145be565b6040820152606083015161526d816145be565b606082015261527e6080840161497c565b608082015260a0838101519082015260c0928301519281019290925250919050565b6001600160601b0384168152606060208201525f6152c1606083018561514f565b905060ff83166040830152949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff810361530957634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561328757805f5260205f20601f840160051c810160208510156153375750805b601f840160051c820191505b81811015615356575f8155600101615343565b5050505050565b81516001600160401b03811115615376576153766145e6565b61538a816153848454614929565b84615312565b6020601f8211600181146153bc575f83156153a55750848201515b5f19600385901b1c1916600184901b178455615356565b5f84815260208120601f198516915b828110156153eb57878501518255602094850194600190920191016153cb565b508482101561540857868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e39498152596b9e8ae55055a07e1f84c9a6760c801a5aa4391d3ce24a0e528d364736f6c634300081a0033",
1134
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f3578063893d20e811610093578063b68d18091161006e578063b68d1809146103ed578063bf7e214f146103f4578063c142a303146103fc578063deaa59df1461040f575f80fd5b8063893d20e8146103b05780638fb36037146103b8578063ada9652e146103d9575f80fd5b806367ba1c10116100ce57806367ba1c10146103505780636c741e781461036357806376b707b7146103835780637a9e5e4b1461039d575f80fd5b80635d9662891461030d5780636078a3b214610320578063644c45e014610333575f80fd5b8063211e28b61161015e57806337a897ee1161013957806337a897ee146102af578063419197fe146102c257806349bb9e4b146102d55780635ab1bd53146102e8575f80fd5b8063211e28b61461027f57806322f3e2d414610294578063329d6e741461029c575f80fd5b806301ffc9a7146101a55780630d8e6e2c146101e65780630fec111c14610202578063138461e0146102175780631c6b2190146102375780631eff4b221461024a575b5f80fd5b6101d16101b33660046144a6565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ee610422565b60405162ffffff90911681526020016101dd565b61020a6104a9565b6040516101dd91906144fb565b61021f610635565b6040516001600160601b0390911681526020016101dd565b61021f6102453660046145a3565b61063f565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d3660046145cb565b610ba2565b005b6101d1610c83565b6102926102aa366004614731565b610cfa565b6102926102bd366004614791565b610e44565b6102926102d03660046147cf565b61115c565b6102926102e3366004614806565b6112ae565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61021f61031b366004614852565b61139c565b61021f61032e36600461487e565b611450565b5f80516020615418833981519152546001600160601b031661021f565b61029261035e366004614791565b6114f6565b61036b611875565b6040516001600160401b0390911681526020016101dd565b61038b611901565b60405160ff90911681526020016101dd565b6102926103ab36600461487e565b611969565b6102f56119eb565b6103c0611b1c565b6040516001600160e01b031990911681526020016101dd565b6102715f8051602061541883398151915281565b600b61038b565b6102f5611b51565b61029261040a366004614899565b611b6c565b61029261041d36600461487e565b611f00565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a491906148dc565b905090565b6104b1614385565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054b919061490e565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105936119eb565b6001600160a01b031681526020018260010180546105b090614929565b80601f01602080910402602001604051908101604052809291908181526020018280546105dc90614929565b80156106275780601f106105fe57610100808354040283529160200191610627565b820191905f5260205f20905b81548152906001019060200180831161060a57829003601f168201915b505050505081525091505090565b5f6104a430612039565b5f61064c335b5f36612232565b5f80610658600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610699573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106bd9190614961565b604051630232ca4960e01b81526001600160601b03851660048201529091505f906001600160a01b03831690630232ca4990602401602060405180830381865afa15801561070d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610731919061490e565b90508594506107aa8673__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a5919061490e565b612346565b156107b3578094505b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610809573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082d9190614987565b1561084b5760405163b079ec2b60e01b815260040160405180910390fd5b61085585826123d2565b1561088b5760405163151dbb3f60e01b81526001600160601b038087166004830152821660248201526044015b60405180910390fd5b60025f9054906101000a90046001600160a01b03166001600160a01b031663346696cc846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190614961565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201526001600160601b038088166024830152881660448201526064015f604051808303815f87803b158015610963575f80fd5b505af1158015610975573d5f803e3d5ffd5b505050505f61098c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109fd9190614961565b60405163a310e2a360e01b81526001600160601b03871660048201529091505f906001600160a01b0385169063a310e2a390602401602060405180830381865afa158015610a4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a719190614961565b90507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde98683836001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ad2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af69190614961565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908916606082015260800160405180910390a1604051633fd3433360e01b81526001600160a01b0383811660048301526001600160601b0389166024830152821690633fd34333906044015f604051808303815f87803b158015610b81575f80fd5b505af1158015610b93573d5f803e3d5ffd5b50505050505050505050919050565b610bab33610645565b5f610bb7600b5f61241c565b9150505f339050816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1e9190614961565b604051630d99633160e01b81526001600160a01b03838116600483015285151560248301529190911690630d996331906044015f604051808303815f87803b158015610c68575f80fd5b505af1158015610c7a573d5f803e3d5ffd5b50505050505050565b5f610c8c611b51565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610cd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf49190614987565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610d1c610422565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610d5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d7e91906149c1565b5f805160206154788339815191528054600160401b900460ff1680610db0575080546001600160401b03808416911610155b15610dce5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610df8836125a8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80610e50600e612330565b915091505f80610ebf836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eb99190614961565b856125b0565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360400151896040518363ffffffff1660e01b8152600401610f019291906149dc565b602060405180830381865af4158015610f1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f409190614987565b610f8657610f7b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b81525084604001518a6126b2565b506040810186905260015b606082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091610fc291908a906004016149dc565b602060405180830381865af4158015610fdd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110019190614987565b6110555761104a836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460600151896126b2565b506060810185905260015b8015610c7a57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611097573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110bb9190614961565b6001600160a01b031663462d5a8484846040518363ffffffff1660e01b81526004016110e8929190614a02565b5f604051808303815f87803b1580156110ff575f80fd5b505af1158015611111573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a150505050505050565b5f80611168600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cd9190614961565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa15801561121a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123e9190614961565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015f604051808303815f87803b158015611291575f80fd5b505af11580156112a3573d5f803e3d5ffd5b505050505050505050565b5f805160206154788339815191528054600160401b810460ff1615906001600160401b03165f811580156112df5750825b90505f826001600160401b031660011480156112fa5750303b155b905081158015611308575080155b156113265760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561135057845460ff60401b1916600160401b1785555b61135a8787612705565b8315610c7a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114b565b5f6113a561289d565b5f6113b86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611420919061490e565b90503361143082828782886128d4565b9250505061144a60015f8051602061545883398151915255565b92915050565b5f808061145d600b612330565b915091505f6114746001546001600160a01b031690565b604051632f2a35f760e11b81526001600160a01b0384811660048301529190911690635e546bee90602401602060405180830381865afa1580156114ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114de919061490e565b90506114ed818387865f6128d4565b95945050505050565b6114fe61289d565b5f8061150a600c612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561154b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061156f9190614961565b604051636a05a41360e01b81526001600160601b03851660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156115bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e19190614aee565b805160405162acc93760e61b81529192505f9173__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161161f91908a906004016149dc565b602060405180830381865af415801561163a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165e9190614987565b61169a57611693846040518060400160405280600a81526020016950726f6475637446656560b01b815250845f0151896126b2565b5084815260015b602082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916116d6919089906004016149dc565b602060405180830381865af41580156116f1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117159190614987565b6117595761174e846040518060400160405280600d81526020016c50726f63657373696e6746656560981b8152508460200151886126b2565b506020810184905260015b801561185757826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561179b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117bf9190614961565b6001600160a01b031663462d5a8485846040518363ffffffff1660e01b81526004016117ec929190614a02565b5f604051808303815f87803b158015611803575f80fd5b505af1158015611815573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b5050505061187160015f8051602061545883398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b61189a611901565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156118dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a491906149c1565b5f61190a611b51565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611945573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a49190614ba4565b33611972611b51565b6001600160a01b0316816001600160a01b0316146119ad5760405162d1953b60e31b81526001600160a01b0382166004820152602401610882565b816001600160a01b03163b5f036119e2576040516361798f2f60e11b81526001600160a01b0383166004820152602401610882565b6118718261304a565b5f805f8051602061541883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7b9190614987565b15611b06576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611adc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b009190614961565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061543883398151915280545f9190600160a01b900460ff16611b43575f611b00565b638fb3603760e01b91505090565b5f80516020615438833981519152546001600160a01b031690565b5f80611b78600f612330565b915091505f80611bbd836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e95573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc083608001518a6040518363ffffffff1660e01b8152600401611bff9291906149dc565b602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3e9190614987565b611c7c57611c718360405180604001604052806007815260200166506f6f6c46656560c81b81525084608001518b6126b2565b506080810187905260015b60a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611cb891908b906004016149dc565b602060405180830381865af4158015611cd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf79190614987565b611d3857611d2d836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508460a001518a6126b2565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d7491908a906004016149dc565b602060405180830381865af4158015611d8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611db39190614987565b611df857611ded836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508460c00151896126b2565b5060c0810185905260015b8015611ef657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5e9190614961565b6001600160a01b031663462d5a8484846040518363ffffffff1660e01b8152600401611e8b929190614a02565b5f604051808303815f87803b158015611ea2575f80fd5b505af1158015611eb4573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b5f80611f0c600b612330565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f719190614961565b60405163a310e2a360e01b81526001600160601b03851660048201526001600160a01b03919091169063a310e2a390602401602060405180830381865afa158015611fbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe29190614961565b60405163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015b5f604051808303815f87803b158015612027575f80fd5b505af1158015611ef6573d5f803e3d5ffd5b5f805f8051602061541883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156120a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c99190614987565b156120f55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610882565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612147573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216b9190614987565b6121935760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610882565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156121e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612209919061490e565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206154388339815191525f8061226a61224d611b51565b873061225c60045f8a8c614bbf565b61226591614be6565b6130aa565b91509150816123285763ffffffff81161561230557825460ff60a01b1916600160a01b178355612298611b51565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016122c793929190614c1e565b5f604051808303815f87803b1580156122de575f80fd5b505af11580156122f0573d5f803e3d5ffd5b5050845460ff60a01b19168555506123289050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610882565b505050505050565b5f8061233d83600161241c565b91509150915091565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af41580156123a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123cb9190614987565b9392505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c9060440161238c565b5f80612426614385565b5f61243a86600b5b60ff9081169116141590565b156124f45773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed361246b6001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156124c3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ea9190810190614d5b565b909250905061259c565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886125206001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af415801561256f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125969190810190614d5b565b90925090505b90519590945092505050565b6101a16131b2565b5f6125b96143c2565b6001546001600160a01b031660405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015612612573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612636919061490e565b604051636a05a41360e01b81526001600160601b03821660048201529092506001600160a01b03851690636a05a413906024016101c060405180830381865afa158015612685573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126a99190614aee565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946126f7948a948a949293909290614d9e565b60405180910390a150505050565b5f805160206154788339815191528054600160401b810460ff1615906001600160401b03165f811580156127365750825b90505f826001600160401b031660011480156127515750303b155b90508115801561275f575080155b1561277d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156127a757845460ff60401b1916600160401b1785555b5f80878060200190518101906127bd9190614de4565b915091506127cc82828b6131ea565b6127d6602861328c565b600280546001600160a01b0319166001600160a01b03929092169190911781556127ff9061328c565b600380546001600160a01b0319166001600160a01b0392909216919091179055612829600a61328c565b600480546001600160a01b0319166001600160a01b0392909216919091179055612859630ef02ec160e01b61331d565b50508315610c7a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114b565b5f805160206154588339815191528054600119016128ce57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b5f805f6128e18686613350565b915091505f876001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612922573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129469190614961565b90505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612985573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a99190614961565b90505f896001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129e8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a0c9190614961565b604085015190915060ff8116600c03612aae5760035460a0860151604051635d96628960e01b81526001600160a01b0389811660048301529182166024820152911690635d966289906044015f604051808303815f875af1158015612a73573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a9a9190810190614e11565b519650612aa983888c8b6136f2565b612cff565b60035460408681015160a08801519151631fa14e4960e11b81526001600160a01b038a8116600483015260ff9092166024820152918116604483015290911690633f429c92906064015f604051808303815f875af1158015612b12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b399190810190614e11565b516040516302d764c760e21b81526001600160601b038b16600482015290975089905f906001600160a01b03851690630b5d931c906024015f60405180830381865afa158015612b8b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612bb29190810190614eca565b905060ff8316600f03612bd157612bcc85838b8f856139c0565b612c2c565b60ff8316600e03612be857612bcc85838b84613bcc565b60ff8316600d03612bff57612bcc85838b84613d41565b60405163f0b751ab60e01b81526001600160a01b038d16600482015260ff84166024820152604401610882565b60405163a310e2a360e01b81526001600160601b03831660048201526001600160a01b0385169063a310e2a390602401602060405180830381865afa158015612c77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9b9190614961565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa9190614961565b995050505b612d098b89613e3e565b5f866001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612d45573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d6c9190810190614fac565b905073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d612d9a6001546001600160a01b031690565b898c896001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612dd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfc9190614961565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015612e56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e7a9190614961565b6001600160a01b039081166020830152604051631c4b0d8b60e31b81529085169063e2586c5890612eb1908b908590600401615066565b5f604051808303815f87803b158015612ec8575f80fd5b505af1158015612eda573d5f803e3d5ffd5b50505050866001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015612f1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f3f919061490e565b506040516366704a7d60e01b81526001600160a01b038c8116600483015260ff841660248301528616906366704a7d906044015f604051808303815f87803b158015612f89575f80fd5b505af1158015612f9b573d5f803e3d5ffd5b505050507f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c68d89848a8d8b60a0015160405161301f969594939291906001600160601b03968716815294909516602085015260ff9290921660408401526001600160a01b03908116606084015290811660808301529190911660a082015260c00190565b60405180910390a15050505050505095945050505050565b60015f8051602061545883398151915255565b5f8051602061543883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161311891906150c1565b5f60405180830381855afa9150503d805f8114613150576040519150601f19603f3d011682016040523d82523d5f602084013e613155565b606091505b509150915081156131a7576040815110613187578080602001905181019061317d91906150d7565b90945092506131a7565b60208151106131a757808060200190518101906131a49190614987565b93505b505094509492505050565b5f8051602061547883398151915254600160401b900460ff166131e857604051631afcd79f60e31b815260040160405180910390fd5b565b6131f26131b2565b6131fa61403a565b6132778383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561323b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325f919061490e565b60085f8660405180602001604052805f81525061404a565b61328763daf9067160e01b61331d565b505050565b5f61329f6001546001600160a01b031690565b6001600160a01b031663d39e6043836132b6611901565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156132f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144a9190614961565b6133256131b2565b61334d816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b5f613359614385565b60405163d905700760e01b81526001600160a01b038516600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e09190614987565b6134085760405163b03d8c4360e01b81526001600160a01b0385166004820152602401610882565b839150816001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613446573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261346d9190810190614e11565b905061347d816020015184614187565b156134c357602081015160405163953133f160e01b81526001600160a01b03861660048201526001600160601b0380861660248301529091166044820152606401610882565b61352e826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613502573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135269190614ba4565b61242e611901565b156135d1578361353c611901565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613578573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061359c9190614ba4565b60405163459d07b760e11b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610882565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0386811660048301529190911690635e546bee90602401602060405180830381865afa158015613623573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613647919061490e565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561369e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136c29190614987565b156136eb57604051632176772160e11b81526001600160a01b0385166004820152602401610882565b9250929050565b5f8290505f816001600160a01b031663c108bd4c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613732573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137599190810190614eca565b905073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156137a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137c6919061490e565b6001600160601b031660a08201526040805163bc1b392d60e01b8152905173__$94a2c899be079b00d952d0d84fffaa5c34$__9163bc1b392d9160048083019260209291908290030181865af4158015613822573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613846919061490e565b6001600160601b031660c0820152606081015160ff166001600160401b03811115613873576138736145e6565b60405190808252806020026020018201604052801561389c578160200160208202803683370190505b5060e0820152604051637f1773c960e11b81526001600160a01b0387169063fe2ee792906138d090889085906004016151f1565b5f604051808303815f87803b1580156138e7575f80fd5b505af11580156138f9573d5f803e3d5ffd5b50505050856001600160a01b031663bedaa84686846001600160a01b031663844e0f206040518163ffffffff1660e01b81526004016101c060405180830381865afa15801561394a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061396e9190614aee565b6040518363ffffffff1660e01b815260040161398b929190614a02565b5f604051808303815f87803b1580156139a2575f80fd5b505af11580156139b4573d5f803e3d5ffd5b50505050505050505050565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613a1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a409190614987565b15613a775760a08101516040516397f129bf60e01b81526001600160601b0380871660048301529091166024820152604401610882565b5f829050856001600160a01b031663fe7fc94185836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613ac7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aeb9190615212565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613b76575f80fd5b505af1158015613b88573d5f803e3d5ffd5b505050506001600160601b03841660a083015260405163659743e960e11b81526001600160a01b0387169063cb2e87d29061398b908890869060ff906004016152a0565b613bd461289d565b8060400151613c015760405163931d421760e01b81526001600160601b0384166004820152602401610882565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613c5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c819190614987565b15613cb85760c08101516040516323a0cc7160e11b81526001600160601b0380861660048301529091166024820152604401610882565b6001600160601b03821660c082015260405163659743e960e11b81526001600160a01b0385169063cb2e87d290613cf8908690859060ff906004016152a0565b5f604051808303815f87803b158015613d0f575f80fd5b505af1158015613d21573d5f803e3d5ffd5b50505050613d3b60015f8051602061545883398151915255565b50505050565b806060015160ff165f03613d7357604051634435e56b60e01b81526001600160601b0384166004820152602401610882565b806060015160ff16816080015160ff1603613dbb5760608101516040516379060d1360e11b81526001600160601b038516600482015260ff9091166024820152604401610882565b818160e00151826080015160ff1681518110613dd957613dd96152d4565b6001600160601b039092166020928302919091019091015260808101805190613e01826152e8565b60ff169052506001600160a01b03841663cb2e87d28483613e2060ff90565b6040518463ffffffff1660e01b8152600401612010939291906152a0565b816001600160a01b031663398e3d4c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e9e9190614987565b6118715773__$fb599632d08395912d9d70eb2f0f93b5e2$__637d482da1613ece6001546001600160a01b031690565b6001600160a01b031663caed98976040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f2d9190614961565b8346613f37611b51565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f969190614ba4565b6040516001600160e01b031960e087901b1681526001600160a01b039485166004820152939092166024840152604483015260ff166064820152608401602060405180830381865af4158015613fee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140129190614987565b61187157604051633acbdd6160e01b81526001600160a01b0382166004820152602401610882565b6140426131b2565b6131e86141d1565b6140526131b2565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156140a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140cc9190614987565b6140f45760405163cf6935e560e01b81526001600160a01b0388166004820152602401610882565b6140fd876141d9565b61410786836141ea565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101614176838261535d565b50611ef6634a531f3360e01b61331d565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c519060440161238c565b6130376131b2565b6141e16131b2565b61334d81614260565b6141f26131b2565b6141fa614271565b614203826142b9565b6001600160a01b03811661422a5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061541883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6142686131b2565b61334d8161304a565b6142796131b2565b6131e86301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6142c16131b2565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614317573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061433b9190614987565b6143635760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610882565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6040805161012081019091525f60e082018181526101008301919091528190815260200161440160405180604001604052805f81526020015f81525090565b815260200161442160405180604001604052805f81526020015f81525090565b815260200161444160405180604001604052805f81526020015f81525090565b815260200161446160405180604001604052805f81526020015f81525090565b815260200161448160405180604001604052805f81526020015f81525090565b81526020016144a160405180604001604052805f81526020015f81525090565b905290565b5f602082840312156144b6575f80fd5b81356001600160e01b0319811681146123cb575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614543608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526145876101008401826144cd565b949350505050565b6001600160601b038116811461334d575f80fd5b5f602082840312156145b3575f80fd5b81356123cb8161458f565b801515811461334d575f80fd5b5f602082840312156145db575f80fd5b81356123cb816145be565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561461c5761461c6145e6565b60405290565b60405160e081016001600160401b038111828210171561461c5761461c6145e6565b60405161010081016001600160401b038111828210171561461c5761461c6145e6565b604051606081016001600160401b038111828210171561461c5761461c6145e6565b604051601f8201601f191681016001600160401b03811182821017156146b1576146b16145e6565b604052919050565b5f6001600160401b038211156146d1576146d16145e6565b50601f01601f191660200190565b5f82601f8301126146ee575f80fd5b81356147016146fc826146b9565b614689565b818152846020838601011115614715575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614741575f80fd5b81356001600160401b03811115614756575f80fd5b614587848285016146df565b5f60408284031215614772575f80fd5b61477a6145fa565b823581526020928301359281019290925250919050565b5f80608083850312156147a2575f80fd5b6147ac8484614762565b91506126a98460408501614762565b6001600160a01b038116811461334d575f80fd5b5f80604083850312156147e0575f80fd5b82356147eb816147bb565b915060208301356147fb8161458f565b809150509250929050565b5f8060408385031215614817575f80fd5b8235614822816147bb565b915060208301356001600160401b0381111561483c575f80fd5b614848858286016146df565b9150509250929050565b5f8060408385031215614863575f80fd5b823561486e816147bb565b915060208301356147fb816147bb565b5f6020828403121561488e575f80fd5b81356123cb816147bb565b5f805f60c084860312156148ab575f80fd5b6148b58585614762565b92506148c48560408601614762565b91506148d38560808601614762565b90509250925092565b5f602082840312156148ec575f80fd5b815162ffffff811681146123cb575f80fd5b80516149098161458f565b919050565b5f6020828403121561491e575f80fd5b81516123cb8161458f565b600181811c9082168061493d57607f821691505b60208210810361495b57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215614971575f80fd5b81516123cb816147bb565b8051614909816145be565b5f60208284031215614997575f80fd5b81516123cb816145be565b8051614909816147bb565b6001600160401b038116811461334d575f80fd5b5f602082840312156149d1575f80fd5b81516123cb816149ad565b8251815260208084015181830152825160408301528201516060820152608081016123cb565b6001600160601b038316815281518051602080840191909152015160408201526101e0810160208381015180516060850152908101516080840152506040830151805160a0840152602081015160c0840152506060830151805160e08401526020810151610100840152506080830151805161012084015260208101516101408401525060a0830151805161016084015260208101516101808401525060c083015180516101a084015260208101516101c0840152509392505050565b5f60408284031215614acf575f80fd5b614ad76145fa565b825181526020928301519281019290925250919050565b5f6101c0828403128015614b00575f80fd5b50614b09614622565b614b138484614abf565b8152614b228460408501614abf565b6020820152614b348460808501614abf565b6040820152614b468460c08501614abf565b6060820152614b59846101008501614abf565b6080820152614b6c846101408501614abf565b60a0820152614b7f846101808501614abf565b60c08201529392505050565b60ff8116811461334d575f80fd5b805161490981614b8b565b5f60208284031215614bb4575f80fd5b81516123cb81614b8b565b5f8085851115614bcd575f80fd5b83861115614bd9575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614c17576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f614c6a6146fc846146b9565b9050828152838383011115614c7d575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112614ca2575f80fd5b6123cb83835160208501614c5d565b5f60e08284031215614cc1575f80fd5b614cc9614622565b9050614cd4826148fe565b8152614ce2602083016148fe565b6020820152614cf360408301614b99565b6040820152614d046060830161497c565b6060820152614d15608083016149a2565b6080820152614d2660a083016149a2565b60a082015260c08201516001600160401b03811115614d43575f80fd5b614d4f84828501614c93565b60c08301525092915050565b5f8060408385031215614d6c575f80fd5b82516001600160401b03811115614d81575f80fd5b614d8d85828601614cb1565b92505060208301516147fb816147bb565b6001600160601b038716815260c060208201525f614dbf60c08301886144cd565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215614df5575f80fd5b8251614e00816147bb565b60208401519092506147fb816147bb565b5f60208284031215614e21575f80fd5b81516001600160401b03811115614e36575f80fd5b61458784828501614cb1565b5f82601f830112614e51575f80fd5b81516001600160401b03811115614e6a57614e6a6145e6565b8060051b614e7a60208201614689565b91825260208185018101929081019086841115614e95575f80fd5b6020860192505b83831015614ec0578251614eaf8161458f565b825260209283019290910190614e9c565b9695505050505050565b5f60208284031215614eda575f80fd5b81516001600160401b03811115614eef575f80fd5b82016101008185031215614f01575f80fd5b614f09614644565b614f128261497c565b8152614f206020830161497c565b6020820152614f316040830161497c565b6040820152614f4260608301614b99565b6060820152614f5360808301614b99565b6080820152614f6460a083016148fe565b60a0820152614f7560c083016148fe565b60c082015260e08201516001600160401b03811115614f92575f80fd5b614f9e86828501614e42565b60e083015250949350505050565b5f60208284031215614fbc575f80fd5b81516001600160401b03811115614fd1575f80fd5b820160608185031215614fe2575f80fd5b614fea614667565b81516001600160401b03811115614fff575f80fd5b8201601f8101861361500f575f80fd5b61501e86825160208401614c5d565b825250602082015161502f816147bb565b602082015260408201516001600160401b0381111561504c575f80fd5b61505886828501614c93565b604083015250949350505050565b6001600160601b0383168152604060208201525f82516060604084015261509060a08401826144cd565b60208501516001600160a01b031660608501526040850151848203603f19016080860152909150614ec082826144cd565b5f82518060208501845e5f920191825250919050565b5f80604083850312156150e8575f80fd5b82516150f3816145be565b602084015190925063ffffffff811681146147fb575f80fd5b5f8151808452602084019350602083015f5b828110156151455781516001600160601b031686526020958601959091019060010161511e565b5093949350505050565b8051151582526020810151151560208301525f6040820151615175604085018215159052565b50606082015161518a606085018260ff169052565b50608082015161519f608085018260ff169052565b5060a08201516151ba60a08501826001600160601b03169052565b5060c08201516151d560c08501826001600160601b03169052565b5060e082015161010060e085015261458761010085018261510c565b6001600160601b0383168152604060208201525f614587604083018461514f565b5f60e0828403128015615223575f80fd5b5061522c614622565b82516152378161458f565b81526020830151615247816145be565b6020820152604083015161525a816145be565b6040820152606083015161526d816145be565b606082015261527e6080840161497c565b608082015260a0838101519082015260c0928301519281019290925250919050565b6001600160601b0384168152606060208201525f6152c1606083018561514f565b905060ff83166040830152949350505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff810361530957634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561328757805f5260205f20601f840160051c810160208510156153375750805b601f840160051c820191505b81811015615356575f8155600101615343565b5050505050565b81516001600160401b03811115615376576153766145e6565b61538a816153848454614929565b84615312565b6020601f8211600181146153bc575f83156153a55750848201515b5f19600385901b1c1916600184901b178455615356565b5f84815260208120601f198516915b828110156153eb57878501518255602094850194600190920191016153cb565b508482101561540857868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e39498152596b9e8ae55055a07e1f84c9a6760c801a5aa4391d3ce24a0e528d364736f6c634300081a0033",
1135
+ "linkReferences": {
1136
+ "contracts/shared/ContractLib.sol": {
1137
+ "ContractLib": [
1138
+ {
1139
+ "length": 20,
1140
+ "start": 9495
1141
+ },
1142
+ {
1143
+ "length": 20,
1144
+ "start": 9676
1145
+ },
1146
+ {
1147
+ "length": 20,
1148
+ "start": 13402
1149
+ },
1150
+ {
1151
+ "length": 20,
1152
+ "start": 16250
1153
+ },
1154
+ {
1155
+ "length": 20,
1156
+ "start": 16710
1157
+ },
1158
+ {
1159
+ "length": 20,
1160
+ "start": 17333
1161
+ }
1162
+ ]
1163
+ },
1164
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1165
+ "TokenHandlerDeployerLib": [
1166
+ {
1167
+ "length": 20,
1168
+ "start": 11846
1169
+ }
1170
+ ]
1171
+ },
1172
+ "contracts/type/Amount.sol": {
1173
+ "AmountLib": [
1174
+ {
1175
+ "length": 20,
1176
+ "start": 2066
1177
+ },
1178
+ {
1179
+ "length": 20,
1180
+ "start": 2215
1181
+ },
1182
+ {
1183
+ "length": 20,
1184
+ "start": 9284
1185
+ },
1186
+ {
1187
+ "length": 20,
1188
+ "start": 9424
1189
+ }
1190
+ ]
1191
+ },
1192
+ "contracts/type/Fee.sol": {
1193
+ "FeeLib": [
1194
+ {
1195
+ "length": 20,
1196
+ "start": 3996
1197
+ },
1198
+ {
1199
+ "length": 20,
1200
+ "start": 4207
1201
+ },
1202
+ {
1203
+ "length": 20,
1204
+ "start": 5836
1205
+ },
1206
+ {
1207
+ "length": 20,
1208
+ "start": 6019
1209
+ },
1210
+ {
1211
+ "length": 20,
1212
+ "start": 7322
1213
+ },
1214
+ {
1215
+ "length": 20,
1216
+ "start": 7525
1217
+ },
1218
+ {
1219
+ "length": 20,
1220
+ "start": 7713
1221
+ }
1222
+ ]
1223
+ },
1224
+ "contracts/type/NftId.sol": {
1225
+ "NftIdLib": [
1226
+ {
1227
+ "length": 20,
1228
+ "start": 1464
1229
+ },
1230
+ {
1231
+ "length": 20,
1232
+ "start": 6901
1233
+ },
1234
+ {
1235
+ "length": 20,
1236
+ "start": 8515
1237
+ },
1238
+ {
1239
+ "length": 20,
1240
+ "start": 14140
1241
+ },
1242
+ {
1243
+ "length": 20,
1244
+ "start": 14387
1245
+ },
1246
+ {
1247
+ "length": 20,
1248
+ "start": 14524
1249
+ },
1250
+ {
1251
+ "length": 20,
1252
+ "start": 15034
1253
+ },
1254
+ {
1255
+ "length": 20,
1256
+ "start": 15611
1257
+ },
1258
+ {
1259
+ "length": 20,
1260
+ "start": 17029
1261
+ }
1262
+ ]
1263
+ },
1264
+ "contracts/type/RoleId.sol": {
1265
+ "RoleIdLib": [
1266
+ {
1267
+ "length": 20,
1268
+ "start": 6478
1269
+ }
1270
+ ]
1271
+ },
1272
+ "contracts/type/Version.sol": {
1273
+ "VersionLib": [
1274
+ {
1275
+ "length": 20,
1276
+ "start": 1310
1277
+ },
1278
+ {
1279
+ "length": 20,
1280
+ "start": 3538
1281
+ }
1282
+ ]
1283
+ }
1284
+ },
1285
+ "deployedLinkReferences": {
1286
+ "contracts/shared/ContractLib.sol": {
1287
+ "ContractLib": [
1288
+ {
1289
+ "length": 20,
1290
+ "start": 9281
1291
+ },
1292
+ {
1293
+ "length": 20,
1294
+ "start": 9462
1295
+ },
1296
+ {
1297
+ "length": 20,
1298
+ "start": 13188
1299
+ },
1300
+ {
1301
+ "length": 20,
1302
+ "start": 16036
1303
+ },
1304
+ {
1305
+ "length": 20,
1306
+ "start": 16496
1307
+ },
1308
+ {
1309
+ "length": 20,
1310
+ "start": 17119
1311
+ }
1312
+ ]
1313
+ },
1314
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1315
+ "TokenHandlerDeployerLib": [
1316
+ {
1317
+ "length": 20,
1318
+ "start": 11632
1319
+ }
1320
+ ]
1321
+ },
1322
+ "contracts/type/Amount.sol": {
1323
+ "AmountLib": [
1324
+ {
1325
+ "length": 20,
1326
+ "start": 1852
1327
+ },
1328
+ {
1329
+ "length": 20,
1330
+ "start": 2001
1331
+ },
1332
+ {
1333
+ "length": 20,
1334
+ "start": 9070
1335
+ },
1336
+ {
1337
+ "length": 20,
1338
+ "start": 9210
1339
+ }
1340
+ ]
1341
+ },
1342
+ "contracts/type/Fee.sol": {
1343
+ "FeeLib": [
1344
+ {
1345
+ "length": 20,
1346
+ "start": 3782
1347
+ },
1348
+ {
1349
+ "length": 20,
1350
+ "start": 3993
1351
+ },
1352
+ {
1353
+ "length": 20,
1354
+ "start": 5622
1355
+ },
1356
+ {
1357
+ "length": 20,
1358
+ "start": 5805
1359
+ },
1360
+ {
1361
+ "length": 20,
1362
+ "start": 7108
1363
+ },
1364
+ {
1365
+ "length": 20,
1366
+ "start": 7311
1367
+ },
1368
+ {
1369
+ "length": 20,
1370
+ "start": 7499
1371
+ }
1372
+ ]
1373
+ },
1374
+ "contracts/type/NftId.sol": {
1375
+ "NftIdLib": [
1376
+ {
1377
+ "length": 20,
1378
+ "start": 1250
1379
+ },
1380
+ {
1381
+ "length": 20,
1382
+ "start": 6687
1383
+ },
1384
+ {
1385
+ "length": 20,
1386
+ "start": 8301
1387
+ },
1388
+ {
1389
+ "length": 20,
1390
+ "start": 13926
1391
+ },
1392
+ {
1393
+ "length": 20,
1394
+ "start": 14173
1395
+ },
1396
+ {
1397
+ "length": 20,
1398
+ "start": 14310
1399
+ },
1400
+ {
1401
+ "length": 20,
1402
+ "start": 14820
1403
+ },
1404
+ {
1405
+ "length": 20,
1406
+ "start": 15397
1407
+ },
1408
+ {
1409
+ "length": 20,
1410
+ "start": 16815
1411
+ }
1412
+ ]
1413
+ },
1414
+ "contracts/type/RoleId.sol": {
1415
+ "RoleIdLib": [
1416
+ {
1417
+ "length": 20,
1418
+ "start": 6264
1419
+ }
1420
+ ]
1421
+ },
1422
+ "contracts/type/Version.sol": {
1423
+ "VersionLib": [
1424
+ {
1425
+ "length": 20,
1426
+ "start": 1096
1427
+ },
1428
+ {
1429
+ "length": 20,
1430
+ "start": 3324
1431
+ }
1432
+ ]
1433
+ }
1434
+ }
1435
+ }