@etherisc/gif-next 0.0.2-d64ea51-772 → 0.0.2-d696c44-627

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