@etherisc/gif-next 0.0.2-f824182-503 → 0.0.2-f8e07c7-917

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