@etherisc/gif-next 0.0.2-ec436bf-674 → 0.0.2-ed3b1b0-046

Sign up to get free protection for your applications and to get access to all the features.
Files changed (488) hide show
  1. package/README.md +71 -14
  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 +819 -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 +454 -554
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +314 -178
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +452 -3054
  20. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  21. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +612 -181
  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 +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +443 -257
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +452 -364
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +320 -117
  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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +91 -2
  34. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  35. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +49 -0
  36. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  37. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  38. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +93 -14
  39. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  40. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +38 -13
  41. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  42. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  43. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  44. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +71 -45
  45. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  47. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  48. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  49. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  50. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  51. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  52. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  53. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  54. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
  55. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  56. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +735 -0
  57. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  58. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +338 -354
  59. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  60. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
  61. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  62. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
  63. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  64. package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
  65. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  66. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
  67. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  68. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +747 -0
  69. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  70. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
  71. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  72. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +687 -0
  73. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  74. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  75. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  76. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +787 -0
  77. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  78. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +231 -204
  79. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  80. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
  81. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  82. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
  83. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  84. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +237 -288
  85. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  86. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
  87. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  88. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +162 -166
  89. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  90. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
  91. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  92. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +779 -0
  93. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  94. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
  95. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  96. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +727 -0
  97. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  98. package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
  99. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  100. package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
  101. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  102. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +679 -0
  103. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  106. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +283 -220
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +332 -225
  109. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  110. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  111. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  112. package/artifacts/contracts/registry/Registry.sol/Registry.json +303 -324
  113. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  114. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +238 -0
  115. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  116. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +346 -331
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  118. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +319 -143
  119. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  120. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +846 -0
  121. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  122. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +132 -57
  123. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  124. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  125. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  126. package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
  127. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  128. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentService.sol/ComponentService.json} +271 -180
  129. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  130. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  131. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  132. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
  133. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  134. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +27 -29
  135. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  136. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
  137. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  138. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +8 -34
  139. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  140. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  141. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  142. package/artifacts/contracts/shared/IService.sol/IService.json +84 -178
  143. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  144. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  145. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  146. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +109 -29
  147. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  148. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
  149. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  150. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +310 -61
  151. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  152. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +118 -53
  153. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  154. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  155. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  156. package/artifacts/contracts/shared/Service.sol/Service.json +185 -165
  157. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  158. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
  159. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  160. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  161. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  162. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  163. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  164. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → staking/IStakingService.sol/IStakingService.json} +226 -145
  165. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  166. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +767 -0
  167. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  168. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
  169. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  170. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  171. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  172. package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
  173. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  174. package/artifacts/contracts/{types → type}/Blocknumber.sol/BlocknumberLib.json +3 -3
  175. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  176. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  177. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  178. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  179. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  180. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  181. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  182. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  183. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  184. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -0
  185. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  186. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  187. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  188. package/artifacts/contracts/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
  189. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  190. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  191. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  192. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  193. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  194. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  195. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  196. package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
  197. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  198. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
  199. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  200. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  201. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  202. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
  203. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  204. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  205. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  206. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  207. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  208. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  209. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  210. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  211. package/contracts/distribution/Distribution.sol +285 -0
  212. package/contracts/distribution/DistributionService.sol +351 -0
  213. package/contracts/distribution/DistributionServiceManager.sol +54 -0
  214. package/contracts/distribution/IDistributionComponent.sol +71 -0
  215. package/contracts/distribution/IDistributionService.sol +87 -0
  216. package/contracts/instance/BundleManager.sol +126 -0
  217. package/contracts/instance/IInstance.sol +62 -24
  218. package/contracts/instance/IInstanceService.sol +56 -13
  219. package/contracts/instance/Instance.sol +151 -365
  220. package/contracts/instance/InstanceAccessManager.sol +432 -177
  221. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  222. package/contracts/instance/InstanceReader.sol +109 -47
  223. package/contracts/instance/InstanceService.sol +243 -124
  224. package/contracts/instance/InstanceServiceManager.sol +12 -24
  225. package/contracts/instance/InstanceStore.sol +211 -0
  226. package/contracts/instance/base/Cloneable.sol +51 -0
  227. package/contracts/instance/base/IKeyValueStore.sol +14 -10
  228. package/contracts/instance/base/ILifecycle.sol +3 -3
  229. package/contracts/instance/base/KeyValueStore.sol +44 -47
  230. package/contracts/instance/base/Lifecycle.sol +28 -7
  231. package/contracts/instance/base/ObjectManager.sol +82 -0
  232. package/contracts/instance/module/IAccess.sol +37 -21
  233. package/contracts/instance/module/IBundle.sol +11 -8
  234. package/contracts/instance/module/IComponents.sol +41 -0
  235. package/contracts/instance/module/IDistribution.sol +7 -4
  236. package/contracts/instance/module/IPolicy.sol +50 -17
  237. package/contracts/instance/module/IRisk.sol +1 -1
  238. package/contracts/instance/module/ISetup.sol +11 -22
  239. package/contracts/instance/module/ITreasury.sol +2 -2
  240. package/contracts/pool/BundleService.sol +384 -0
  241. package/contracts/pool/BundleServiceManager.sol +42 -0
  242. package/contracts/pool/IBundleService.sol +118 -0
  243. package/contracts/pool/IPoolComponent.sol +114 -0
  244. package/contracts/pool/IPoolService.sol +114 -0
  245. package/contracts/pool/Pool.sol +302 -0
  246. package/contracts/pool/PoolService.sol +404 -0
  247. package/contracts/pool/PoolServiceManager.sol +42 -0
  248. package/contracts/product/ApplicationService.sol +187 -0
  249. package/contracts/product/ApplicationServiceManager.sol +38 -0
  250. package/contracts/product/ClaimService.sol +443 -0
  251. package/contracts/product/ClaimServiceManager.sol +38 -0
  252. package/contracts/product/IApplicationService.sol +62 -0
  253. package/contracts/product/IClaimService.sol +93 -0
  254. package/contracts/product/IPolicyService.sol +80 -0
  255. package/contracts/product/IPricingService.sol +37 -0
  256. package/contracts/product/IProductComponent.sol +41 -0
  257. package/contracts/product/IProductService.sol +40 -0
  258. package/contracts/product/PolicyService.sol +378 -0
  259. package/contracts/product/PolicyServiceManager.sol +42 -0
  260. package/contracts/product/PricingService.sol +276 -0
  261. package/contracts/product/PricingServiceManager.sol +42 -0
  262. package/contracts/product/Product.sol +379 -0
  263. package/contracts/product/ProductService.sol +212 -0
  264. package/contracts/product/ProductServiceManager.sol +42 -0
  265. package/contracts/registry/ChainNft.sol +9 -1
  266. package/contracts/registry/IRegistry.sol +56 -42
  267. package/contracts/registry/IRegistryService.sol +41 -16
  268. package/contracts/registry/ITransferInterceptor.sol +1 -0
  269. package/contracts/registry/Registry.sol +250 -268
  270. package/contracts/registry/RegistryAccessManager.sol +132 -0
  271. package/contracts/registry/RegistryService.sol +94 -262
  272. package/contracts/registry/RegistryServiceManager.sol +34 -42
  273. package/contracts/registry/ReleaseManager.sol +382 -0
  274. package/contracts/registry/TokenRegistry.sol +22 -17
  275. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
  276. package/contracts/shared/Component.sol +271 -0
  277. package/contracts/shared/ComponentService.sol +141 -0
  278. package/contracts/shared/ERC165.sol +14 -12
  279. package/contracts/shared/IComponent.sol +90 -0
  280. package/contracts/shared/INftOwnable.sol +12 -11
  281. package/contracts/shared/IPolicyHolder.sol +40 -0
  282. package/contracts/shared/IRegisterable.sol +4 -6
  283. package/contracts/shared/IRegistryLinked.sol +11 -0
  284. package/contracts/shared/IService.sol +7 -4
  285. package/contracts/shared/IVersionable.sol +5 -48
  286. package/contracts/shared/NftOwnable.sol +65 -83
  287. package/contracts/shared/PolicyHolder.sol +94 -0
  288. package/contracts/shared/ProxyManager.sol +126 -25
  289. package/contracts/shared/Registerable.sol +26 -41
  290. package/contracts/shared/RegistryLinked.sol +43 -0
  291. package/contracts/shared/Service.sol +41 -24
  292. package/contracts/shared/TokenHandler.sol +14 -6
  293. package/contracts/shared/Versionable.sol +4 -92
  294. package/contracts/staking/IStakingService.sol +102 -0
  295. package/contracts/staking/StakingService.sol +169 -0
  296. package/contracts/staking/StakingServiceManager.sol +40 -0
  297. package/contracts/type/Amount.sol +109 -0
  298. package/contracts/{types → type}/Blocknumber.sol +1 -0
  299. package/contracts/type/ClaimId.sol +75 -0
  300. package/contracts/{types → type}/DistributorType.sol +2 -2
  301. package/contracts/{types → type}/Fee.sol +17 -8
  302. package/contracts/{types → type}/NftId.sol +8 -0
  303. package/contracts/type/NftIdSet.sol +62 -0
  304. package/contracts/{types → type}/ObjectType.sol +17 -7
  305. package/contracts/type/PayoutId.sol +82 -0
  306. package/contracts/{types → type}/Referral.sol +4 -0
  307. package/contracts/type/RoleId.sol +139 -0
  308. package/contracts/type/Seconds.sol +54 -0
  309. package/contracts/{types → type}/StateId.sol +7 -2
  310. package/contracts/{types → type}/Timestamp.sol +18 -13
  311. package/contracts/{types → type}/UFixed.sol +1 -0
  312. package/contracts/{types → type}/Version.sol +1 -0
  313. package/package.json +3 -3
  314. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  315. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  316. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  317. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  318. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  319. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  320. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  321. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  322. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  323. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  324. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  325. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  326. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  327. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
  328. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  329. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  330. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  331. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  332. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  333. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  334. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  335. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  336. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  337. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  338. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  339. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  340. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  341. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  342. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  343. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  344. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  345. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  346. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  347. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  348. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  349. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  350. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  351. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  352. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  353. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  354. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  355. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  356. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  357. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  358. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  359. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  360. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  361. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  362. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  363. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  364. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  365. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  366. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  367. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  368. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  369. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  370. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  371. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  372. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  373. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  374. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  375. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  376. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  377. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  378. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  379. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  380. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  381. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  382. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -448
  383. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  384. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  385. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  386. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  387. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  388. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -855
  389. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  390. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  391. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  392. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  393. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  394. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  395. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  396. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  397. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  398. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  399. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  400. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  401. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  402. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  403. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  404. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  405. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  406. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  407. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  408. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  409. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  410. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  411. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  412. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  413. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  414. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  415. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  416. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  417. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  418. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  419. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  420. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  421. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  422. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  423. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  424. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  425. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  426. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  427. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  428. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  429. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  430. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  431. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  432. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  433. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  434. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  435. package/contracts/components/BaseComponent.sol +0 -91
  436. package/contracts/components/Distribution.sol +0 -160
  437. package/contracts/components/IBaseComponent.sol +0 -25
  438. package/contracts/components/IDistributionComponent.sol +0 -44
  439. package/contracts/components/IPoolComponent.sol +0 -62
  440. package/contracts/components/IProductComponent.sol +0 -35
  441. package/contracts/components/Pool.sol +0 -243
  442. package/contracts/components/Product.sol +0 -297
  443. package/contracts/experiment/cloning/Cloner.sol +0 -47
  444. package/contracts/experiment/errors/Require.sol +0 -38
  445. package/contracts/experiment/errors/Revert.sol +0 -44
  446. package/contracts/experiment/inheritance/A.sol +0 -53
  447. package/contracts/experiment/inheritance/B.sol +0 -28
  448. package/contracts/experiment/inheritance/C.sol +0 -34
  449. package/contracts/experiment/inheritance/IA.sol +0 -13
  450. package/contracts/experiment/inheritance/IB.sol +0 -10
  451. package/contracts/experiment/inheritance/IC.sol +0 -12
  452. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  453. package/contracts/experiment/statemachine/ISM.sol +0 -25
  454. package/contracts/experiment/statemachine/SM.sol +0 -57
  455. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  456. package/contracts/experiment/types/TypeA.sol +0 -47
  457. package/contracts/experiment/types/TypeB.sol +0 -29
  458. package/contracts/instance/AccessManagedSimple.sol +0 -115
  459. package/contracts/instance/AccessManagerSimple.sol +0 -692
  460. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  461. package/contracts/instance/base/ComponentServiceBase.sol +0 -118
  462. package/contracts/instance/base/IInstanceBase.sol +0 -23
  463. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  464. package/contracts/instance/service/DistributionService.sol +0 -87
  465. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  466. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  467. package/contracts/instance/service/IDistributionService.sol +0 -12
  468. package/contracts/instance/service/IPoolService.sol +0 -37
  469. package/contracts/instance/service/IProductService.sol +0 -107
  470. package/contracts/instance/service/PoolService.sol +0 -193
  471. package/contracts/instance/service/PoolServiceManager.sol +0 -53
  472. package/contracts/shared/ContractDeployerLib.sol +0 -72
  473. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  474. package/contracts/test/TestFee.sol +0 -25
  475. package/contracts/test/TestRegisterable.sol +0 -18
  476. package/contracts/test/TestRoleId.sol +0 -14
  477. package/contracts/test/TestService.sol +0 -24
  478. package/contracts/test/TestToken.sol +0 -26
  479. package/contracts/test/TestVersion.sol +0 -44
  480. package/contracts/test/TestVersionable.sol +0 -17
  481. package/contracts/test/Usdc.sol +0 -26
  482. package/contracts/types/ChainId.sol +0 -38
  483. package/contracts/types/NftIdSet.sol +0 -60
  484. package/contracts/types/NumberId.sol +0 -52
  485. package/contracts/types/RoleId.sol +0 -89
  486. /package/contracts/{types → type}/AddressSet.sol +0 -0
  487. /package/contracts/{types → type}/Key32.sol +0 -0
  488. /package/contracts/{types → type}/RiskId.sol +0 -0
@@ -43,18 +43,13 @@
43
43
  },
44
44
  {
45
45
  "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "registry",
49
- "type": "address"
50
- },
51
46
  {
52
47
  "internalType": "NftId",
53
48
  "name": "nftId",
54
49
  "type": "uint96"
55
50
  }
56
51
  ],
57
- "name": "ErrorAlreadyLinked",
52
+ "name": "ErrorNftOwnableAlreadyLinked",
58
53
  "type": "error"
59
54
  },
60
55
  {
@@ -65,7 +60,12 @@
65
60
  "type": "address"
66
61
  }
67
62
  ],
68
- "name": "ErrorContractNotRegistered",
63
+ "name": "ErrorNftOwnableContractNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
69
  "type": "error"
70
70
  },
71
71
  {
@@ -76,7 +76,7 @@
76
76
  "type": "address"
77
77
  }
78
78
  ],
79
- "name": "ErrorNotOwner",
79
+ "name": "ErrorNftOwnableNotOwner",
80
80
  "type": "error"
81
81
  },
82
82
  {
@@ -94,124 +94,209 @@
94
94
  "inputs": [
95
95
  {
96
96
  "internalType": "address",
97
- "name": "registryAddress",
97
+ "name": "registerableAddress",
98
98
  "type": "address"
99
99
  }
100
100
  ],
101
- "name": "ErrorRegisterableNotRegistry",
102
- "type": "error"
103
- },
104
- {
105
- "inputs": [],
106
- "name": "ErrorRegistryAddressZero",
101
+ "name": "ErrorRegistryServiceInvalidAddress",
107
102
  "type": "error"
108
103
  },
109
104
  {
110
105
  "inputs": [
111
106
  {
112
107
  "internalType": "address",
113
- "name": "registry",
108
+ "name": "initialOwner",
114
109
  "type": "address"
115
110
  }
116
111
  ],
117
- "name": "ErrorRegistryAlreadyInitialized",
112
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
118
113
  "type": "error"
119
114
  },
120
115
  {
121
- "inputs": [],
122
- "name": "ErrorRegistryNotInitialized",
116
+ "inputs": [
117
+ {
118
+ "internalType": "address",
119
+ "name": "notDistribution",
120
+ "type": "address"
121
+ }
122
+ ],
123
+ "name": "ErrorRegistryServiceNotDistribution",
123
124
  "type": "error"
124
125
  },
125
126
  {
126
127
  "inputs": [
127
128
  {
128
129
  "internalType": "address",
129
- "name": "registerableAddress",
130
+ "name": "notInstance",
130
131
  "type": "address"
131
132
  }
132
133
  ],
133
- "name": "InvalidAddress",
134
+ "name": "ErrorRegistryServiceNotInstance",
134
135
  "type": "error"
135
136
  },
136
137
  {
137
138
  "inputs": [
138
139
  {
139
140
  "internalType": "address",
140
- "name": "initialOwner",
141
+ "name": "notPool",
141
142
  "type": "address"
142
143
  }
143
144
  ],
144
- "name": "InvalidInitialOwner",
145
+ "name": "ErrorRegistryServiceNotPool",
145
146
  "type": "error"
146
147
  },
147
148
  {
148
- "inputs": [],
149
- "name": "InvalidInitialization",
149
+ "inputs": [
150
+ {
151
+ "internalType": "address",
152
+ "name": "notProduct",
153
+ "type": "address"
154
+ }
155
+ ],
156
+ "name": "ErrorRegistryServiceNotProduct",
150
157
  "type": "error"
151
158
  },
152
159
  {
153
160
  "inputs": [],
154
- "name": "NotDistribution",
161
+ "name": "ErrorRegistryServiceNotRegistryOwner",
155
162
  "type": "error"
156
163
  },
157
164
  {
158
- "inputs": [],
159
- "name": "NotInitializing",
165
+ "inputs": [
166
+ {
167
+ "internalType": "address",
168
+ "name": "notService",
169
+ "type": "address"
170
+ }
171
+ ],
172
+ "name": "ErrorRegistryServiceNotService",
160
173
  "type": "error"
161
174
  },
162
175
  {
163
- "inputs": [],
164
- "name": "NotInstance",
176
+ "inputs": [
177
+ {
178
+ "internalType": "ObjectType",
179
+ "name": "objectType",
180
+ "type": "uint8"
181
+ },
182
+ {
183
+ "internalType": "address",
184
+ "name": "owner",
185
+ "type": "address"
186
+ }
187
+ ],
188
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
165
189
  "type": "error"
166
190
  },
167
191
  {
168
- "inputs": [],
169
- "name": "NotPool",
192
+ "inputs": [
193
+ {
194
+ "internalType": "ObjectType",
195
+ "name": "objectType",
196
+ "type": "uint8"
197
+ }
198
+ ],
199
+ "name": "ErrorRegistryServiceObjectOwnerZero",
170
200
  "type": "error"
171
201
  },
172
202
  {
173
- "inputs": [],
174
- "name": "NotProduct",
203
+ "inputs": [
204
+ {
205
+ "internalType": "ObjectType",
206
+ "name": "expected",
207
+ "type": "uint8"
208
+ },
209
+ {
210
+ "internalType": "ObjectType",
211
+ "name": "found",
212
+ "type": "uint8"
213
+ }
214
+ ],
215
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
175
216
  "type": "error"
176
217
  },
177
218
  {
178
219
  "inputs": [
220
+ {
221
+ "internalType": "contract IRegisterable",
222
+ "name": "registerable",
223
+ "type": "address"
224
+ },
179
225
  {
180
226
  "internalType": "address",
181
- "name": "expectedOwner",
227
+ "name": "found",
182
228
  "type": "address"
183
229
  }
184
230
  ],
185
- "name": "NotRegisterableOwner",
231
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
186
232
  "type": "error"
187
233
  },
188
234
  {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
191
- "type": "error"
192
- },
193
- {
194
- "inputs": [],
195
- "name": "NotService",
235
+ "inputs": [
236
+ {
237
+ "internalType": "contract IRegisterable",
238
+ "name": "registerable",
239
+ "type": "address"
240
+ },
241
+ {
242
+ "internalType": "address",
243
+ "name": "expected",
244
+ "type": "address"
245
+ },
246
+ {
247
+ "internalType": "address",
248
+ "name": "found",
249
+ "type": "address"
250
+ }
251
+ ],
252
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
196
253
  "type": "error"
197
254
  },
198
255
  {
199
- "inputs": [],
200
- "name": "RegisterableOwnerIsRegistered",
256
+ "inputs": [
257
+ {
258
+ "internalType": "contract IRegisterable",
259
+ "name": "registerable",
260
+ "type": "address"
261
+ },
262
+ {
263
+ "internalType": "address",
264
+ "name": "owner",
265
+ "type": "address"
266
+ }
267
+ ],
268
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
201
269
  "type": "error"
202
270
  },
203
271
  {
204
- "inputs": [],
205
- "name": "RegisterableOwnerIsZero",
272
+ "inputs": [
273
+ {
274
+ "internalType": "contract IRegisterable",
275
+ "name": "registerable",
276
+ "type": "address"
277
+ }
278
+ ],
279
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
206
280
  "type": "error"
207
281
  },
208
282
  {
209
- "inputs": [],
210
- "name": "SelfRegistration",
283
+ "inputs": [
284
+ {
285
+ "internalType": "contract IRegisterable",
286
+ "name": "registerable",
287
+ "type": "address"
288
+ }
289
+ ],
290
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
211
291
  "type": "error"
212
292
  },
213
293
  {
214
294
  "inputs": [
295
+ {
296
+ "internalType": "contract IRegisterable",
297
+ "name": "registerable",
298
+ "type": "address"
299
+ },
215
300
  {
216
301
  "internalType": "ObjectType",
217
302
  "name": "expected",
@@ -223,7 +308,22 @@
223
308
  "type": "uint8"
224
309
  }
225
310
  ],
226
- "name": "UnexpectedRegisterableType",
311
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
312
+ "type": "error"
313
+ },
314
+ {
315
+ "inputs": [],
316
+ "name": "ErrorServiceNotImplemented",
317
+ "type": "error"
318
+ },
319
+ {
320
+ "inputs": [],
321
+ "name": "InvalidInitialization",
322
+ "type": "error"
323
+ },
324
+ {
325
+ "inputs": [],
326
+ "name": "NotInitializing",
227
327
  "type": "error"
228
328
  },
229
329
  {
@@ -252,39 +352,14 @@
252
352
  "name": "Initialized",
253
353
  "type": "event"
254
354
  },
255
- {
256
- "anonymous": false,
257
- "inputs": [
258
- {
259
- "indexed": false,
260
- "internalType": "Version",
261
- "name": "version",
262
- "type": "uint24"
263
- },
264
- {
265
- "indexed": false,
266
- "internalType": "address",
267
- "name": "implementation",
268
- "type": "address"
269
- },
270
- {
271
- "indexed": false,
272
- "internalType": "address",
273
- "name": "activatedBy",
274
- "type": "address"
275
- }
276
- ],
277
- "name": "LogVersionableInitialized",
278
- "type": "event"
279
- },
280
355
  {
281
356
  "inputs": [],
282
- "name": "NAME",
357
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
283
358
  "outputs": [
284
359
  {
285
- "internalType": "string",
360
+ "internalType": "bytes32",
286
361
  "name": "",
287
- "type": "string"
362
+ "type": "bytes32"
288
363
  }
289
364
  ],
290
365
  "stateMutability": "view",
@@ -292,12 +367,12 @@
292
367
  },
293
368
  {
294
369
  "inputs": [],
295
- "name": "NFT_LOCK_ADDRESS",
370
+ "name": "REGISTERABLE_LOCATION_V1",
296
371
  "outputs": [
297
372
  {
298
- "internalType": "address",
373
+ "internalType": "bytes32",
299
374
  "name": "",
300
- "type": "address"
375
+ "type": "bytes32"
301
376
  }
302
377
  ],
303
378
  "stateMutability": "view",
@@ -305,7 +380,7 @@
305
380
  },
306
381
  {
307
382
  "inputs": [],
308
- "name": "REGISTERABLE_LOCATION_V1",
383
+ "name": "REGISTRY_CREATION_CODE_HASH",
309
384
  "outputs": [
310
385
  {
311
386
  "internalType": "bytes32",
@@ -318,12 +393,12 @@
318
393
  },
319
394
  {
320
395
  "inputs": [],
321
- "name": "REGISTRY_CREATION_CODE_HASH",
396
+ "name": "authority",
322
397
  "outputs": [
323
398
  {
324
- "internalType": "bytes32",
399
+ "internalType": "address",
325
400
  "name": "",
326
- "type": "bytes32"
401
+ "type": "address"
327
402
  }
328
403
  ],
329
404
  "stateMutability": "view",
@@ -331,15 +406,15 @@
331
406
  },
332
407
  {
333
408
  "inputs": [],
334
- "name": "authority",
409
+ "name": "getDomain",
335
410
  "outputs": [
336
411
  {
337
- "internalType": "address",
338
- "name": "",
339
- "type": "address"
412
+ "internalType": "ObjectType",
413
+ "name": "serviceDomain",
414
+ "type": "uint8"
340
415
  }
341
416
  ],
342
- "stateMutability": "view",
417
+ "stateMutability": "pure",
343
418
  "type": "function"
344
419
  },
345
420
  {
@@ -385,57 +460,13 @@
385
460
  }
386
461
  ],
387
462
  "internalType": "struct IRegistry.ObjectInfo",
388
- "name": "",
463
+ "name": "info",
389
464
  "type": "tuple"
390
- },
391
- {
392
- "internalType": "bytes",
393
- "name": "data",
394
- "type": "bytes"
395
465
  }
396
466
  ],
397
467
  "stateMutability": "view",
398
468
  "type": "function"
399
469
  },
400
- {
401
- "inputs": [],
402
- "name": "getInitializedVersion",
403
- "outputs": [
404
- {
405
- "internalType": "uint64",
406
- "name": "",
407
- "type": "uint64"
408
- }
409
- ],
410
- "stateMutability": "view",
411
- "type": "function"
412
- },
413
- {
414
- "inputs": [],
415
- "name": "getMajorVersion",
416
- "outputs": [
417
- {
418
- "internalType": "VersionPart",
419
- "name": "majorVersion",
420
- "type": "uint8"
421
- }
422
- ],
423
- "stateMutability": "view",
424
- "type": "function"
425
- },
426
- {
427
- "inputs": [],
428
- "name": "getName",
429
- "outputs": [
430
- {
431
- "internalType": "string",
432
- "name": "",
433
- "type": "string"
434
- }
435
- ],
436
- "stateMutability": "pure",
437
- "type": "function"
438
- },
439
470
  {
440
471
  "inputs": [],
441
472
  "name": "getNftId",
@@ -488,91 +519,107 @@
488
519
  "stateMutability": "pure",
489
520
  "type": "function"
490
521
  },
522
+ {
523
+ "inputs": [],
524
+ "name": "initializeERC165",
525
+ "outputs": [],
526
+ "stateMutability": "nonpayable",
527
+ "type": "function"
528
+ },
491
529
  {
492
530
  "inputs": [
493
531
  {
494
- "internalType": "uint256",
495
- "name": "idx",
496
- "type": "uint256"
497
- }
498
- ],
499
- "name": "getVersion",
500
- "outputs": [
532
+ "internalType": "address",
533
+ "name": "initialOwner",
534
+ "type": "address"
535
+ },
501
536
  {
502
- "internalType": "Version",
503
- "name": "",
504
- "type": "uint24"
537
+ "internalType": "address",
538
+ "name": "registryAddress",
539
+ "type": "address"
505
540
  }
506
541
  ],
507
- "stateMutability": "view",
542
+ "name": "initializeNftOwnable",
543
+ "outputs": [],
544
+ "stateMutability": "nonpayable",
508
545
  "type": "function"
509
546
  },
510
547
  {
511
- "inputs": [],
512
- "name": "getVersionCount",
513
- "outputs": [
548
+ "inputs": [
514
549
  {
515
- "internalType": "uint256",
516
- "name": "",
517
- "type": "uint256"
550
+ "internalType": "address",
551
+ "name": "registryAddress",
552
+ "type": "address"
553
+ },
554
+ {
555
+ "internalType": "NftId",
556
+ "name": "parentNftId",
557
+ "type": "uint96"
558
+ },
559
+ {
560
+ "internalType": "ObjectType",
561
+ "name": "objectType",
562
+ "type": "uint8"
563
+ },
564
+ {
565
+ "internalType": "bool",
566
+ "name": "isInterceptor",
567
+ "type": "bool"
568
+ },
569
+ {
570
+ "internalType": "address",
571
+ "name": "initialOwner",
572
+ "type": "address"
573
+ },
574
+ {
575
+ "internalType": "bytes",
576
+ "name": "registryData",
577
+ "type": "bytes"
518
578
  }
519
579
  ],
520
- "stateMutability": "view",
580
+ "name": "initializeRegisterable",
581
+ "outputs": [],
582
+ "stateMutability": "nonpayable",
521
583
  "type": "function"
522
584
  },
523
585
  {
524
586
  "inputs": [
525
587
  {
526
- "internalType": "Version",
527
- "name": "_version",
528
- "type": "uint24"
529
- }
530
- ],
531
- "name": "getVersionInfo",
532
- "outputs": [
533
- {
534
- "components": [
535
- {
536
- "internalType": "Version",
537
- "name": "version",
538
- "type": "uint24"
539
- },
540
- {
541
- "internalType": "address",
542
- "name": "implementation",
543
- "type": "address"
544
- },
545
- {
546
- "internalType": "address",
547
- "name": "activatedBy",
548
- "type": "address"
549
- },
550
- {
551
- "internalType": "Timestamp",
552
- "name": "activatedAt",
553
- "type": "uint40"
554
- },
555
- {
556
- "internalType": "Blocknumber",
557
- "name": "activatedIn",
558
- "type": "uint32"
559
- }
560
- ],
561
- "internalType": "struct IVersionable.VersionInfo",
562
- "name": "",
563
- "type": "tuple"
588
+ "internalType": "address",
589
+ "name": "registryAddress",
590
+ "type": "address"
564
591
  }
565
592
  ],
566
- "stateMutability": "view",
593
+ "name": "initializeRegistryLinked",
594
+ "outputs": [],
595
+ "stateMutability": "nonpayable",
567
596
  "type": "function"
568
597
  },
569
598
  {
570
599
  "inputs": [
571
600
  {
572
601
  "internalType": "address",
573
- "name": "implementation",
602
+ "name": "registry",
603
+ "type": "address"
604
+ },
605
+ {
606
+ "internalType": "address",
607
+ "name": "authority",
574
608
  "type": "address"
575
609
  },
610
+ {
611
+ "internalType": "address",
612
+ "name": "initialOwner",
613
+ "type": "address"
614
+ }
615
+ ],
616
+ "name": "initializeService",
617
+ "outputs": [],
618
+ "stateMutability": "nonpayable",
619
+ "type": "function"
620
+ },
621
+ {
622
+ "inputs": [
576
623
  {
577
624
  "internalType": "address",
578
625
  "name": "activatedBy",
@@ -584,7 +631,7 @@
584
631
  "type": "bytes"
585
632
  }
586
633
  ],
587
- "name": "initialize",
634
+ "name": "initializeVersionable",
588
635
  "outputs": [],
589
636
  "stateMutability": "nonpayable",
590
637
  "type": "function"
@@ -602,25 +649,6 @@
602
649
  "stateMutability": "view",
603
650
  "type": "function"
604
651
  },
605
- {
606
- "inputs": [
607
- {
608
- "internalType": "Version",
609
- "name": "_version",
610
- "type": "uint24"
611
- }
612
- ],
613
- "name": "isInitialized",
614
- "outputs": [
615
- {
616
- "internalType": "bool",
617
- "name": "",
618
- "type": "bool"
619
- }
620
- ],
621
- "stateMutability": "view",
622
- "type": "function"
623
- },
624
652
  {
625
653
  "inputs": [],
626
654
  "name": "linkToRegisteredNftId",
@@ -687,7 +715,7 @@
687
715
  {
688
716
  "inputs": [
689
717
  {
690
- "internalType": "contract IBaseComponent",
718
+ "internalType": "contract IComponent",
691
719
  "name": "distribution",
692
720
  "type": "address"
693
721
  },
@@ -740,11 +768,62 @@
740
768
  "internalType": "struct IRegistry.ObjectInfo",
741
769
  "name": "info",
742
770
  "type": "tuple"
743
- },
771
+ }
772
+ ],
773
+ "stateMutability": "nonpayable",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "inputs": [
744
778
  {
745
- "internalType": "bytes",
746
- "name": "data",
747
- "type": "bytes"
779
+ "components": [
780
+ {
781
+ "internalType": "NftId",
782
+ "name": "nftId",
783
+ "type": "uint96"
784
+ },
785
+ {
786
+ "internalType": "NftId",
787
+ "name": "parentNftId",
788
+ "type": "uint96"
789
+ },
790
+ {
791
+ "internalType": "ObjectType",
792
+ "name": "objectType",
793
+ "type": "uint8"
794
+ },
795
+ {
796
+ "internalType": "bool",
797
+ "name": "isInterceptor",
798
+ "type": "bool"
799
+ },
800
+ {
801
+ "internalType": "address",
802
+ "name": "objectAddress",
803
+ "type": "address"
804
+ },
805
+ {
806
+ "internalType": "address",
807
+ "name": "initialOwner",
808
+ "type": "address"
809
+ },
810
+ {
811
+ "internalType": "bytes",
812
+ "name": "data",
813
+ "type": "bytes"
814
+ }
815
+ ],
816
+ "internalType": "struct IRegistry.ObjectInfo",
817
+ "name": "info",
818
+ "type": "tuple"
819
+ }
820
+ ],
821
+ "name": "registerDistributor",
822
+ "outputs": [
823
+ {
824
+ "internalType": "NftId",
825
+ "name": "nftId",
826
+ "type": "uint96"
748
827
  }
749
828
  ],
750
829
  "stateMutability": "nonpayable",
@@ -756,6 +835,11 @@
756
835
  "internalType": "contract IRegisterable",
757
836
  "name": "instance",
758
837
  "type": "address"
838
+ },
839
+ {
840
+ "internalType": "address",
841
+ "name": "owner",
842
+ "type": "address"
759
843
  }
760
844
  ],
761
845
  "name": "registerInstance",
@@ -801,13 +885,21 @@
801
885
  "internalType": "struct IRegistry.ObjectInfo",
802
886
  "name": "info",
803
887
  "type": "tuple"
804
- },
888
+ }
889
+ ],
890
+ "stateMutability": "nonpayable",
891
+ "type": "function"
892
+ },
893
+ {
894
+ "inputs": [
805
895
  {
806
- "internalType": "bytes",
807
- "name": "data",
808
- "type": "bytes"
896
+ "internalType": "bytes4",
897
+ "name": "interfaceId",
898
+ "type": "bytes4"
809
899
  }
810
900
  ],
901
+ "name": "registerInterface",
902
+ "outputs": [],
811
903
  "stateMutability": "nonpayable",
812
904
  "type": "function"
813
905
  },
@@ -870,7 +962,7 @@
870
962
  {
871
963
  "inputs": [
872
964
  {
873
- "internalType": "contract IBaseComponent",
965
+ "internalType": "contract IComponent",
874
966
  "name": "pool",
875
967
  "type": "address"
876
968
  },
@@ -923,11 +1015,6 @@
923
1015
  "internalType": "struct IRegistry.ObjectInfo",
924
1016
  "name": "info",
925
1017
  "type": "tuple"
926
- },
927
- {
928
- "internalType": "bytes",
929
- "name": "data",
930
- "type": "bytes"
931
1018
  }
932
1019
  ],
933
1020
  "stateMutability": "nonpayable",
@@ -936,7 +1023,7 @@
936
1023
  {
937
1024
  "inputs": [
938
1025
  {
939
- "internalType": "contract IBaseComponent",
1026
+ "internalType": "contract IComponent",
940
1027
  "name": "product",
941
1028
  "type": "address"
942
1029
  },
@@ -989,11 +1076,6 @@
989
1076
  "internalType": "struct IRegistry.ObjectInfo",
990
1077
  "name": "info",
991
1078
  "type": "tuple"
992
- },
993
- {
994
- "internalType": "bytes",
995
- "name": "data",
996
- "type": "bytes"
997
1079
  }
998
1080
  ],
999
1081
  "stateMutability": "nonpayable",
@@ -1001,14 +1083,6 @@
1001
1083
  },
1002
1084
  {
1003
1085
  "inputs": [
1004
- {
1005
- "internalType": "contract IService",
1006
- "name": "service",
1007
- "type": "address"
1008
- }
1009
- ],
1010
- "name": "registerService",
1011
- "outputs": [
1012
1086
  {
1013
1087
  "components": [
1014
1088
  {
@@ -1050,11 +1124,14 @@
1050
1124
  "internalType": "struct IRegistry.ObjectInfo",
1051
1125
  "name": "info",
1052
1126
  "type": "tuple"
1053
- },
1127
+ }
1128
+ ],
1129
+ "name": "registerStake",
1130
+ "outputs": [
1054
1131
  {
1055
- "internalType": "bytes",
1056
- "name": "data",
1057
- "type": "bytes"
1132
+ "internalType": "NftId",
1133
+ "name": "nftId",
1134
+ "type": "uint96"
1058
1135
  }
1059
1136
  ],
1060
1137
  "stateMutability": "nonpayable",
@@ -1094,142 +1171,80 @@
1094
1171
  },
1095
1172
  {
1096
1173
  "inputs": [
1097
- {
1098
- "internalType": "address",
1099
- "name": "implementation",
1100
- "type": "address"
1101
- },
1102
- {
1103
- "internalType": "address",
1104
- "name": "activatedBy",
1105
- "type": "address"
1106
- },
1107
1174
  {
1108
1175
  "internalType": "bytes",
1109
1176
  "name": "data",
1110
1177
  "type": "bytes"
1111
1178
  }
1112
1179
  ],
1113
- "name": "upgrade",
1180
+ "name": "upgradeVersionable",
1114
1181
  "outputs": [],
1115
1182
  "stateMutability": "nonpayable",
1116
1183
  "type": "function"
1117
1184
  }
1118
1185
  ],
1119
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6130b3806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105a6578063e285c9c4146105b9578063ed841d0c146105c1578063fdd9ec7d146105c957600080fd5b8063b88da7591461055e578063bf7e214f14610571578063c2bf08c814610579578063cde749f41461058c57600080fd5b8063946dfcfe116100de578063946dfcfe146104d6578063a3f4df7e146104fd578063a745e3df1461052b578063b3c650151461053e57600080fd5b8063893d20e8146104a65780638fb36037146104ae5780638fbc2d81146104c357600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104555780637286e5e51461046d5780637a9e5e4b14610480578063834af1531461049357600080fd5b80634f421333146103df5780635ab1bd53146103f25780635c992fed146104175780635d9662891461044257600080fd5b8063138461e0116101b8578063138461e01461025357806317d7de7c1461025d5780631eff4b22146102915780634d459c90146102c657600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed36600461260f565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296105dc565b60405162ffffff9091168152602001610218565b610245610666565b604051610218929190612702565b61025b6107b9565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102189190612730565b6102b87f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103826102d4366004612754565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061305e83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103ed366004612754565b6109db565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61042a6104253660046128d4565b610a8e565b6040516001600160601b039091168152602001610218565b6102456104503660046129a6565b610b91565b600154600160a01b90046001600160601b031661042a565b61024561047b3660046129a6565b610d96565b61025b61048e3660046129df565b610e45565b6102456104a13660046129df565b610ecc565b6103ff611054565b6104b661116d565b60405161021891906129fc565b6102456104d13660046129a6565b6111a6565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102b8565b6102846040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61025b610539366004612a11565b611255565b6105466113af565b6040516001600160401b039091168152602001610218565b61022961056c366004612a72565b6113d0565b6103ff611421565b61042a6105873660046128d4565b61143d565b6105946114c2565b60405160ff9091168152602001610218565b61025b6105b4366004612a11565b611545565b6103ff600181565b6102b8600081565b6102456105d73660046129df565b61164e565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561063d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612a8b565b905090565b61066e6125d1565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106ba6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610702611054565b6001600160a01b0316815260200182600101805461071f90612aa8565b80601f016020809104026020016040519081016040528092919081815260200182805461074b90612aa8565b80156107985780601f1061076d57610100808354040283529160200191610798565b820191906000526020600020905b81548152906001019060200180831161077b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083f9190612aed565b15610886576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108af5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061091c9190612aed565b610944576040516372657a5160e01b81526001600160a01b038216600482015260240161087d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561098e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b29190612b15565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061305e83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a63573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a879190612b32565b1192915050565b6000610a9d335b6000366116f5565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612b15565b9050610b178360d26117fb565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610b47908690600401612b4b565b6020604051808303816000875af1158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190612b15565b9392505050565b610b996125d1565b6060610ba433610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610bd790633ad74e8160e01b906004016129fc565b602060405180830381865afa158015610bf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c189190612aed565b610c3557604051637a71998760e01b815260040160405180910390fd5b610c4284606e5b856118f8565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610c93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb79190612b15565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610ce8908690600401612b4b565b6020604051808303816000875af1158015610d07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d2b9190612b15565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b158015610d7657600080fd5b505af1158015610d8a573d6000803e3d6000fd5b50505050509250929050565b610d9e6125d1565b6060610da933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610ddc90632d744d3360e11b906004016129fc565b602060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1d9190612aed565b610e3a57604051636f61f64160e01b815260040160405180910390fd5b610c4284608c610c3c565b33610e4e611421565b6001600160a01b0316816001600160a01b031614610e895760405162d1953b60e31b81526001600160a01b038216600482015260240161087d565b816001600160a01b03163b600003610ebf576040516361798f2f60e11b81526001600160a01b038316600482015260240161087d565b610ec882611afe565b5050565b610ed46125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610f0a90639f07a2f160e01b906004016129fc565b602060405180830381865afa158015610f27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f4b9190612aed565b610f6857604051636795c76360e01b815260040160405180910390fd5b610f758360465b336118f8565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610fa9908590600401612b4b565b6020604051808303816000875af1158015610fc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fec9190612b15565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561103757600080fd5b505af115801561104b573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156110b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110dd9190612aed565b1561115d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611139573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612b69565b506002546001600160a01b031690565b60008051602061301e833981519152805460009190600160a01b900460ff166111975760006111a0565b638fb3603760e01b5b91505090565b6111ae6125d1565b60606111b933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906111ec9063c8ea96c560e01b906004016129fc565b602060405180830381865afa158015611209573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122d9190612aed565b61124a576040516308707e3160e41b815260040160405180910390fd5b610c42846078610c3c565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112776105dc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112db9190612b86565b60008051602061303e8339815191528054600160401b900460ff168061130e575080546001600160401b03808416911610155b1561132c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113578585611b5f565b61136083611dfe565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061066160008051602061303e833981519152546001600160401b031690565b600060008051602061305e83398151915260010182815481106113f5576113f5612baf565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061301e833981519152546001600160a01b031690565b600061144833610a95565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015611491573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b59190612b15565b9050610b178360dc6117fb565b60006114cc6105dc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612bd0565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b03166000811580156115785750825b90506000826001600160401b031660011480156115945750303b155b9050811580156115a2575080155b156115c05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115ea57845460ff60401b1916600160401b1785555b6115f48888611b5f565b6115fe8787611e06565b831561164457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6116566125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061168c90631b4612f160e31b906004016129fc565b602060405180830381865afa1580156116a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116cd9190612aed565b6116ea57604051635458064d60e11b815260040160405180910390fd5b610f7583603c610f6f565b60008051602061301e833981519152600080611730611712611421565b8730611722600460008a8c612bed565b61172b91612c17565b6120f3565b91509150816117f35763ffffffff8116156117d057825460ff60a01b1916600160a01b17835561175e611421565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161178d93929190612c47565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b5050845460ff60a01b19168555506117f39050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161087d565b505050505050565b60808201516001600160a01b031615611838576080820151604051634726455360e11b81526001600160a01b03909116600482015260240161087d565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa15801561188f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b39190612aed565b806118c9575060a08201516001600160a01b0316155b15610ec85760a082015160405163711c133360e01b81526001600160a01b03909116600482015260240161087d565b6119006125d1565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611940573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119689190810190612ccc565b6001600160a01b03871660808301526040820151919350915060ff8581169116146119b9576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161087d565b60a082015160ff8516604614611a0657836001600160a01b0316816001600160a01b031614611a065760405163dfc430cb60e01b81526001600160a01b038516600482015260240161087d565b856001600160a01b0316816001600160a01b031603611a38576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611a5f57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611ab3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad79190612aed565b15611af557604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061301e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611b676121ff565b60008051602061305e8339815191526000611b9760008051602061303e833981519152546001600160401b031690565b90506000611ba36105dc565b9050816001600160401b0316600103611bd05760028301805462ffffff191662ffffff8316179055611c1e565b600283015462ffffff90811690821611611c1e5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161087d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611cd2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cf69190612dc4565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6121ff565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b0316600081158015611e395750825b90506000826001600160401b03166001148015611e555750303b155b905081158015611e63575080155b15611e815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611eab57845460ff60401b1916600160401b1785555b60008087806020019051810190611ec29190612deb565b91509150611ecf82612238565b600089611eda6114c2565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611f469086908690600401612e31565b600060405180830381865af4158015611f63573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f8b9190810190612e44565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611fca9085908590600401612e78565b602060405180830381865af4158015611fe7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200b9190612b69565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015612056573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207a9190612b15565b9050612086828e61224c565b61208e6107b9565b61209e63200cc87360e11b6122d9565b50505050505083156120ea57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516121629190612e9a565b600060405180830381855afa9150503d806000811461219d576040519150601f19603f3d011682016040523d82523d6000602084013e6121a2565b606091505b509150915081156121f45760408151106121d457808060200190518101906121ca9190612eb6565b90945092506121f4565b60208151106121f457808060200190518101906121f19190612aed565b93505b505094509492505050565b60008051602061303e83398151915254600160401b900460ff1661223657604051631afcd79f60e31b815260040160405180910390fd5b565b6122406121ff565b612249816122fe565b50565b600061227a60408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6122826114c2565b604051602001612293929190612eee565b604051602081830303815290604052905060006122af8461230f565b905060006122c28583603c848888612380565b6122d2631b4612f160e31b6122d9565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6123066121ff565b61224981611afe565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612356573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061237a9190612b15565b92915050565b6123c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6123cb828761244c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161243b8382612f5e565b506120ea6303fb044760e21b6122d9565b600280546001600160a01b0319166001600160a01b038416179055610ec8816001546001600160a01b0316156124a45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161087d565b6001600160a01b0381166124cb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036125015760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a7906125479063e14a543960e01b906004016129fc565b602060405180830381865afa925050508015612580575060408051601f3d908101601f1916820190925261257d91810190612aed565b60015b6125a85760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b80610ec85760405163fdeac91f60e01b81526001600160a01b038316600482015260240161087d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561262157600080fd5b81356001600160e01b031981168114610b8a57600080fd5b60005b8381101561265457818101518382015260200161263c565b50506000910152565b60008151808452612675816020860160208601612639565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c08501526126fa60e085018261265d565b949350505050565b6040815260006127156040830185612689565b8281036020840152612727818561265d565b95945050505050565b602081526000610b8a602083018461265d565b62ffffff8116811461224957600080fd5b60006020828403121561276657600080fd5b8135610b8a81612743565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156127a9576127a9612771565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127d7576127d7612771565b604052919050565b6001600160601b038116811461224957600080fd5b80356127ff816127df565b919050565b60ff8116811461224957600080fd5b80356127ff81612804565b801515811461224957600080fd5b80356127ff8161281e565b6001600160a01b038116811461224957600080fd5b80356127ff81612837565b60006001600160401b0382111561287057612870612771565b50601f01601f191660200190565b600082601f83011261288f57600080fd5b81356128a261289d82612857565b6127af565b8181528460208386010111156128b757600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156128e657600080fd5b81356001600160401b03808211156128fd57600080fd5b9083019060e0828603121561291157600080fd5b612919612787565b612922836127f4565b8152612930602084016127f4565b602082015261294160408401612813565b60408201526129526060840161282c565b60608201526129636080840161284c565b608082015261297460a0840161284c565b60a082015260c08301358281111561298b57600080fd5b6129978782860161287e565b60c08301525095945050505050565b600080604083850312156129b957600080fd5b82356129c481612837565b915060208301356129d481612837565b809150509250929050565b6000602082840312156129f157600080fd5b8135610b8a81612837565b6001600160e01b031991909116815260200190565b600080600060608486031215612a2657600080fd5b8335612a3181612837565b92506020840135612a4181612837565b915060408401356001600160401b03811115612a5c57600080fd5b612a688682870161287e565b9150509250925092565b600060208284031215612a8457600080fd5b5035919050565b600060208284031215612a9d57600080fd5b8151610b8a81612743565b600181811c90821680612abc57607f821691505b602082108103612adc57634e487b7160e01b600052602260045260246000fd5b50919050565b80516127ff8161281e565b600060208284031215612aff57600080fd5b8151610b8a8161281e565b80516127ff816127df565b600060208284031215612b2757600080fd5b8151610b8a816127df565b600060208284031215612b4457600080fd5b5051919050565b602081526000610b8a6020830184612689565b80516127ff81612837565b600060208284031215612b7b57600080fd5b8151610b8a81612837565b600060208284031215612b9857600080fd5b81516001600160401b0381168114610b8a57600080fd5b634e487b7160e01b600052603260045260246000fd5b80516127ff81612804565b600060208284031215612be257600080fd5b8151610b8a81612804565b60008085851115612bfd57600080fd5b83861115612c0a57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c3f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612c9857600080fd5b8151612ca661289d82612857565b818152846020838601011115612cbb57600080fd5b6126fa826020830160208701612639565b60008060408385031215612cdf57600080fd5b82516001600160401b0380821115612cf657600080fd5b9084019060e08287031215612d0a57600080fd5b612d12612787565b612d1b83612b0a565b8152612d2960208401612b0a565b6020820152612d3a60408401612bc5565b6040820152612d4b60608401612ae2565b6060820152612d5c60808401612b5e565b6080820152612d6d60a08401612b5e565b60a082015260c083015182811115612d8457600080fd5b612d9088828601612c87565b60c0830152506020860151909450915080821115612dad57600080fd5b50612dba85828601612c87565b9150509250929050565b600060208284031215612dd657600080fd5b815164ffffffffff81168114610b8a57600080fd5b60008060408385031215612dfe57600080fd5b8251612e0981612837565b60208401519092506001600160401b03811115612e2557600080fd5b612dba85828601612c87565b604081526000612715604083018561265d565b600060208284031215612e5657600080fd5b81516001600160401b03811115612e6c57600080fd5b6126fa84828501612c87565b604081526000612e8b604083018561265d565b90508260208301529392505050565b60008251612eac818460208701612639565b9190910192915050565b60008060408385031215612ec957600080fd5b8251612ed48161281e565b602084015190925063ffffffff811681146129d457600080fd5b604081526000612f01604083018561265d565b905060ff831660208301529392505050565b601f821115612f5957600081815260208120601f850160051c81016020861015612f3a5750805b601f850160051c820191505b818110156117f357828155600101612f46565b505050565b81516001600160401b03811115612f7757612f77612771565b612f8b81612f858454612aa8565b84612f13565b602080601f831160018114612fc05760008415612fa85750858301515b600019600386901b1c1916600185901b1785556117f3565b600085815260208120601f198616915b82811015612fef57888601518255948401946001909101908401612fd0565b508582101561300d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a26469706673582212206a480c9795b71df8b645781f450dbc808efd195f0b9b619cfd8bebeb5d54641264736f6c63430008140033",
1120
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105a6578063e285c9c4146105b9578063ed841d0c146105c1578063fdd9ec7d146105c957600080fd5b8063b88da7591461055e578063bf7e214f14610571578063c2bf08c814610579578063cde749f41461058c57600080fd5b8063946dfcfe116100de578063946dfcfe146104d6578063a3f4df7e146104fd578063a745e3df1461052b578063b3c650151461053e57600080fd5b8063893d20e8146104a65780638fb36037146104ae5780638fbc2d81146104c357600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104555780637286e5e51461046d5780637a9e5e4b14610480578063834af1531461049357600080fd5b80634f421333146103df5780635ab1bd53146103f25780635c992fed146104175780635d9662891461044257600080fd5b8063138461e0116101b8578063138461e01461025357806317d7de7c1461025d5780631eff4b22146102915780634d459c90146102c657600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed36600461260f565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296105dc565b60405162ffffff9091168152602001610218565b610245610666565b604051610218929190612702565b61025b6107b9565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102189190612730565b6102b87f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103826102d4366004612754565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061305e83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103ed366004612754565b6109db565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61042a6104253660046128d4565b610a8e565b6040516001600160601b039091168152602001610218565b6102456104503660046129a6565b610b91565b600154600160a01b90046001600160601b031661042a565b61024561047b3660046129a6565b610d96565b61025b61048e3660046129df565b610e45565b6102456104a13660046129df565b610ecc565b6103ff611054565b6104b661116d565b60405161021891906129fc565b6102456104d13660046129a6565b6111a6565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102b8565b6102846040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61025b610539366004612a11565b611255565b6105466113af565b6040516001600160401b039091168152602001610218565b61022961056c366004612a72565b6113d0565b6103ff611421565b61042a6105873660046128d4565b61143d565b6105946114c2565b60405160ff9091168152602001610218565b61025b6105b4366004612a11565b611545565b6103ff600181565b6102b8600081565b6102456105d73660046129df565b61164e565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561063d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612a8b565b905090565b61066e6125d1565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106ba6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610702611054565b6001600160a01b0316815260200182600101805461071f90612aa8565b80601f016020809104026020016040519081016040528092919081815260200182805461074b90612aa8565b80156107985780601f1061076d57610100808354040283529160200191610798565b820191906000526020600020905b81548152906001019060200180831161077b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083f9190612aed565b15610886576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108af5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061091c9190612aed565b610944576040516372657a5160e01b81526001600160a01b038216600482015260240161087d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561098e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b29190612b15565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061305e83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a63573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a879190612b32565b1192915050565b6000610a9d335b6000366116f5565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612b15565b9050610b178360d26117fb565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610b47908690600401612b4b565b6020604051808303816000875af1158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190612b15565b9392505050565b610b996125d1565b6060610ba433610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610bd790633ad74e8160e01b906004016129fc565b602060405180830381865afa158015610bf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c189190612aed565b610c3557604051637a71998760e01b815260040160405180910390fd5b610c4284606e5b856118f8565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610c93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb79190612b15565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610ce8908690600401612b4b565b6020604051808303816000875af1158015610d07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d2b9190612b15565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b158015610d7657600080fd5b505af1158015610d8a573d6000803e3d6000fd5b50505050509250929050565b610d9e6125d1565b6060610da933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610ddc90632d744d3360e11b906004016129fc565b602060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1d9190612aed565b610e3a57604051636f61f64160e01b815260040160405180910390fd5b610c4284608c610c3c565b33610e4e611421565b6001600160a01b0316816001600160a01b031614610e895760405162d1953b60e31b81526001600160a01b038216600482015260240161087d565b816001600160a01b03163b600003610ebf576040516361798f2f60e11b81526001600160a01b038316600482015260240161087d565b610ec882611afe565b5050565b610ed46125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610f0a90639f07a2f160e01b906004016129fc565b602060405180830381865afa158015610f27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f4b9190612aed565b610f6857604051636795c76360e01b815260040160405180910390fd5b610f758360465b336118f8565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610fa9908590600401612b4b565b6020604051808303816000875af1158015610fc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fec9190612b15565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561103757600080fd5b505af115801561104b573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156110b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110dd9190612aed565b1561115d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611139573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612b69565b506002546001600160a01b031690565b60008051602061301e833981519152805460009190600160a01b900460ff166111975760006111a0565b638fb3603760e01b5b91505090565b6111ae6125d1565b60606111b933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906111ec9063c8ea96c560e01b906004016129fc565b602060405180830381865afa158015611209573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122d9190612aed565b61124a576040516308707e3160e41b815260040160405180910390fd5b610c42846078610c3c565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112776105dc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112db9190612b86565b60008051602061303e8339815191528054600160401b900460ff168061130e575080546001600160401b03808416911610155b1561132c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113578585611b5f565b61136083611dfe565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061066160008051602061303e833981519152546001600160401b031690565b600060008051602061305e83398151915260010182815481106113f5576113f5612baf565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061301e833981519152546001600160a01b031690565b600061144833610a95565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015611491573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b59190612b15565b9050610b178360dc6117fb565b60006114cc6105dc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612bd0565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b03166000811580156115785750825b90506000826001600160401b031660011480156115945750303b155b9050811580156115a2575080155b156115c05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115ea57845460ff60401b1916600160401b1785555b6115f48888611b5f565b6115fe8787611e06565b831561164457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6116566125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061168c90631b4612f160e31b906004016129fc565b602060405180830381865afa1580156116a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116cd9190612aed565b6116ea57604051635458064d60e11b815260040160405180910390fd5b610f7583603c610f6f565b60008051602061301e833981519152600080611730611712611421565b8730611722600460008a8c612bed565b61172b91612c17565b6120f3565b91509150816117f35763ffffffff8116156117d057825460ff60a01b1916600160a01b17835561175e611421565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161178d93929190612c47565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b5050845460ff60a01b19168555506117f39050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161087d565b505050505050565b60808201516001600160a01b031615611838576080820151604051634726455360e11b81526001600160a01b03909116600482015260240161087d565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa15801561188f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b39190612aed565b806118c9575060a08201516001600160a01b0316155b15610ec85760a082015160405163711c133360e01b81526001600160a01b03909116600482015260240161087d565b6119006125d1565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611940573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119689190810190612ccc565b6001600160a01b03871660808301526040820151919350915060ff8581169116146119b9576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161087d565b60a082015160ff8516604614611a0657836001600160a01b0316816001600160a01b031614611a065760405163dfc430cb60e01b81526001600160a01b038516600482015260240161087d565b856001600160a01b0316816001600160a01b031603611a38576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611a5f57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611ab3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad79190612aed565b15611af557604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061301e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611b676121ff565b60008051602061305e8339815191526000611b9760008051602061303e833981519152546001600160401b031690565b90506000611ba36105dc565b9050816001600160401b0316600103611bd05760028301805462ffffff191662ffffff8316179055611c1e565b600283015462ffffff90811690821611611c1e5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161087d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611cd2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cf69190612dc4565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6121ff565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b0316600081158015611e395750825b90506000826001600160401b03166001148015611e555750303b155b905081158015611e63575080155b15611e815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611eab57845460ff60401b1916600160401b1785555b60008087806020019051810190611ec29190612deb565b91509150611ecf82612238565b600089611eda6114c2565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611f469086908690600401612e31565b600060405180830381865af4158015611f63573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f8b9190810190612e44565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611fca9085908590600401612e78565b602060405180830381865af4158015611fe7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200b9190612b69565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015612056573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207a9190612b15565b9050612086828e61224c565b61208e6107b9565b61209e63200cc87360e11b6122d9565b50505050505083156120ea57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516121629190612e9a565b600060405180830381855afa9150503d806000811461219d576040519150601f19603f3d011682016040523d82523d6000602084013e6121a2565b606091505b509150915081156121f45760408151106121d457808060200190518101906121ca9190612eb6565b90945092506121f4565b60208151106121f457808060200190518101906121f19190612aed565b93505b505094509492505050565b60008051602061303e83398151915254600160401b900460ff1661223657604051631afcd79f60e31b815260040160405180910390fd5b565b6122406121ff565b612249816122fe565b50565b600061227a60408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6122826114c2565b604051602001612293929190612eee565b604051602081830303815290604052905060006122af8461230f565b905060006122c28583603c848888612380565b6122d2631b4612f160e31b6122d9565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6123066121ff565b61224981611afe565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612356573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061237a9190612b15565b92915050565b6123c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6123cb828761244c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161243b8382612f5e565b506120ea6303fb044760e21b6122d9565b600280546001600160a01b0319166001600160a01b038416179055610ec8816001546001600160a01b0316156124a45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161087d565b6001600160a01b0381166124cb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036125015760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a7906125479063e14a543960e01b906004016129fc565b602060405180830381865afa925050508015612580575060408051601f3d908101601f1916820190925261257d91810190612aed565b60015b6125a85760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b80610ec85760405163fdeac91f60e01b81526001600160a01b038316600482015260240161087d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561262157600080fd5b81356001600160e01b031981168114610b8a57600080fd5b60005b8381101561265457818101518382015260200161263c565b50506000910152565b60008151808452612675816020860160208601612639565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c08501526126fa60e085018261265d565b949350505050565b6040815260006127156040830185612689565b8281036020840152612727818561265d565b95945050505050565b602081526000610b8a602083018461265d565b62ffffff8116811461224957600080fd5b60006020828403121561276657600080fd5b8135610b8a81612743565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156127a9576127a9612771565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127d7576127d7612771565b604052919050565b6001600160601b038116811461224957600080fd5b80356127ff816127df565b919050565b60ff8116811461224957600080fd5b80356127ff81612804565b801515811461224957600080fd5b80356127ff8161281e565b6001600160a01b038116811461224957600080fd5b80356127ff81612837565b60006001600160401b0382111561287057612870612771565b50601f01601f191660200190565b600082601f83011261288f57600080fd5b81356128a261289d82612857565b6127af565b8181528460208386010111156128b757600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156128e657600080fd5b81356001600160401b03808211156128fd57600080fd5b9083019060e0828603121561291157600080fd5b612919612787565b612922836127f4565b8152612930602084016127f4565b602082015261294160408401612813565b60408201526129526060840161282c565b60608201526129636080840161284c565b608082015261297460a0840161284c565b60a082015260c08301358281111561298b57600080fd5b6129978782860161287e565b60c08301525095945050505050565b600080604083850312156129b957600080fd5b82356129c481612837565b915060208301356129d481612837565b809150509250929050565b6000602082840312156129f157600080fd5b8135610b8a81612837565b6001600160e01b031991909116815260200190565b600080600060608486031215612a2657600080fd5b8335612a3181612837565b92506020840135612a4181612837565b915060408401356001600160401b03811115612a5c57600080fd5b612a688682870161287e565b9150509250925092565b600060208284031215612a8457600080fd5b5035919050565b600060208284031215612a9d57600080fd5b8151610b8a81612743565b600181811c90821680612abc57607f821691505b602082108103612adc57634e487b7160e01b600052602260045260246000fd5b50919050565b80516127ff8161281e565b600060208284031215612aff57600080fd5b8151610b8a8161281e565b80516127ff816127df565b600060208284031215612b2757600080fd5b8151610b8a816127df565b600060208284031215612b4457600080fd5b5051919050565b602081526000610b8a6020830184612689565b80516127ff81612837565b600060208284031215612b7b57600080fd5b8151610b8a81612837565b600060208284031215612b9857600080fd5b81516001600160401b0381168114610b8a57600080fd5b634e487b7160e01b600052603260045260246000fd5b80516127ff81612804565b600060208284031215612be257600080fd5b8151610b8a81612804565b60008085851115612bfd57600080fd5b83861115612c0a57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c3f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612c9857600080fd5b8151612ca661289d82612857565b818152846020838601011115612cbb57600080fd5b6126fa826020830160208701612639565b60008060408385031215612cdf57600080fd5b82516001600160401b0380821115612cf657600080fd5b9084019060e08287031215612d0a57600080fd5b612d12612787565b612d1b83612b0a565b8152612d2960208401612b0a565b6020820152612d3a60408401612bc5565b6040820152612d4b60608401612ae2565b6060820152612d5c60808401612b5e565b6080820152612d6d60a08401612b5e565b60a082015260c083015182811115612d8457600080fd5b612d9088828601612c87565b60c0830152506020860151909450915080821115612dad57600080fd5b50612dba85828601612c87565b9150509250929050565b600060208284031215612dd657600080fd5b815164ffffffffff81168114610b8a57600080fd5b60008060408385031215612dfe57600080fd5b8251612e0981612837565b60208401519092506001600160401b03811115612e2557600080fd5b612dba85828601612c87565b604081526000612715604083018561265d565b600060208284031215612e5657600080fd5b81516001600160401b03811115612e6c57600080fd5b6126fa84828501612c87565b604081526000612e8b604083018561265d565b90508260208301529392505050565b60008251612eac818460208701612639565b9190910192915050565b60008060408385031215612ec957600080fd5b8251612ed48161281e565b602084015190925063ffffffff811681146129d457600080fd5b604081526000612f01604083018561265d565b905060ff831660208301529392505050565b601f821115612f5957600081815260208120601f850160051c81016020861015612f3a5750805b601f850160051c820191505b818110156117f357828155600101612f46565b505050565b81516001600160401b03811115612f7757612f77612771565b612f8b81612f858454612aa8565b84612f13565b602080601f831160018114612fc05760008415612fa85750858301515b600019600386901b1c1916600185901b1785556117f3565b600085815260208120601f198616915b82811015612fef57888601518255948401946001909101908401612fd0565b508582101561300d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a26469706673582212206a480c9795b71df8b645781f450dbc808efd195f0b9b619cfd8bebeb5d54641264736f6c63430008140033",
1186
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61287a80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c8063644c45e0116101045780638fb36037116100a2578063bf7e214f11610071578063bf7e214f1461043f578063c2bf08c814610447578063ed841d0c1461045a578063f7c34ee01461046257600080fd5b80638fb36037146103f35780638fbc2d8114610408578063ada9652e1461041b578063b68d18091461043057600080fd5b80637a9e5e4b116100de5780637a9e5e4b146103b25780638105cc7f146103c5578063893d20e8146103d85780638e32e979146103e057600080fd5b8063644c45e01461036e578063675393bf1461038c5780637286e5e51461039f57600080fd5b806327bb7a331161017c57806357a8fba71161014b57806357a8fba7146102f85780635ab1bd53146103235780635c992fed146103485780635d9662891461035b57600080fd5b806327bb7a33146102b7578063329d6e74146102ca57806336fc697e146102dd57806349bb9e4b146102e557600080fd5b80630fec111c116101b85780630fec111c1461025d578063138461e0146102655780631eff4b221461026f578063214cdb80146102a457600080fd5b806301ffc9a7146101df578063026bc43b146102215780630d8e6e2c14610241575b600080fd5b61020c6101ed366004611e6d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461022f366004611ec3565b610475565b6040516102189190611f4c565b610249610623565b60405162ffffff9091168152602001610218565b6102346106ad565b61026d6107ce565b005b6102967f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61026d6102b2366004611e6d565b6109d0565b61026d6102c5366004612115565b6109fd565b61026d6102d83660046121ad565b610aa2565b61026d610bef565b61026d6102f33660046121e1565b610c35565b61030b610306366004612230565b610d34565b6040516001600160601b039091168152602001610218565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61030b610356366004612230565b610dc3565b610234610369366004611ec3565b610dd9565b6000805160206127e5833981519152546001600160601b031661030b565b61026d61039a366004612302565b610f24565b6102346103ad366004611ec3565b611037565b61026d6103c0366004612302565b6110ef565b61030b6103d3366004612230565b611172565b610330611188565b61026d6103ee36600461231f565b6112bf565b6103fb6114f8565b604051610218919061236a565b610234610416366004611ec3565b611530565b6102966000805160206127e583398151915281565b60405160288152602001610218565b6103306115e8565b61030b610455366004612230565b611604565b610296600081565b61026d610470366004611ec3565b61161a565b61047d611e2f565b61048a335b600036611691565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104bd9063425ec80560e01b9060040161236a565b602060405180830381865afa1580156104da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fe919061238a565b61052b57604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6105388360465b84611797565b905061054c6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105779190611f4c565b6020604051808303816000875af1158015610596573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ba91906123b2565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561060557600080fd5b505af1158015610619573d6000803e3d6000fd5b5050505092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610684573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a891906123cf565b905090565b6106b5611e2f565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a0810161072a611188565b6001600160a01b03168152602001826001018054610747906123f4565b80601f0160208091040260200160405190810160405280929190818152602001828054610773906123f4565b80156107c05780601f10610795576101008083540402835291602001916107c0565b820191906000526020600020905b8154815290600101906020018083116107a357829003601f168201915b505050505081525091505090565b60006000805160206127e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561083d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610861919061238a565b1561088d5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610522565b306108a06001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156108e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090c919061238a565b6109345760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610522565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610988573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ac91906123b2565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6109d8611a0e565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610a05611a0e565b610a0f828761161a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610a988382612474565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610ac4610623565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610b04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b289190612533565b6000805160206128258339815191528054600160401b900460ff1680610b5b575080546001600160401b03808416911610155b15610b795760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ba383611a47565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610bf7611a0e565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206128258339815191528054600160401b810460ff1615906001600160401b0316600081158015610c685750825b90506000826001600160401b03166001148015610c845750303b155b905081158015610c92575080155b15610cb05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610cda57845460ff60401b1916600160401b1785555b610ce48787611a4f565b8315610d2b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610d3f33610482565b610d4a82607a611b75565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610d7a908590600401611f4c565b6020604051808303816000875af1158015610d99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dbd91906123b2565b92915050565b6000610dce33610482565b610d4a8260d3611b75565b610de1611e2f565b610dea33610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610e1d9063058d03e760e21b9060040161236a565b602060405180830381865afa158015610e3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5e919061238a565b610e865760405163704b6c6d60e11b81526001600160a01b0384166004820152602401610522565b610e9183606e610532565b9050610ea56001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610ed09190611f4c565b6020604051808303816000875af1158015610eef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f1391906123b2565b6001600160601b0316815292915050565b610f2c611a0e565b806001600160a01b03163b600003610f625760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610522565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610fa89063530ca14960e11b9060040161236a565b602060405180830381865afa925050508015610fe1575060408051601f3d908101601f19168201909252610fde9181019061238a565b60015b6110095760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610522565b806110325760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610522565b505b50565b61103f611e2f565b61104833610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061107b90630d02010f60e31b9060040161236a565b602060405180830381865afa158015611098573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bc919061238a565b6110e4576040516304c983f360e41b81526001600160a01b0384166004820152602401610522565b610e9183608c610532565b336110f86115e8565b6001600160a01b0316816001600160a01b0316146111335760405162d1953b60e31b81526001600160a01b0382166004820152602401610522565b816001600160a01b03163b600003611169576040516361798f2f60e11b81526001600160a01b0383166004820152602401610522565b61103282611ca0565b600061117d33610482565b610d4a826050611b75565b6000806000805160206127e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156111f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061121c919061238a565b156112a9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561127f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112a39190612567565b91505090565b54600160601b90046001600160a01b0316919050565b6112c7611a0e565b61134783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611309573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132d91906123b2565b603c600085604051806020016040528060008152506109fd565b6001600160a01b038216156113645761135f82611d01565b6114d3565b60006113786001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113fc919061258f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611441573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114659190612567565b90506114d1816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114cc9190612567565b611d01565b505b6114e3634a531f3360e01b6109d0565b6114f363b68d180960e01b6109d0565b505050565b600080516020612805833981519152805460009190600160a01b900460ff166115225760006112a3565b638fb3603760e01b91505090565b611538611e2f565b61154133610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061157490637895d0ed60e01b9060040161236a565b602060405180830381865afa158015611591573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115b5919061238a565b6115dd576040516367237f5b60e11b81526001600160a01b0384166004820152602401610522565b610e91836078610532565b600080516020612805833981519152546001600160a01b031690565b600061160f33610482565b610d4a8260dc611b75565b611622611a0e565b61162b81610f24565b611633610bef565b6001600160a01b03821661165a5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206127e583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6000805160206128058339815191526000806116cc6116ae6115e8565b87306116be600460008a8c6125ac565b6116c7916125d6565b611d12565b915091508161178f5763ffffffff81161561176c57825460ff60a01b1916600160a01b1783556116fa6115e8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161172993929190612606565b600060405180830381600087803b15801561174357600080fd5b505af1158015611757573d6000803e3d6000fd5b5050845460ff60a01b191685555061178f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610522565b505050505050565b61179f611e2f565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156117dd573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611805919081019061268b565b9050836001600160a01b031681608001516001600160a01b0316146118565760808101516040516306704ad960e11b81526001600160a01b0380871660048301529091166024820152604401610522565b604081015160ff8481169116146118a257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff80861660248301529091166044820152606401610522565b60a08101516001600160a01b03808216908416146118ee576040516335ce70c360e21b81526001600160a01b038087166004830152808516602483015282166044820152606401610522565b846001600160a01b0316816001600160a01b03160361192b57604051638e80a3f960e01b81526001600160a01b0386166004820152602401610522565b6001600160a01b03811661195d576040516343e40cb560e01b81526001600160a01b0386166004820152602401610522565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119d5919061238a565b15611a06576040516309ad872b60e41b81526001600160a01b03808716600483015282166024820152604401610522565b509392505050565b60008051602061282583398151915254600160401b900460ff16611a4557604051631afcd79f60e31b815260040160405180910390fd5b565b6101da611a0e565b6000805160206128258339815191528054600160401b810460ff1615906001600160401b0316600081158015611a825750825b90506000826001600160401b03166001148015611a9e5750303b155b905081158015611aac575080155b15611aca5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611af457845460ff60401b1916600160401b1785555b600080600088806020019051810190611b0d919061274e565b9094509092509050611b2082828c6112bf565b611b30631ad26c9560e21b6109d0565b5050508315610d2b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610d22565b60006080830152604082015160ff828116911614611bb9576040808301519051632e5fbed960e21b815260ff80841660048301529091166024820152604401610522565b60a08201516001600160a01b038116611bf0576040808401519051633312954f60e21b815260ff9091166004820152602401610522565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611c44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c68919061238a565b156114f357604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b0382166024820152604401610522565b60008051602061280583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611d09611a0e565b61103481611e1e565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611d819190612790565b600060405180830381855afa9150503d8060008114611dbc576040519150601f19603f3d011682016040523d82523d6000602084013e611dc1565b606091505b50915091508115611e13576040815110611df35780806020019051810190611de991906127ac565b9094509250611e13565b6020815110611e135780806020019051810190611e10919061238a565b93505b505094509492505050565b611e26611a0e565b61103481611ca0565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611e7f57600080fd5b81356001600160e01b031981168114611e9757600080fd5b9392505050565b6001600160a01b038116811461103457600080fd5b8035611ebe81611e9e565b919050565b60008060408385031215611ed657600080fd5b8235611ee181611e9e565b91506020830135611ef181611e9e565b809150509250929050565b60005b83811015611f17578181015183820152602001611eff565b50506000910152565b60008151808452611f38816020860160208601611efc565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151611fb560c08401826001600160a01b03169052565b5060c083015160e080840152611fcf610100840182611f20565b949350505050565b6001600160601b038116811461103457600080fd5b8035611ebe81611fd7565b60ff8116811461103457600080fd5b8035611ebe81611ff7565b801515811461103457600080fd5b8035611ebe81612011565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156120625761206261202a565b60405290565b604051601f8201601f191681016001600160401b03811182821017156120905761209061202a565b604052919050565b60006001600160401b038211156120b1576120b161202a565b50601f01601f191660200190565b600082601f8301126120d057600080fd5b81356120e36120de82612098565b612068565b8181528460208386010111156120f857600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561212e57600080fd5b863561213981611e9e565b9550602087013561214981611fd7565b9450604087013561215981611ff7565b9350606087013561216981612011565b9250608087013561217981611e9e565b915060a08701356001600160401b0381111561219457600080fd5b6121a089828a016120bf565b9150509295509295509295565b6000602082840312156121bf57600080fd5b81356001600160401b038111156121d557600080fd5b611fcf848285016120bf565b600080604083850312156121f457600080fd5b82356121ff81611e9e565b915060208301356001600160401b0381111561221a57600080fd5b612226858286016120bf565b9150509250929050565b60006020828403121561224257600080fd5b81356001600160401b038082111561225957600080fd5b9083019060e0828603121561226d57600080fd5b612275612040565b61227e83611fec565b815261228c60208401611fec565b602082015261229d60408401612006565b60408201526122ae6060840161201f565b60608201526122bf60808401611eb3565b60808201526122d060a08401611eb3565b60a082015260c0830135828111156122e757600080fd5b6122f3878286016120bf565b60c08301525095945050505050565b60006020828403121561231457600080fd5b8135611e9781611e9e565b60008060006060848603121561233457600080fd5b833561233f81611e9e565b9250602084013561234f81611e9e565b9150604084013561235f81611e9e565b809150509250925092565b6001600160e01b031991909116815260200190565b8051611ebe81612011565b60006020828403121561239c57600080fd5b8151611e9781612011565b8051611ebe81611fd7565b6000602082840312156123c457600080fd5b8151611e9781611fd7565b6000602082840312156123e157600080fd5b815162ffffff81168114611e9757600080fd5b600181811c9082168061240857607f821691505b60208210810361242857634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156114f357600081815260208120601f850160051c810160208610156124555750805b601f850160051c820191505b8181101561178f57828155600101612461565b81516001600160401b0381111561248d5761248d61202a565b6124a18161249b84546123f4565b8461242e565b602080601f8311600181146124d657600084156124be5750858301515b600019600386901b1c1916600185901b17855561178f565b600085815260208120601f198616915b82811015612505578886015182559484019460019091019084016124e6565b50858210156125235787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561254557600080fd5b81516001600160401b0381168114611e9757600080fd5b8051611ebe81611e9e565b60006020828403121561257957600080fd5b8151611e9781611e9e565b8051611ebe81611ff7565b6000602082840312156125a157600080fd5b8151611e9781611ff7565b600080858511156125bc57600080fd5b838611156125c957600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156125fe5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f83011261265757600080fd5b81516126656120de82612098565b81815284602083860101111561267a57600080fd5b611fcf826020830160208701611efc565b60006020828403121561269d57600080fd5b81516001600160401b03808211156126b457600080fd5b9083019060e082860312156126c857600080fd5b6126d0612040565b6126d9836123a7565b81526126e7602084016123a7565b60208201526126f860408401612584565b60408201526127096060840161237f565b606082015261271a6080840161255c565b608082015261272b60a0840161255c565b60a082015260c08301518281111561274257600080fd5b6122f387828601612646565b60008060006060848603121561276357600080fd5b835161276e81611e9e565b602085015190935061277f81611e9e565b604085015190925061235f81611e9e565b600082516127a2818460208701611efc565b9190910192915050565b600080604083850312156127bf57600080fd5b82516127ca81612011565b602084015190925063ffffffff81168114611ef157600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220940f297e3f330b8282b3f07b4f605116debbd5eb164319f7e8dc5ba15c5810d364736f6c63430008140033",
1187
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063644c45e0116101045780638fb36037116100a2578063bf7e214f11610071578063bf7e214f1461043f578063c2bf08c814610447578063ed841d0c1461045a578063f7c34ee01461046257600080fd5b80638fb36037146103f35780638fbc2d8114610408578063ada9652e1461041b578063b68d18091461043057600080fd5b80637a9e5e4b116100de5780637a9e5e4b146103b25780638105cc7f146103c5578063893d20e8146103d85780638e32e979146103e057600080fd5b8063644c45e01461036e578063675393bf1461038c5780637286e5e51461039f57600080fd5b806327bb7a331161017c57806357a8fba71161014b57806357a8fba7146102f85780635ab1bd53146103235780635c992fed146103485780635d9662891461035b57600080fd5b806327bb7a33146102b7578063329d6e74146102ca57806336fc697e146102dd57806349bb9e4b146102e557600080fd5b80630fec111c116101b85780630fec111c1461025d578063138461e0146102655780631eff4b221461026f578063214cdb80146102a457600080fd5b806301ffc9a7146101df578063026bc43b146102215780630d8e6e2c14610241575b600080fd5b61020c6101ed366004611e6d565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461022f366004611ec3565b610475565b6040516102189190611f4c565b610249610623565b60405162ffffff9091168152602001610218565b6102346106ad565b61026d6107ce565b005b6102967f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b61026d6102b2366004611e6d565b6109d0565b61026d6102c5366004612115565b6109fd565b61026d6102d83660046121ad565b610aa2565b61026d610bef565b61026d6102f33660046121e1565b610c35565b61030b610306366004612230565b610d34565b6040516001600160601b039091168152602001610218565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61030b610356366004612230565b610dc3565b610234610369366004611ec3565b610dd9565b6000805160206127e5833981519152546001600160601b031661030b565b61026d61039a366004612302565b610f24565b6102346103ad366004611ec3565b611037565b61026d6103c0366004612302565b6110ef565b61030b6103d3366004612230565b611172565b610330611188565b61026d6103ee36600461231f565b6112bf565b6103fb6114f8565b604051610218919061236a565b610234610416366004611ec3565b611530565b6102966000805160206127e583398151915281565b60405160288152602001610218565b6103306115e8565b61030b610455366004612230565b611604565b610296600081565b61026d610470366004611ec3565b61161a565b61047d611e2f565b61048a335b600036611691565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104bd9063425ec80560e01b9060040161236a565b602060405180830381865afa1580156104da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fe919061238a565b61052b57604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6105388360465b84611797565b905061054c6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105779190611f4c565b6020604051808303816000875af1158015610596573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ba91906123b2565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561060557600080fd5b505af1158015610619573d6000803e3d6000fd5b5050505092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610684573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a891906123cf565b905090565b6106b5611e2f565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a0810161072a611188565b6001600160a01b03168152602001826001018054610747906123f4565b80601f0160208091040260200160405190810160405280929190818152602001828054610773906123f4565b80156107c05780601f10610795576101008083540402835291602001916107c0565b820191906000526020600020905b8154815290600101906020018083116107a357829003601f168201915b505050505081525091505090565b60006000805160206127e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561083d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610861919061238a565b1561088d5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610522565b306108a06001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156108e8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090c919061238a565b6109345760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610522565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610988573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ac91906123b2565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6109d8611a0e565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610a05611a0e565b610a0f828761161a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610a988382612474565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610ac4610623565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610b04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b289190612533565b6000805160206128258339815191528054600160401b900460ff1680610b5b575080546001600160401b03808416911610155b15610b795760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ba383611a47565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610bf7611a0e565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000805160206128258339815191528054600160401b810460ff1615906001600160401b0316600081158015610c685750825b90506000826001600160401b03166001148015610c845750303b155b905081158015610c92575080155b15610cb05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610cda57845460ff60401b1916600160401b1785555b610ce48787611a4f565b8315610d2b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610d3f33610482565b610d4a82607a611b75565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610d7a908590600401611f4c565b6020604051808303816000875af1158015610d99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dbd91906123b2565b92915050565b6000610dce33610482565b610d4a8260d3611b75565b610de1611e2f565b610dea33610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610e1d9063058d03e760e21b9060040161236a565b602060405180830381865afa158015610e3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5e919061238a565b610e865760405163704b6c6d60e11b81526001600160a01b0384166004820152602401610522565b610e9183606e610532565b9050610ea56001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610ed09190611f4c565b6020604051808303816000875af1158015610eef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f1391906123b2565b6001600160601b0316815292915050565b610f2c611a0e565b806001600160a01b03163b600003610f625760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610522565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610fa89063530ca14960e11b9060040161236a565b602060405180830381865afa925050508015610fe1575060408051601f3d908101601f19168201909252610fde9181019061238a565b60015b6110095760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610522565b806110325760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610522565b505b50565b61103f611e2f565b61104833610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061107b90630d02010f60e31b9060040161236a565b602060405180830381865afa158015611098573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bc919061238a565b6110e4576040516304c983f360e41b81526001600160a01b0384166004820152602401610522565b610e9183608c610532565b336110f86115e8565b6001600160a01b0316816001600160a01b0316146111335760405162d1953b60e31b81526001600160a01b0382166004820152602401610522565b816001600160a01b03163b600003611169576040516361798f2f60e11b81526001600160a01b0383166004820152602401610522565b61103282611ca0565b600061117d33610482565b610d4a826050611b75565b6000806000805160206127e583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156111f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061121c919061238a565b156112a9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561127f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112a39190612567565b91505090565b54600160601b90046001600160a01b0316919050565b6112c7611a0e565b61134783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611309573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132d91906123b2565b603c600085604051806020016040528060008152506109fd565b6001600160a01b038216156113645761135f82611d01565b6114d3565b60006113786001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113fc919061258f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611441573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114659190612567565b90506114d1816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114cc9190612567565b611d01565b505b6114e3634a531f3360e01b6109d0565b6114f363b68d180960e01b6109d0565b505050565b600080516020612805833981519152805460009190600160a01b900460ff166115225760006112a3565b638fb3603760e01b91505090565b611538611e2f565b61154133610482565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061157490637895d0ed60e01b9060040161236a565b602060405180830381865afa158015611591573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115b5919061238a565b6115dd576040516367237f5b60e11b81526001600160a01b0384166004820152602401610522565b610e91836078610532565b600080516020612805833981519152546001600160a01b031690565b600061160f33610482565b610d4a8260dc611b75565b611622611a0e565b61162b81610f24565b611633610bef565b6001600160a01b03821661165a5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206127e583398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6000805160206128058339815191526000806116cc6116ae6115e8565b87306116be600460008a8c6125ac565b6116c7916125d6565b611d12565b915091508161178f5763ffffffff81161561176c57825460ff60a01b1916600160a01b1783556116fa6115e8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161172993929190612606565b600060405180830381600087803b15801561174357600080fd5b505af1158015611757573d6000803e3d6000fd5b5050845460ff60a01b191685555061178f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610522565b505050505050565b61179f611e2f565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156117dd573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611805919081019061268b565b9050836001600160a01b031681608001516001600160a01b0316146118565760808101516040516306704ad960e11b81526001600160a01b0380871660048301529091166024820152604401610522565b604081015160ff8481169116146118a257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff80861660248301529091166044820152606401610522565b60a08101516001600160a01b03808216908416146118ee576040516335ce70c360e21b81526001600160a01b038087166004830152808516602483015282166044820152606401610522565b846001600160a01b0316816001600160a01b03160361192b57604051638e80a3f960e01b81526001600160a01b0386166004820152602401610522565b6001600160a01b03811661195d576040516343e40cb560e01b81526001600160a01b0386166004820152602401610522565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119d5919061238a565b15611a06576040516309ad872b60e41b81526001600160a01b03808716600483015282166024820152604401610522565b509392505050565b60008051602061282583398151915254600160401b900460ff16611a4557604051631afcd79f60e31b815260040160405180910390fd5b565b6101da611a0e565b6000805160206128258339815191528054600160401b810460ff1615906001600160401b0316600081158015611a825750825b90506000826001600160401b03166001148015611a9e5750303b155b905081158015611aac575080155b15611aca5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611af457845460ff60401b1916600160401b1785555b600080600088806020019051810190611b0d919061274e565b9094509092509050611b2082828c6112bf565b611b30631ad26c9560e21b6109d0565b5050508315610d2b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610d22565b60006080830152604082015160ff828116911614611bb9576040808301519051632e5fbed960e21b815260ff80841660048301529091166024820152604401610522565b60a08201516001600160a01b038116611bf0576040808401519051633312954f60e21b815260ff9091166004820152602401610522565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611c44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c68919061238a565b156114f357604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b0382166024820152604401610522565b60008051602061280583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611d09611a0e565b61103481611e1e565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611d819190612790565b600060405180830381855afa9150503d8060008114611dbc576040519150601f19603f3d011682016040523d82523d6000602084013e611dc1565b606091505b50915091508115611e13576040815110611df35780806020019051810190611de991906127ac565b9094509250611e13565b6020815110611e135780806020019051810190611e10919061238a565b93505b505094509492505050565b611e26611a0e565b61103481611ca0565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611e7f57600080fd5b81356001600160e01b031981168114611e9757600080fd5b9392505050565b6001600160a01b038116811461103457600080fd5b8035611ebe81611e9e565b919050565b60008060408385031215611ed657600080fd5b8235611ee181611e9e565b91506020830135611ef181611e9e565b809150509250929050565b60005b83811015611f17578181015183820152602001611eff565b50506000910152565b60008151808452611f38816020860160208601611efc565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151611fb560c08401826001600160a01b03169052565b5060c083015160e080840152611fcf610100840182611f20565b949350505050565b6001600160601b038116811461103457600080fd5b8035611ebe81611fd7565b60ff8116811461103457600080fd5b8035611ebe81611ff7565b801515811461103457600080fd5b8035611ebe81612011565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156120625761206261202a565b60405290565b604051601f8201601f191681016001600160401b03811182821017156120905761209061202a565b604052919050565b60006001600160401b038211156120b1576120b161202a565b50601f01601f191660200190565b600082601f8301126120d057600080fd5b81356120e36120de82612098565b612068565b8181528460208386010111156120f857600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561212e57600080fd5b863561213981611e9e565b9550602087013561214981611fd7565b9450604087013561215981611ff7565b9350606087013561216981612011565b9250608087013561217981611e9e565b915060a08701356001600160401b0381111561219457600080fd5b6121a089828a016120bf565b9150509295509295509295565b6000602082840312156121bf57600080fd5b81356001600160401b038111156121d557600080fd5b611fcf848285016120bf565b600080604083850312156121f457600080fd5b82356121ff81611e9e565b915060208301356001600160401b0381111561221a57600080fd5b612226858286016120bf565b9150509250929050565b60006020828403121561224257600080fd5b81356001600160401b038082111561225957600080fd5b9083019060e0828603121561226d57600080fd5b612275612040565b61227e83611fec565b815261228c60208401611fec565b602082015261229d60408401612006565b60408201526122ae6060840161201f565b60608201526122bf60808401611eb3565b60808201526122d060a08401611eb3565b60a082015260c0830135828111156122e757600080fd5b6122f3878286016120bf565b60c08301525095945050505050565b60006020828403121561231457600080fd5b8135611e9781611e9e565b60008060006060848603121561233457600080fd5b833561233f81611e9e565b9250602084013561234f81611e9e565b9150604084013561235f81611e9e565b809150509250925092565b6001600160e01b031991909116815260200190565b8051611ebe81612011565b60006020828403121561239c57600080fd5b8151611e9781612011565b8051611ebe81611fd7565b6000602082840312156123c457600080fd5b8151611e9781611fd7565b6000602082840312156123e157600080fd5b815162ffffff81168114611e9757600080fd5b600181811c9082168061240857607f821691505b60208210810361242857634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156114f357600081815260208120601f850160051c810160208610156124555750805b601f850160051c820191505b8181101561178f57828155600101612461565b81516001600160401b0381111561248d5761248d61202a565b6124a18161249b84546123f4565b8461242e565b602080601f8311600181146124d657600084156124be5750858301515b600019600386901b1c1916600185901b17855561178f565b600085815260208120601f198616915b82811015612505578886015182559484019460019091019084016124e6565b50858210156125235787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006020828403121561254557600080fd5b81516001600160401b0381168114611e9757600080fd5b8051611ebe81611e9e565b60006020828403121561257957600080fd5b8151611e9781611e9e565b8051611ebe81611ff7565b6000602082840312156125a157600080fd5b8151611e9781611ff7565b600080858511156125bc57600080fd5b838611156125c957600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156125fe5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f83011261265757600080fd5b81516126656120de82612098565b81815284602083860101111561267a57600080fd5b611fcf826020830160208701611efc565b60006020828403121561269d57600080fd5b81516001600160401b03808211156126b457600080fd5b9083019060e082860312156126c857600080fd5b6126d0612040565b6126d9836123a7565b81526126e7602084016123a7565b60208201526126f860408401612584565b60408201526127096060840161237f565b606082015261271a6080840161255c565b608082015261272b60a0840161255c565b60a082015260c08301518281111561274257600080fd5b6122f387828601612646565b60008060006060848603121561276357600080fd5b835161276e81611e9e565b602085015190935061277f81611e9e565b604085015190925061235f81611e9e565b600082516127a2818460208701611efc565b9190910192915050565b600080604083850312156127bf57600080fd5b82516127ca81612011565b602084015190925063ffffffff81168114611ef157600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220940f297e3f330b8282b3f07b4f605116debbd5eb164319f7e8dc5ba15c5810d364736f6c63430008140033",
1121
1188
  "linkReferences": {
1122
- "contracts/shared/ContractDeployerLib.sol": {
1123
- "ContractDeployerLib": [
1124
- {
1125
- "length": 20,
1126
- "start": 8278
1127
- },
1128
- {
1129
- "length": 20,
1130
- "start": 8410
1131
- }
1132
- ]
1133
- },
1134
- "contracts/types/Blocknumber.sol": {
1135
- "BlocknumberLib": [
1136
- {
1137
- "length": 20,
1138
- "start": 2915
1139
- }
1140
- ]
1141
- },
1142
- "contracts/types/NftId.sol": {
1189
+ "contracts/type/NftId.sol": {
1143
1190
  "NftIdLib": [
1144
1191
  {
1145
1192
  "length": 20,
1146
- "start": 2331
1193
+ "start": 2281
1147
1194
  },
1148
1195
  {
1149
1196
  "length": 20,
1150
- "start": 4537
1151
- }
1152
- ]
1153
- },
1154
- "contracts/types/Timestamp.sol": {
1155
- "TimestampLib": [
1156
- {
1157
- "length": 20,
1158
- "start": 7634
1197
+ "start": 4772
1159
1198
  }
1160
1199
  ]
1161
1200
  },
1162
- "contracts/types/Version.sol": {
1201
+ "contracts/type/Version.sol": {
1163
1202
  "VersionLib": [
1164
1203
  {
1165
1204
  "length": 20,
1166
- "start": 1853
1205
+ "start": 1840
1167
1206
  },
1168
1207
  {
1169
1208
  "length": 20,
1170
- "start": 5009
1171
- },
1209
+ "start": 2954
1210
+ }
1211
+ ],
1212
+ "VersionPartLib": [
1172
1213
  {
1173
1214
  "length": 20,
1174
- "start": 5665
1215
+ "start": 5252
1175
1216
  }
1176
1217
  ]
1177
1218
  }
1178
1219
  },
1179
1220
  "deployedLinkReferences": {
1180
- "contracts/shared/ContractDeployerLib.sol": {
1181
- "ContractDeployerLib": [
1182
- {
1183
- "length": 20,
1184
- "start": 7964
1185
- },
1186
- {
1187
- "length": 20,
1188
- "start": 8096
1189
- }
1190
- ]
1191
- },
1192
- "contracts/types/Blocknumber.sol": {
1193
- "BlocknumberLib": [
1194
- {
1195
- "length": 20,
1196
- "start": 2601
1197
- }
1198
- ]
1199
- },
1200
- "contracts/types/NftId.sol": {
1221
+ "contracts/type/NftId.sol": {
1201
1222
  "NftIdLib": [
1202
1223
  {
1203
1224
  "length": 20,
1204
- "start": 2017
1225
+ "start": 2051
1205
1226
  },
1206
1227
  {
1207
1228
  "length": 20,
1208
- "start": 4223
1229
+ "start": 4542
1209
1230
  }
1210
1231
  ]
1211
1232
  },
1212
- "contracts/types/Timestamp.sol": {
1213
- "TimestampLib": [
1214
- {
1215
- "length": 20,
1216
- "start": 7320
1217
- }
1218
- ]
1219
- },
1220
- "contracts/types/Version.sol": {
1233
+ "contracts/type/Version.sol": {
1221
1234
  "VersionLib": [
1222
1235
  {
1223
1236
  "length": 20,
1224
- "start": 1539
1237
+ "start": 1610
1225
1238
  },
1226
1239
  {
1227
1240
  "length": 20,
1228
- "start": 4695
1229
- },
1241
+ "start": 2724
1242
+ }
1243
+ ],
1244
+ "VersionPartLib": [
1230
1245
  {
1231
1246
  "length": 20,
1232
- "start": 5351
1247
+ "start": 5022
1233
1248
  }
1234
1249
  ]
1235
1250
  }