@etherisc/gif-next 0.0.2-ecbd488-936 → 0.0.2-ed3b1b0-046

Sign up to get free protection for your applications and to get access to all the features.
Files changed (493) 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 +415 -776
  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 -3067
  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 +446 -398
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +319 -132
  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} +332 -336
  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 +319 -129
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +268 -255
  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 +339 -222
  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 +313 -354
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  118. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +323 -135
  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/{instance/service → distribution}/DistributionServiceManager.sol +20 -20
  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 +60 -31
  218. package/contracts/instance/IInstanceService.sol +56 -13
  219. package/contracts/instance/Instance.sol +149 -363
  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 +246 -140
  224. package/contracts/instance/InstanceServiceManager.sol +12 -25
  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 -27
  267. package/contracts/registry/IRegistryService.sol +36 -28
  268. package/contracts/registry/ITransferInterceptor.sol +1 -0
  269. package/contracts/registry/Registry.sol +259 -232
  270. package/contracts/registry/RegistryAccessManager.sol +132 -0
  271. package/contracts/registry/RegistryService.sol +81 -208
  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 +64 -80
  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 -719
  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 -444
  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 -839
  389. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  390. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
  391. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  392. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1046
  393. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  394. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
  395. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  396. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  397. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  398. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  399. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  400. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  401. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  402. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  403. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  404. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  405. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  406. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  407. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  408. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  409. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  410. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  411. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  412. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  413. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  414. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  415. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  416. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  417. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  418. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  419. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  420. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  421. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  422. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  423. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  424. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  425. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  426. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  427. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  428. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  429. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  430. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  431. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  432. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  433. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  434. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  435. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  436. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  437. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  438. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  439. package/contracts/components/BaseComponent.sol +0 -91
  440. package/contracts/components/Distribution.sol +0 -159
  441. package/contracts/components/IBaseComponent.sol +0 -25
  442. package/contracts/components/IDistributionComponent.sol +0 -44
  443. package/contracts/components/IPoolComponent.sol +0 -62
  444. package/contracts/components/IProductComponent.sol +0 -35
  445. package/contracts/components/Pool.sol +0 -242
  446. package/contracts/components/Product.sol +0 -284
  447. package/contracts/experiment/cloning/Cloner.sol +0 -47
  448. package/contracts/experiment/errors/Require.sol +0 -38
  449. package/contracts/experiment/errors/Revert.sol +0 -44
  450. package/contracts/experiment/inheritance/A.sol +0 -53
  451. package/contracts/experiment/inheritance/B.sol +0 -28
  452. package/contracts/experiment/inheritance/C.sol +0 -34
  453. package/contracts/experiment/inheritance/IA.sol +0 -13
  454. package/contracts/experiment/inheritance/IB.sol +0 -10
  455. package/contracts/experiment/inheritance/IC.sol +0 -12
  456. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  457. package/contracts/experiment/statemachine/ISM.sol +0 -25
  458. package/contracts/experiment/statemachine/SM.sol +0 -57
  459. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  460. package/contracts/experiment/types/TypeA.sol +0 -47
  461. package/contracts/experiment/types/TypeB.sol +0 -29
  462. package/contracts/instance/AccessManagedSimple.sol +0 -115
  463. package/contracts/instance/AccessManagerSimple.sol +0 -692
  464. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  465. package/contracts/instance/base/ComponentServiceBase.sol +0 -124
  466. package/contracts/instance/base/IInstanceBase.sol +0 -23
  467. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  468. package/contracts/instance/service/DistributionService.sol +0 -88
  469. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  470. package/contracts/instance/service/IDistributionService.sol +0 -12
  471. package/contracts/instance/service/IPoolService.sol +0 -37
  472. package/contracts/instance/service/IProductService.sol +0 -107
  473. package/contracts/instance/service/PoolService.sol +0 -194
  474. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  475. package/contracts/instance/service/ProductService.sol +0 -543
  476. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  477. package/contracts/shared/ContractDeployerLib.sol +0 -72
  478. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  479. package/contracts/test/TestFee.sol +0 -25
  480. package/contracts/test/TestRegisterable.sol +0 -18
  481. package/contracts/test/TestRoleId.sol +0 -14
  482. package/contracts/test/TestService.sol +0 -24
  483. package/contracts/test/TestToken.sol +0 -26
  484. package/contracts/test/TestVersion.sol +0 -44
  485. package/contracts/test/TestVersionable.sol +0 -17
  486. package/contracts/test/Usdc.sol +0 -26
  487. package/contracts/types/ChainId.sol +0 -38
  488. package/contracts/types/NftIdSet.sol +0 -60
  489. package/contracts/types/NumberId.sol +0 -52
  490. package/contracts/types/RoleId.sol +0 -90
  491. /package/contracts/{types → type}/AddressSet.sol +0 -0
  492. /package/contracts/{types → type}/Key32.sol +0 -0
  493. /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",
186
- "type": "error"
187
- },
188
- {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
231
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
191
232
  "type": "error"
192
233
  },
193
234
  {
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,6 @@
740
768
  "internalType": "struct IRegistry.ObjectInfo",
741
769
  "name": "info",
742
770
  "type": "tuple"
743
- },
744
- {
745
- "internalType": "bytes",
746
- "name": "data",
747
- "type": "bytes"
748
771
  }
749
772
  ],
750
773
  "stateMutability": "nonpayable",
@@ -752,14 +775,6 @@
752
775
  },
753
776
  {
754
777
  "inputs": [
755
- {
756
- "internalType": "contract IRegisterable",
757
- "name": "instance",
758
- "type": "address"
759
- }
760
- ],
761
- "name": "registerInstance",
762
- "outputs": [
763
778
  {
764
779
  "components": [
765
780
  {
@@ -801,11 +816,14 @@
801
816
  "internalType": "struct IRegistry.ObjectInfo",
802
817
  "name": "info",
803
818
  "type": "tuple"
804
- },
819
+ }
820
+ ],
821
+ "name": "registerDistributor",
822
+ "outputs": [
805
823
  {
806
- "internalType": "bytes",
807
- "name": "data",
808
- "type": "bytes"
824
+ "internalType": "NftId",
825
+ "name": "nftId",
826
+ "type": "uint96"
809
827
  }
810
828
  ],
811
829
  "stateMutability": "nonpayable",
@@ -813,6 +831,19 @@
813
831
  },
814
832
  {
815
833
  "inputs": [
834
+ {
835
+ "internalType": "contract IRegisterable",
836
+ "name": "instance",
837
+ "type": "address"
838
+ },
839
+ {
840
+ "internalType": "address",
841
+ "name": "owner",
842
+ "type": "address"
843
+ }
844
+ ],
845
+ "name": "registerInstance",
846
+ "outputs": [
816
847
  {
817
848
  "components": [
818
849
  {
@@ -856,32 +887,24 @@
856
887
  "type": "tuple"
857
888
  }
858
889
  ],
859
- "name": "registerPolicy",
860
- "outputs": [
861
- {
862
- "internalType": "NftId",
863
- "name": "nftId",
864
- "type": "uint96"
865
- }
866
- ],
867
890
  "stateMutability": "nonpayable",
868
891
  "type": "function"
869
892
  },
870
893
  {
871
894
  "inputs": [
872
895
  {
873
- "internalType": "contract IBaseComponent",
874
- "name": "pool",
875
- "type": "address"
876
- },
877
- {
878
- "internalType": "address",
879
- "name": "owner",
880
- "type": "address"
896
+ "internalType": "bytes4",
897
+ "name": "interfaceId",
898
+ "type": "bytes4"
881
899
  }
882
900
  ],
883
- "name": "registerPool",
884
- "outputs": [
901
+ "name": "registerInterface",
902
+ "outputs": [],
903
+ "stateMutability": "nonpayable",
904
+ "type": "function"
905
+ },
906
+ {
907
+ "inputs": [
885
908
  {
886
909
  "components": [
887
910
  {
@@ -923,11 +946,14 @@
923
946
  "internalType": "struct IRegistry.ObjectInfo",
924
947
  "name": "info",
925
948
  "type": "tuple"
926
- },
949
+ }
950
+ ],
951
+ "name": "registerPolicy",
952
+ "outputs": [
927
953
  {
928
- "internalType": "bytes",
929
- "name": "data",
930
- "type": "bytes"
954
+ "internalType": "NftId",
955
+ "name": "nftId",
956
+ "type": "uint96"
931
957
  }
932
958
  ],
933
959
  "stateMutability": "nonpayable",
@@ -936,8 +962,8 @@
936
962
  {
937
963
  "inputs": [
938
964
  {
939
- "internalType": "contract IBaseComponent",
940
- "name": "product",
965
+ "internalType": "contract IComponent",
966
+ "name": "pool",
941
967
  "type": "address"
942
968
  },
943
969
  {
@@ -946,7 +972,7 @@
946
972
  "type": "address"
947
973
  }
948
974
  ],
949
- "name": "registerProduct",
975
+ "name": "registerPool",
950
976
  "outputs": [
951
977
  {
952
978
  "components": [
@@ -989,11 +1015,6 @@
989
1015
  "internalType": "struct IRegistry.ObjectInfo",
990
1016
  "name": "info",
991
1017
  "type": "tuple"
992
- },
993
- {
994
- "internalType": "bytes",
995
- "name": "data",
996
- "type": "bytes"
997
1018
  }
998
1019
  ],
999
1020
  "stateMutability": "nonpayable",
@@ -1002,12 +1023,17 @@
1002
1023
  {
1003
1024
  "inputs": [
1004
1025
  {
1005
- "internalType": "contract IService",
1006
- "name": "service",
1026
+ "internalType": "contract IComponent",
1027
+ "name": "product",
1028
+ "type": "address"
1029
+ },
1030
+ {
1031
+ "internalType": "address",
1032
+ "name": "owner",
1007
1033
  "type": "address"
1008
1034
  }
1009
1035
  ],
1010
- "name": "registerService",
1036
+ "name": "registerProduct",
1011
1037
  "outputs": [
1012
1038
  {
1013
1039
  "components": [
@@ -1050,11 +1076,6 @@
1050
1076
  "internalType": "struct IRegistry.ObjectInfo",
1051
1077
  "name": "info",
1052
1078
  "type": "tuple"
1053
- },
1054
- {
1055
- "internalType": "bytes",
1056
- "name": "data",
1057
- "type": "bytes"
1058
1079
  }
1059
1080
  ],
1060
1081
  "stateMutability": "nonpayable",
@@ -1150,142 +1171,80 @@
1150
1171
  },
1151
1172
  {
1152
1173
  "inputs": [
1153
- {
1154
- "internalType": "address",
1155
- "name": "implementation",
1156
- "type": "address"
1157
- },
1158
- {
1159
- "internalType": "address",
1160
- "name": "activatedBy",
1161
- "type": "address"
1162
- },
1163
1174
  {
1164
1175
  "internalType": "bytes",
1165
1176
  "name": "data",
1166
1177
  "type": "bytes"
1167
1178
  }
1168
1179
  ],
1169
- "name": "upgrade",
1180
+ "name": "upgradeVersionable",
1170
1181
  "outputs": [],
1171
1182
  "stateMutability": "nonpayable",
1172
1183
  "type": "function"
1173
1184
  }
1174
1185
  ],
1175
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612fd9806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634f42133311610187578063644c45e011610156578063644c45e0146104605780637286e5e5146104785780637a9e5e4b1461048b5780638105cc7f1461049e57600080fd5b80634f421333146103ea5780635ab1bd53146103fd5780635c992fed146104225780635d9662891461044d57600080fd5b8063138461e0116101c3578063138461e01461025e57806317d7de7c146102685780631eff4b221461029c5780634d459c90146102d157600080fd5b806301ffc9a7146101ea5780630d8e6e2c1461022c5780630fec111c14610248575b600080fd5b6102176101f8366004612533565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102346105fa565b60405162ffffff9091168152602001610223565b610250610684565b60405161022392919061262d565b6102666107d7565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b604051610223919061265b565b6102c37f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61038d6102df36600461267f565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612f8483398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b6102176103f836600461267f565b6109f9565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b6104356104303660046127ff565b610aac565b6040516001600160601b039091168152602001610223565b61025061045b3660046128d1565b610b3f565b600154600160a01b90046001600160601b0316610435565b6102506104863660046128d1565b610cd1565b61026661049936600461290a565b610d80565b6104356104ac3660046127ff565b610e07565b6102506104bf36600461290a565b610e1d565b61040a610fa5565b6104d46110be565b6040516102239190612927565b6102506104ef3660046128d1565b6110f7565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102c3565b61028f6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61026661055736600461293c565b6111a6565b610564611300565b6040516001600160401b039091168152602001610223565b61023461058a36600461299d565b611321565b61040a611372565b6104356105a53660046127ff565b61138e565b6105b26113a4565b60405160ff9091168152602001610223565b6102666105d236600461293c565b611427565b61040a600181565b6102c3600081565b6102506105f536600461290a565b611530565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561065b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f91906129b6565b905090565b61068c6124f5565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106d86001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610720610fa5565b6001600160a01b0316815260200182600101805461073d906129d3565b80601f0160208091040260200160405190810160405280929190818152602001828054610769906129d3565b80156107b65780601f1061078b576101008083540402835291602001916107b6565b820191906000526020600020905b81548152906001019060200180831161079957829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610839573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085d9190612a18565b156108a4576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108cd5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610916573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061093a9190612a18565b610962576040516372657a5160e01b81526001600160a01b038216600482015260240161089b565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156109ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d09190612a40565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612f8483398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aa59190612a5d565b1192915050565b6000610abb335b6000366115df565b610ac68260d26116e5565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610af6908590600401612a76565b6020604051808303816000875af1158015610b15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b399190612a40565b92915050565b610b476124f5565b6060610b5233610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610b8590633ad74e8160e01b90600401612927565b602060405180830381865afa158015610ba2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bc69190612a18565b610be357604051637a71998760e01b815260040160405180910390fd5b610bf084606e5b856117f0565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610c24908590600401612a76565b6020604051808303816000875af1158015610c43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c679190612a40565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0386169163138461e091600480830192600092919082900301818387803b158015610cb257600080fd5b505af1158015610cc6573d6000803e3d6000fd5b505050509250929050565b610cd96124f5565b6060610ce433610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610d1790632d744d3360e11b90600401612927565b602060405180830381865afa158015610d34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d589190612a18565b610d7557604051636f61f64160e01b815260040160405180910390fd5b610bf084608c610bea565b33610d89611372565b6001600160a01b0316816001600160a01b031614610dc45760405162d1953b60e31b81526001600160a01b038216600482015260240161089b565b816001600160a01b03163b600003610dfa576040516361798f2f60e11b81526001600160a01b038316600482015260240161089b565b610e03826119f6565b5050565b6000610e1233610ab3565b610ac68260506116e5565b610e256124f5565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610e5b906393496b8360e01b90600401612927565b602060405180830381865afa158015610e78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e9c9190612a18565b610eb957604051636795c76360e01b815260040160405180910390fd5b610ec68360465b336117f0565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610efa908590600401612a76565b6020604051808303816000875af1158015610f19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3d9190612a40565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b158015610f8857600080fd5b505af1158015610f9c573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561100a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102e9190612a18565b156110ae57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561108a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f9190612a94565b506002546001600160a01b031690565b600080516020612f44833981519152805460009190600160a01b900460ff166110e85760006110f1565b638fb3603760e01b5b91505090565b6110ff6124f5565b606061110a33610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061113d9063c8ea96c560e01b90600401612927565b602060405180830381865afa15801561115a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061117e9190612a18565b61119b576040516308707e3160e41b815260040160405180910390fd5b610bf0846078610bea565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6111c86105fa565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122c9190612ab1565b600080516020612f648339815191528054600160401b900460ff168061125f575080546001600160401b03808416911610155b1561127d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556112a88585611a57565b6112b183611cf6565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061067f600080516020612f64833981519152546001600160401b031690565b6000600080516020612f84833981519152600101828154811061134657611346612ada565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080516020612f44833981519152546001600160a01b031690565b600061139933610ab3565b610ac68260dc6116e5565b60006113ae6105fa565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611403573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f9190612afb565b600080516020612f648339815191528054600160401b810460ff1615906001600160401b031660008115801561145a5750825b90506000826001600160401b031660011480156114765750303b155b905081158015611484575080155b156114a25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156114cc57845460ff60401b1916600160401b1785555b6114d68888611a57565b6114e08787611cfe565b831561152657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6115386124f5565b606061154333610ab3565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061157690631b4612f160e31b90600401612927565b602060405180830381865afa158015611593573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115b79190612a18565b6115d457604051635458064d60e11b815260040160405180910390fd5b610ec683603c610ec0565b600080516020612f4483398151915260008061161a6115fc611372565b873061160c600460008a8c612b18565b61161591612b42565b611feb565b91509150816116dd5763ffffffff8116156116ba57825460ff60a01b1916600160a01b178355611648611372565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161167793929190612b72565b600060405180830381600087803b15801561169157600080fd5b505af11580156116a5573d6000803e3d6000fd5b5050845460ff60a01b19168555506116dd9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161089b565b505050505050565b60006080830152604082015160ff828116911614611729576040808301519051632208245760e11b815260ff8084166004830152909116602482015260440161089b565b60a08201516001600160a01b03811661175557604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156117a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117cd9190612a18565b156117eb57604051637142ceb360e11b815260040160405180910390fd5b505050565b6117f86124f5565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611838573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118609190810190612bf7565b6001600160a01b03871660808301526040820151919350915060ff8581169116146118b1576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161089b565b60a082015160ff85166046146118fe57836001600160a01b0316816001600160a01b0316146118fe5760405163dfc430cb60e01b81526001600160a01b038516600482015260240161089b565b856001600160a01b0316816001600160a01b031603611930576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b03811661195757604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119cf9190612a18565b156119ed57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b600080516020612f4483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611a5f6120f7565b600080516020612f848339815191526000611a8f600080516020612f64833981519152546001600160401b031690565b90506000611a9b6105fa565b9050816001600160401b0316600103611ac85760028301805462ffffff191662ffffff8316179055611b16565b600283015462ffffff90811690821611611b165760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161089b565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611bca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bee9190612cef565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906112f19083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e56120f7565b600080516020612f648339815191528054600160401b810460ff1615906001600160401b0316600081158015611d315750825b90506000826001600160401b03166001148015611d4d5750303b155b905081158015611d5b575080155b15611d795760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611da357845460ff60401b1916600160401b1785555b60008087806020019051810190611dba9190612d16565b91509150611dc782612130565b600089611dd26113a4565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611e3e9086908690600401612d5c565b600060405180830381865af4158015611e5b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e839190810190612d6f565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611ec29085908590600401612da3565b602060405180830381865af4158015611edf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f039190612a94565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015611f4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f729190612a40565b9050611f7e828e612144565b611f866107d7565b611f9663200cc87360e11b6121d1565b5050505050508315611fe257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161205a9190612dc5565b600060405180830381855afa9150503d8060008114612095576040519150601f19603f3d011682016040523d82523d6000602084013e61209a565b606091505b509150915081156120ec5760408151106120cc57808060200190518101906120c29190612de1565b90945092506120ec565b60208151106120ec57808060200190518101906120e99190612a18565b93505b505094509492505050565b600080516020612f6483398151915254600160401b900460ff1661212e57604051631afcd79f60e31b815260040160405180910390fd5b565b6121386120f7565b612141816121f6565b50565b600061217260408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b61217a6113a4565b60405160200161218b929190612e19565b604051602081830303815290604052905060006121a784612207565b905060006121ba8583603c84888861224e565b6121ca631b4612f160e31b6121d1565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6121fe6120f7565b612141816119f6565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015610b15573d6000803e3d6000fd5b61228f6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612299828761231a565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016123098382612e84565b50611fe26303fb044760e21b6121d1565b6001600160a01b0382166123705760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e657220697320300000604482015260640161089b565b600280546001600160a01b0319166001600160a01b038416179055610e03816001546001600160a01b0316156123c85760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161089b565b6001600160a01b0381166123ef5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036124255760405163fdeac91f60e01b81526001600160a01b038216600482015260240161089b565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061246b906376ceea7360e01b90600401612927565b602060405180830381865afa9250505080156124a4575060408051601f3d908101601f191682019092526124a191810190612a18565b60015b6124cc5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161089b565b80610e035760405163fdeac91f60e01b81526001600160a01b038316600482015260240161089b565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561254557600080fd5b81356001600160e01b03198116811461255d57600080fd5b9392505050565b60005b8381101561257f578181015183820152602001612567565b50506000910152565b600081518084526125a0816020860160208601612564565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261262560e0850182612588565b949350505050565b60408152600061264060408301856125b4565b82810360208401526126528185612588565b95945050505050565b60208152600061255d6020830184612588565b62ffffff8116811461214157600080fd5b60006020828403121561269157600080fd5b813561255d8161266e565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156126d4576126d461269c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127025761270261269c565b604052919050565b6001600160601b038116811461214157600080fd5b803561272a8161270a565b919050565b60ff8116811461214157600080fd5b803561272a8161272f565b801515811461214157600080fd5b803561272a81612749565b6001600160a01b038116811461214157600080fd5b803561272a81612762565b60006001600160401b0382111561279b5761279b61269c565b50601f01601f191660200190565b600082601f8301126127ba57600080fd5b81356127cd6127c882612782565b6126da565b8181528460208386010111156127e257600080fd5b816020850160208301376000918101602001919091529392505050565b60006020828403121561281157600080fd5b81356001600160401b038082111561282857600080fd5b9083019060e0828603121561283c57600080fd5b6128446126b2565b61284d8361271f565b815261285b6020840161271f565b602082015261286c6040840161273e565b604082015261287d60608401612757565b606082015261288e60808401612777565b608082015261289f60a08401612777565b60a082015260c0830135828111156128b657600080fd5b6128c2878286016127a9565b60c08301525095945050505050565b600080604083850312156128e457600080fd5b82356128ef81612762565b915060208301356128ff81612762565b809150509250929050565b60006020828403121561291c57600080fd5b813561255d81612762565b6001600160e01b031991909116815260200190565b60008060006060848603121561295157600080fd5b833561295c81612762565b9250602084013561296c81612762565b915060408401356001600160401b0381111561298757600080fd5b612993868287016127a9565b9150509250925092565b6000602082840312156129af57600080fd5b5035919050565b6000602082840312156129c857600080fd5b815161255d8161266e565b600181811c908216806129e757607f821691505b602082108103612a0757634e487b7160e01b600052602260045260246000fd5b50919050565b805161272a81612749565b600060208284031215612a2a57600080fd5b815161255d81612749565b805161272a8161270a565b600060208284031215612a5257600080fd5b815161255d8161270a565b600060208284031215612a6f57600080fd5b5051919050565b60208152600061255d60208301846125b4565b805161272a81612762565b600060208284031215612aa657600080fd5b815161255d81612762565b600060208284031215612ac357600080fd5b81516001600160401b038116811461255d57600080fd5b634e487b7160e01b600052603260045260246000fd5b805161272a8161272f565b600060208284031215612b0d57600080fd5b815161255d8161272f565b60008085851115612b2857600080fd5b83861115612b3557600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612b6a5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612bc357600080fd5b8151612bd16127c882612782565b818152846020838601011115612be657600080fd5b612625826020830160208701612564565b60008060408385031215612c0a57600080fd5b82516001600160401b0380821115612c2157600080fd5b9084019060e08287031215612c3557600080fd5b612c3d6126b2565b612c4683612a35565b8152612c5460208401612a35565b6020820152612c6560408401612af0565b6040820152612c7660608401612a0d565b6060820152612c8760808401612a89565b6080820152612c9860a08401612a89565b60a082015260c083015182811115612caf57600080fd5b612cbb88828601612bb2565b60c0830152506020860151909450915080821115612cd857600080fd5b50612ce585828601612bb2565b9150509250929050565b600060208284031215612d0157600080fd5b815164ffffffffff8116811461255d57600080fd5b60008060408385031215612d2957600080fd5b8251612d3481612762565b60208401519092506001600160401b03811115612d5057600080fd5b612ce585828601612bb2565b6040815260006126406040830185612588565b600060208284031215612d8157600080fd5b81516001600160401b03811115612d9757600080fd5b61262584828501612bb2565b604081526000612db66040830185612588565b90508260208301529392505050565b60008251612dd7818460208701612564565b9190910192915050565b60008060408385031215612df457600080fd5b8251612dff81612749565b602084015190925063ffffffff811681146128ff57600080fd5b604081526000612e2c6040830185612588565b905060ff831660208301529392505050565b601f8211156117eb57600081815260208120601f850160051c81016020861015612e655750805b601f850160051c820191505b818110156116dd57828155600101612e71565b81516001600160401b03811115612e9d57612e9d61269c565b612eb181612eab84546129d3565b84612e3e565b602080601f831160018114612ee65760008415612ece5750858301515b600019600386901b1c1916600185901b1785556116dd565b600085815260208120601f198616915b82811015612f1557888601518255948401946001909101908401612ef6565b5085821015612f335787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220fe0805eacd0aded31d2ad619200863e84f125f37921183a0eeb291f130e3dba664736f6c63430008140033",
1176
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634f42133311610187578063644c45e011610156578063644c45e0146104605780637286e5e5146104785780637a9e5e4b1461048b5780638105cc7f1461049e57600080fd5b80634f421333146103ea5780635ab1bd53146103fd5780635c992fed146104225780635d9662891461044d57600080fd5b8063138461e0116101c3578063138461e01461025e57806317d7de7c146102685780631eff4b221461029c5780634d459c90146102d157600080fd5b806301ffc9a7146101ea5780630d8e6e2c1461022c5780630fec111c14610248575b600080fd5b6102176101f8366004612533565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102346105fa565b60405162ffffff9091168152602001610223565b610250610684565b60405161022392919061262d565b6102666107d7565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b604051610223919061265b565b6102c37f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61038d6102df36600461267f565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612f8483398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b6102176103f836600461267f565b6109f9565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b6104356104303660046127ff565b610aac565b6040516001600160601b039091168152602001610223565b61025061045b3660046128d1565b610b3f565b600154600160a01b90046001600160601b0316610435565b6102506104863660046128d1565b610cd1565b61026661049936600461290a565b610d80565b6104356104ac3660046127ff565b610e07565b6102506104bf36600461290a565b610e1d565b61040a610fa5565b6104d46110be565b6040516102239190612927565b6102506104ef3660046128d1565b6110f7565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102c3565b61028f6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61026661055736600461293c565b6111a6565b610564611300565b6040516001600160401b039091168152602001610223565b61023461058a36600461299d565b611321565b61040a611372565b6104356105a53660046127ff565b61138e565b6105b26113a4565b60405160ff9091168152602001610223565b6102666105d236600461293c565b611427565b61040a600181565b6102c3600081565b6102506105f536600461290a565b611530565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561065b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f91906129b6565b905090565b61068c6124f5565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106d86001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610720610fa5565b6001600160a01b0316815260200182600101805461073d906129d3565b80601f0160208091040260200160405190810160405280929190818152602001828054610769906129d3565b80156107b65780601f1061078b576101008083540402835291602001916107b6565b820191906000526020600020905b81548152906001019060200180831161079957829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610839573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085d9190612a18565b156108a4576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108cd5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610916573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061093a9190612a18565b610962576040516372657a5160e01b81526001600160a01b038216600482015260240161089b565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156109ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d09190612a40565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612f8483398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aa59190612a5d565b1192915050565b6000610abb335b6000366115df565b610ac68260d26116e5565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610af6908590600401612a76565b6020604051808303816000875af1158015610b15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b399190612a40565b92915050565b610b476124f5565b6060610b5233610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610b8590633ad74e8160e01b90600401612927565b602060405180830381865afa158015610ba2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bc69190612a18565b610be357604051637a71998760e01b815260040160405180910390fd5b610bf084606e5b856117f0565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610c24908590600401612a76565b6020604051808303816000875af1158015610c43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c679190612a40565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0386169163138461e091600480830192600092919082900301818387803b158015610cb257600080fd5b505af1158015610cc6573d6000803e3d6000fd5b505050509250929050565b610cd96124f5565b6060610ce433610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610d1790632d744d3360e11b90600401612927565b602060405180830381865afa158015610d34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d589190612a18565b610d7557604051636f61f64160e01b815260040160405180910390fd5b610bf084608c610bea565b33610d89611372565b6001600160a01b0316816001600160a01b031614610dc45760405162d1953b60e31b81526001600160a01b038216600482015260240161089b565b816001600160a01b03163b600003610dfa576040516361798f2f60e11b81526001600160a01b038316600482015260240161089b565b610e03826119f6565b5050565b6000610e1233610ab3565b610ac68260506116e5565b610e256124f5565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610e5b906393496b8360e01b90600401612927565b602060405180830381865afa158015610e78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e9c9190612a18565b610eb957604051636795c76360e01b815260040160405180910390fd5b610ec68360465b336117f0565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610efa908590600401612a76565b6020604051808303816000875af1158015610f19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3d9190612a40565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b158015610f8857600080fd5b505af1158015610f9c573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561100a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102e9190612a18565b156110ae57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561108a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f9190612a94565b506002546001600160a01b031690565b600080516020612f44833981519152805460009190600160a01b900460ff166110e85760006110f1565b638fb3603760e01b5b91505090565b6110ff6124f5565b606061110a33610ab3565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061113d9063c8ea96c560e01b90600401612927565b602060405180830381865afa15801561115a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061117e9190612a18565b61119b576040516308707e3160e41b815260040160405180910390fd5b610bf0846078610bea565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6111c86105fa565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122c9190612ab1565b600080516020612f648339815191528054600160401b900460ff168061125f575080546001600160401b03808416911610155b1561127d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556112a88585611a57565b6112b183611cf6565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061067f600080516020612f64833981519152546001600160401b031690565b6000600080516020612f84833981519152600101828154811061134657611346612ada565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080516020612f44833981519152546001600160a01b031690565b600061139933610ab3565b610ac68260dc6116e5565b60006113ae6105fa565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611403573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061067f9190612afb565b600080516020612f648339815191528054600160401b810460ff1615906001600160401b031660008115801561145a5750825b90506000826001600160401b031660011480156114765750303b155b905081158015611484575080155b156114a25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156114cc57845460ff60401b1916600160401b1785555b6114d68888611a57565b6114e08787611cfe565b831561152657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6115386124f5565b606061154333610ab3565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061157690631b4612f160e31b90600401612927565b602060405180830381865afa158015611593573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115b79190612a18565b6115d457604051635458064d60e11b815260040160405180910390fd5b610ec683603c610ec0565b600080516020612f4483398151915260008061161a6115fc611372565b873061160c600460008a8c612b18565b61161591612b42565b611feb565b91509150816116dd5763ffffffff8116156116ba57825460ff60a01b1916600160a01b178355611648611372565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161167793929190612b72565b600060405180830381600087803b15801561169157600080fd5b505af11580156116a5573d6000803e3d6000fd5b5050845460ff60a01b19168555506116dd9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161089b565b505050505050565b60006080830152604082015160ff828116911614611729576040808301519051632208245760e11b815260ff8084166004830152909116602482015260440161089b565b60a08201516001600160a01b03811661175557604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156117a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117cd9190612a18565b156117eb57604051637142ceb360e11b815260040160405180910390fd5b505050565b6117f86124f5565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611838573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118609190810190612bf7565b6001600160a01b03871660808301526040820151919350915060ff8581169116146118b1576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161089b565b60a082015160ff85166046146118fe57836001600160a01b0316816001600160a01b0316146118fe5760405163dfc430cb60e01b81526001600160a01b038516600482015260240161089b565b856001600160a01b0316816001600160a01b031603611930576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b03811661195757604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119cf9190612a18565b156119ed57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b600080516020612f4483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611a5f6120f7565b600080516020612f848339815191526000611a8f600080516020612f64833981519152546001600160401b031690565b90506000611a9b6105fa565b9050816001600160401b0316600103611ac85760028301805462ffffff191662ffffff8316179055611b16565b600283015462ffffff90811690821611611b165760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161089b565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611bca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bee9190612cef565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906112f19083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e56120f7565b600080516020612f648339815191528054600160401b810460ff1615906001600160401b0316600081158015611d315750825b90506000826001600160401b03166001148015611d4d5750303b155b905081158015611d5b575080155b15611d795760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611da357845460ff60401b1916600160401b1785555b60008087806020019051810190611dba9190612d16565b91509150611dc782612130565b600089611dd26113a4565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611e3e9086908690600401612d5c565b600060405180830381865af4158015611e5b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e839190810190612d6f565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611ec29085908590600401612da3565b602060405180830381865af4158015611edf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f039190612a94565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015611f4e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f729190612a40565b9050611f7e828e612144565b611f866107d7565b611f9663200cc87360e11b6121d1565b5050505050508315611fe257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161205a9190612dc5565b600060405180830381855afa9150503d8060008114612095576040519150601f19603f3d011682016040523d82523d6000602084013e61209a565b606091505b509150915081156120ec5760408151106120cc57808060200190518101906120c29190612de1565b90945092506120ec565b60208151106120ec57808060200190518101906120e99190612a18565b93505b505094509492505050565b600080516020612f6483398151915254600160401b900460ff1661212e57604051631afcd79f60e31b815260040160405180910390fd5b565b6121386120f7565b612141816121f6565b50565b600061217260408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b61217a6113a4565b60405160200161218b929190612e19565b604051602081830303815290604052905060006121a784612207565b905060006121ba8583603c84888861224e565b6121ca631b4612f160e31b6121d1565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6121fe6120f7565b612141816119f6565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015610b15573d6000803e3d6000fd5b61228f6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612299828761231a565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016123098382612e84565b50611fe26303fb044760e21b6121d1565b6001600160a01b0382166123705760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e657220697320300000604482015260640161089b565b600280546001600160a01b0319166001600160a01b038416179055610e03816001546001600160a01b0316156123c85760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161089b565b6001600160a01b0381166123ef5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036124255760405163fdeac91f60e01b81526001600160a01b038216600482015260240161089b565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061246b906376ceea7360e01b90600401612927565b602060405180830381865afa9250505080156124a4575060408051601f3d908101601f191682019092526124a191810190612a18565b60015b6124cc5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161089b565b80610e035760405163fdeac91f60e01b81526001600160a01b038316600482015260240161089b565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561254557600080fd5b81356001600160e01b03198116811461255d57600080fd5b9392505050565b60005b8381101561257f578181015183820152602001612567565b50506000910152565b600081518084526125a0816020860160208601612564565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261262560e0850182612588565b949350505050565b60408152600061264060408301856125b4565b82810360208401526126528185612588565b95945050505050565b60208152600061255d6020830184612588565b62ffffff8116811461214157600080fd5b60006020828403121561269157600080fd5b813561255d8161266e565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156126d4576126d461269c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127025761270261269c565b604052919050565b6001600160601b038116811461214157600080fd5b803561272a8161270a565b919050565b60ff8116811461214157600080fd5b803561272a8161272f565b801515811461214157600080fd5b803561272a81612749565b6001600160a01b038116811461214157600080fd5b803561272a81612762565b60006001600160401b0382111561279b5761279b61269c565b50601f01601f191660200190565b600082601f8301126127ba57600080fd5b81356127cd6127c882612782565b6126da565b8181528460208386010111156127e257600080fd5b816020850160208301376000918101602001919091529392505050565b60006020828403121561281157600080fd5b81356001600160401b038082111561282857600080fd5b9083019060e0828603121561283c57600080fd5b6128446126b2565b61284d8361271f565b815261285b6020840161271f565b602082015261286c6040840161273e565b604082015261287d60608401612757565b606082015261288e60808401612777565b608082015261289f60a08401612777565b60a082015260c0830135828111156128b657600080fd5b6128c2878286016127a9565b60c08301525095945050505050565b600080604083850312156128e457600080fd5b82356128ef81612762565b915060208301356128ff81612762565b809150509250929050565b60006020828403121561291c57600080fd5b813561255d81612762565b6001600160e01b031991909116815260200190565b60008060006060848603121561295157600080fd5b833561295c81612762565b9250602084013561296c81612762565b915060408401356001600160401b0381111561298757600080fd5b612993868287016127a9565b9150509250925092565b6000602082840312156129af57600080fd5b5035919050565b6000602082840312156129c857600080fd5b815161255d8161266e565b600181811c908216806129e757607f821691505b602082108103612a0757634e487b7160e01b600052602260045260246000fd5b50919050565b805161272a81612749565b600060208284031215612a2a57600080fd5b815161255d81612749565b805161272a8161270a565b600060208284031215612a5257600080fd5b815161255d8161270a565b600060208284031215612a6f57600080fd5b5051919050565b60208152600061255d60208301846125b4565b805161272a81612762565b600060208284031215612aa657600080fd5b815161255d81612762565b600060208284031215612ac357600080fd5b81516001600160401b038116811461255d57600080fd5b634e487b7160e01b600052603260045260246000fd5b805161272a8161272f565b600060208284031215612b0d57600080fd5b815161255d8161272f565b60008085851115612b2857600080fd5b83861115612b3557600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612b6a5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612bc357600080fd5b8151612bd16127c882612782565b818152846020838601011115612be657600080fd5b612625826020830160208701612564565b60008060408385031215612c0a57600080fd5b82516001600160401b0380821115612c2157600080fd5b9084019060e08287031215612c3557600080fd5b612c3d6126b2565b612c4683612a35565b8152612c5460208401612a35565b6020820152612c6560408401612af0565b6040820152612c7660608401612a0d565b6060820152612c8760808401612a89565b6080820152612c9860a08401612a89565b60a082015260c083015182811115612caf57600080fd5b612cbb88828601612bb2565b60c0830152506020860151909450915080821115612cd857600080fd5b50612ce585828601612bb2565b9150509250929050565b600060208284031215612d0157600080fd5b815164ffffffffff8116811461255d57600080fd5b60008060408385031215612d2957600080fd5b8251612d3481612762565b60208401519092506001600160401b03811115612d5057600080fd5b612ce585828601612bb2565b6040815260006126406040830185612588565b600060208284031215612d8157600080fd5b81516001600160401b03811115612d9757600080fd5b61262584828501612bb2565b604081526000612db66040830185612588565b90508260208301529392505050565b60008251612dd7818460208701612564565b9190910192915050565b60008060408385031215612df457600080fd5b8251612dff81612749565b602084015190925063ffffffff811681146128ff57600080fd5b604081526000612e2c6040830185612588565b905060ff831660208301529392505050565b601f8211156117eb57600081815260208120601f850160051c81016020861015612e655750805b601f850160051c820191505b818110156116dd57828155600101612e71565b81516001600160401b03811115612e9d57612e9d61269c565b612eb181612eab84546129d3565b84612e3e565b602080601f831160018114612ee65760008415612ece5750858301515b600019600386901b1c1916600185901b1785556116dd565b600085815260208120601f198616915b82811015612f1557888601518255948401946001909101908401612ef6565b5085821015612f335787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220fe0805eacd0aded31d2ad619200863e84f125f37921183a0eeb291f130e3dba664736f6c63430008140033",
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",
1177
1188
  "linkReferences": {
1178
- "contracts/shared/ContractDeployerLib.sol": {
1179
- "ContractDeployerLib": [
1180
- {
1181
- "length": 20,
1182
- "start": 8014
1183
- },
1184
- {
1185
- "length": 20,
1186
- "start": 8146
1187
- }
1188
- ]
1189
- },
1190
- "contracts/types/Blocknumber.sol": {
1191
- "BlocknumberLib": [
1192
- {
1193
- "length": 20,
1194
- "start": 2945
1195
- }
1196
- ]
1197
- },
1198
- "contracts/types/NftId.sol": {
1189
+ "contracts/type/NftId.sol": {
1199
1190
  "NftIdLib": [
1200
1191
  {
1201
1192
  "length": 20,
1202
- "start": 2361
1193
+ "start": 2281
1203
1194
  },
1204
1195
  {
1205
1196
  "length": 20,
1206
- "start": 4362
1207
- }
1208
- ]
1209
- },
1210
- "contracts/types/Timestamp.sol": {
1211
- "TimestampLib": [
1212
- {
1213
- "length": 20,
1214
- "start": 7370
1197
+ "start": 4772
1215
1198
  }
1216
1199
  ]
1217
1200
  },
1218
- "contracts/types/Version.sol": {
1201
+ "contracts/type/Version.sol": {
1219
1202
  "VersionLib": [
1220
1203
  {
1221
1204
  "length": 20,
1222
- "start": 1883
1205
+ "start": 1840
1223
1206
  },
1224
1207
  {
1225
1208
  "length": 20,
1226
- "start": 4834
1227
- },
1209
+ "start": 2954
1210
+ }
1211
+ ],
1212
+ "VersionPartLib": [
1228
1213
  {
1229
1214
  "length": 20,
1230
- "start": 5379
1215
+ "start": 5252
1231
1216
  }
1232
1217
  ]
1233
1218
  }
1234
1219
  },
1235
1220
  "deployedLinkReferences": {
1236
- "contracts/shared/ContractDeployerLib.sol": {
1237
- "ContractDeployerLib": [
1238
- {
1239
- "length": 20,
1240
- "start": 7700
1241
- },
1242
- {
1243
- "length": 20,
1244
- "start": 7832
1245
- }
1246
- ]
1247
- },
1248
- "contracts/types/Blocknumber.sol": {
1249
- "BlocknumberLib": [
1250
- {
1251
- "length": 20,
1252
- "start": 2631
1253
- }
1254
- ]
1255
- },
1256
- "contracts/types/NftId.sol": {
1221
+ "contracts/type/NftId.sol": {
1257
1222
  "NftIdLib": [
1258
1223
  {
1259
1224
  "length": 20,
1260
- "start": 2047
1225
+ "start": 2051
1261
1226
  },
1262
1227
  {
1263
1228
  "length": 20,
1264
- "start": 4048
1229
+ "start": 4542
1265
1230
  }
1266
1231
  ]
1267
1232
  },
1268
- "contracts/types/Timestamp.sol": {
1269
- "TimestampLib": [
1270
- {
1271
- "length": 20,
1272
- "start": 7056
1273
- }
1274
- ]
1275
- },
1276
- "contracts/types/Version.sol": {
1233
+ "contracts/type/Version.sol": {
1277
1234
  "VersionLib": [
1278
1235
  {
1279
1236
  "length": 20,
1280
- "start": 1569
1237
+ "start": 1610
1281
1238
  },
1282
1239
  {
1283
1240
  "length": 20,
1284
- "start": 4520
1285
- },
1241
+ "start": 2724
1242
+ }
1243
+ ],
1244
+ "VersionPartLib": [
1286
1245
  {
1287
1246
  "length": 20,
1288
- "start": 5065
1247
+ "start": 5022
1289
1248
  }
1290
1249
  ]
1291
1250
  }