@etherisc/gif-next 0.0.2-fb8d07b-779 → 0.0.2-fbe6493-116

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