@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-ff282a4-523

Sign up to get free protection for your applications and to get access to all the features.
Files changed (431) hide show
  1. package/README.md +359 -8
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1376 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1556 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +780 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1000 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +840 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -523
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +616 -0
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +529 -601
  20. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +1348 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1574 -0
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +979 -0
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +656 -0
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2847 -0
  32. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +190 -0
  34. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  35. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +478 -0
  36. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.json +115 -0
  38. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +581 -0
  40. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  41. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +194 -0
  42. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  43. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  44. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  45. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +237 -0
  46. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  47. package/artifacts/contracts/instance/{access/IAccess.sol/IAccess.json → module/IBundle.sol/IBundle.json} +2 -2
  48. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  49. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  50. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  51. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  52. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  53. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  54. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  55. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IRisk.sol/IRisk.json} +2 -2
  56. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
  57. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.json +10 -0
  58. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
  59. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +10 -0
  60. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  61. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
  62. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +696 -0
  64. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  65. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +735 -0
  66. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  67. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
  68. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  69. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
  70. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  71. package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
  72. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  73. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
  74. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  75. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +708 -0
  76. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  77. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
  78. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +648 -0
  80. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  81. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  82. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +748 -0
  84. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  85. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +493 -0
  86. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  87. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
  88. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
  90. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  91. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +510 -0
  92. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  93. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
  94. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  95. package/artifacts/contracts/product/IProductService.sol/IProductService.json +442 -0
  96. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  97. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
  98. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +740 -0
  100. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  101. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
  102. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +688 -0
  104. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  105. package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
  106. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  107. package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
  108. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  109. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +640 -0
  110. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
  111. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +784 -0
  112. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  113. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +604 -71
  114. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  115. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +919 -0
  116. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  117. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  118. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  119. package/artifacts/contracts/registry/Registry.sol/Registry.json +702 -72
  120. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  121. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  122. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  123. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1211 -0
  124. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  125. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +657 -0
  126. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  127. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +620 -0
  128. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  129. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +485 -0
  130. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  131. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  132. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  133. package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
  134. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  135. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +631 -0
  136. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +4 -0
  137. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +73 -0
  138. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  139. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
  140. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  141. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +125 -0
  142. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  143. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
  144. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  145. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +175 -0
  146. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  147. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
  148. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  149. package/artifacts/contracts/shared/IService.sol/IService.json +327 -0
  150. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +4 -0
  151. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +55 -0
  152. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  153. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +238 -0
  154. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  155. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
  156. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  157. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +569 -0
  158. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  159. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +339 -0
  160. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  161. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  162. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  163. package/artifacts/contracts/shared/Service.sol/Service.json +488 -0
  164. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  165. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +114 -0
  166. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  167. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  168. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +4 -0
  169. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +78 -0
  170. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  171. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +309 -0
  172. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  173. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +545 -0
  174. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  175. package/artifacts/contracts/staking/Staking.sol/Staking.json +497 -0
  176. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  177. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +623 -0
  178. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  179. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +797 -0
  180. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  181. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +632 -0
  182. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  183. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  184. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  185. package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
  186. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  187. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +174 -0
  188. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  189. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  190. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  191. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  192. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  193. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  194. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  195. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  196. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  197. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -0
  198. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  199. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  200. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  201. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +92 -0
  202. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  203. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  204. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  205. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  206. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  207. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  208. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  209. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +156 -0
  210. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  211. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
  212. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  213. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +92 -0
  214. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  215. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +280 -0
  216. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  217. package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
  218. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  219. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +479 -0
  220. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  221. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  222. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  223. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
  224. package/contracts/distribution/Distribution.sol +285 -0
  225. package/contracts/distribution/DistributionService.sol +349 -0
  226. package/contracts/distribution/DistributionServiceManager.sol +51 -0
  227. package/contracts/distribution/IDistributionComponent.sol +71 -0
  228. package/contracts/distribution/IDistributionService.sol +87 -0
  229. package/contracts/instance/BundleManager.sol +126 -0
  230. package/contracts/instance/IInstance.sol +72 -15
  231. package/contracts/instance/IInstanceService.sol +73 -0
  232. package/contracts/instance/Instance.sol +210 -44
  233. package/contracts/instance/InstanceAccessManager.sol +543 -0
  234. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  235. package/contracts/instance/InstanceReader.sol +368 -0
  236. package/contracts/instance/InstanceService.sol +308 -0
  237. package/contracts/instance/InstanceServiceManager.sol +54 -0
  238. package/contracts/instance/InstanceStore.sol +211 -0
  239. package/contracts/instance/base/Cloneable.sol +51 -0
  240. package/contracts/instance/base/IKeyValueStore.sol +53 -0
  241. package/contracts/instance/base/ILifecycle.sol +30 -0
  242. package/contracts/instance/base/KeyValueStore.sol +169 -0
  243. package/contracts/instance/base/Lifecycle.sol +121 -0
  244. package/contracts/instance/base/ObjectManager.sol +82 -0
  245. package/contracts/instance/module/IAccess.sol +54 -0
  246. package/contracts/instance/module/IBundle.sol +23 -0
  247. package/contracts/instance/module/IComponents.sol +41 -0
  248. package/contracts/instance/module/IDistribution.sol +42 -0
  249. package/contracts/instance/module/IPolicy.sol +78 -0
  250. package/contracts/instance/module/IRisk.sol +11 -0
  251. package/contracts/instance/module/ISetup.sol +33 -0
  252. package/contracts/instance/module/ITreasury.sol +23 -0
  253. package/contracts/pool/BundleService.sol +382 -0
  254. package/contracts/pool/BundleServiceManager.sol +51 -0
  255. package/contracts/pool/IBundleService.sol +118 -0
  256. package/contracts/pool/IPoolComponent.sol +114 -0
  257. package/contracts/pool/IPoolService.sol +114 -0
  258. package/contracts/pool/Pool.sol +302 -0
  259. package/contracts/pool/PoolService.sol +403 -0
  260. package/contracts/pool/PoolServiceManager.sol +51 -0
  261. package/contracts/product/ApplicationService.sol +186 -0
  262. package/contracts/product/ApplicationServiceManager.sol +35 -0
  263. package/contracts/product/ClaimService.sol +442 -0
  264. package/contracts/product/ClaimServiceManager.sol +35 -0
  265. package/contracts/product/IApplicationService.sol +62 -0
  266. package/contracts/product/IClaimService.sol +93 -0
  267. package/contracts/product/IPolicyService.sol +80 -0
  268. package/contracts/product/IPricingService.sol +37 -0
  269. package/contracts/product/IProductComponent.sol +41 -0
  270. package/contracts/product/IProductService.sol +40 -0
  271. package/contracts/product/PolicyService.sol +376 -0
  272. package/contracts/product/PolicyServiceManager.sol +54 -0
  273. package/contracts/product/PricingService.sol +275 -0
  274. package/contracts/product/PricingServiceManager.sol +51 -0
  275. package/contracts/product/Product.sol +379 -0
  276. package/contracts/product/ProductService.sol +210 -0
  277. package/contracts/product/ProductServiceManager.sol +54 -0
  278. package/contracts/registry/ChainNft.sol +216 -0
  279. package/contracts/registry/IRegistry.sol +95 -51
  280. package/contracts/registry/IRegistryService.sol +69 -0
  281. package/contracts/registry/ITransferInterceptor.sol +7 -0
  282. package/contracts/registry/Registry.sol +436 -128
  283. package/contracts/registry/RegistryAccessManager.sol +207 -0
  284. package/contracts/registry/RegistryService.sol +304 -0
  285. package/contracts/registry/RegistryServiceManager.sol +60 -0
  286. package/contracts/registry/ReleaseManager.sol +360 -0
  287. package/contracts/registry/TokenRegistry.sol +116 -0
  288. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
  289. package/contracts/shared/Component.sol +271 -0
  290. package/contracts/shared/ComponentService.sol +150 -0
  291. package/contracts/shared/ERC165.sol +27 -0
  292. package/contracts/shared/IComponent.sol +90 -0
  293. package/contracts/shared/INftOwnable.sol +23 -0
  294. package/contracts/shared/IPolicyHolder.sol +40 -0
  295. package/contracts/shared/IRegisterable.sol +15 -0
  296. package/contracts/shared/IRegistryLinked.sol +11 -0
  297. package/contracts/shared/IService.sol +18 -0
  298. package/contracts/shared/IVersionable.sol +53 -0
  299. package/contracts/shared/NftOwnable.sol +118 -0
  300. package/contracts/shared/PolicyHolder.sol +94 -0
  301. package/contracts/shared/ProxyManager.sol +169 -0
  302. package/contracts/shared/Registerable.sol +75 -0
  303. package/contracts/shared/RegistryLinked.sol +43 -0
  304. package/contracts/shared/Service.sol +72 -0
  305. package/contracts/shared/TokenHandler.sol +35 -0
  306. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  307. package/contracts/shared/Versionable.sol +59 -0
  308. package/contracts/staking/IStaking.sol +15 -0
  309. package/contracts/staking/IStakingService.sol +105 -0
  310. package/contracts/staking/Staking.sol +64 -0
  311. package/contracts/staking/StakingManager.sol +44 -0
  312. package/contracts/staking/StakingService.sol +204 -0
  313. package/contracts/staking/StakingServiceManager.sol +41 -0
  314. package/contracts/type/AddressSet.sol +58 -0
  315. package/contracts/type/Amount.sol +109 -0
  316. package/contracts/type/Blocknumber.sol +119 -0
  317. package/contracts/type/ClaimId.sol +75 -0
  318. package/contracts/type/DistributorType.sol +55 -0
  319. package/contracts/type/Fee.sol +65 -0
  320. package/contracts/type/Key32.sol +50 -0
  321. package/contracts/type/NftId.sol +80 -0
  322. package/contracts/type/NftIdSet.sol +62 -0
  323. package/contracts/type/ObjectType.sol +166 -0
  324. package/contracts/type/PayoutId.sol +82 -0
  325. package/contracts/type/Referral.sol +89 -0
  326. package/contracts/type/RiskId.sol +43 -0
  327. package/contracts/type/RoleId.sol +132 -0
  328. package/contracts/type/Seconds.sol +54 -0
  329. package/contracts/type/StateId.sol +110 -0
  330. package/contracts/type/Timestamp.sol +132 -0
  331. package/contracts/type/UFixed.sol +326 -0
  332. package/contracts/type/Version.sol +108 -0
  333. package/package.json +21 -6
  334. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  335. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  336. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  337. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  338. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  339. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  340. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  341. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  342. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  343. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
  344. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  345. package/artifacts/contracts/components/Product.sol/Product.json +0 -213
  346. package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
  347. package/artifacts/contracts/experiment/A.sol/A.json +0 -128
  348. package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
  349. package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
  350. package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
  351. package/artifacts/contracts/experiment/B.sol/B.json +0 -76
  352. package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
  353. package/artifacts/contracts/experiment/C.sol/C.json +0 -89
  354. package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
  355. package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
  356. package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
  357. package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
  358. package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
  359. package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
  360. package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
  361. package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
  362. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  363. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  364. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  365. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  366. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  367. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  368. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  369. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  370. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  371. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
  372. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  373. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
  374. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  375. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  376. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  377. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  378. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  379. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  380. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  381. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  382. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
  383. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  384. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  385. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  386. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  387. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  388. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  389. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  390. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  391. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  392. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  393. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  394. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  395. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  396. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  397. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  398. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  399. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  400. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
  401. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  402. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
  403. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  404. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  405. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  406. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
  407. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  408. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  409. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  410. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  411. package/contracts/components/Component.sol +0 -62
  412. package/contracts/components/IPool.sol +0 -9
  413. package/contracts/components/IProduct.sol +0 -11
  414. package/contracts/components/Pool.sol +0 -29
  415. package/contracts/components/Product.sol +0 -65
  416. package/contracts/experiment/A.sol +0 -56
  417. package/contracts/experiment/B.sol +0 -23
  418. package/contracts/experiment/C.sol +0 -28
  419. package/contracts/experiment/IA.sol +0 -18
  420. package/contracts/experiment/IB.sol +0 -9
  421. package/contracts/experiment/IC.sol +0 -11
  422. package/contracts/instance/access/Access.sol +0 -218
  423. package/contracts/instance/access/IAccess.sol +0 -83
  424. package/contracts/instance/component/ComponentModule.sol +0 -259
  425. package/contracts/instance/component/IComponent.sol +0 -94
  426. package/contracts/instance/policy/IPolicy.sol +0 -66
  427. package/contracts/instance/policy/PolicyModule.sol +0 -106
  428. package/contracts/instance/pool/IPoolModule.sol +0 -40
  429. package/contracts/instance/pool/PoolModule.sol +0 -83
  430. package/contracts/instance/product/IProductService.sol +0 -45
  431. package/contracts/instance/product/ProductService.sol +0 -105
@@ -0,0 +1,657 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "RegistryServiceManager",
4
+ "sourceName": "contracts/registry/RegistryServiceManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "initialAuthority",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "registryAddress",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "NftId",
26
+ "name": "nftId",
27
+ "type": "uint96"
28
+ }
29
+ ],
30
+ "name": "ErrorNftOwnableAlreadyLinked",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "contractAddress",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "ErrorNftOwnableContractNotRegistered",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [],
46
+ "name": "ErrorNftOwnableInitialOwnerZero",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "address",
53
+ "name": "account",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "ErrorNftOwnableNotOwner",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [
62
+ {
63
+ "internalType": "address",
64
+ "name": "registryAddress",
65
+ "type": "address"
66
+ }
67
+ ],
68
+ "name": "ErrorNotRegistry",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "ErrorProxyManagerAlreadyDeployed",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "Version",
80
+ "name": "nextVersion",
81
+ "type": "uint24"
82
+ }
83
+ ],
84
+ "name": "ErrorProxyManagerNextVersionNotIncreasing",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [],
89
+ "name": "ErrorProxyManagerNotYetDeployed",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "ErrorProxyManagerZeroVersion",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "InvalidInitialization",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "NotInitializing",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "anonymous": false,
109
+ "inputs": [
110
+ {
111
+ "indexed": false,
112
+ "internalType": "uint64",
113
+ "name": "version",
114
+ "type": "uint64"
115
+ }
116
+ ],
117
+ "name": "Initialized",
118
+ "type": "event"
119
+ },
120
+ {
121
+ "anonymous": false,
122
+ "inputs": [
123
+ {
124
+ "indexed": true,
125
+ "internalType": "address",
126
+ "name": "proxy",
127
+ "type": "address"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "address",
132
+ "name": "initialImplementation",
133
+ "type": "address"
134
+ }
135
+ ],
136
+ "name": "LogProxyManagerVersionableDeployed",
137
+ "type": "event"
138
+ },
139
+ {
140
+ "anonymous": false,
141
+ "inputs": [
142
+ {
143
+ "indexed": true,
144
+ "internalType": "address",
145
+ "name": "proxy",
146
+ "type": "address"
147
+ },
148
+ {
149
+ "indexed": false,
150
+ "internalType": "address",
151
+ "name": "upgradedImplementation",
152
+ "type": "address"
153
+ }
154
+ ],
155
+ "name": "LogProxyManagerVersionableUpgraded",
156
+ "type": "event"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "ACCESS_MANAGER_CREATION_CODE_HASH",
161
+ "outputs": [
162
+ {
163
+ "internalType": "bytes32",
164
+ "name": "",
165
+ "type": "bytes32"
166
+ }
167
+ ],
168
+ "stateMutability": "view",
169
+ "type": "function"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
174
+ "outputs": [
175
+ {
176
+ "internalType": "bytes32",
177
+ "name": "",
178
+ "type": "bytes32"
179
+ }
180
+ ],
181
+ "stateMutability": "view",
182
+ "type": "function"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "address",
188
+ "name": "initialImplementation",
189
+ "type": "address"
190
+ },
191
+ {
192
+ "internalType": "bytes",
193
+ "name": "initializationData",
194
+ "type": "bytes"
195
+ }
196
+ ],
197
+ "name": "deploy",
198
+ "outputs": [
199
+ {
200
+ "internalType": "contract IVersionable",
201
+ "name": "versionable",
202
+ "type": "address"
203
+ }
204
+ ],
205
+ "stateMutability": "nonpayable",
206
+ "type": "function"
207
+ },
208
+ {
209
+ "inputs": [
210
+ {
211
+ "internalType": "address",
212
+ "name": "proxyOwner",
213
+ "type": "address"
214
+ },
215
+ {
216
+ "internalType": "bytes",
217
+ "name": "deployData",
218
+ "type": "bytes"
219
+ }
220
+ ],
221
+ "name": "getDeployData",
222
+ "outputs": [
223
+ {
224
+ "internalType": "bytes",
225
+ "name": "data",
226
+ "type": "bytes"
227
+ }
228
+ ],
229
+ "stateMutability": "pure",
230
+ "type": "function"
231
+ },
232
+ {
233
+ "inputs": [],
234
+ "name": "getNftId",
235
+ "outputs": [
236
+ {
237
+ "internalType": "NftId",
238
+ "name": "",
239
+ "type": "uint96"
240
+ }
241
+ ],
242
+ "stateMutability": "view",
243
+ "type": "function"
244
+ },
245
+ {
246
+ "inputs": [],
247
+ "name": "getOwner",
248
+ "outputs": [
249
+ {
250
+ "internalType": "address",
251
+ "name": "",
252
+ "type": "address"
253
+ }
254
+ ],
255
+ "stateMutability": "view",
256
+ "type": "function"
257
+ },
258
+ {
259
+ "inputs": [],
260
+ "name": "getProxy",
261
+ "outputs": [
262
+ {
263
+ "internalType": "contract UpgradableProxyWithAdmin",
264
+ "name": "",
265
+ "type": "address"
266
+ }
267
+ ],
268
+ "stateMutability": "nonpayable",
269
+ "type": "function"
270
+ },
271
+ {
272
+ "inputs": [],
273
+ "name": "getRegistry",
274
+ "outputs": [
275
+ {
276
+ "internalType": "contract IRegistry",
277
+ "name": "",
278
+ "type": "address"
279
+ }
280
+ ],
281
+ "stateMutability": "view",
282
+ "type": "function"
283
+ },
284
+ {
285
+ "inputs": [],
286
+ "name": "getRegistryService",
287
+ "outputs": [
288
+ {
289
+ "internalType": "contract RegistryService",
290
+ "name": "registryService",
291
+ "type": "address"
292
+ }
293
+ ],
294
+ "stateMutability": "view",
295
+ "type": "function"
296
+ },
297
+ {
298
+ "inputs": [
299
+ {
300
+ "internalType": "bytes",
301
+ "name": "upgradeData",
302
+ "type": "bytes"
303
+ }
304
+ ],
305
+ "name": "getUpgradeData",
306
+ "outputs": [
307
+ {
308
+ "internalType": "bytes",
309
+ "name": "data",
310
+ "type": "bytes"
311
+ }
312
+ ],
313
+ "stateMutability": "pure",
314
+ "type": "function"
315
+ },
316
+ {
317
+ "inputs": [],
318
+ "name": "getVersion",
319
+ "outputs": [
320
+ {
321
+ "internalType": "Version",
322
+ "name": "",
323
+ "type": "uint24"
324
+ }
325
+ ],
326
+ "stateMutability": "view",
327
+ "type": "function"
328
+ },
329
+ {
330
+ "inputs": [
331
+ {
332
+ "internalType": "uint256",
333
+ "name": "idx",
334
+ "type": "uint256"
335
+ }
336
+ ],
337
+ "name": "getVersion",
338
+ "outputs": [
339
+ {
340
+ "internalType": "Version",
341
+ "name": "",
342
+ "type": "uint24"
343
+ }
344
+ ],
345
+ "stateMutability": "view",
346
+ "type": "function"
347
+ },
348
+ {
349
+ "inputs": [],
350
+ "name": "getVersionCount",
351
+ "outputs": [
352
+ {
353
+ "internalType": "uint256",
354
+ "name": "",
355
+ "type": "uint256"
356
+ }
357
+ ],
358
+ "stateMutability": "view",
359
+ "type": "function"
360
+ },
361
+ {
362
+ "inputs": [
363
+ {
364
+ "internalType": "Version",
365
+ "name": "_version",
366
+ "type": "uint24"
367
+ }
368
+ ],
369
+ "name": "getVersionInfo",
370
+ "outputs": [
371
+ {
372
+ "components": [
373
+ {
374
+ "internalType": "Version",
375
+ "name": "version",
376
+ "type": "uint24"
377
+ },
378
+ {
379
+ "internalType": "address",
380
+ "name": "implementation",
381
+ "type": "address"
382
+ },
383
+ {
384
+ "internalType": "address",
385
+ "name": "activatedBy",
386
+ "type": "address"
387
+ },
388
+ {
389
+ "internalType": "Timestamp",
390
+ "name": "activatedAt",
391
+ "type": "uint40"
392
+ },
393
+ {
394
+ "internalType": "Blocknumber",
395
+ "name": "activatedIn",
396
+ "type": "uint32"
397
+ }
398
+ ],
399
+ "internalType": "struct ProxyManager.VersionInfo",
400
+ "name": "",
401
+ "type": "tuple"
402
+ }
403
+ ],
404
+ "stateMutability": "view",
405
+ "type": "function"
406
+ },
407
+ {
408
+ "inputs": [],
409
+ "name": "initializeERC165",
410
+ "outputs": [],
411
+ "stateMutability": "nonpayable",
412
+ "type": "function"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "initialOwner",
419
+ "type": "address"
420
+ },
421
+ {
422
+ "internalType": "address",
423
+ "name": "registryAddress",
424
+ "type": "address"
425
+ }
426
+ ],
427
+ "name": "initializeNftOwnable",
428
+ "outputs": [],
429
+ "stateMutability": "nonpayable",
430
+ "type": "function"
431
+ },
432
+ {
433
+ "inputs": [
434
+ {
435
+ "internalType": "address",
436
+ "name": "registry",
437
+ "type": "address"
438
+ }
439
+ ],
440
+ "name": "initializeProxyManager",
441
+ "outputs": [],
442
+ "stateMutability": "nonpayable",
443
+ "type": "function"
444
+ },
445
+ {
446
+ "inputs": [
447
+ {
448
+ "internalType": "address",
449
+ "name": "registryAddress",
450
+ "type": "address"
451
+ }
452
+ ],
453
+ "name": "initializeRegistryLinked",
454
+ "outputs": [],
455
+ "stateMutability": "nonpayable",
456
+ "type": "function"
457
+ },
458
+ {
459
+ "inputs": [],
460
+ "name": "linkOwnershipToServiceNft",
461
+ "outputs": [],
462
+ "stateMutability": "nonpayable",
463
+ "type": "function"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "linkToRegisteredNftId",
468
+ "outputs": [],
469
+ "stateMutability": "nonpayable",
470
+ "type": "function"
471
+ },
472
+ {
473
+ "inputs": [
474
+ {
475
+ "internalType": "bytes4",
476
+ "name": "interfaceId",
477
+ "type": "bytes4"
478
+ }
479
+ ],
480
+ "name": "registerInterface",
481
+ "outputs": [],
482
+ "stateMutability": "nonpayable",
483
+ "type": "function"
484
+ },
485
+ {
486
+ "inputs": [
487
+ {
488
+ "internalType": "bytes4",
489
+ "name": "interfaceId",
490
+ "type": "bytes4"
491
+ }
492
+ ],
493
+ "name": "supportsInterface",
494
+ "outputs": [
495
+ {
496
+ "internalType": "bool",
497
+ "name": "",
498
+ "type": "bool"
499
+ }
500
+ ],
501
+ "stateMutability": "view",
502
+ "type": "function"
503
+ },
504
+ {
505
+ "inputs": [
506
+ {
507
+ "internalType": "address",
508
+ "name": "newImplementation",
509
+ "type": "address"
510
+ },
511
+ {
512
+ "internalType": "bytes",
513
+ "name": "upgradeData",
514
+ "type": "bytes"
515
+ }
516
+ ],
517
+ "name": "upgrade",
518
+ "outputs": [
519
+ {
520
+ "internalType": "contract IVersionable",
521
+ "name": "versionable",
522
+ "type": "address"
523
+ }
524
+ ],
525
+ "stateMutability": "nonpayable",
526
+ "type": "function"
527
+ }
528
+ ],
529
+ "bytecode": "0x60a06040523480156200001157600080fd5b506040516200787f3803806200787f833981016040819052620000349162000c52565b806200004081620001ad565b506001600160a01b038216620000b45760405162461bcd60e51b815260206004820152602e60248201527f5265676973747279536572766963654d616e616765723a20696e697469616c2060448201526d0617574686f7269747920697320360941b60648201526084015b60405180910390fd5b6001600160a01b0381166200011a5760405162461bcd60e51b815260206004820152602560248201527f5265676973747279536572766963654d616e616765723a207265676973747279604482015264020697320360dc1b6064820152608401620000ab565b60006040516200012a9062000c19565b604051809103906000f08015801562000147573d6000803e3d6000fd5b50905060008284604051602001620001759291906001600160a01b0392831681529116602082015260400190565b60408051601f1981840301815291905290506000620001958383620002cd565b6001600160a01b03166080525062000e229350505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b0316600081158015620001f85750825b90506000826001600160401b03166001148015620002155750303b155b90508115801562000224575080155b15620002435760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b031916600117855583156200027257845460ff60401b1916680100000000000000001785555b6200027e338762000465565b8315620002c557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b6000620002d9620004fe565b6001600160a01b0316336001600160a01b0316146200030e5760405163086391f760e31b8152336004820152602401620000ab565b60045415620003305760405163402b135f60e11b815260040160405180910390fd5b60006200033c620004fe565b90503084816200034d848762000657565b6040516200035b9062000c27565b620003699392919062000cd2565b604051809103906000f08015801562000386573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062000419918591630d8e6e2c9160048083019260209291908290030181865afa158015620003eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000411919062000d09565b8684620006b1565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6200046f62000a68565b6200047a8162000ab9565b6200048462000bd1565b6001600160a01b038216620004ac5760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b6000807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000581573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005a7919062000d37565b1562000638576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156200060c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000632919062000d5b565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b83836040516024016200067692919062000d79565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620007338373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af415801562000700573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000726919062000d09565b62ffffff90811691161490565b1562000752576040516348c618db60e01b815260040160405180910390fd5b60045415620008bd57600480546200076d9060019062000da7565b8154811062000780576200078062000dc9565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015620007f5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200081b919062000ddf565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562000870573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000896919062000ddf565b11620008bd57604051633e614b6d60e11b815262ffffff84166004820152602401620000ab565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801562000991573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620009b7919062000df9565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1662000ab757604051631afcd79f60e31b815260040160405180910390fd5b565b62000ac362000a68565b806001600160a01b03163b60000362000afb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620000ab565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa92505050801562000b78575060408051601f3d908101601f1916820190925262000b759181019062000d37565b60015b62000ba25760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620000ab565b8062000bcd5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620000ab565b5050565b62000bdb62000a68565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61309a80620038b683390190565b610f2f806200695083390190565b80516001600160a01b038116811462000c4d57600080fd5b919050565b6000806040838503121562000c6657600080fd5b62000c718362000c35565b915062000c816020840162000c35565b90509250929050565b6000815180845260005b8181101562000cb25760208185018101518683018201520162000c94565b506000602082860101526020601f19601f83011685010191505092915050565b6001600160a01b0384811682528316602082015260606040820181905260009062000d009083018462000c8a565b95945050505050565b60006020828403121562000d1c57600080fd5b815162ffffff8116811462000d3057600080fd5b9392505050565b60006020828403121562000d4a57600080fd5b8151801515811462000d3057600080fd5b60006020828403121562000d6e57600080fd5b62000d308262000c35565b6001600160a01b038316815260406020820181905260009062000d9f9083018462000c8a565b949350505050565b81810381811115620006ab57634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60006020828403121562000df257600080fd5b5051919050565b60006020828403121562000e0c57600080fd5b815164ffffffffff8116811462000d3057600080fd5b608051612a7162000e456000396000818161045b0152610c150152612a716000f3fe60806040523480156200001157600080fd5b5060043610620001695760003560e01c80636bfc9c7311620000d3578063b31df54a1162000086578063b31df54a1462000421578063b88da759146200042b578063c987336c1462000442578063caf4e3d41462000459578063e97fac051462000480578063f7c34ee0146200049757600080fd5b80636bfc9c7314620003b6578063893d20e814620003ce5780638e9afce614620003d8578063933a9ce814620003ef578063946dfcfe1462000401578063ada9652e146200040a57600080fd5b8063214cdb80116200012c578063214cdb80146200021b57806336fc697e14620002325780634d459c90146200023c5780635ab1bd53146200034f578063644c45e01462000375578063675393bf146200039f57600080fd5b806301ffc9a7146200016e578063058f7a9714620001b35780630d8e6e2c14620001cc578063138461e014620001eb5780631775564d14620001f5575b600080fd5b6200019e6200017f366004620016f3565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001ca620001c43660046200173c565b620004ae565b005b620001d6620005c7565b60405162ffffff9091168152602001620001aa565b620001ca6200063d565b6200020c6200020636600462001807565b62000852565b604051620001aa9190620018a5565b620001ca6200022c366004620016f3565b620008ac565b620001ca620008db565b620002f16200024d366004620018cc565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001620001aa565b6001546001600160a01b03165b6040516001600160a01b039091168152602001620001aa565b60008051602062002a1c833981519152546040516001600160601b039091168152602001620001aa565b620001ca620003b03660046200173c565b62000923565b620003bf600081565b604051908152602001620001aa565b6200035c62000a3c565b6200020c620003e9366004620018ec565b62000b7b565b6002546001600160a01b03166200035c565b600454620003bf565b620003bf60008051602062002a1c83398151915281565b620001ca62000bd0565b620001d66200043c3660046200192d565b62000c3a565b6200035c6200045336600462001807565b62000c7e565b7f00000000000000000000000000000000000000000000000000000000000000006200035c565b6200035c6200049136600462001807565b62000ebc565b620001ca620004a836600462001947565b62001054565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015620004f55750825b905060008267ffffffffffffffff166001148015620005135750303b155b90508115801562000522575080155b15620005415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156200056c57845460ff60401b1916600160401b1785555b62000578338762001054565b8315620005bf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801562000612573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000638919062001985565b905090565b600060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015620006ae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006d49190620019a5565b15620007065780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306200071a6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801562000763573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007899190620019a5565b620007b35760405163b9304b0d60e01b81526001600160a01b0382166004820152602401620006fd565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801562000808573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200082e9190620019c9565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b60606349bb9e4b60e01b838360405160240162000871929190620019f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620008b6620010d3565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b620008e5620010d3565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6200092d620010d3565b806001600160a01b03163b600003620009655760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620006fd565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015620009e2575060408051601f3d908101601f19168201909252620009df91810190620019a5565b60015b62000a0c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620006fd565b8062000a375760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620006fd565b505b50565b60008060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000aae573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000ad49190620019a5565b1562000b65576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000b39573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b5f919062001a1a565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b989190620018a5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b62000bda62000a3c565b6001600160a01b0316336001600160a01b03161462000c0f5760405163086391f760e31b8152336004820152602401620006fd565b62000a397f00000000000000000000000000000000000000000000000000000000000000006200111f565b60006004828154811062000c525762000c5262001a3a565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000c8a62000a3c565b6001600160a01b0316336001600160a01b03161462000cbf5760405163086391f760e31b8152336004820152602401620006fd565b60045460000362000ce35760405163366dfd2160e21b815260040160405180910390fd5b600062000cef62000a3c565b9050600062000d066002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000d46573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000d6c919062001a1a565b6002549091506001600160a01b03908116908216639623609d828862000d928962000b7b565b6040518463ffffffff1660e01b815260040162000db29392919062001a50565b600060405180830381600087803b15801562000dcd57600080fd5b505af115801562000de2573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000e6f846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000e41573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000e67919062001985565b87856200132e565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000ec862000a3c565b6001600160a01b0316336001600160a01b03161462000efd5760405163086391f760e31b8152336004820152602401620006fd565b6004541562000f1f5760405163402b135f60e11b815260040160405180910390fd5b600062000f2b62000a3c565b905030848162000f3c848762000852565b60405162000f4a90620016e5565b62000f589392919062001a50565b604051809103906000f08015801562000f75573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062001008918591630d8e6e2c9160048083019260209291908290030181865afa15801562000fda573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001000919062001985565b86846200132e565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6200105e620010d3565b620010698162000923565b62001073620008db565b6001600160a01b0382166200109b5760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602062002a1c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200111d57604051631afcd79f60e31b815260040160405180910390fd5b565b60008060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562001191573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011b79190620019a5565b15620011e55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401620006fd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156200123a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620012609190620019a5565b6200128a5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401620006fd565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015620012df573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013059190620019c9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b620013b08373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156200137d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013a3919062001985565b62ffffff90811691161490565b15620013cf576040516348c618db60e01b815260040160405180910390fd5b600454156200153a5760048054620013ea9060019062001a87565b81548110620013fd57620013fd62001a3a565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001472573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001498919062001aa9565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015620014ed573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001513919062001aa9565b116200153a57604051633e614b6d60e11b815262ffffff84166004820152602401620006fd565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156200160e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001634919062001ac3565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b610f2f8062001aed83390190565b6000602082840312156200170657600080fd5b81356001600160e01b0319811681146200171f57600080fd5b9392505050565b6001600160a01b038116811462000a3957600080fd5b6000602082840312156200174f57600080fd5b81356200171f8162001726565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200178457600080fd5b813567ffffffffffffffff80821115620017a257620017a26200175c565b604051601f8301601f19908116603f01168101908282118183101715620017cd57620017cd6200175c565b81604052838152866020858801011115620017e757600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156200181b57600080fd5b8235620018288162001726565b9150602083013567ffffffffffffffff8111156200184557600080fd5b620018538582860162001772565b9150509250929050565b6000815180845260005b81811015620018855760208185018101518683018201520162001867565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006200171f60208301846200185d565b62ffffff8116811462000a3957600080fd5b600060208284031215620018df57600080fd5b81356200171f81620018ba565b600060208284031215620018ff57600080fd5b813567ffffffffffffffff8111156200191757600080fd5b620019258482850162001772565b949350505050565b6000602082840312156200194057600080fd5b5035919050565b600080604083850312156200195b57600080fd5b8235620019688162001726565b915060208301356200197a8162001726565b809150509250929050565b6000602082840312156200199857600080fd5b81516200171f81620018ba565b600060208284031215620019b857600080fd5b815180151581146200171f57600080fd5b600060208284031215620019dc57600080fd5b81516001600160601b03811681146200171f57600080fd5b6001600160a01b038316815260406020820181905260009062001925908301846200185d565b60006020828403121562001a2d57600080fd5b81516200171f8162001726565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b0384811682528316602082015260606040820181905260009062001a7e908301846200185d565b95945050505050565b81810381811115620008a657634e487b7160e01b600052601160045260246000fd5b60006020828403121562001abc57600080fd5b5051919050565b60006020828403121562001ad657600080fd5b815164ffffffffff811681146200171f57600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212200f354f3858b79004283cbafcf9c19180bf92b398dce732ba6a1b88b900eb55dc64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122025a8dedce44877ce7d91457e5b94a267c619c6a2d5ffdf9a25888614e1d5e56564736f6c6343000814003360806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612fb480620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101f05760003560e01c8063675393bf1161010f578063ada9652e116100a2578063c2bf08c811610071578063c2bf08c814610472578063c4c79d8b14610485578063ed841d0c14610498578063f7c34ee0146104a057600080fd5b8063ada9652e14610431578063b68d180914610446578063bf7e214f14610455578063c13de9971461045d57600080fd5b8063893d20e8116100de578063893d20e8146103ee5780638e32e979146103f65780638fb36037146104095780638fbc2d811461041e57600080fd5b8063675393bf146103a25780637286e5e5146103b55780637a9e5e4b146103c85780638105cc7f146103db57600080fd5b8063329d6e74116101875780635ab1bd53116101565780635ab1bd53146103395780635c992fed1461035e5780635d96628914610371578063644c45e01461038457600080fd5b8063329d6e74146102e057806336fc697e146102f357806349bb9e4b146102fb57806357a8fba71461030e57600080fd5b8063138461e0116101c3578063138461e01461027b5780631eff4b2214610285578063214cdb80146102ba57806327bb7a33146102cd57600080fd5b806301ffc9a7146101f5578063026bc43b146102375780630d8e6e2c146102575780630fec111c14610273575b600080fd5b6102226102033660046124f7565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61024a61024536600461254d565b6104b3565b60405161022e91906125d6565b61025f610651565b60405162ffffff909116815260200161022e565b61024a6106db565b6102836107fc565b005b6102ac7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161022e565b6102836102c83660046124f7565b610a03565b6102836102db36600461279f565b610a30565b6102836102ee366004612837565b610ad5565b610283610c22565b61028361030936600461286b565b610c68565b61032161031c3660046128ba565b610d67565b6040516001600160601b03909116815260200161022e565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161022e565b61032161036c3660046128ba565b610df6565b61024a61037f36600461254d565b610e0c565b600080516020612f1f833981519152546001600160601b0316610321565b6102836103b036600461298c565b610f4c565b61024a6103c336600461254d565b61105f565b6102836103d636600461298c565b61110c565b6103216103e93660046128ba565b61118f565b6103466111a5565b6102836104043660046129a9565b6112dc565b610411611515565b60405161022e91906129f4565b61024a61042c36600461254d565b61154d565b6102ac600080516020612f1f83398151915281565b6040516028815260200161022e565b6103466115fa565b610465611616565b60405161022e9190612a09565b6103216104803660046128ba565b611d25565b61024a61049336600461254d565b611d3b565b6102ac600081565b6102836104ae36600461254d565b611d57565b6104bb6124b9565b6104c8335b600036611dce565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104fb9063425ec80560e01b906004016129f4565b602060405180830381865afa158015610518573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053c9190612ac1565b61055957604051636795c76360e01b815260040160405180910390fd5b6105668360465b84611ed4565b905061057a6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105a591906125d6565b6020604051808303816000875af11580156105c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105e89190612ae9565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561063357600080fd5b505af1158015610647573d6000803e3d6000fd5b5050505092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156106b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d69190612b06565b905090565b6106e36124b9565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a081016107586111a5565b6001600160a01b0316815260200182600101805461077590612b2b565b80601f01602080910402602001604051908101604052809291908181526020018280546107a190612b2b565b80156107ee5780601f106107c3576101008083540402835291602001916107ee565b820191906000526020600020905b8154815290600101906020018083116107d157829003601f168201915b505050505081525091505090565b6000600080516020612f1f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561086b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061088f9190612ac1565b156108c05780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306108d36001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561091b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061093f9190612ac1565b6109675760405163b9304b0d60e01b81526001600160a01b03821660048201526024016108b7565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156109bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109df9190612ae9565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610a0b6120c4565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610a386120c4565b610a428287611d57565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610acb8382612bab565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610af7610651565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610b37573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5b9190612c6a565b600080516020612f5f8339815191528054600160401b900460ff1680610b8e575080546001600160401b03808416911610155b15610bac5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610bd6836120fd565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610c2a6120c4565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020612f5f8339815191528054600160401b810460ff1615906001600160401b0316600081158015610c9b5750825b90506000826001600160401b03166001148015610cb75750303b155b905081158015610cc5575080155b15610ce35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d0d57845460ff60401b1916600160401b1785555b610d178787612105565b8315610d5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610d72336104c0565b610d7d82607a612224565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610dad9085906004016125d6565b6020604051808303816000875af1158015610dcc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df09190612ae9565b92915050565b6000610e01336104c0565b610d7d8260d3612224565b610e146124b9565b610e1d336104c0565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610e509063058d03e760e21b906004016129f4565b602060405180830381865afa158015610e6d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e919190612ac1565b610eae57604051637a71998760e01b815260040160405180910390fd5b610eb983606e610560565b9050610ecd6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610ef891906125d6565b6020604051808303816000875af1158015610f17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3b9190612ae9565b6001600160601b0316815292915050565b610f546120c4565b806001600160a01b03163b600003610f8a5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b7565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610fd090631373a18560e31b906004016129f4565b602060405180830381865afa925050508015611009575060408051601f3d908101601f1916820190925261100691810190612ac1565b60015b6110315760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b7565b8061105a5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108b7565b505b50565b6110676124b9565b611070336104c0565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906110a390630d02010f60e31b906004016129f4565b602060405180830381865afa1580156110c0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110e49190612ac1565b61110157604051636f61f64160e01b815260040160405180910390fd5b610eb983608c610560565b336111156115fa565b6001600160a01b0316816001600160a01b0316146111505760405162d1953b60e31b81526001600160a01b03821660048201526024016108b7565b816001600160a01b03163b600003611186576040516361798f2f60e11b81526001600160a01b03831660048201526024016108b7565b61105a8261232a565b600061119a336104c0565b610d7d826050612224565b600080600080516020612f1f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611215573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112399190612ac1565b156112c6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561129c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112c09190612c9e565b91505090565b54600160601b90046001600160a01b0316919050565b6112e46120c4565b61136483846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611326573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061134a9190612ae9565b603c60008560405180602001604052806000815250610a30565b6001600160a01b038216156113815761137c8261238b565b6114f0565b60006113956001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113f5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114199190612cc6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561145e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114829190612c9e565b90506114ee816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114e99190612c9e565b61238b565b505b611500634a531f3360e01b610a03565b61151063b68d180960e01b610a03565b505050565b600080516020612f3f833981519152805460009190600160a01b900460ff1661153f5760006112c0565b638fb3603760e01b91505090565b6115556124b9565b61155e336104c0565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061159190637895d0ed60e01b906004016129f4565b602060405180830381865afa1580156115ae573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115d29190612ac1565b6115ef576040516308707e3160e41b815260040160405180910390fd5b610eb9836078610560565b600080516020612f3f833981519152546001600160a01b031690565b60408051600a8082526101608201909252606091816020015b60408051808201909152600081526060602082015281526020019060019003908161162f57905050905061166160d390565b8160008151811061167457611674612ce3565b60209081029190910181015160ff929092169091526040805160008082529281019091529050816000815181106116ad576116ad612ce3565b6020026020010151602001819052506116c460d290565b816001815181106116d7576116d7612ce3565b602090810291909101015160ff91909116905260408051600180825281830190925290816020016020820280368337019050508160018151811061171d5761171d612ce3565b602002602001015160200181905250635c992fed60e01b8160018151811061174757611747612ce3565b60200260200101516020015160008151811061176557611765612ce3565b6001600160e01b03199092166020928302919091019091015261178660d490565b8160028151811061179957611799612ce3565b60209081029190910181015160ff92909216909152604080516000815291820190528151829060029081106117d0576117d0612ce3565b6020026020010151602001819052506117e7606e90565b816003815181106117fa576117fa612ce3565b602090810291909101015160ff91909116905260408051600180825281830190925290816020016020820280368337019050508160038151811061184057611840612ce3565b602002602001015160200181905250635d96628960e01b8160038151811061186a5761186a612ce3565b60200260200101516020015160008151811061188857611888612ce3565b6001600160e01b0319909216602092830291909101909101526118a9608c90565b816004815181106118bc576118bc612ce3565b602090810291909101015160ff91909116905260408051600180825281830190925290816020016020820280368337019050508160048151811061190257611902612ce3565b602002602001015160200181905250637286e5e560e01b8160048151811061192c5761192c612ce3565b60200260200101516020015160008151811061194a5761194a612ce3565b6001600160e01b03199092166020928302919091019091015261196b60dc90565b8160058151811061197e5761197e612ce3565b602090810291909101015160ff9190911690526040805160018082528183019092529081602001602082028036833701905050816005815181106119c4576119c4612ce3565b60200260200101516020018190525063c2bf08c860e01b816005815181106119ee576119ee612ce3565b602002602001015160200151600081518110611a0c57611a0c612ce3565b6001600160e01b031990921660209283029190910190910152611a2d60e690565b81600681518110611a4057611a40612ce3565b60209081029190910181015160ff9290921690915260408051600081529182019052815182906006908110611a7757611a77612ce3565b602002602001015160200181905250611a8e607890565b81600781518110611aa157611aa1612ce3565b602090810291909101015160ff91909116905260408051600280825260608201909252908160200160208202803683370190505081600781518110611ae857611ae8612ce3565b602002602001015160200181905250638fbc2d8160e01b81600781518110611b1257611b12612ce3565b602002602001015160200151600081518110611b3057611b30612ce3565b6001600160e01b03199092166020928302919091019091015280516357a8fba760e01b9082906007908110611b6757611b67612ce3565b602002602001015160200151600181518110611b8557611b85612ce3565b6001600160e01b031990921660209283029190910190910152611ba6604690565b81600881518110611bb957611bb9612ce3565b602090810291909101015160ff919091169052604080516001808252818301909252908160200160208202803683370190505081600881518110611bff57611bff612ce3565b60200260200101516020018190525063026bc43b60e01b81600881518110611c2957611c29612ce3565b602002602001015160200151600081518110611c4757611c47612ce3565b6001600160e01b031990921660209283029190910190910152611c68602d90565b81600981518110611c7b57611c7b612ce3565b602090810291909101015160ff919091169052604080516001808252818301909252908160200160208202803683370190505081600981518110611cc157611cc1612ce3565b60200260200101516020018190525063c4c79d8b60e01b81600981518110611ceb57611ceb612ce3565b602002602001015160200151600081518110611d0957611d09612ce3565b6001600160e01b03199092166020928302919091019091015290565b6000611d30336104c0565b610d7d8260dc612224565b611d436124b9565b611d4c336104c0565b610eb983602d610560565b611d5f6120c4565b611d6881610f4c565b611d70610c22565b6001600160a01b038216611d975760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020612f1f83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020612f3f833981519152600080611e09611deb6115fa565b8730611dfb600460008a8c612cf9565b611e0491612d23565b61239c565b9150915081611ecc5763ffffffff811615611ea957825460ff60a01b1916600160a01b178355611e376115fa565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611e6693929190612d53565b600060405180830381600087803b158015611e8057600080fd5b505af1158015611e94573d6000803e3d6000fd5b5050845460ff60a01b1916855550611ecc9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108b7565b505050505050565b611edc6124b9565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611f1a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f429190810190612dd8565b6001600160a01b0385166080820152604081015190915060ff848116911614611f91576040808201519051632208245760e11b815260ff808616600483015290911660248201526044016108b7565b60a08101516001600160a01b0380821690841614611fcd5760405163dfc430cb60e01b81526001600160a01b03841660048201526024016108b7565b846001600160a01b0316816001600160a01b031603611fff576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b03811661202657604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561207a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209e9190612ac1565b156120bc57604051637142ceb360e11b815260040160405180910390fd5b509392505050565b600080516020612f5f83398151915254600160401b900460ff166120fb57604051631afcd79f60e31b815260040160405180910390fd5b565b6101f06120c4565b600080516020612f5f8339815191528054600160401b810460ff1615906001600160401b03166000811580156121385750825b90506000826001600160401b031660011480156121545750303b155b905081158015612162575080155b156121805760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156121aa57845460ff60401b1916600160401b1785555b600080878060200190518101906121c19190612e9b565b915091506121d082828b6112dc565b6121e0630dd678c960e31b610a03565b50508315610d5e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610d55565b60006080830152604082015160ff828116911614612268576040808301519051632208245760e11b815260ff808416600483015290911660248201526044016108b7565b60a08201516001600160a01b03811661229457604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156122e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061230c9190612ac1565b1561151057604051637142ceb360e11b815260040160405180910390fd5b600080516020612f3f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6123936120c4565b61105c816124a8565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161240b9190612eca565b600060405180830381855afa9150503d8060008114612446576040519150601f19603f3d011682016040523d82523d6000602084013e61244b565b606091505b5091509150811561249d57604081511061247d57808060200190518101906124739190612ee6565b909450925061249d565b602081511061249d578080602001905181019061249a9190612ac1565b93505b505094509492505050565b6124b06120c4565b61105c8161232a565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561250957600080fd5b81356001600160e01b03198116811461252157600080fd5b9392505050565b6001600160a01b038116811461105c57600080fd5b803561254881612528565b919050565b6000806040838503121561256057600080fd5b823561256b81612528565b9150602083013561257b81612528565b809150509250929050565b60005b838110156125a1578181015183820152602001612589565b50506000910152565b600081518084526125c2816020860160208601612586565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161263f60c08401826001600160a01b03169052565b5060c083015160e0808401526126596101008401826125aa565b949350505050565b6001600160601b038116811461105c57600080fd5b803561254881612661565b60ff8116811461105c57600080fd5b803561254881612681565b801515811461105c57600080fd5b80356125488161269b565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156126ec576126ec6126b4565b60405290565b604051601f8201601f191681016001600160401b038111828210171561271a5761271a6126b4565b604052919050565b60006001600160401b0382111561273b5761273b6126b4565b50601f01601f191660200190565b600082601f83011261275a57600080fd5b813561276d61276882612722565b6126f2565b81815284602083860101111561278257600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156127b857600080fd5b86356127c381612528565b955060208701356127d381612661565b945060408701356127e381612681565b935060608701356127f38161269b565b9250608087013561280381612528565b915060a08701356001600160401b0381111561281e57600080fd5b61282a89828a01612749565b9150509295509295509295565b60006020828403121561284957600080fd5b81356001600160401b0381111561285f57600080fd5b61265984828501612749565b6000806040838503121561287e57600080fd5b823561288981612528565b915060208301356001600160401b038111156128a457600080fd5b6128b085828601612749565b9150509250929050565b6000602082840312156128cc57600080fd5b81356001600160401b03808211156128e357600080fd5b9083019060e082860312156128f757600080fd5b6128ff6126ca565b61290883612676565b815261291660208401612676565b602082015261292760408401612690565b6040820152612938606084016126a9565b60608201526129496080840161253d565b608082015261295a60a0840161253d565b60a082015260c08301358281111561297157600080fd5b61297d87828601612749565b60c08301525095945050505050565b60006020828403121561299e57600080fd5b813561252181612528565b6000806000606084860312156129be57600080fd5b83356129c981612528565b925060208401356129d981612528565b915060408401356129e981612528565b809150509250925092565b6001600160e01b031991909116815260200190565b60006020808301818452808551808352604092508286019150828160051b8701018488016000805b84811015612aa757898403603f190186528251805160ff168552880151888501889052805188860181905290890190839060608701905b80831015612a925783516001600160e01b0319168252928b019260019290920191908b0190612a68565b50978a01979550505091870191600101612a31565b50919998505050505050505050565b80516125488161269b565b600060208284031215612ad357600080fd5b81516125218161269b565b805161254881612661565b600060208284031215612afb57600080fd5b815161252181612661565b600060208284031215612b1857600080fd5b815162ffffff8116811461252157600080fd5b600181811c90821680612b3f57607f821691505b602082108103612b5f57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561151057600081815260208120601f850160051c81016020861015612b8c5750805b601f850160051c820191505b81811015611ecc57828155600101612b98565b81516001600160401b03811115612bc457612bc46126b4565b612bd881612bd28454612b2b565b84612b65565b602080601f831160018114612c0d5760008415612bf55750858301515b600019600386901b1c1916600185901b178555611ecc565b600085815260208120601f198616915b82811015612c3c57888601518255948401946001909101908401612c1d565b5085821015612c5a5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060208284031215612c7c57600080fd5b81516001600160401b038116811461252157600080fd5b805161254881612528565b600060208284031215612cb057600080fd5b815161252181612528565b805161254881612681565b600060208284031215612cd857600080fd5b815161252181612681565b634e487b7160e01b600052603260045260246000fd5b60008085851115612d0957600080fd5b83861115612d1657600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612d4b5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612da457600080fd5b8151612db261276882612722565b818152846020838601011115612dc757600080fd5b612659826020830160208701612586565b600060208284031215612dea57600080fd5b81516001600160401b0380821115612e0157600080fd5b9083019060e08286031215612e1557600080fd5b612e1d6126ca565b612e2683612ade565b8152612e3460208401612ade565b6020820152612e4560408401612cbb565b6040820152612e5660608401612ab6565b6060820152612e6760808401612c93565b6080820152612e7860a08401612c93565b60a082015260c083015182811115612e8f57600080fd5b61297d87828601612d93565b60008060408385031215612eae57600080fd5b8251612eb981612528565b602084015190925061257b81612528565b60008251612edc818460208701612586565b9190910192915050565b60008060408385031215612ef957600080fd5b8251612f048161269b565b602084015190925063ffffffff8116811461257b57600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220329906b1397e9157aa4ab681e3f4a57c8d74a131f166038111a3ca72f79d005f64736f6c6343000814003360a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212200f354f3858b79004283cbafcf9c19180bf92b398dce732ba6a1b88b900eb55dc64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
530
+ "deployedBytecode": "0x60806040523480156200001157600080fd5b5060043610620001695760003560e01c80636bfc9c7311620000d3578063b31df54a1162000086578063b31df54a1462000421578063b88da759146200042b578063c987336c1462000442578063caf4e3d41462000459578063e97fac051462000480578063f7c34ee0146200049757600080fd5b80636bfc9c7314620003b6578063893d20e814620003ce5780638e9afce614620003d8578063933a9ce814620003ef578063946dfcfe1462000401578063ada9652e146200040a57600080fd5b8063214cdb80116200012c578063214cdb80146200021b57806336fc697e14620002325780634d459c90146200023c5780635ab1bd53146200034f578063644c45e01462000375578063675393bf146200039f57600080fd5b806301ffc9a7146200016e578063058f7a9714620001b35780630d8e6e2c14620001cc578063138461e014620001eb5780631775564d14620001f5575b600080fd5b6200019e6200017f366004620016f3565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b620001ca620001c43660046200173c565b620004ae565b005b620001d6620005c7565b60405162ffffff9091168152602001620001aa565b620001ca6200063d565b6200020c6200020636600462001807565b62000852565b604051620001aa9190620018a5565b620001ca6200022c366004620016f3565b620008ac565b620001ca620008db565b620002f16200024d366004620018cc565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091525062ffffff908116600090815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001620001aa565b6001546001600160a01b03165b6040516001600160a01b039091168152602001620001aa565b60008051602062002a1c833981519152546040516001600160601b039091168152602001620001aa565b620001ca620003b03660046200173c565b62000923565b620003bf600081565b604051908152602001620001aa565b6200035c62000a3c565b6200020c620003e9366004620018ec565b62000b7b565b6002546001600160a01b03166200035c565b600454620003bf565b620003bf60008051602062002a1c83398151915281565b620001ca62000bd0565b620001d66200043c3660046200192d565b62000c3a565b6200035c6200045336600462001807565b62000c7e565b7f00000000000000000000000000000000000000000000000000000000000000006200035c565b6200035c6200049136600462001807565b62000ebc565b620001ca620004a836600462001947565b62001054565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015620004f55750825b905060008267ffffffffffffffff166001148015620005135750303b155b90508115801562000522575080155b15620005415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156200056c57845460ff60401b1916600160401b1785555b62000578338762001054565b8315620005bf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600254604080516303639b8b60e21b815290516000926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa15801562000612573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000638919062001985565b905090565b600060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015620006ae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006d49190620019a5565b15620007065780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306200071a6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801562000763573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620007899190620019a5565b620007b35760405163b9304b0d60e01b81526001600160a01b0382166004820152602401620006fd565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa15801562000808573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200082e9190620019c9565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b60606349bb9e4b60e01b838360405160240162000871929190620019f4565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b620008b6620010d3565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b620008e5620010d3565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6200092d620010d3565b806001600160a01b03163b600003620009655760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620006fd565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015620009e2575060408051601f3d908101601f19168201909252620009df91810190620019a5565b60015b62000a0c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620006fd565b8062000a375760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620006fd565b505b50565b60008060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562000aae573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000ad49190620019a5565b1562000b65576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801562000b39573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000b5f919062001a1a565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b8260405160240162000b989190620018a5565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b62000bda62000a3c565b6001600160a01b0316336001600160a01b03161462000c0f5760405163086391f760e31b8152336004820152602401620006fd565b62000a397f00000000000000000000000000000000000000000000000000000000000000006200111f565b60006004828154811062000c525762000c5262001a3a565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600062000c8a62000a3c565b6001600160a01b0316336001600160a01b03161462000cbf5760405163086391f760e31b8152336004820152602401620006fd565b60045460000362000ce35760405163366dfd2160e21b815260040160405180910390fd5b600062000cef62000a3c565b9050600062000d066002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303816000875af115801562000d46573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000d6c919062001a1a565b6002549091506001600160a01b03908116908216639623609d828862000d928962000b7b565b6040518463ffffffff1660e01b815260040162000db29392919062001a50565b600060405180830381600087803b15801562000dcd57600080fd5b505af115801562000de2573d6000803e3d6000fd5b50505050600260009054906101000a90046001600160a01b0316935062000e6f846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000e41573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000e67919062001985565b87856200132e565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b600062000ec862000a3c565b6001600160a01b0316336001600160a01b03161462000efd5760405163086391f760e31b8152336004820152602401620006fd565b6004541562000f1f5760405163402b135f60e11b815260040160405180910390fd5b600062000f2b62000a3c565b905030848162000f3c848762000852565b60405162000f4a90620016e5565b62000f589392919062001a50565b604051809103906000f08015801562000f75573d6000803e3d6000fd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b8152905191945062001008918591630d8e6e2c9160048083019260209291908290030181865afa15801562000fda573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001000919062001985565b86846200132e565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6200105e620010d3565b620010698162000923565b62001073620008db565b6001600160a01b0382166200109b5760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602062002a1c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166200111d57604051631afcd79f60e31b815260040160405180910390fd5b565b60008060008051602062002a1c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801562001191573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620011b79190620019a5565b15620011e55780546040516301ab8b6760e21b81526001600160601b039091166004820152602401620006fd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156200123a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620012609190620019a5565b6200128a5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401620006fd565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015620012df573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013059190620019c9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b620013b08373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156200137d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620013a3919062001985565b62ffffff90811691161490565b15620013cf576040516348c618db60e01b815260040160405180910390fd5b600454156200153a5760048054620013ea9060019062001a87565b81548110620013fd57620013fd62001a3a565b60009182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af415801562001472573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001498919062001aa9565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015620014ed573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001513919062001aa9565b116200153a57604051633e614b6d60e11b815262ffffff84166004820152602401620006fd565b600480546001810182556000829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af41580156200160e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062001634919062001ac3565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff968716600090815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b610f2f8062001aed83390190565b6000602082840312156200170657600080fd5b81356001600160e01b0319811681146200171f57600080fd5b9392505050565b6001600160a01b038116811462000a3957600080fd5b6000602082840312156200174f57600080fd5b81356200171f8162001726565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200178457600080fd5b813567ffffffffffffffff80821115620017a257620017a26200175c565b604051601f8301601f19908116603f01168101908282118183101715620017cd57620017cd6200175c565b81604052838152866020858801011115620017e757600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156200181b57600080fd5b8235620018288162001726565b9150602083013567ffffffffffffffff8111156200184557600080fd5b620018538582860162001772565b9150509250929050565b6000815180845260005b81811015620018855760208185018101518683018201520162001867565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006200171f60208301846200185d565b62ffffff8116811462000a3957600080fd5b600060208284031215620018df57600080fd5b81356200171f81620018ba565b600060208284031215620018ff57600080fd5b813567ffffffffffffffff8111156200191757600080fd5b620019258482850162001772565b949350505050565b6000602082840312156200194057600080fd5b5035919050565b600080604083850312156200195b57600080fd5b8235620019688162001726565b915060208301356200197a8162001726565b809150509250929050565b6000602082840312156200199857600080fd5b81516200171f81620018ba565b600060208284031215620019b857600080fd5b815180151581146200171f57600080fd5b600060208284031215620019dc57600080fd5b81516001600160601b03811681146200171f57600080fd5b6001600160a01b038316815260406020820181905260009062001925908301846200185d565b60006020828403121562001a2d57600080fd5b81516200171f8162001726565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b0384811682528316602082015260606040820181905260009062001a7e908301846200185d565b95945050505050565b81810381811115620008a657634e487b7160e01b600052601160045260246000fd5b60006020828403121562001abc57600080fd5b5051919050565b60006020828403121562001ad657600080fd5b815164ffffffffff811681146200171f57600080fdfe60a06040523480156200001157600080fd5b5060405162000f2f38038062000f2f8339810160408190526200003491620003e1565b8282828281620000458282620000b0565b50508160405162000056906200037a565b6001600160a01b039091168152602001604051809103906000f08015801562000083573d6000803e3d6000fd5b506001600160a01b0316608052620000a46200009e60805190565b62000116565b505050505050620004df565b620000bb8262000188565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115620001085762000103828262000208565b505050565b6200011262000285565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200015860008051602062000f0f833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16200018581620002a7565b50565b806001600160a01b03163b600003620001c457604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080846001600160a01b031684604051620002279190620004c1565b600060405180830381855af49150503d806000811462000264576040519150601f19603f3d011682016040523d82523d6000602084013e62000269565b606091505b5090925090506200027c858383620002ea565b95945050505050565b3415620002a55760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b038116620002d357604051633173bdd160e11b815260006004820152602401620001bb565b8060008051602062000f0f833981519152620001e7565b6060826200030357620002fd8262000350565b62000349565b81511580156200031b57506001600160a01b0384163b155b156200034657604051639996b31560e01b81526001600160a01b0385166004820152602401620001bb565b50805b9392505050565b805115620003615780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b61052480620009eb83390190565b80516001600160a01b0381168114620003a057600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620003d8578181015183820152602001620003be565b50506000910152565b600080600060608486031215620003f757600080fd5b620004028462000388565b9250620004126020850162000388565b60408501519092506001600160401b03808211156200043057600080fd5b818601915086601f8301126200044557600080fd5b8151818111156200045a576200045a620003a5565b604051601f8201601f19908116603f01168101908382118183101715620004855762000485620003a5565b816040528281528960208487010111156200049f57600080fd5b620004b2836020830160208801620003bb565b80955050505050509250925092565b60008251620004d5818460208701620003bb565b9190910192915050565b6080516104eb620005006000396000818160370152607401526104eb6000f3fe60806040526004361061001e5760003560e01c80638b3240a014610028575b610026610072565b005b34801561003457600080fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100df576000356001600160e01b03191663278f794360e11b146100d5576040516334ad5dbb60e21b815260040160405180910390fd5b6100dd6100ec565b565b6100dd61011b565b905090565b6000806100fc3660048184610376565b81019061010991906103b6565b91509150610117828261012b565b5050565b6100dd610126610186565b6101b9565b610134826101dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561017e576101798282610259565b505050565b6101176102cf565b60006100e77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b3660008037600080366000845af43d6000803e8080156101d8573d6000f35b3d6000fd5b806001600160a01b03163b60000361021857604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516102769190610486565b600060405180830381855af49150503d80600081146102b1576040519150601f19603f3d011682016040523d82523d6000602084013e6102b6565b606091505b50915091506102c68583836102ee565b95945050505050565b34156100dd5760405163b398979f60e01b815260040160405180910390fd5b606082610303576102fe8261034d565b610346565b815115801561031a57506001600160a01b0384163b155b1561034357604051639996b31560e01b81526001600160a01b038516600482015260240161020f565b50805b9392505050565b80511561035d5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6000808585111561038657600080fd5b8386111561039357600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b600080604083850312156103c957600080fd5b82356001600160a01b03811681146103e057600080fd5b9150602083013567ffffffffffffffff808211156103fd57600080fd5b818501915085601f83011261041157600080fd5b813581811115610423576104236103a0565b604051601f8201601f19908116603f0116810190838211818310171561044b5761044b6103a0565b8160405282815288602084870101111561046457600080fd5b8260208601602083013760006020848301015280955050505050509250929050565b6000825160005b818110156104a7576020818601810151858301520161048d565b50600092019182525091905056fea26469706673582212200f354f3858b79004283cbafcf9c19180bf92b398dce732ba6a1b88b900eb55dc64736f6c63430008140033608060405234801561001057600080fd5b5060405161052438038061052483398101604081905261002f916100be565b806001600160a01b03811661005e57604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6100678161006e565b50506100ee565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100d057600080fd5b81516001600160a01b03811681146100e757600080fd5b9392505050565b610427806100fd6000396000f3fe60806040526004361061004a5760003560e01c8063715018a61461004f5780638da5cb5b146100665780639623609d14610093578063ad3cb1cc146100a6578063f2fde38b146100e4575b600080fd5b34801561005b57600080fd5b50610064610104565b005b34801561007257600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b6100646100a1366004610272565b610118565b3480156100b257600080fd5b506100d7604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161008a919061038e565b3480156100f057600080fd5b506100646100ff3660046103a8565b610187565b61010c6101ca565b61011660006101f7565b565b6101206101ca565b60405163278f794360e11b81526001600160a01b03841690634f1ef28690349061015090869086906004016103c5565b6000604051808303818588803b15801561016957600080fd5b505af115801561017d573d6000803e3d6000fd5b5050505050505050565b61018f6101ca565b6001600160a01b0381166101be57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6101c7816101f7565b50565b6000546001600160a01b031633146101165760405163118cdaa760e01b81523360048201526024016101b5565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101c757600080fd5b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561028757600080fd5b833561029281610247565b925060208401356102a281610247565b9150604084013567ffffffffffffffff808211156102bf57600080fd5b818601915086601f8301126102d357600080fd5b8135818111156102e5576102e561025c565b604051601f8201601f19908116603f0116810190838211818310171561030d5761030d61025c565b8160405282815289602084870101111561032657600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000815180845260005b8181101561036e57602081850181015186830182015201610352565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006103a16020830184610348565b9392505050565b6000602082840312156103ba57600080fd5b81356103a181610247565b6001600160a01b03831681526040602082018190526000906103e990830184610348565b94935050505056fea2646970667358221220cb46d8eee562c2068d4d3afab9e2a7f48be119bb61a6a1c3d7ef6ba5a8aff09464736f6c63430008140033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122025a8dedce44877ce7d91457e5b94a267c619c6a2d5ffdf9a25888614e1d5e56564736f6c63430008140033",
531
+ "linkReferences": {
532
+ "contracts/type/NftId.sol": {
533
+ "NftIdLib": [
534
+ {
535
+ "length": 20,
536
+ "start": 1350
537
+ },
538
+ {
539
+ "length": 20,
540
+ "start": 5304
541
+ },
542
+ {
543
+ "length": 20,
544
+ "start": 6328
545
+ },
546
+ {
547
+ "length": 20,
548
+ "start": 8091
549
+ },
550
+ {
551
+ "length": 20,
552
+ "start": 16845
553
+ },
554
+ {
555
+ "length": 20,
556
+ "start": 19319
557
+ }
558
+ ]
559
+ },
560
+ "contracts/type/Timestamp.sol": {
561
+ "TimestampLib": [
562
+ {
563
+ "length": 20,
564
+ "start": 2390
565
+ },
566
+ {
567
+ "length": 20,
568
+ "start": 9240
569
+ }
570
+ ]
571
+ },
572
+ "contracts/type/Version.sol": {
573
+ "VersionLib": [
574
+ {
575
+ "length": 20,
576
+ "start": 1720
577
+ },
578
+ {
579
+ "length": 20,
580
+ "start": 1978
581
+ },
582
+ {
583
+ "length": 20,
584
+ "start": 2101
585
+ },
586
+ {
587
+ "length": 20,
588
+ "start": 8570
589
+ },
590
+ {
591
+ "length": 20,
592
+ "start": 8828
593
+ },
594
+ {
595
+ "length": 20,
596
+ "start": 8951
597
+ },
598
+ {
599
+ "length": 20,
600
+ "start": 16404
601
+ },
602
+ {
603
+ "length": 20,
604
+ "start": 17523
605
+ }
606
+ ],
607
+ "VersionPartLib": [
608
+ {
609
+ "length": 20,
610
+ "start": 19799
611
+ }
612
+ ]
613
+ }
614
+ },
615
+ "deployedLinkReferences": {
616
+ "contracts/type/NftId.sol": {
617
+ "NftIdLib": [
618
+ {
619
+ "length": 20,
620
+ "start": 1651
621
+ },
622
+ {
623
+ "length": 20,
624
+ "start": 2675
625
+ },
626
+ {
627
+ "length": 20,
628
+ "start": 4438
629
+ }
630
+ ]
631
+ },
632
+ "contracts/type/Timestamp.sol": {
633
+ "TimestampLib": [
634
+ {
635
+ "length": 20,
636
+ "start": 5587
637
+ }
638
+ ]
639
+ },
640
+ "contracts/type/Version.sol": {
641
+ "VersionLib": [
642
+ {
643
+ "length": 20,
644
+ "start": 4917
645
+ },
646
+ {
647
+ "length": 20,
648
+ "start": 5175
649
+ },
650
+ {
651
+ "length": 20,
652
+ "start": 5298
653
+ }
654
+ ]
655
+ }
656
+ }
657
+ }