@etherisc/gif-next 0.0.2-f30e0eb-805 → 0.0.2-f36fd21-685

Sign up to get free protection for your applications and to get access to all the features.
Files changed (632) hide show
  1. package/README.md +38 -86
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/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 +1548 -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/{components → distribution}/Distribution.sol/Distribution.json +233 -318
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1557 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +854 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +282 -208
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +233 -301
  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 +272 -1967
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +269 -79
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +397 -2762
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +783 -332
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +352 -225
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +115 -82
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3581 -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/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +10 -118
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  70. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  71. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  73. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  74. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  75. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1185 -0
  77. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  79. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  81. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +802 -0
  83. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  85. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1093 -0
  87. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  89. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  91. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1520 -0
  93. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  95. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1300 -0
  97. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +786 -0
  99. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  100. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +314 -139
  101. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  102. package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +299 -251
  103. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  105. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  106. package/artifacts/contracts/{components → pool}/Pool.sol/Pool.json +270 -314
  107. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  109. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  111. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  113. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  115. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1318 -0
  117. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  119. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  121. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  123. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  124. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IApplicationService.sol/IApplicationService.json} +174 -202
  125. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  127. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +733 -0
  129. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  130. package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +146 -153
  131. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +985 -0
  133. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  134. package/artifacts/contracts/{instance/service → product}/IProductService.sol/IProductService.json +80 -64
  135. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1196 -0
  137. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  139. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1017 -0
  141. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  143. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  144. package/artifacts/contracts/{components → product}/Product.sol/Product.json +357 -238
  145. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  147. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  149. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  151. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +182 -28
  153. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +199 -149
  155. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  156. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  157. package/artifacts/contracts/registry/Registry.sol/Registry.json +443 -43
  158. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  159. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  160. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  161. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +372 -97
  162. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +105 -54
  164. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  165. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  166. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  168. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  170. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
  172. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  173. package/artifacts/contracts/{components → shared}/Component.sol/Component.json +144 -80
  174. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  175. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1696 -0
  176. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +812 -0
  178. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  179. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +100 -113
  180. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  181. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +180 -54
  182. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  183. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  184. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  185. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +205 -198
  186. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  187. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  188. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  190. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  191. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +3 -10
  192. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  193. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +87 -9
  194. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +3 -10
  196. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  198. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IService.sol/IService.json +96 -19
  200. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  201. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  202. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  203. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +73 -0
  204. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1015 -0
  206. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  207. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  208. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  209. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
  210. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  211. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  212. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  213. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +15 -22
  214. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  215. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +98 -26
  216. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  217. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +23 -22
  218. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  219. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  220. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  221. package/artifacts/contracts/shared/Service.sol/Service.json +103 -21
  222. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  223. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  224. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  225. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  226. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  227. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  228. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +470 -0
  230. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  231. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  232. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  234. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  236. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  238. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  240. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  242. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  244. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  245. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +576 -0
  246. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  247. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  248. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  249. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  250. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  252. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  254. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  256. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  258. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  260. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  262. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  264. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  266. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  268. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  270. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  272. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  274. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  276. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  278. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  280. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  282. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  284. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  286. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  287. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +33 -7
  288. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  290. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  292. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  294. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  296. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  297. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  298. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  299. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  300. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  302. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  303. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  304. package/contracts/authorization/AccessAdmin.sol +591 -0
  305. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  306. package/contracts/authorization/Authorization.sol +218 -0
  307. package/contracts/authorization/IAccess.sol +48 -0
  308. package/contracts/authorization/IAccessAdmin.sol +136 -0
  309. package/contracts/authorization/IAuthorization.sol +54 -0
  310. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  311. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  312. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  313. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  314. package/contracts/distribution/BasicDistribution.sol +138 -0
  315. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  316. package/contracts/{components → distribution}/Distribution.sol +177 -162
  317. package/contracts/distribution/DistributionService.sol +337 -0
  318. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  319. package/contracts/distribution/IDistributionComponent.sol +52 -0
  320. package/contracts/{instance/service → distribution}/IDistributionService.sol +37 -38
  321. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +30 -31
  322. package/contracts/instance/IInstance.sol +55 -67
  323. package/contracts/instance/IInstanceService.sol +50 -30
  324. package/contracts/instance/Instance.sol +160 -233
  325. package/contracts/instance/InstanceAdmin.sol +266 -0
  326. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  327. package/contracts/instance/InstanceReader.sol +173 -58
  328. package/contracts/instance/InstanceService.sol +281 -333
  329. package/contracts/instance/InstanceServiceManager.sol +12 -26
  330. package/contracts/instance/InstanceStore.sol +277 -0
  331. package/contracts/instance/base/BalanceStore.sol +123 -0
  332. package/contracts/instance/base/Cloneable.sol +28 -0
  333. package/contracts/instance/base/ObjectCounter.sol +21 -0
  334. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  335. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
  336. package/contracts/instance/module/IAccess.sol +5 -13
  337. package/contracts/instance/module/IBundle.sol +8 -9
  338. package/contracts/instance/module/IComponents.sol +21 -5
  339. package/contracts/instance/module/IDistribution.sol +6 -6
  340. package/contracts/instance/module/IPolicy.sol +28 -16
  341. package/contracts/instance/module/IRisk.sol +1 -1
  342. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  343. package/contracts/oracle/BasicOracle.sol +48 -0
  344. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  345. package/contracts/oracle/IOracle.sol +36 -0
  346. package/contracts/oracle/IOracleComponent.sol +33 -0
  347. package/contracts/oracle/IOracleService.sol +65 -0
  348. package/contracts/oracle/Oracle.sol +166 -0
  349. package/contracts/oracle/OracleService.sol +278 -0
  350. package/contracts/oracle/OracleServiceManager.sol +39 -0
  351. package/contracts/pool/BasicPool.sol +164 -0
  352. package/contracts/pool/BasicPoolAuthorization.sol +55 -0
  353. package/contracts/pool/BundleService.sol +341 -0
  354. package/contracts/pool/BundleServiceManager.sol +39 -0
  355. package/contracts/pool/IBundleService.sol +120 -0
  356. package/contracts/pool/IPoolComponent.sol +58 -0
  357. package/contracts/pool/IPoolService.sol +150 -0
  358. package/contracts/pool/Pool.sol +328 -0
  359. package/contracts/pool/PoolService.sol +434 -0
  360. package/contracts/pool/PoolServiceManager.sol +39 -0
  361. package/contracts/product/ApplicationService.sol +230 -0
  362. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +11 -8
  363. package/contracts/product/BasicProduct.sol +52 -0
  364. package/contracts/product/BasicProductAuthorization.sol +43 -0
  365. package/contracts/product/ClaimService.sol +417 -0
  366. package/contracts/{instance/service → product}/ClaimServiceManager.sol +11 -8
  367. package/contracts/{instance/service → product}/IApplicationService.sol +15 -35
  368. package/contracts/product/IClaimService.sol +99 -0
  369. package/contracts/{instance/service → product}/IPolicyService.sol +38 -30
  370. package/contracts/product/IPricingService.sol +39 -0
  371. package/contracts/product/IProductComponent.sol +40 -0
  372. package/contracts/product/IProductService.sol +33 -0
  373. package/contracts/product/PolicyService.sol +499 -0
  374. package/contracts/product/PolicyServiceManager.sol +39 -0
  375. package/contracts/product/PricingService.sol +300 -0
  376. package/contracts/product/PricingServiceManager.sol +39 -0
  377. package/contracts/{components → product}/Product.sol +218 -110
  378. package/contracts/product/ProductService.sol +99 -0
  379. package/contracts/product/ProductServiceManager.sol +39 -0
  380. package/contracts/registry/ChainNft.sol +8 -1
  381. package/contracts/registry/IRegistry.sol +59 -26
  382. package/contracts/registry/IRegistryService.sol +44 -42
  383. package/contracts/registry/Registry.sol +234 -125
  384. package/contracts/registry/RegistryAdmin.sol +365 -0
  385. package/contracts/registry/RegistryService.sol +70 -101
  386. package/contracts/registry/RegistryServiceManager.sol +23 -32
  387. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  388. package/contracts/registry/ReleaseRegistry.sol +485 -0
  389. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  390. package/contracts/registry/TokenRegistry.sol +261 -62
  391. package/contracts/shared/Component.sol +280 -0
  392. package/contracts/shared/ComponentService.sol +651 -0
  393. package/contracts/shared/ComponentServiceManager.sol +35 -0
  394. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  395. package/contracts/{components → shared}/IComponent.sol +23 -27
  396. package/contracts/shared/IComponentService.sol +108 -0
  397. package/contracts/shared/IInstanceLinkedComponent.sol +56 -0
  398. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  399. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  400. package/contracts/shared/INftOwnable.sol +2 -2
  401. package/contracts/shared/IPolicyHolder.sol +29 -10
  402. package/contracts/shared/IRegistryLinked.sol +0 -1
  403. package/contracts/shared/IService.sol +15 -8
  404. package/contracts/shared/InitializableCustom.sol +177 -0
  405. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +2 -2
  406. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  407. package/contracts/shared/KeyValueStore.sol +131 -0
  408. package/contracts/shared/Lifecycle.sol +77 -0
  409. package/contracts/shared/NftIdSet.sol +65 -0
  410. package/contracts/shared/NftOwnable.sol +5 -18
  411. package/contracts/shared/PolicyHolder.sol +41 -23
  412. package/contracts/shared/Registerable.sol +13 -12
  413. package/contracts/shared/RegistryLinked.sol +0 -5
  414. package/contracts/shared/Service.sol +47 -23
  415. package/contracts/shared/TokenHandler.sol +27 -2
  416. package/contracts/staking/IStaking.sol +167 -0
  417. package/contracts/staking/IStakingService.sol +160 -0
  418. package/contracts/staking/StakeManagerLib.sol +231 -0
  419. package/contracts/staking/Staking.sol +516 -0
  420. package/contracts/staking/StakingLifecycle.sol +23 -0
  421. package/contracts/staking/StakingManager.sol +50 -0
  422. package/contracts/staking/StakingReader.sol +183 -0
  423. package/contracts/staking/StakingService.sol +411 -0
  424. package/contracts/staking/StakingServiceManager.sol +44 -0
  425. package/contracts/staking/StakingStore.sol +605 -0
  426. package/contracts/staking/TargetManagerLib.sol +207 -0
  427. package/contracts/{types → type}/AddressSet.sol +1 -1
  428. package/contracts/type/Amount.sol +135 -0
  429. package/contracts/{types → type}/Blocknumber.sol +20 -3
  430. package/contracts/{types → type}/ClaimId.sol +25 -2
  431. package/contracts/{types → type}/Fee.sol +33 -24
  432. package/contracts/{types → type}/NftId.sol +14 -16
  433. package/contracts/{types → type}/NftIdSet.sol +2 -2
  434. package/contracts/type/ObjectType.sol +271 -0
  435. package/contracts/{types → type}/PayoutId.sol +33 -5
  436. package/contracts/{types → type}/Referral.sol +2 -1
  437. package/contracts/type/RequestId.sol +75 -0
  438. package/contracts/{types → type}/RiskId.sol +1 -1
  439. package/contracts/type/RoleId.sol +174 -0
  440. package/contracts/{types → type}/Seconds.sol +27 -0
  441. package/contracts/type/Selector.sol +102 -0
  442. package/contracts/{types → type}/StateId.sol +33 -4
  443. package/contracts/type/String.sol +53 -0
  444. package/contracts/{types → type}/Timestamp.sol +10 -1
  445. package/contracts/{types → type}/UFixed.sol +34 -9
  446. package/contracts/{types → type}/Version.sol +4 -2
  447. package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
  448. package/contracts/{shared → upgradeability}/ProxyManager.sol +36 -7
  449. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  450. package/contracts/{shared → upgradeability}/Versionable.sol +1 -1
  451. package/package.json +8 -5
  452. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  453. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  454. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  455. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  456. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  457. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  458. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  459. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  460. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  461. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  462. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  463. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  464. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  465. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  466. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1311
  467. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  468. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  469. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  470. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  471. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  472. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  473. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  474. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  475. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  476. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  477. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  478. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  479. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  480. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -968
  481. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  482. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -665
  483. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  484. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1093
  485. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  486. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
  487. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  488. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -754
  489. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
  491. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  492. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1732
  493. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  494. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
  495. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  496. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  497. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  498. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -409
  499. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  500. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  501. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -428
  503. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  504. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  505. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1021
  506. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  507. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -689
  508. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  509. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -824
  510. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  511. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -657
  512. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -777
  514. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  515. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
  516. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  517. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  518. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  519. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
  520. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  521. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  522. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  523. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  524. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  525. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  526. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  527. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  528. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  529. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  530. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  531. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  532. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  533. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  534. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  535. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  536. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  537. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -521
  538. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  539. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  540. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  541. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  542. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  543. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  544. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  545. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  546. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  547. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  548. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  549. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  550. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  551. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  552. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  554. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  556. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  557. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  558. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  559. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  560. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  561. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  562. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  563. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  564. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  566. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  568. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  569. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  570. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  571. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  572. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  573. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  574. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  575. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  576. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  577. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  578. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  579. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  580. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  581. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  582. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  583. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  584. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  585. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  586. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  587. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  588. package/contracts/components/Component.sol +0 -251
  589. package/contracts/components/IDistributionComponent.sol +0 -71
  590. package/contracts/components/IPoolComponent.sol +0 -113
  591. package/contracts/components/IProductComponent.sol +0 -40
  592. package/contracts/components/Pool.sol +0 -299
  593. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  594. package/contracts/instance/Cloneable.sol +0 -51
  595. package/contracts/instance/InstanceAccessManager.sol +0 -522
  596. package/contracts/instance/base/ComponentService.sol +0 -134
  597. package/contracts/instance/base/KeyValueStore.sol +0 -175
  598. package/contracts/instance/base/Lifecycle.sol +0 -109
  599. package/contracts/instance/module/ISetup.sol +0 -33
  600. package/contracts/instance/module/ITreasury.sol +0 -23
  601. package/contracts/instance/service/ApplicationService.sol +0 -350
  602. package/contracts/instance/service/BundleService.sol +0 -336
  603. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  604. package/contracts/instance/service/ClaimService.sol +0 -151
  605. package/contracts/instance/service/DistributionService.sol +0 -467
  606. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  607. package/contracts/instance/service/IBundleService.sol +0 -62
  608. package/contracts/instance/service/IClaimService.sol +0 -61
  609. package/contracts/instance/service/IPoolService.sol +0 -35
  610. package/contracts/instance/service/IProductService.sol +0 -40
  611. package/contracts/instance/service/PolicyService.sol +0 -403
  612. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  613. package/contracts/instance/service/PoolService.sol +0 -220
  614. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  615. package/contracts/instance/service/ProductService.sol +0 -241
  616. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  617. package/contracts/registry/RegistryAccessManager.sol +0 -216
  618. package/contracts/registry/ReleaseManager.sol +0 -322
  619. package/contracts/shared/ContractDeployerLib.sol +0 -72
  620. package/contracts/test/TestFee.sol +0 -25
  621. package/contracts/test/TestRegisterable.sol +0 -18
  622. package/contracts/test/TestRoleId.sol +0 -14
  623. package/contracts/test/TestService.sol +0 -25
  624. package/contracts/test/TestToken.sol +0 -26
  625. package/contracts/test/TestVersion.sol +0 -44
  626. package/contracts/test/TestVersionable.sol +0 -17
  627. package/contracts/types/ChainId.sol +0 -38
  628. package/contracts/types/NumberId.sol +0 -52
  629. package/contracts/types/ObjectType.sol +0 -157
  630. package/contracts/types/RoleId.sol +0 -97
  631. /package/contracts/{types → type}/DistributorType.sol +0 -0
  632. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1300 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BundleService",
4
+ "sourceName": "contracts/pool/BundleService.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": "NftId",
48
+ "name": "bundleNftId",
49
+ "type": "uint96"
50
+ },
51
+ {
52
+ "internalType": "StateId",
53
+ "name": "state",
54
+ "type": "uint8"
55
+ },
56
+ {
57
+ "internalType": "Timestamp",
58
+ "name": "expiredAt",
59
+ "type": "uint40"
60
+ }
61
+ ],
62
+ "name": "ErrorBundleServiceBundleNotOpen",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [
67
+ {
68
+ "internalType": "NftId",
69
+ "name": "bundleNftId",
70
+ "type": "uint96"
71
+ },
72
+ {
73
+ "internalType": "NftId",
74
+ "name": "expectedPool",
75
+ "type": "uint96"
76
+ },
77
+ {
78
+ "internalType": "NftId",
79
+ "name": "actualPool",
80
+ "type": "uint96"
81
+ }
82
+ ],
83
+ "name": "ErrorBundleServiceBundlePoolMismatch",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "NftId",
90
+ "name": "bundleNftId",
91
+ "type": "uint96"
92
+ }
93
+ ],
94
+ "name": "ErrorBundleServiceBundleUnknown",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "NftId",
101
+ "name": "bundleNftId",
102
+ "type": "uint96"
103
+ },
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "openPoliciesCount",
107
+ "type": "uint256"
108
+ }
109
+ ],
110
+ "name": "ErrorBundleServiceBundleWithOpenPolicies",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "NftId",
117
+ "name": "bundleNftId",
118
+ "type": "uint96"
119
+ },
120
+ {
121
+ "internalType": "Amount",
122
+ "name": "capacityAmount",
123
+ "type": "uint96"
124
+ },
125
+ {
126
+ "internalType": "Amount",
127
+ "name": "collateralAmount",
128
+ "type": "uint96"
129
+ }
130
+ ],
131
+ "name": "ErrorBundleServiceCapacityInsufficient",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "Amount",
138
+ "name": "amount",
139
+ "type": "uint96"
140
+ },
141
+ {
142
+ "internalType": "Amount",
143
+ "name": "limit",
144
+ "type": "uint96"
145
+ }
146
+ ],
147
+ "name": "ErrorBundleServiceFeesWithdrawAmountExceedsLimit",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "ErrorBundleServiceFeesWithdrawAmountIsZero",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [
157
+ {
158
+ "internalType": "address",
159
+ "name": "bundleOwner",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "internalType": "address",
164
+ "name": "tokenHandlerAddress",
165
+ "type": "address"
166
+ },
167
+ {
168
+ "internalType": "Amount",
169
+ "name": "amount",
170
+ "type": "uint96"
171
+ }
172
+ ],
173
+ "name": "ErrorBundleServiceInsufficientAllowance",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [
178
+ {
179
+ "internalType": "NftId",
180
+ "name": "policyNftId",
181
+ "type": "uint96"
182
+ }
183
+ ],
184
+ "name": "ErrorBundleServicePolicyNotCloseable",
185
+ "type": "error"
186
+ },
187
+ {
188
+ "inputs": [
189
+ {
190
+ "internalType": "address",
191
+ "name": "wallet",
192
+ "type": "address"
193
+ },
194
+ {
195
+ "internalType": "address",
196
+ "name": "tokenHandler",
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": "ErrorBundleServiceWalletAllowanceTooSmall",
211
+ "type": "error"
212
+ },
213
+ {
214
+ "inputs": [
215
+ {
216
+ "internalType": "NftId",
217
+ "name": "policyNftId",
218
+ "type": "uint96"
219
+ }
220
+ ],
221
+ "name": "ErrorBundleSetPolicyAlreadyActivated",
222
+ "type": "error"
223
+ },
224
+ {
225
+ "inputs": [
226
+ {
227
+ "internalType": "NftId",
228
+ "name": "componentNftId",
229
+ "type": "uint96"
230
+ }
231
+ ],
232
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
233
+ "type": "error"
234
+ },
235
+ {
236
+ "inputs": [
237
+ {
238
+ "internalType": "NftId",
239
+ "name": "componentNftId",
240
+ "type": "uint96"
241
+ },
242
+ {
243
+ "internalType": "ObjectType",
244
+ "name": "expectedType",
245
+ "type": "uint8"
246
+ },
247
+ {
248
+ "internalType": "ObjectType",
249
+ "name": "actualType",
250
+ "type": "uint8"
251
+ }
252
+ ],
253
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "NftId",
260
+ "name": "nftId",
261
+ "type": "uint96"
262
+ }
263
+ ],
264
+ "name": "ErrorNftOwnableAlreadyLinked",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "address",
271
+ "name": "contractAddress",
272
+ "type": "address"
273
+ }
274
+ ],
275
+ "name": "ErrorNftOwnableContractNotRegistered",
276
+ "type": "error"
277
+ },
278
+ {
279
+ "inputs": [],
280
+ "name": "ErrorNftOwnableInitialOwnerZero",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "address",
287
+ "name": "account",
288
+ "type": "address"
289
+ }
290
+ ],
291
+ "name": "ErrorNftOwnableNotOwner",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [
296
+ {
297
+ "internalType": "address",
298
+ "name": "registryAddress",
299
+ "type": "address"
300
+ }
301
+ ],
302
+ "name": "ErrorNotRegistry",
303
+ "type": "error"
304
+ },
305
+ {
306
+ "inputs": [],
307
+ "name": "ErrorServiceNotImplemented",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "InvalidInitialization",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [],
317
+ "name": "NotInitializing",
318
+ "type": "error"
319
+ },
320
+ {
321
+ "anonymous": false,
322
+ "inputs": [
323
+ {
324
+ "indexed": false,
325
+ "internalType": "address",
326
+ "name": "authority",
327
+ "type": "address"
328
+ }
329
+ ],
330
+ "name": "AuthorityUpdated",
331
+ "type": "event"
332
+ },
333
+ {
334
+ "anonymous": false,
335
+ "inputs": [
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint64",
339
+ "name": "version",
340
+ "type": "uint64"
341
+ }
342
+ ],
343
+ "name": "Initialized",
344
+ "type": "event"
345
+ },
346
+ {
347
+ "anonymous": false,
348
+ "inputs": [
349
+ {
350
+ "indexed": false,
351
+ "internalType": "NftId",
352
+ "name": "bundleNftId",
353
+ "type": "uint96"
354
+ }
355
+ ],
356
+ "name": "LogBundleServiceBundleActivated",
357
+ "type": "event"
358
+ },
359
+ {
360
+ "anonymous": false,
361
+ "inputs": [
362
+ {
363
+ "indexed": false,
364
+ "internalType": "NftId",
365
+ "name": "bundleNftId",
366
+ "type": "uint96"
367
+ }
368
+ ],
369
+ "name": "LogBundleServiceBundleLocked",
370
+ "type": "event"
371
+ },
372
+ {
373
+ "anonymous": false,
374
+ "inputs": [
375
+ {
376
+ "indexed": false,
377
+ "internalType": "NftId",
378
+ "name": "bundleNftId",
379
+ "type": "uint96"
380
+ },
381
+ {
382
+ "indexed": false,
383
+ "internalType": "address",
384
+ "name": "recipient",
385
+ "type": "address"
386
+ },
387
+ {
388
+ "indexed": false,
389
+ "internalType": "address",
390
+ "name": "tokenAddress",
391
+ "type": "address"
392
+ },
393
+ {
394
+ "indexed": false,
395
+ "internalType": "Amount",
396
+ "name": "amount",
397
+ "type": "uint96"
398
+ }
399
+ ],
400
+ "name": "LogBundleServiceFeesWithdrawn",
401
+ "type": "event"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "NAME",
406
+ "outputs": [
407
+ {
408
+ "internalType": "string",
409
+ "name": "",
410
+ "type": "string"
411
+ }
412
+ ],
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
419
+ "outputs": [
420
+ {
421
+ "internalType": "bytes32",
422
+ "name": "",
423
+ "type": "bytes32"
424
+ }
425
+ ],
426
+ "stateMutability": "view",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [],
431
+ "name": "REGISTERABLE_LOCATION_V1",
432
+ "outputs": [
433
+ {
434
+ "internalType": "bytes32",
435
+ "name": "",
436
+ "type": "bytes32"
437
+ }
438
+ ],
439
+ "stateMutability": "view",
440
+ "type": "function"
441
+ },
442
+ {
443
+ "inputs": [],
444
+ "name": "authority",
445
+ "outputs": [
446
+ {
447
+ "internalType": "address",
448
+ "name": "",
449
+ "type": "address"
450
+ }
451
+ ],
452
+ "stateMutability": "view",
453
+ "type": "function"
454
+ },
455
+ {
456
+ "inputs": [
457
+ {
458
+ "internalType": "contract IInstance",
459
+ "name": "instance",
460
+ "type": "address"
461
+ },
462
+ {
463
+ "internalType": "NftId",
464
+ "name": "bundleNftId",
465
+ "type": "uint96"
466
+ }
467
+ ],
468
+ "name": "close",
469
+ "outputs": [],
470
+ "stateMutability": "nonpayable",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [
475
+ {
476
+ "internalType": "contract IInstance",
477
+ "name": "instance",
478
+ "type": "address"
479
+ },
480
+ {
481
+ "internalType": "NftId",
482
+ "name": "poolNftId",
483
+ "type": "uint96"
484
+ },
485
+ {
486
+ "internalType": "address",
487
+ "name": "owner",
488
+ "type": "address"
489
+ },
490
+ {
491
+ "components": [
492
+ {
493
+ "internalType": "UFixed",
494
+ "name": "fractionalFee",
495
+ "type": "uint256"
496
+ },
497
+ {
498
+ "internalType": "uint256",
499
+ "name": "fixedFee",
500
+ "type": "uint256"
501
+ }
502
+ ],
503
+ "internalType": "struct Fee",
504
+ "name": "bundleFee",
505
+ "type": "tuple"
506
+ },
507
+ {
508
+ "internalType": "Amount",
509
+ "name": "stakingAmount",
510
+ "type": "uint96"
511
+ },
512
+ {
513
+ "internalType": "Seconds",
514
+ "name": "lifetime",
515
+ "type": "uint40"
516
+ },
517
+ {
518
+ "internalType": "bytes",
519
+ "name": "filter",
520
+ "type": "bytes"
521
+ }
522
+ ],
523
+ "name": "create",
524
+ "outputs": [
525
+ {
526
+ "internalType": "NftId",
527
+ "name": "bundleNftId",
528
+ "type": "uint96"
529
+ }
530
+ ],
531
+ "stateMutability": "nonpayable",
532
+ "type": "function"
533
+ },
534
+ {
535
+ "inputs": [],
536
+ "name": "getDomain",
537
+ "outputs": [
538
+ {
539
+ "internalType": "ObjectType",
540
+ "name": "serviceDomain",
541
+ "type": "uint8"
542
+ }
543
+ ],
544
+ "stateMutability": "pure",
545
+ "type": "function"
546
+ },
547
+ {
548
+ "inputs": [],
549
+ "name": "getInitialInfo",
550
+ "outputs": [
551
+ {
552
+ "components": [
553
+ {
554
+ "internalType": "NftId",
555
+ "name": "nftId",
556
+ "type": "uint96"
557
+ },
558
+ {
559
+ "internalType": "NftId",
560
+ "name": "parentNftId",
561
+ "type": "uint96"
562
+ },
563
+ {
564
+ "internalType": "ObjectType",
565
+ "name": "objectType",
566
+ "type": "uint8"
567
+ },
568
+ {
569
+ "internalType": "bool",
570
+ "name": "isInterceptor",
571
+ "type": "bool"
572
+ },
573
+ {
574
+ "internalType": "address",
575
+ "name": "objectAddress",
576
+ "type": "address"
577
+ },
578
+ {
579
+ "internalType": "address",
580
+ "name": "initialOwner",
581
+ "type": "address"
582
+ },
583
+ {
584
+ "internalType": "bytes",
585
+ "name": "data",
586
+ "type": "bytes"
587
+ }
588
+ ],
589
+ "internalType": "struct IRegistry.ObjectInfo",
590
+ "name": "info",
591
+ "type": "tuple"
592
+ }
593
+ ],
594
+ "stateMutability": "view",
595
+ "type": "function"
596
+ },
597
+ {
598
+ "inputs": [],
599
+ "name": "getNftId",
600
+ "outputs": [
601
+ {
602
+ "internalType": "NftId",
603
+ "name": "",
604
+ "type": "uint96"
605
+ }
606
+ ],
607
+ "stateMutability": "view",
608
+ "type": "function"
609
+ },
610
+ {
611
+ "inputs": [],
612
+ "name": "getOwner",
613
+ "outputs": [
614
+ {
615
+ "internalType": "address",
616
+ "name": "",
617
+ "type": "address"
618
+ }
619
+ ],
620
+ "stateMutability": "view",
621
+ "type": "function"
622
+ },
623
+ {
624
+ "inputs": [],
625
+ "name": "getRegistry",
626
+ "outputs": [
627
+ {
628
+ "internalType": "contract IRegistry",
629
+ "name": "",
630
+ "type": "address"
631
+ }
632
+ ],
633
+ "stateMutability": "view",
634
+ "type": "function"
635
+ },
636
+ {
637
+ "inputs": [],
638
+ "name": "getRoleId",
639
+ "outputs": [
640
+ {
641
+ "internalType": "RoleId",
642
+ "name": "serviceRoleId",
643
+ "type": "uint64"
644
+ }
645
+ ],
646
+ "stateMutability": "pure",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [],
651
+ "name": "getVersion",
652
+ "outputs": [
653
+ {
654
+ "internalType": "Version",
655
+ "name": "",
656
+ "type": "uint24"
657
+ }
658
+ ],
659
+ "stateMutability": "pure",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "initializeERC165",
665
+ "outputs": [],
666
+ "stateMutability": "nonpayable",
667
+ "type": "function"
668
+ },
669
+ {
670
+ "inputs": [
671
+ {
672
+ "internalType": "address",
673
+ "name": "initialOwner",
674
+ "type": "address"
675
+ },
676
+ {
677
+ "internalType": "address",
678
+ "name": "registryAddress",
679
+ "type": "address"
680
+ }
681
+ ],
682
+ "name": "initializeNftOwnable",
683
+ "outputs": [],
684
+ "stateMutability": "nonpayable",
685
+ "type": "function"
686
+ },
687
+ {
688
+ "inputs": [
689
+ {
690
+ "internalType": "address",
691
+ "name": "registryAddress",
692
+ "type": "address"
693
+ },
694
+ {
695
+ "internalType": "NftId",
696
+ "name": "parentNftId",
697
+ "type": "uint96"
698
+ },
699
+ {
700
+ "internalType": "ObjectType",
701
+ "name": "objectType",
702
+ "type": "uint8"
703
+ },
704
+ {
705
+ "internalType": "bool",
706
+ "name": "isInterceptor",
707
+ "type": "bool"
708
+ },
709
+ {
710
+ "internalType": "address",
711
+ "name": "initialOwner",
712
+ "type": "address"
713
+ },
714
+ {
715
+ "internalType": "bytes",
716
+ "name": "registryData",
717
+ "type": "bytes"
718
+ }
719
+ ],
720
+ "name": "initializeRegisterable",
721
+ "outputs": [],
722
+ "stateMutability": "nonpayable",
723
+ "type": "function"
724
+ },
725
+ {
726
+ "inputs": [
727
+ {
728
+ "internalType": "address",
729
+ "name": "registryAddress",
730
+ "type": "address"
731
+ }
732
+ ],
733
+ "name": "initializeRegistryLinked",
734
+ "outputs": [],
735
+ "stateMutability": "nonpayable",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [
740
+ {
741
+ "internalType": "address",
742
+ "name": "registry",
743
+ "type": "address"
744
+ },
745
+ {
746
+ "internalType": "address",
747
+ "name": "authority",
748
+ "type": "address"
749
+ },
750
+ {
751
+ "internalType": "address",
752
+ "name": "initialOwner",
753
+ "type": "address"
754
+ }
755
+ ],
756
+ "name": "initializeService",
757
+ "outputs": [],
758
+ "stateMutability": "nonpayable",
759
+ "type": "function"
760
+ },
761
+ {
762
+ "inputs": [
763
+ {
764
+ "internalType": "address",
765
+ "name": "activatedBy",
766
+ "type": "address"
767
+ },
768
+ {
769
+ "internalType": "bytes",
770
+ "name": "data",
771
+ "type": "bytes"
772
+ }
773
+ ],
774
+ "name": "initializeVersionable",
775
+ "outputs": [],
776
+ "stateMutability": "nonpayable",
777
+ "type": "function"
778
+ },
779
+ {
780
+ "inputs": [],
781
+ "name": "isConsumingScheduledOp",
782
+ "outputs": [
783
+ {
784
+ "internalType": "bytes4",
785
+ "name": "",
786
+ "type": "bytes4"
787
+ }
788
+ ],
789
+ "stateMutability": "view",
790
+ "type": "function"
791
+ },
792
+ {
793
+ "inputs": [],
794
+ "name": "linkToRegisteredNftId",
795
+ "outputs": [
796
+ {
797
+ "internalType": "NftId",
798
+ "name": "nftId",
799
+ "type": "uint96"
800
+ }
801
+ ],
802
+ "stateMutability": "nonpayable",
803
+ "type": "function"
804
+ },
805
+ {
806
+ "inputs": [
807
+ {
808
+ "internalType": "NftId",
809
+ "name": "bundleNftId",
810
+ "type": "uint96"
811
+ }
812
+ ],
813
+ "name": "lock",
814
+ "outputs": [],
815
+ "stateMutability": "nonpayable",
816
+ "type": "function"
817
+ },
818
+ {
819
+ "inputs": [
820
+ {
821
+ "internalType": "contract IInstance",
822
+ "name": "instance",
823
+ "type": "address"
824
+ },
825
+ {
826
+ "internalType": "NftId",
827
+ "name": "policyNftId",
828
+ "type": "uint96"
829
+ },
830
+ {
831
+ "internalType": "NftId",
832
+ "name": "bundleNftId",
833
+ "type": "uint96"
834
+ },
835
+ {
836
+ "internalType": "Amount",
837
+ "name": "collateralAmount",
838
+ "type": "uint96"
839
+ }
840
+ ],
841
+ "name": "lockCollateral",
842
+ "outputs": [],
843
+ "stateMutability": "nonpayable",
844
+ "type": "function"
845
+ },
846
+ {
847
+ "inputs": [
848
+ {
849
+ "internalType": "bytes4",
850
+ "name": "interfaceId",
851
+ "type": "bytes4"
852
+ }
853
+ ],
854
+ "name": "registerInterface",
855
+ "outputs": [],
856
+ "stateMutability": "nonpayable",
857
+ "type": "function"
858
+ },
859
+ {
860
+ "inputs": [
861
+ {
862
+ "internalType": "contract IInstance",
863
+ "name": "instance",
864
+ "type": "address"
865
+ },
866
+ {
867
+ "internalType": "NftId",
868
+ "name": "policyNftId",
869
+ "type": "uint96"
870
+ },
871
+ {
872
+ "internalType": "NftId",
873
+ "name": "bundleNftId",
874
+ "type": "uint96"
875
+ },
876
+ {
877
+ "internalType": "Amount",
878
+ "name": "collateralAmount",
879
+ "type": "uint96"
880
+ }
881
+ ],
882
+ "name": "releaseCollateral",
883
+ "outputs": [],
884
+ "stateMutability": "nonpayable",
885
+ "type": "function"
886
+ },
887
+ {
888
+ "inputs": [
889
+ {
890
+ "internalType": "address",
891
+ "name": "newAuthority",
892
+ "type": "address"
893
+ }
894
+ ],
895
+ "name": "setAuthority",
896
+ "outputs": [],
897
+ "stateMutability": "nonpayable",
898
+ "type": "function"
899
+ },
900
+ {
901
+ "inputs": [
902
+ {
903
+ "internalType": "NftId",
904
+ "name": "bundleNftId",
905
+ "type": "uint96"
906
+ },
907
+ {
908
+ "components": [
909
+ {
910
+ "internalType": "UFixed",
911
+ "name": "fractionalFee",
912
+ "type": "uint256"
913
+ },
914
+ {
915
+ "internalType": "uint256",
916
+ "name": "fixedFee",
917
+ "type": "uint256"
918
+ }
919
+ ],
920
+ "internalType": "struct Fee",
921
+ "name": "fee",
922
+ "type": "tuple"
923
+ }
924
+ ],
925
+ "name": "setFee",
926
+ "outputs": [],
927
+ "stateMutability": "nonpayable",
928
+ "type": "function"
929
+ },
930
+ {
931
+ "inputs": [
932
+ {
933
+ "internalType": "bytes4",
934
+ "name": "interfaceId",
935
+ "type": "bytes4"
936
+ }
937
+ ],
938
+ "name": "supportsInterface",
939
+ "outputs": [
940
+ {
941
+ "internalType": "bool",
942
+ "name": "",
943
+ "type": "bool"
944
+ }
945
+ ],
946
+ "stateMutability": "view",
947
+ "type": "function"
948
+ },
949
+ {
950
+ "inputs": [
951
+ {
952
+ "internalType": "contract IInstance",
953
+ "name": "instance",
954
+ "type": "address"
955
+ },
956
+ {
957
+ "internalType": "NftId",
958
+ "name": "policyNftId",
959
+ "type": "uint96"
960
+ }
961
+ ],
962
+ "name": "unlinkPolicy",
963
+ "outputs": [],
964
+ "stateMutability": "nonpayable",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [
969
+ {
970
+ "internalType": "NftId",
971
+ "name": "bundleNftId",
972
+ "type": "uint96"
973
+ }
974
+ ],
975
+ "name": "unlock",
976
+ "outputs": [],
977
+ "stateMutability": "nonpayable",
978
+ "type": "function"
979
+ },
980
+ {
981
+ "inputs": [
982
+ {
983
+ "internalType": "bytes",
984
+ "name": "data",
985
+ "type": "bytes"
986
+ }
987
+ ],
988
+ "name": "upgradeVersionable",
989
+ "outputs": [],
990
+ "stateMutability": "nonpayable",
991
+ "type": "function"
992
+ },
993
+ {
994
+ "inputs": [
995
+ {
996
+ "internalType": "NftId",
997
+ "name": "bundleNftId",
998
+ "type": "uint96"
999
+ },
1000
+ {
1001
+ "internalType": "Amount",
1002
+ "name": "amount",
1003
+ "type": "uint96"
1004
+ }
1005
+ ],
1006
+ "name": "withdrawBundleFees",
1007
+ "outputs": [
1008
+ {
1009
+ "internalType": "Amount",
1010
+ "name": "withdrawnAmount",
1011
+ "type": "uint96"
1012
+ }
1013
+ ],
1014
+ "stateMutability": "nonpayable",
1015
+ "type": "function"
1016
+ }
1017
+ ],
1018
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614fe5806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101e7575f3560e01c8063675393bf11610109578063aa9acb2c1161009e578063b68d18091161006e578063b68d1809146104b1578063bf7e214f146104c0578063e283b4a9146104c8578063f7c34ee0146104db575f80fd5b8063aa9acb2c14610464578063ad328d9f14610477578063ada9652e1461048a578063b5346af51461049e575f80fd5b8063893d20e8116100d9578063893d20e8146103ef5780638e32e979146103f75780638fb360371461040a578063a3f4df7e1461042b575f80fd5b8063675393bf146103965780636c741e78146103a957806376429bc0146103c95780637a9e5e4b146103dc575f80fd5b806327bb7a331161017f5780634adcf9091161014f5780634adcf9091461032e57806354e50779146103415780635ab1bd5314610354578063644c45e014610379575f80fd5b806327bb7a33146102ed578063329d6e741461030057806336fc697e1461031357806349bb9e4b1461031b575f80fd5b8063138461e0116101ba578063138461e0146102725780631eff4b22146102925780631f8e8f36146102c7578063214cdb80146102da575f80fd5b806301ffc9a7146101eb57806306fa45651461022c5780630d8e6e2c146102415780630fec111c1461025d575b5f80fd5b6102176101f9366004613f20565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004613f5b565b6104ee565b005b6102496106ce565b60405162ffffff9091168152602001610223565b610265610755565b6040516102239190613fa4565b61027a6108e1565b6040516001600160601b039091168152602001610223565b6102b97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61023f6102d536600461413a565b6108eb565b61023f6102e8366004613f20565b610b97565b61023f6102fb366004614215565b610bc3565b61023f61030e3660046142a8565b610c68565b61023f610daa565b61023f6103293660046142d9565b610def565b61023f61033c366004614325565b610eeb565b61027a61034f36600461437e565b611380565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b5f80516020614f50833981519152546001600160601b031661027a565b61023f6103a43660046143b5565b611de9565b6103b1611ef6565b6040516001600160401b039091168152602001610223565b61023f6103d73660046143d0565b611fec565b61023f6103ea3660046143b5565b6121b1565b610361612233565b61023f6104053660046143ec565b612364565b6104126124a1565b6040516001600160e01b03199091168152602001610223565b6104576040518060400160405280600d81526020016c42756e646c655365727669636560981b81525081565b6040516102239190614434565b61023f6104723660046143d0565b6124d6565b61023f610485366004614325565b61270d565b6102b95f80516020614f5083398151915281565b61023f6104ac366004613f5b565b6127f7565b604051601e8152602001610223565b6103616129ce565b61027a6104d6366004614458565b6129e9565b61023f6104e9366004614530565b612f29565b5f6104f9600f612f9f565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610539573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061055d919061455c565b6001600160a01b031663fe1f18d68360046040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156105b4575f80fd5b505af11580156105c6573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610607573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062b919061455c565b6040516306fa456560e01b81526001600160601b03851660048201529091506001600160a01b038216906306fa4565906024015f604051808303815f87803b158015610675575f80fd5b505af1158015610687573d5f803e3d5ffd5b50506040516001600160601b03861681527f87cfb697b5d649751f13ba6e2e51778a1fd0a1f260df7281952986c453708e71925060200190505b60405180910390a1505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561072c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107509190614577565b905090565b61075d613ee3565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107f791906145a9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161083f612233565b6001600160a01b0316815260200182600101805461085c906145c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610888906145c4565b80156108d35780601f106108aa576101008083540402835291602001916108d3565b820191905f5260205f20905b8154815290600101906020018083116108b657829003601f168201915b505050505081525091505090565b5f6107503061303b565b5f806108f7600f612f9f565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610939573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095d919061455c565b604051634793b4ab60e01b81526001600160601b03871660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa1580156109ac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109d39190810190614656565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a539190614741565b15610a81576040516349e9f38360e01b81526001600160601b03871660048201526024015b60405180910390fd5b8051610a8d9085613234565b15610ac957805160405163dab86e4560e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610a78565b848160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b32919061455c565b6001600160a01b03166351dd844b878360ff6040518463ffffffff1660e01b8152600401610b62939291906147e0565b5f604051808303815f87803b158015610b79575f80fd5b505af1158015610b8b573d5f803e3d5ffd5b50505050505050505050565b610b9f6132c0565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b610bcb6132c0565b610bd58287612f29565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610c5e8382614858565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c8a6106ce565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cec9190614926565b5f80516020614f908339815191528054600160401b900460ff1680610d1e575080546001600160401b03808416911610155b15610d3c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d66836132f8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016106c1565b610db26132c0565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f80516020614f908339815191528054600160401b810460ff1615906001600160401b03165f81158015610e205750825b90505f826001600160401b03166001148015610e3b5750303b155b905081158015610e49575080155b15610e675760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e9157845460ff60401b1916600160401b1785555b610e9b8787613300565b8315610ee257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610ef7335b5f36613470565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f58919061455c565b90505f6001600160a01b03821663a5961b4c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038816601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610fda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ffe9190614941565b6040518263ffffffff1660e01b815260040161101c91815260200190565b608060405180830381865afa158015611037573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105b9190614974565b60200151604051634793b4ab60e01b81526001600160601b03861660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa1580156110ae573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110d59190810190614656565b90506110ea8260045b60ff9081169116141590565b806111725750611172816080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561113f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116391906149f8565b64ffffffffff90811691161090565b156111b757608081015160405163bf5b8f0960e01b81526001600160601b038716600482015260ff8416602482015264ffffffffff9091166044820152606401610a78565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111f4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611218919061455c565b6040516317bb785d60e21b81526001600160601b03881660048201529091505f90819081906001600160a01b03851690635eede17490602401606060405180830381865afa15801561126c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112909190614a13565b9250925092505f6112aa846112a58585613566565b6135eb565b90506112b6818a613635565b156112ef5760405163826a5ff960e01b81526001600160601b03808c16600483015280831660248301528a166044820152606401610a78565b60405163248a77dd60e01b81526001600160601b03808c1660048301528a1660248201526001600160a01b0386169063248a77dd906044016020604051808303815f875af1158015611343573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061136791906145a9565b506113728c8c61367f565b505050505050505050505050565b5f808061138d600f612f9f565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f3919061455c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114699190810190614a5d565b6080810151604051634793b4ab60e01b81526001600160601b038a166004820152919250905f906001600160a01b03851690634793b4ab906024015f60405180830381865afa1580156114be573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114e59190810190614656565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611557573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157b91906145a9565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156115c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e89190614741565b1561166357604051630232ca4960e01b81526001600160601b038a1660048201526001600160a01b03851690630232ca4990602401602060405180830381865afa158015611638573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165c91906145a9565b9650611801565b604051630232ca4960e01b81526001600160601b038a8116600483015273__$3bac17678db7ae928afa209f2f44deec9c$__916398058c4c918a16906001600160a01b03881690630232ca4990602401602060405180830381865afa1580156116ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116f291906145a9565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561173b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061175f9190614741565b1561180157604051630232ca4960e01b81526001600160601b038a16600482015287906001600160a01b03861690630232ca4990602401602060405180830381865afa1580156117b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117d591906145a9565b60405163d98a83b760e01b81526001600160601b03928316600482015291166024820152604401610a78565b604051630a4d29dd60e31b81526001600160601b038816600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015611857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061187b9190614741565b156118995760405163707dd03960e01b815260040160405180910390fd5b60408381015160608501519151636eb1769f60e11b81526001600160a01b038581166004830152928316602482015290915f919083169063dd62ed3e90604401602060405180830381865afa1580156118f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119189190614941565b60405163046e44af60e11b81526001600160601b038b16600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611971573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119959190614941565b811015611a5857606085015160405163046e44af60e11b81526001600160601b038b166004820152859190839073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156119fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a209190614941565b60405163047d3a6160e51b81526001600160a01b03948516600482015293909216602484015260448301526064820152608401610a78565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab9919061455c565b905060045f9054906101000a90046001600160a01b03166001600160a01b031663e618053f828e73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4b91906145a9565b8e6040518563ffffffff1660e01b8152600401611b6b9493929190614b35565b5f604051808303815f87803b158015611b82575f80fd5b505af1158015611b94573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a2828b8d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611c05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c2991906145a9565b6040518563ffffffff1660e01b8152600401611c489493929190614b35565b5f604051808303815f87803b158015611c5f575f80fd5b505af1158015611c71573d5f803e3d5ffd5b50505050505f611c896001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfa919061455c565b606087015160405163c661667d60e01b81526001600160a01b03888116600483015280841660248301526001600160601b038e16604483015292935091169063c661667d906064015f604051808303815f87803b158015611d59575f80fd5b505af1158015611d6b573d5f803e3d5ffd5b505050507fc3eff56dd5436528da6d208eff7a92ed71cafc177d49a9c55303bff3b1bcf8d28c82858d604051611dd294939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a150505050505050505092915050565b611df16132c0565b806001600160a01b03163b5f03611e265760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a78565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611ea0575060408051601f3d908101601f19168201909252611e9d91810190614741565b60015b611ec85760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a78565b80611ef15760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a78565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3601e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f859190614b67565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611fc8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107509190614926565b611ff533610ef0565b816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612031573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612055919061455c565b6040516375d357df60e01b81526001600160601b03831660048201526001600160a01b0391909116906375d357df90602401602060405180830381865afa1580156120a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c69190614741565b6120ee576040516392bb4dff60e01b81526001600160601b0382166004820152602401610a78565b816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa15801561212a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214e919061455c565b604051631351fccf60e31b81526001600160601b03831660048201526001600160a01b039190911690639a8fe678906024015f604051808303815f87803b158015612197575f80fd5b505af11580156121a9573d5f803e3d5ffd5b505050505050565b336121ba6129ce565b6001600160a01b0316816001600160a01b0316146121f55760405162d1953b60e31b81526001600160a01b0382166004820152602401610a78565b816001600160a01b03163b5f0361222a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a78565b611ef182613920565b5f805f80516020614f5083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561229f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c39190614741565b1561234e576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612324573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612348919061455c565b91505090565b54600160601b90046001600160a01b0316919050565b61236c6132c0565b6123e883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156123ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d091906145a9565b60085f8560405180602001604052805f815250610bc3565b6001600160a01b038216156124055761240082613980565b61247c565b5f6124106002613991565b905061247a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612451573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612475919061455c565b613980565b505b61248c634a531f3360e01b610b97565b61249c63daf9067160e01b610b97565b505050565b5f80516020614f7083398151915280545f9190600160a01b900460ff166124c8575f612348565b638fb3603760e01b91505090565b6124df33610ef0565b816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561251b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253f919061455c565b6001600160a01b031663fe1f18d68260c86040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015612596575f80fd5b505af11580156125a8573d5f803e3d5ffd5b505050505f826001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061260d919061455c565b6040516322cc1d4560e11b81526001600160601b03841660048201529091505f906001600160a01b038316906345983a8a90602401602060405180830381865afa15801561265d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126819190614941565b905080156126b4576040516356a410b760e01b81526001600160601b038416600482015260248101829052604401610a78565b60405163b5346af560e01b81526001600160601b03841660048201526001600160a01b0383169063b5346af5906024015f604051808303815f87803b1580156126fb575f80fd5b505af1158015610c5e573d5f803e3d5ffd5b61271633610ef0565b836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612752573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612776919061455c565b6040516353ebe12960e01b81526001600160601b038085166004830152831660248201526001600160a01b0391909116906353ebe129906044016020604051808303815f875af11580156127cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f091906145a9565b5050505050565b5f612802600f612f9f565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612842573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612866919061455c565b6001600160a01b031663fe1f18d683606e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156128bd575f80fd5b505af11580156128cf573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612910573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612934919061455c565b60405163b5346af560e01b81526001600160601b03851660048201529091506001600160a01b0382169063b5346af5906024015f604051808303815f87803b15801561297e575f80fd5b505af1158015612990573d5f803e3d5ffd5b50506040516001600160601b03861681527f6764112d27879e5bb12f07fde08a48629ec22e603c75c9942ba62a06c95a55f4925060200190506106c1565b5f80516020614f70833981519152546001600160a01b031690565b5f6129f333610ef0565b60035f9054906101000a90046001600160a01b03166001600160a01b031663c2bf08c86040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a8c91906145a9565b6001600160601b031681526020018b6001600160601b03168152602001612ab1601e90565b60ff1681526020015f151581526020015f6001600160a01b031681526020018a6001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401612b0d9190613fa4565b6020604051808303815f875af1158015612b29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4d91906145a9565b90505f896001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb0919061455c565b9050806001600160a01b031663a46eb8dc836040518060c001604052808d6001600160601b031681526020018b815260200188888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050509082525064ffffffffff8a16602080830191909152604080516356db0c1960e11b81528151919093019273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb61832926004808401938290030181865af4158015612c79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9d91906149f8565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908b16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612cfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1e91906149f8565b64ffffffffff1681525f6020909101526040516001600160e01b031960e085901b168152612d50929190600401614b82565b5f604051808303815f87803b158015612d67575f80fd5b505af1158015612d79573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b03166325e451d382848973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e0e91906145a9565b6040518563ffffffff1660e01b8152600401612e2d9493929190614b35565b5f604051808303815f87803b158015612e44575f80fd5b505af1158015612e56573d5f803e3d5ffd5b505050505f8a6001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ebb919061455c565b6040516346f0e8a760e11b81526001600160601b03851660048201529091506001600160a01b03821690638de1d14e906024015f604051808303815f87803b158015612f05575f80fd5b505af1158015612f17573d5f803e3d5ffd5b50505050505098975050505050505050565b612f316132c0565b612f3a81611de9565b612f42610daa565b6001600160a01b038216612f695760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614f5083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f612fa8613ee3565b5f612fbb6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612fff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302391906145a9565b925061303183856001613a98565b9395909450915050565b5f805f80516020614f5083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156130a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130cb9190614741565b156130f75780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a78565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613149573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061316d9190614741565b6131955760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a78565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156131e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061320b91906145a9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af4158015613295573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b99190614741565b9392505050565b5f80516020614f9083398151915254600160401b900460ff166132f657604051631afcd79f60e31b815260040160405180910390fd5b565b6101e76132c0565b5f80516020614f908339815191528054600160401b810460ff1615906001600160401b03165f811580156133315750825b90505f826001600160401b0316600114801561334c5750303b155b90508115801561335a575080155b156133785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156133a257845460ff60401b1916600160401b1785555b5f80878060200190518101906133b89190614ba3565b90925090506133c8825f8b612364565b6133d26002613991565b600380546001600160a01b0319166001600160a01b03929092169190911790556133fc600b613991565b600480546001600160a01b0319166001600160a01b039290921691909117905561342c6308440dc360e21b610b97565b50508315610ee257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610ed9565b5f80516020614f708339815191525f806134a861348b6129ce565b873061349a60045f8a8c614bd0565b6134a391614bf7565b613d3a565b91509150816121a95763ffffffff81161561354357825460ff60a01b1916600160a01b1783556134d66129ce565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161350593929190614c2f565b5f604051808303815f87803b15801561351c575f80fd5b505af115801561352e573d5f803e3d5ffd5b5050845460ff60a01b19168555506121a99050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a78565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156135c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b991906145a9565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044016135ac565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d629060440161327a565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e0919061455c565b60405163bd7d9d8560e01b81526001600160601b03841660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa15801561372f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137569190810190614c96565b6101c0810151604051638d38cd4b60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156137b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137d89190614741565b801561382f575061382f816101c0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561113f573d5f803e3d5ffd5b15613858576040516311db797560e31b81526001600160601b0384166004820152602401610a78565b5f846001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015613895573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138b9919061455c565b604051630331f98560e21b81526001600160601b03861660048201529091506001600160a01b03821690630cc7e614906024015f604051808303815f87803b158015613903575f80fd5b505af1158015613915573d5f803e3d5ffd5b505050505050505050565b5f80516020614f7083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139886132c0565b611ef381613e42565b5f6139a46001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a2b9190614b67565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a92919061455c565b92915050565b613aa0613ee3565b5f80613ab46001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613b01573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b289190810190614e3c565b9250613b3585600b6110de565b15613b8b57604083015160ff868116911614613b8657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a78565b613c27565b613ba68360400151613b9b600c90565b60ff90811691161490565b80613bbc5750613bbc8360400151613b9b600f90565b80613bd25750613bd28360400151613b9b600e90565b80613be85750613be88360400151613b9b600d90565b613c2757604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a78565b613c348360200151613e53565b91508315613d3157816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9c919061455c565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d089190614741565b15613d3157604051637d71120960e11b81526001600160601b0387166004820152602401610a78565b50935093915050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613da89190614f0c565b5f60405180830381855afa9150503d805f8114613de0576040519150601f19603f3d011682016040523d82523d5f602084013e613de5565b606091505b50915091508115613e37576040815110613e175780806020019051810190613e0d9190614f22565b9094509250613e37565b6020815110613e375780806020019051810190613e349190614741565b93505b505094509492505050565b613e4a6132c0565b611ef381613920565b5f613e666001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613eb2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ed99190810190614e3c565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613f30575f80fd5b81356001600160e01b0319811681146132b9575f80fd5b6001600160601b0381168114611ef3575f80fd5b5f60208284031215613f6b575f80fd5b81356132b981613f47565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613fec608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614030610100840182613f76565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561406e5761406e614038565b60405290565b60405160c081016001600160401b038111828210171561406e5761406e614038565b60405161022081016001600160401b038111828210171561406e5761406e614038565b60405160e081016001600160401b038111828210171561406e5761406e614038565b604051601f8201601f191681016001600160401b038111828210171561410357614103614038565b604052919050565b5f6040828403121561411b575f80fd5b61412361404c565b823581526020928301359281019290925250919050565b5f806060838503121561414b575f80fd5b823561415681613f47565b9150614165846020850161410b565b90509250929050565b6001600160a01b0381168114611ef3575f80fd5b60ff81168114611ef3575f80fd5b8015158114611ef3575f80fd5b5f6001600160401b038211156141b5576141b5614038565b50601f01601f191660200190565b5f82601f8301126141d2575f80fd5b81356141e56141e08261419d565b6140db565b8181528460208386010111156141f9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f805f8060c0878903121561422a575f80fd5b86356142358161416e565b9550602087013561424581613f47565b9450604087013561425581614182565b9350606087013561426581614190565b925060808701356142758161416e565b915060a08701356001600160401b0381111561428f575f80fd5b61429b89828a016141c3565b9150509295509295509295565b5f602082840312156142b8575f80fd5b81356001600160401b038111156142cd575f80fd5b614030848285016141c3565b5f80604083850312156142ea575f80fd5b82356142f58161416e565b915060208301356001600160401b0381111561430f575f80fd5b61431b858286016141c3565b9150509250929050565b5f805f8060808587031215614338575f80fd5b84356143438161416e565b9350602085013561435381613f47565b9250604085013561436381613f47565b9150606085013561437381613f47565b939692955090935050565b5f806040838503121561438f575f80fd5b823561439a81613f47565b915060208301356143aa81613f47565b809150509250929050565b5f602082840312156143c5575f80fd5b81356132b98161416e565b5f80604083850312156143e1575f80fd5b823561439a8161416e565b5f805f606084860312156143fe575f80fd5b83356144098161416e565b925060208401356144198161416e565b915060408401356144298161416e565b809150509250925092565b602081525f6132b96020830184613f76565b64ffffffffff81168114611ef3575f80fd5b5f805f805f805f80610100898b031215614470575f80fd5b883561447b8161416e565b9750602089013561448b81613f47565b9650604089013561449b8161416e565b95506144aa8a60608b0161410b565b945060a08901356144ba81613f47565b935060c08901356144ca81614446565b925060e08901356001600160401b038111156144e4575f80fd5b8901601f81018b136144f4575f80fd5b80356001600160401b03811115614509575f80fd5b8b602082840101111561451a575f80fd5b989b979a50959850939692959194602001935050565b5f8060408385031215614541575f80fd5b823561454c8161416e565b915060208301356143aa8161416e565b5f6020828403121561456c575f80fd5b81516132b98161416e565b5f60208284031215614587575f80fd5b815162ffffff811681146132b9575f80fd5b80516145a481613f47565b919050565b5f602082840312156145b9575f80fd5b81516132b981613f47565b600181811c908216806145d857607f821691505b6020821081036145f657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f82601f83011261460b575f80fd5b8151602083015f61461e6141e08461419d565b9050828152858383011115614631575f80fd5b8282602083015e5f92810160200192909252509392505050565b80516145a481614446565b5f60208284031215614666575f80fd5b81516001600160401b0381111561467b575f80fd5b820180840360e081121561468d575f80fd5b614695614074565b82516146a081613f47565b81526040601f19830112156146b3575f80fd5b6146bb61404c565b6020848101518252604085015181830152820152606083015191506001600160401b038211156146e9575f80fd5b6146f5868385016145fc565b60408201526147066080840161464b565b606082015261471760a0840161464b565b608082015261472860c0840161464b565b60a082015295945050505050565b80516145a481614190565b5f60208284031215614751575f80fd5b81516132b981614190565b6001600160601b0381511682525f6020820151805160208501526020810151604085015250604082015160e0606085015261479a60e0850182613f76565b905064ffffffffff606084015116608085015260808301516147c560a086018264ffffffffff169052565b5060a083015164ffffffffff811660c0860152509392505050565b6001600160601b0384168152606060208201525f614801606083018561475c565b905060ff83166040830152949350505050565b601f82111561249c57805f5260205f20601f840160051c810160208510156148395750805b601f840160051c820191505b818110156127f0575f8155600101614845565b81516001600160401b0381111561487157614871614038565b6148858161487f84546145c4565b84614814565b6020601f8211600181146148b7575f83156148a05750848201515b5f19600385901b1c1916600184901b1784556127f0565b5f84815260208120601f198516915b828110156148e657878501518255602094850194600190920191016148c6565b508482101561490357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114611ef3575f80fd5b5f60208284031215614936575f80fd5b81516132b981614912565b5f60208284031215614951575f80fd5b5051919050565b80516145a481614182565b63ffffffff81168114611ef3575f80fd5b5f6080828403128015614985575f80fd5b50604051608081016001600160401b03811182821017156149a8576149a8614038565b60405282516149b681614182565b815260208301516149c681614182565b602082015260408301516149d981614963565b604082015260608301516149ec81614963565b60608201529392505050565b5f60208284031215614a08575f80fd5b81516132b981614446565b5f805f60608486031215614a25575f80fd5b8351614a3081613f47565b6020850151909350614a4181613f47565b604085015190925061442981613f47565b80516145a48161416e565b5f60208284031215614a6d575f80fd5b81516001600160401b03811115614a82575f80fd5b820160c08185031215614a93575f80fd5b614a9b614074565b81516001600160401b03811115614ab0575f80fd5b614abc868285016145fc565b825250614acb60208301614599565b6020820152614adc60408301614a52565b6040820152614aed60608301614a52565b6060820152614afe60808301614a52565b608082015260a08201516001600160401b03811115614b1b575f80fd5b614b27868285016145fc565b60a083015250949350505050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614b77575f80fd5b81516132b981614182565b6001600160601b0383168152604060208201525f614030604083018461475c565b5f8060408385031215614bb4575f80fd5b8251614bbf8161416e565b60208401519092506143aa8161416e565b5f8085851115614bde575f80fd5b83861115614bea575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614c28576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b80516001600160c01b0319811681146145a4575f80fd5b805161ffff811681146145a4575f80fd5b5f60208284031215614ca6575f80fd5b81516001600160401b03811115614cbb575f80fd5b82016102208185031215614ccd575f80fd5b614cd5614096565b614cde82614599565b8152614cec60208301614599565b6020820152614cfd60408301614c6e565b6040820152614d0e60608301614c6e565b6060820152614d1f60808301614599565b6080820152614d3060a08301614599565b60a0820152614d4160c08301614599565b60c0820152614d5260e0830161464b565b60e08201526101008201516001600160401b03811115614d70575f80fd5b614d7c868285016145fc565b610100830152506101208201516001600160401b03811115614d9c575f80fd5b614da8868285016145fc565b61012083015250614dbc6101408301614c85565b610140820152614dcf6101608301614c85565b610160820152614de26101808301614599565b610180820152614df56101a08301614599565b6101a0820152614e086101c0830161464b565b6101c0820152614e1b6101e0830161464b565b6101e0820152614e2e610200830161464b565b610200820152949350505050565b5f60208284031215614e4c575f80fd5b81516001600160401b03811115614e61575f80fd5b820160e08185031215614e72575f80fd5b614e7a6140b9565b614e8382614599565b8152614e9160208301614599565b6020820152614ea260408301614958565b6040820152614eb360608301614736565b6060820152614ec460808301614a52565b6080820152614ed560a08301614a52565b60a082015260c08201516001600160401b03811115614ef2575f80fd5b614efe868285016145fc565b60c083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614f33575f80fd5b8251614f3e81614190565b60208401519092506143aa8161496356fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e289e1b11e1b34fd626d722092ff3e8ea47d554e59616e2321a9a725b660cb3864736f6c634300081a0033",
1019
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101e7575f3560e01c8063675393bf11610109578063aa9acb2c1161009e578063b68d18091161006e578063b68d1809146104b1578063bf7e214f146104c0578063e283b4a9146104c8578063f7c34ee0146104db575f80fd5b8063aa9acb2c14610464578063ad328d9f14610477578063ada9652e1461048a578063b5346af51461049e575f80fd5b8063893d20e8116100d9578063893d20e8146103ef5780638e32e979146103f75780638fb360371461040a578063a3f4df7e1461042b575f80fd5b8063675393bf146103965780636c741e78146103a957806376429bc0146103c95780637a9e5e4b146103dc575f80fd5b806327bb7a331161017f5780634adcf9091161014f5780634adcf9091461032e57806354e50779146103415780635ab1bd5314610354578063644c45e014610379575f80fd5b806327bb7a33146102ed578063329d6e741461030057806336fc697e1461031357806349bb9e4b1461031b575f80fd5b8063138461e0116101ba578063138461e0146102725780631eff4b22146102925780631f8e8f36146102c7578063214cdb80146102da575f80fd5b806301ffc9a7146101eb57806306fa45651461022c5780630d8e6e2c146102415780630fec111c1461025d575b5f80fd5b6102176101f9366004613f20565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004613f5b565b6104ee565b005b6102496106ce565b60405162ffffff9091168152602001610223565b610265610755565b6040516102239190613fa4565b61027a6108e1565b6040516001600160601b039091168152602001610223565b6102b97f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61023f6102d536600461413a565b6108eb565b61023f6102e8366004613f20565b610b97565b61023f6102fb366004614215565b610bc3565b61023f61030e3660046142a8565b610c68565b61023f610daa565b61023f6103293660046142d9565b610def565b61023f61033c366004614325565b610eeb565b61027a61034f36600461437e565b611380565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b5f80516020614f50833981519152546001600160601b031661027a565b61023f6103a43660046143b5565b611de9565b6103b1611ef6565b6040516001600160401b039091168152602001610223565b61023f6103d73660046143d0565b611fec565b61023f6103ea3660046143b5565b6121b1565b610361612233565b61023f6104053660046143ec565b612364565b6104126124a1565b6040516001600160e01b03199091168152602001610223565b6104576040518060400160405280600d81526020016c42756e646c655365727669636560981b81525081565b6040516102239190614434565b61023f6104723660046143d0565b6124d6565b61023f610485366004614325565b61270d565b6102b95f80516020614f5083398151915281565b61023f6104ac366004613f5b565b6127f7565b604051601e8152602001610223565b6103616129ce565b61027a6104d6366004614458565b6129e9565b61023f6104e9366004614530565b612f29565b5f6104f9600f612f9f565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610539573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061055d919061455c565b6001600160a01b031663fe1f18d68360046040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156105b4575f80fd5b505af11580156105c6573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015610607573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062b919061455c565b6040516306fa456560e01b81526001600160601b03851660048201529091506001600160a01b038216906306fa4565906024015f604051808303815f87803b158015610675575f80fd5b505af1158015610687573d5f803e3d5ffd5b50506040516001600160601b03861681527f87cfb697b5d649751f13ba6e2e51778a1fd0a1f260df7281952986c453708e71925060200190505b60405180910390a1505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561072c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107509190614577565b905090565b61075d613ee3565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156107d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107f791906145a9565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161083f612233565b6001600160a01b0316815260200182600101805461085c906145c4565b80601f0160208091040260200160405190810160405280929190818152602001828054610888906145c4565b80156108d35780601f106108aa576101008083540402835291602001916108d3565b820191905f5260205f20905b8154815290600101906020018083116108b657829003601f168201915b505050505081525091505090565b5f6107503061303b565b5f806108f7600f612f9f565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610939573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061095d919061455c565b604051634793b4ab60e01b81526001600160601b03871660048201529091505f906001600160a01b03831690634793b4ab906024015f60405180830381865afa1580156109ac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109d39190810190614656565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a539190614741565b15610a81576040516349e9f38360e01b81526001600160601b03871660048201526024015b60405180910390fd5b8051610a8d9085613234565b15610ac957805160405163dab86e4560e01b81526001600160601b03808916600483015291821660248201529085166044820152606401610a78565b848160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b32919061455c565b6001600160a01b03166351dd844b878360ff6040518463ffffffff1660e01b8152600401610b62939291906147e0565b5f604051808303815f87803b158015610b79575f80fd5b505af1158015610b8b573d5f803e3d5ffd5b50505050505050505050565b610b9f6132c0565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b610bcb6132c0565b610bd58287612f29565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610c5e8382614858565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c8a6106ce565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610cc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cec9190614926565b5f80516020614f908339815191528054600160401b900460ff1680610d1e575080546001600160401b03808416911610155b15610d3c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d66836132f8565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016106c1565b610db26132c0565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f80516020614f908339815191528054600160401b810460ff1615906001600160401b03165f81158015610e205750825b90505f826001600160401b03166001148015610e3b5750303b155b905081158015610e49575080155b15610e675760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e9157845460ff60401b1916600160401b1785555b610e9b8787613300565b8315610ee257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610ef7335b5f36613470565b5f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f58919061455c565b90505f6001600160a01b03821663a5961b4c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038816601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610fda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ffe9190614941565b6040518263ffffffff1660e01b815260040161101c91815260200190565b608060405180830381865afa158015611037573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105b9190614974565b60200151604051634793b4ab60e01b81526001600160601b03861660048201529091505f906001600160a01b03841690634793b4ab906024015f60405180830381865afa1580156110ae573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110d59190810190614656565b90506110ea8260045b60ff9081169116141590565b806111725750611172816080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561113f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116391906149f8565b64ffffffffff90811691161090565b156111b757608081015160405163bf5b8f0960e01b81526001600160601b038716600482015260ff8416602482015264ffffffffff9091166044820152606401610a78565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111f4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611218919061455c565b6040516317bb785d60e21b81526001600160601b03881660048201529091505f90819081906001600160a01b03851690635eede17490602401606060405180830381865afa15801561126c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112909190614a13565b9250925092505f6112aa846112a58585613566565b6135eb565b90506112b6818a613635565b156112ef5760405163826a5ff960e01b81526001600160601b03808c16600483015280831660248301528a166044820152606401610a78565b60405163248a77dd60e01b81526001600160601b03808c1660048301528a1660248201526001600160a01b0386169063248a77dd906044016020604051808303815f875af1158015611343573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061136791906145a9565b506113728c8c61367f565b505050505050505050505050565b5f808061138d600f612f9f565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f3919061455c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114699190810190614a5d565b6080810151604051634793b4ab60e01b81526001600160601b038a166004820152919250905f906001600160a01b03851690634793b4ab906024015f60405180830381865afa1580156114be573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526114e59190810190614656565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611557573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157b91906145a9565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156115c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e89190614741565b1561166357604051630232ca4960e01b81526001600160601b038a1660048201526001600160a01b03851690630232ca4990602401602060405180830381865afa158015611638573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165c91906145a9565b9650611801565b604051630232ca4960e01b81526001600160601b038a8116600483015273__$3bac17678db7ae928afa209f2f44deec9c$__916398058c4c918a16906001600160a01b03881690630232ca4990602401602060405180830381865afa1580156116ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116f291906145a9565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561173b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061175f9190614741565b1561180157604051630232ca4960e01b81526001600160601b038a16600482015287906001600160a01b03861690630232ca4990602401602060405180830381865afa1580156117b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117d591906145a9565b60405163d98a83b760e01b81526001600160601b03928316600482015291166024820152604401610a78565b604051630a4d29dd60e31b81526001600160601b038816600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015611857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061187b9190614741565b156118995760405163707dd03960e01b815260040160405180910390fd5b60408381015160608501519151636eb1769f60e11b81526001600160a01b038581166004830152928316602482015290915f919083169063dd62ed3e90604401602060405180830381865afa1580156118f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119189190614941565b60405163046e44af60e11b81526001600160601b038b16600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611971573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119959190614941565b811015611a5857606085015160405163046e44af60e11b81526001600160601b038b166004820152859190839073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156119fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a209190614941565b60405163047d3a6160e51b81526001600160a01b03948516600482015293909216602484015260448301526064820152608401610a78565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab9919061455c565b905060045f9054906101000a90046001600160a01b03166001600160a01b031663e618053f828e73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4b91906145a9565b8e6040518563ffffffff1660e01b8152600401611b6b9493929190614b35565b5f604051808303815f87803b158015611b82575f80fd5b505af1158015611b94573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b03166389fad8a2828b8d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611c05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c2991906145a9565b6040518563ffffffff1660e01b8152600401611c489493929190614b35565b5f604051808303815f87803b158015611c5f575f80fd5b505af1158015611c71573d5f803e3d5ffd5b50505050505f611c896001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfa919061455c565b606087015160405163c661667d60e01b81526001600160a01b03888116600483015280841660248301526001600160601b038e16604483015292935091169063c661667d906064015f604051808303815f87803b158015611d59575f80fd5b505af1158015611d6b573d5f803e3d5ffd5b505050507fc3eff56dd5436528da6d208eff7a92ed71cafc177d49a9c55303bff3b1bcf8d28c82858d604051611dd294939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a150505050505050505092915050565b611df16132c0565b806001600160a01b03163b5f03611e265760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a78565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611ea0575060408051601f3d908101601f19168201909252611e9d91810190614741565b60015b611ec85760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a78565b80611ef15760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a78565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3601e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f859190614b67565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611fc8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107509190614926565b611ff533610ef0565b816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612031573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612055919061455c565b6040516375d357df60e01b81526001600160601b03831660048201526001600160a01b0391909116906375d357df90602401602060405180830381865afa1580156120a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c69190614741565b6120ee576040516392bb4dff60e01b81526001600160601b0382166004820152602401610a78565b816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa15801561212a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061214e919061455c565b604051631351fccf60e31b81526001600160601b03831660048201526001600160a01b039190911690639a8fe678906024015f604051808303815f87803b158015612197575f80fd5b505af11580156121a9573d5f803e3d5ffd5b505050505050565b336121ba6129ce565b6001600160a01b0316816001600160a01b0316146121f55760405162d1953b60e31b81526001600160a01b0382166004820152602401610a78565b816001600160a01b03163b5f0361222a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a78565b611ef182613920565b5f805f80516020614f5083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561229f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c39190614741565b1561234e576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612324573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612348919061455c565b91505090565b54600160601b90046001600160a01b0316919050565b61236c6132c0565b6123e883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156123ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d091906145a9565b60085f8560405180602001604052805f815250610bc3565b6001600160a01b038216156124055761240082613980565b61247c565b5f6124106002613991565b905061247a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612451573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612475919061455c565b613980565b505b61248c634a531f3360e01b610b97565b61249c63daf9067160e01b610b97565b505050565b5f80516020614f7083398151915280545f9190600160a01b900460ff166124c8575f612348565b638fb3603760e01b91505090565b6124df33610ef0565b816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561251b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253f919061455c565b6001600160a01b031663fe1f18d68260c86040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b158015612596575f80fd5b505af11580156125a8573d5f803e3d5ffd5b505050505f826001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156125e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061260d919061455c565b6040516322cc1d4560e11b81526001600160601b03841660048201529091505f906001600160a01b038316906345983a8a90602401602060405180830381865afa15801561265d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126819190614941565b905080156126b4576040516356a410b760e01b81526001600160601b038416600482015260248101829052604401610a78565b60405163b5346af560e01b81526001600160601b03841660048201526001600160a01b0383169063b5346af5906024015f604051808303815f87803b1580156126fb575f80fd5b505af1158015610c5e573d5f803e3d5ffd5b61271633610ef0565b836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612752573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612776919061455c565b6040516353ebe12960e01b81526001600160601b038085166004830152831660248201526001600160a01b0391909116906353ebe129906044016020604051808303815f875af11580156127cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127f091906145a9565b5050505050565b5f612802600f612f9f565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612842573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612866919061455c565b6001600160a01b031663fe1f18d683606e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015f604051808303815f87803b1580156128bd575f80fd5b505af11580156128cf573d5f803e3d5ffd5b505050505f816001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612910573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612934919061455c565b60405163b5346af560e01b81526001600160601b03851660048201529091506001600160a01b0382169063b5346af5906024015f604051808303815f87803b15801561297e575f80fd5b505af1158015612990573d5f803e3d5ffd5b50506040516001600160601b03861681527f6764112d27879e5bb12f07fde08a48629ec22e603c75c9942ba62a06c95a55f4925060200190506106c1565b5f80516020614f70833981519152546001600160a01b031690565b5f6129f333610ef0565b60035f9054906101000a90046001600160a01b03166001600160a01b031663c2bf08c86040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a8c91906145a9565b6001600160601b031681526020018b6001600160601b03168152602001612ab1601e90565b60ff1681526020015f151581526020015f6001600160a01b031681526020018a6001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401612b0d9190613fa4565b6020604051808303815f875af1158015612b29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4d91906145a9565b90505f896001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bb0919061455c565b9050806001600160a01b031663a46eb8dc836040518060c001604052808d6001600160601b031681526020018b815260200188888080601f0160208091040260200160405190810160405280939291908181526020018383808284375f9201919091525050509082525064ffffffffff8a16602080830191909152604080516356db0c1960e11b81528151919093019273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb61832926004808401938290030181865af4158015612c79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c9d91906149f8565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908b16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015612cfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1e91906149f8565b64ffffffffff1681525f6020909101526040516001600160e01b031960e085901b168152612d50929190600401614b82565b5f604051808303815f87803b158015612d67575f80fd5b505af1158015612d79573d5f803e3d5ffd5b5050505060045f9054906101000a90046001600160a01b03166001600160a01b03166325e451d382848973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e0e91906145a9565b6040518563ffffffff1660e01b8152600401612e2d9493929190614b35565b5f604051808303815f87803b158015612e44575f80fd5b505af1158015612e56573d5f803e3d5ffd5b505050505f8a6001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ebb919061455c565b6040516346f0e8a760e11b81526001600160601b03851660048201529091506001600160a01b03821690638de1d14e906024015f604051808303815f87803b158015612f05575f80fd5b505af1158015612f17573d5f803e3d5ffd5b50505050505098975050505050505050565b612f316132c0565b612f3a81611de9565b612f42610daa565b6001600160a01b038216612f695760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614f5083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f612fa8613ee3565b5f612fbb6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612fff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302391906145a9565b925061303183856001613a98565b9395909450915050565b5f805f80516020614f5083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156130a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130cb9190614741565b156130f75780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a78565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613149573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061316d9190614741565b6131955760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a78565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa1580156131e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061320b91906145a9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c51906044015b602060405180830381865af4158015613295573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b99190614741565b9392505050565b5f80516020614f9083398151915254600160401b900460ff166132f657604051631afcd79f60e31b815260040160405180910390fd5b565b6101e76132c0565b5f80516020614f908339815191528054600160401b810460ff1615906001600160401b03165f811580156133315750825b90505f826001600160401b0316600114801561334c5750303b155b90508115801561335a575080155b156133785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156133a257845460ff60401b1916600160401b1785555b5f80878060200190518101906133b89190614ba3565b90925090506133c8825f8b612364565b6133d26002613991565b600380546001600160a01b0319166001600160a01b03929092169190911790556133fc600b613991565b600480546001600160a01b0319166001600160a01b039290921691909117905561342c6308440dc360e21b610b97565b50508315610ee257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610ed9565b5f80516020614f708339815191525f806134a861348b6129ce565b873061349a60045f8a8c614bd0565b6134a391614bf7565b613d3a565b91509150816121a95763ffffffff81161561354357825460ff60a01b1916600160a01b1783556134d66129ce565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161350593929190614c2f565b5f604051808303815f87803b15801561351c575f80fd5b505af115801561352e573d5f803e3d5ffd5b5050845460ff60a01b19168555506121a99050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a78565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156135c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132b991906145a9565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044016135ac565b6040516304d40eb160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906309a81d629060440161327a565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156136bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136e0919061455c565b60405163bd7d9d8560e01b81526001600160601b03841660048201529091505f906001600160a01b0383169063bd7d9d85906024015f60405180830381865afa15801561372f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137569190810190614c96565b6101c0810151604051638d38cd4b60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156137b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137d89190614741565b801561382f575061382f816101c0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561113f573d5f803e3d5ffd5b15613858576040516311db797560e31b81526001600160601b0384166004820152602401610a78565b5f846001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa158015613895573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138b9919061455c565b604051630331f98560e21b81526001600160601b03861660048201529091506001600160a01b03821690630cc7e614906024015f604051808303815f87803b158015613903575f80fd5b505af1158015613915573d5f803e3d5ffd5b505050505050505050565b5f80516020614f7083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139886132c0565b611ef381613e42565b5f6139a46001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a2b9190614b67565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a92919061455c565b92915050565b613aa0613ee3565b5f80613ab46001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613b01573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b289190810190614e3c565b9250613b3585600b6110de565b15613b8b57604083015160ff868116911614613b8657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a78565b613c27565b613ba68360400151613b9b600c90565b60ff90811691161490565b80613bbc5750613bbc8360400151613b9b600f90565b80613bd25750613bd28360400151613b9b600e90565b80613be85750613be88360400151613b9b600d90565b613c2757604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a78565b613c348360200151613e53565b91508315613d3157816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9c919061455c565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d089190614741565b15613d3157604051637d71120960e11b81526001600160601b0387166004820152602401610a78565b50935093915050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613da89190614f0c565b5f60405180830381855afa9150503d805f8114613de0576040519150601f19603f3d011682016040523d82523d5f602084013e613de5565b606091505b50915091508115613e37576040815110613e175780806020019051810190613e0d9190614f22565b9094509250613e37565b6020815110613e375780806020019051810190613e349190614741565b93505b505094509492505050565b613e4a6132c0565b611ef381613920565b5f613e666001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613eb2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ed99190810190614e3c565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613f30575f80fd5b81356001600160e01b0319811681146132b9575f80fd5b6001600160601b0381168114611ef3575f80fd5b5f60208284031215613f6b575f80fd5b81356132b981613f47565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613fec608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614030610100840182613f76565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561406e5761406e614038565b60405290565b60405160c081016001600160401b038111828210171561406e5761406e614038565b60405161022081016001600160401b038111828210171561406e5761406e614038565b60405160e081016001600160401b038111828210171561406e5761406e614038565b604051601f8201601f191681016001600160401b038111828210171561410357614103614038565b604052919050565b5f6040828403121561411b575f80fd5b61412361404c565b823581526020928301359281019290925250919050565b5f806060838503121561414b575f80fd5b823561415681613f47565b9150614165846020850161410b565b90509250929050565b6001600160a01b0381168114611ef3575f80fd5b60ff81168114611ef3575f80fd5b8015158114611ef3575f80fd5b5f6001600160401b038211156141b5576141b5614038565b50601f01601f191660200190565b5f82601f8301126141d2575f80fd5b81356141e56141e08261419d565b6140db565b8181528460208386010111156141f9575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f805f8060c0878903121561422a575f80fd5b86356142358161416e565b9550602087013561424581613f47565b9450604087013561425581614182565b9350606087013561426581614190565b925060808701356142758161416e565b915060a08701356001600160401b0381111561428f575f80fd5b61429b89828a016141c3565b9150509295509295509295565b5f602082840312156142b8575f80fd5b81356001600160401b038111156142cd575f80fd5b614030848285016141c3565b5f80604083850312156142ea575f80fd5b82356142f58161416e565b915060208301356001600160401b0381111561430f575f80fd5b61431b858286016141c3565b9150509250929050565b5f805f8060808587031215614338575f80fd5b84356143438161416e565b9350602085013561435381613f47565b9250604085013561436381613f47565b9150606085013561437381613f47565b939692955090935050565b5f806040838503121561438f575f80fd5b823561439a81613f47565b915060208301356143aa81613f47565b809150509250929050565b5f602082840312156143c5575f80fd5b81356132b98161416e565b5f80604083850312156143e1575f80fd5b823561439a8161416e565b5f805f606084860312156143fe575f80fd5b83356144098161416e565b925060208401356144198161416e565b915060408401356144298161416e565b809150509250925092565b602081525f6132b96020830184613f76565b64ffffffffff81168114611ef3575f80fd5b5f805f805f805f80610100898b031215614470575f80fd5b883561447b8161416e565b9750602089013561448b81613f47565b9650604089013561449b8161416e565b95506144aa8a60608b0161410b565b945060a08901356144ba81613f47565b935060c08901356144ca81614446565b925060e08901356001600160401b038111156144e4575f80fd5b8901601f81018b136144f4575f80fd5b80356001600160401b03811115614509575f80fd5b8b602082840101111561451a575f80fd5b989b979a50959850939692959194602001935050565b5f8060408385031215614541575f80fd5b823561454c8161416e565b915060208301356143aa8161416e565b5f6020828403121561456c575f80fd5b81516132b98161416e565b5f60208284031215614587575f80fd5b815162ffffff811681146132b9575f80fd5b80516145a481613f47565b919050565b5f602082840312156145b9575f80fd5b81516132b981613f47565b600181811c908216806145d857607f821691505b6020821081036145f657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f82601f83011261460b575f80fd5b8151602083015f61461e6141e08461419d565b9050828152858383011115614631575f80fd5b8282602083015e5f92810160200192909252509392505050565b80516145a481614446565b5f60208284031215614666575f80fd5b81516001600160401b0381111561467b575f80fd5b820180840360e081121561468d575f80fd5b614695614074565b82516146a081613f47565b81526040601f19830112156146b3575f80fd5b6146bb61404c565b6020848101518252604085015181830152820152606083015191506001600160401b038211156146e9575f80fd5b6146f5868385016145fc565b60408201526147066080840161464b565b606082015261471760a0840161464b565b608082015261472860c0840161464b565b60a082015295945050505050565b80516145a481614190565b5f60208284031215614751575f80fd5b81516132b981614190565b6001600160601b0381511682525f6020820151805160208501526020810151604085015250604082015160e0606085015261479a60e0850182613f76565b905064ffffffffff606084015116608085015260808301516147c560a086018264ffffffffff169052565b5060a083015164ffffffffff811660c0860152509392505050565b6001600160601b0384168152606060208201525f614801606083018561475c565b905060ff83166040830152949350505050565b601f82111561249c57805f5260205f20601f840160051c810160208510156148395750805b601f840160051c820191505b818110156127f0575f8155600101614845565b81516001600160401b0381111561487157614871614038565b6148858161487f84546145c4565b84614814565b6020601f8211600181146148b7575f83156148a05750848201515b5f19600385901b1c1916600184901b1784556127f0565b5f84815260208120601f198516915b828110156148e657878501518255602094850194600190920191016148c6565b508482101561490357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160401b0381168114611ef3575f80fd5b5f60208284031215614936575f80fd5b81516132b981614912565b5f60208284031215614951575f80fd5b5051919050565b80516145a481614182565b63ffffffff81168114611ef3575f80fd5b5f6080828403128015614985575f80fd5b50604051608081016001600160401b03811182821017156149a8576149a8614038565b60405282516149b681614182565b815260208301516149c681614182565b602082015260408301516149d981614963565b604082015260608301516149ec81614963565b60608201529392505050565b5f60208284031215614a08575f80fd5b81516132b981614446565b5f805f60608486031215614a25575f80fd5b8351614a3081613f47565b6020850151909350614a4181613f47565b604085015190925061442981613f47565b80516145a48161416e565b5f60208284031215614a6d575f80fd5b81516001600160401b03811115614a82575f80fd5b820160c08185031215614a93575f80fd5b614a9b614074565b81516001600160401b03811115614ab0575f80fd5b614abc868285016145fc565b825250614acb60208301614599565b6020820152614adc60408301614a52565b6040820152614aed60608301614a52565b6060820152614afe60808301614a52565b608082015260a08201516001600160401b03811115614b1b575f80fd5b614b27868285016145fc565b60a083015250949350505050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614b77575f80fd5b81516132b981614182565b6001600160601b0383168152604060208201525f614030604083018461475c565b5f8060408385031215614bb4575f80fd5b8251614bbf8161416e565b60208401519092506143aa8161416e565b5f8085851115614bde575f80fd5b83861115614bea575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614c28576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b80516001600160c01b0319811681146145a4575f80fd5b805161ffff811681146145a4575f80fd5b5f60208284031215614ca6575f80fd5b81516001600160401b03811115614cbb575f80fd5b82016102208185031215614ccd575f80fd5b614cd5614096565b614cde82614599565b8152614cec60208301614599565b6020820152614cfd60408301614c6e565b6040820152614d0e60608301614c6e565b6060820152614d1f60808301614599565b6080820152614d3060a08301614599565b60a0820152614d4160c08301614599565b60c0820152614d5260e0830161464b565b60e08201526101008201516001600160401b03811115614d70575f80fd5b614d7c868285016145fc565b610100830152506101208201516001600160401b03811115614d9c575f80fd5b614da8868285016145fc565b61012083015250614dbc6101408301614c85565b610140820152614dcf6101608301614c85565b610160820152614de26101808301614599565b610180820152614df56101a08301614599565b6101a0820152614e086101c0830161464b565b6101c0820152614e1b6101e0830161464b565b6101e0820152614e2e610200830161464b565b610200820152949350505050565b5f60208284031215614e4c575f80fd5b81516001600160401b03811115614e61575f80fd5b820160e08185031215614e72575f80fd5b614e7a6140b9565b614e8382614599565b8152614e9160208301614599565b6020820152614ea260408301614958565b6040820152614eb360608301614736565b6060820152614ec460808301614a52565b6080820152614ed560a08301614a52565b60a082015260c08201516001600160401b03811115614ef2575f80fd5b614efe868285016145fc565b60c083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614f33575f80fd5b8251614f3e81614190565b60208401519092506143aa8161496356fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220e289e1b11e1b34fd626d722092ff3e8ea47d554e59616e2321a9a725b660cb3864736f6c634300081a0033",
1020
+ "linkReferences": {
1021
+ "contracts/type/Amount.sol": {
1022
+ "AmountLib": [
1023
+ {
1024
+ "length": 20,
1025
+ "start": 5580
1026
+ },
1027
+ {
1028
+ "length": 20,
1029
+ "start": 5608
1030
+ },
1031
+ {
1032
+ "length": 20,
1033
+ "start": 5976
1034
+ },
1035
+ {
1036
+ "length": 20,
1037
+ "start": 6389
1038
+ },
1039
+ {
1040
+ "length": 20,
1041
+ "start": 6671
1042
+ },
1043
+ {
1044
+ "length": 20,
1045
+ "start": 6810
1046
+ },
1047
+ {
1048
+ "length": 20,
1049
+ "start": 7096
1050
+ },
1051
+ {
1052
+ "length": 20,
1053
+ "start": 7318
1054
+ },
1055
+ {
1056
+ "length": 20,
1057
+ "start": 11899
1058
+ },
1059
+ {
1060
+ "length": 20,
1061
+ "start": 13924
1062
+ },
1063
+ {
1064
+ "length": 20,
1065
+ "start": 14057
1066
+ },
1067
+ {
1068
+ "length": 20,
1069
+ "start": 14131
1070
+ }
1071
+ ]
1072
+ },
1073
+ "contracts/type/NftId.sol": {
1074
+ "NftIdLib": [
1075
+ {
1076
+ "length": 20,
1077
+ "start": 2148
1078
+ },
1079
+ {
1080
+ "length": 20,
1081
+ "start": 2765
1082
+ },
1083
+ {
1084
+ "length": 20,
1085
+ "start": 4162
1086
+ },
1087
+ {
1088
+ "length": 20,
1089
+ "start": 9021
1090
+ },
1091
+ {
1092
+ "length": 20,
1093
+ "start": 11001
1094
+ },
1095
+ {
1096
+ "length": 20,
1097
+ "start": 12613
1098
+ },
1099
+ {
1100
+ "length": 20,
1101
+ "start": 13106
1102
+ }
1103
+ ]
1104
+ },
1105
+ "contracts/type/RoleId.sol": {
1106
+ "RoleIdLib": [
1107
+ {
1108
+ "length": 20,
1109
+ "start": 8143
1110
+ }
1111
+ ]
1112
+ },
1113
+ "contracts/type/Timestamp.sol": {
1114
+ "TimestampLib": [
1115
+ {
1116
+ "length": 20,
1117
+ "start": 4560
1118
+ },
1119
+ {
1120
+ "length": 20,
1121
+ "start": 11544
1122
+ },
1123
+ {
1124
+ "length": 20,
1125
+ "start": 11672
1126
+ },
1127
+ {
1128
+ "length": 20,
1129
+ "start": 14418
1130
+ },
1131
+ {
1132
+ "length": 20,
1133
+ "start": 14528
1134
+ }
1135
+ ]
1136
+ },
1137
+ "contracts/type/Version.sol": {
1138
+ "VersionLib": [
1139
+ {
1140
+ "length": 20,
1141
+ "start": 1994
1142
+ },
1143
+ {
1144
+ "length": 20,
1145
+ "start": 3392
1146
+ }
1147
+ ],
1148
+ "VersionPartLib": [
1149
+ {
1150
+ "length": 20,
1151
+ "start": 8191
1152
+ },
1153
+ {
1154
+ "length": 20,
1155
+ "start": 15013
1156
+ }
1157
+ ]
1158
+ }
1159
+ },
1160
+ "deployedLinkReferences": {
1161
+ "contracts/type/Amount.sol": {
1162
+ "AmountLib": [
1163
+ {
1164
+ "length": 20,
1165
+ "start": 5366
1166
+ },
1167
+ {
1168
+ "length": 20,
1169
+ "start": 5394
1170
+ },
1171
+ {
1172
+ "length": 20,
1173
+ "start": 5762
1174
+ },
1175
+ {
1176
+ "length": 20,
1177
+ "start": 6175
1178
+ },
1179
+ {
1180
+ "length": 20,
1181
+ "start": 6457
1182
+ },
1183
+ {
1184
+ "length": 20,
1185
+ "start": 6596
1186
+ },
1187
+ {
1188
+ "length": 20,
1189
+ "start": 6882
1190
+ },
1191
+ {
1192
+ "length": 20,
1193
+ "start": 7104
1194
+ },
1195
+ {
1196
+ "length": 20,
1197
+ "start": 11685
1198
+ },
1199
+ {
1200
+ "length": 20,
1201
+ "start": 13710
1202
+ },
1203
+ {
1204
+ "length": 20,
1205
+ "start": 13843
1206
+ },
1207
+ {
1208
+ "length": 20,
1209
+ "start": 13917
1210
+ }
1211
+ ]
1212
+ },
1213
+ "contracts/type/NftId.sol": {
1214
+ "NftIdLib": [
1215
+ {
1216
+ "length": 20,
1217
+ "start": 1934
1218
+ },
1219
+ {
1220
+ "length": 20,
1221
+ "start": 2551
1222
+ },
1223
+ {
1224
+ "length": 20,
1225
+ "start": 3948
1226
+ },
1227
+ {
1228
+ "length": 20,
1229
+ "start": 8807
1230
+ },
1231
+ {
1232
+ "length": 20,
1233
+ "start": 10787
1234
+ },
1235
+ {
1236
+ "length": 20,
1237
+ "start": 12399
1238
+ },
1239
+ {
1240
+ "length": 20,
1241
+ "start": 12892
1242
+ }
1243
+ ]
1244
+ },
1245
+ "contracts/type/RoleId.sol": {
1246
+ "RoleIdLib": [
1247
+ {
1248
+ "length": 20,
1249
+ "start": 7929
1250
+ }
1251
+ ]
1252
+ },
1253
+ "contracts/type/Timestamp.sol": {
1254
+ "TimestampLib": [
1255
+ {
1256
+ "length": 20,
1257
+ "start": 4346
1258
+ },
1259
+ {
1260
+ "length": 20,
1261
+ "start": 11330
1262
+ },
1263
+ {
1264
+ "length": 20,
1265
+ "start": 11458
1266
+ },
1267
+ {
1268
+ "length": 20,
1269
+ "start": 14204
1270
+ },
1271
+ {
1272
+ "length": 20,
1273
+ "start": 14314
1274
+ }
1275
+ ]
1276
+ },
1277
+ "contracts/type/Version.sol": {
1278
+ "VersionLib": [
1279
+ {
1280
+ "length": 20,
1281
+ "start": 1780
1282
+ },
1283
+ {
1284
+ "length": 20,
1285
+ "start": 3178
1286
+ }
1287
+ ],
1288
+ "VersionPartLib": [
1289
+ {
1290
+ "length": 20,
1291
+ "start": 7977
1292
+ },
1293
+ {
1294
+ "length": 20,
1295
+ "start": 14799
1296
+ }
1297
+ ]
1298
+ }
1299
+ }
1300
+ }