@etherisc/gif-next 0.0.2-bb1081a-994 → 0.0.2-bc0a9a8-101

Sign up to get free protection for your applications and to get access to all the features.
Files changed (570) hide show
  1. package/README.md +10 -14
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1349 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → distribution/IDistributionComponent.sol/IDistributionComponent.json} +398 -276
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +814 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +68 -54
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +268 -1576
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +296 -211
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +455 -2542
  20. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +204 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +609 -425
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +464 -375
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +368 -107
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3458 -0
  32. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  34. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  35. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +6 -1
  36. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  38. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  39. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +25 -150
  40. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  41. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  42. package/artifacts/contracts/instance/module/{ISetup.sol/ISetup.json → IComponents.sol/IComponents.json} +2 -2
  43. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  44. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  45. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  46. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  47. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  48. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  49. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1105 -0
  50. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  51. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +746 -0
  52. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  53. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +256 -346
  54. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  55. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/IPoolComponent.sol/IPoolComponent.json} +448 -290
  56. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  57. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1065 -0
  58. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  59. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  60. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  61. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1432 -0
  62. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  63. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +738 -0
  64. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  65. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +834 -0
  66. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  67. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  68. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  69. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1278 -0
  70. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +810 -0
  72. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  73. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +203 -235
  74. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  75. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +759 -0
  76. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  77. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +244 -303
  78. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  79. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +263 -221
  80. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  81. package/artifacts/contracts/{components/Product.sol/Product.json → product/IProductComponent.sol/IProductComponent.json} +370 -281
  82. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  83. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +116 -170
  84. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  85. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1146 -0
  86. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  87. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +754 -0
  88. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  89. package/artifacts/contracts/product/PricingService.sol/PricingService.json +983 -0
  90. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +778 -0
  92. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  93. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → product/Product.sol/Product.json} +822 -220
  94. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  95. package/artifacts/contracts/product/ProductService.sol/ProductService.json +679 -0
  96. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  97. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +694 -0
  98. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  99. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  100. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  101. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +203 -21
  102. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  103. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +349 -220
  104. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  105. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  106. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  107. package/artifacts/contracts/registry/Registry.sol/Registry.json +440 -36
  108. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  109. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +407 -0
  110. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  111. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +480 -265
  112. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  113. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +340 -95
  114. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
  115. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +834 -89
  116. package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +4 -0
  117. package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +137 -0
  118. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  119. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +349 -82
  120. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  121. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
  122. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  123. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1715 -0
  124. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  125. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1728 -0
  126. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  127. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1806 -0
  128. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  129. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1824 -0
  130. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  131. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/Component.sol/Component.json} +361 -271
  132. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  133. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1475 -0
  134. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +788 -0
  136. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  137. package/artifacts/contracts/{components/IComponent.sol/IComponent.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +209 -185
  138. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  139. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  140. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  141. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  142. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  143. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  144. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  145. package/artifacts/contracts/{components/Component.sol/Component.json → shared/IComponent.sol/IComponent.json} +205 -187
  146. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  147. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +860 -0
  148. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  149. package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +221 -211
  150. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +50 -11
  152. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  153. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
  154. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  155. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  156. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  157. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  158. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  159. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -30
  160. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  161. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  162. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  163. package/artifacts/contracts/shared/IService.sol/IService.json +75 -158
  164. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  165. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  166. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  167. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  168. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  169. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  170. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  171. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  172. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  173. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  174. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  175. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  176. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  177. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +108 -35
  178. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  179. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  180. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  181. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +330 -75
  182. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  183. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +131 -60
  184. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  185. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  186. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  187. package/artifacts/contracts/shared/Service.sol/Service.json +178 -160
  188. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  189. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  190. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  191. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  192. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  193. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  194. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  195. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  196. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  197. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +993 -0
  198. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  199. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +444 -0
  200. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  201. package/artifacts/contracts/staking/Staking.sol/Staking.json +2045 -0
  202. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  203. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +777 -0
  204. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  205. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  206. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  207. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1324 -0
  208. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  209. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +726 -0
  210. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  211. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2189 -0
  212. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  213. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  214. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  215. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  216. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  217. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  218. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  219. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  220. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  221. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  222. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  223. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  224. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  225. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  226. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  227. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  228. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  229. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  230. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  231. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  232. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  233. package/artifacts/contracts/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
  234. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  235. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  236. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  237. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  238. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  239. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  240. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  241. package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
  242. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  244. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  245. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  246. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  247. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
  248. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  249. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  250. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  251. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  252. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  253. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  254. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  255. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  256. package/contracts/distribution/Distribution.sol +261 -0
  257. package/contracts/distribution/DistributionService.sol +298 -0
  258. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  259. package/contracts/distribution/IDistributionComponent.sol +66 -0
  260. package/contracts/distribution/IDistributionService.sol +81 -0
  261. package/contracts/instance/BundleManager.sol +15 -14
  262. package/contracts/instance/IInstance.sol +53 -46
  263. package/contracts/instance/IInstanceService.sol +58 -17
  264. package/contracts/instance/Instance.sol +145 -179
  265. package/contracts/instance/InstanceAdmin.sol +331 -0
  266. package/contracts/instance/InstanceAuthorizationsLib.sol +349 -0
  267. package/contracts/instance/InstanceReader.sol +135 -63
  268. package/contracts/instance/InstanceService.sol +250 -250
  269. package/contracts/instance/InstanceServiceManager.sol +12 -22
  270. package/contracts/instance/InstanceStore.sol +260 -0
  271. package/contracts/instance/base/BalanceStore.sol +118 -0
  272. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +8 -3
  273. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +12 -14
  274. package/contracts/instance/module/IAccess.sol +19 -21
  275. package/contracts/instance/module/IBundle.sol +8 -8
  276. package/contracts/instance/module/IComponents.sol +52 -0
  277. package/contracts/instance/module/IDistribution.sol +7 -4
  278. package/contracts/instance/module/IPolicy.sol +56 -17
  279. package/contracts/instance/module/IRisk.sol +1 -1
  280. package/contracts/{test/TestToken.sol → mock/Dip.sol} +5 -5
  281. package/contracts/pool/BundleService.sol +296 -0
  282. package/contracts/pool/BundleServiceManager.sol +42 -0
  283. package/contracts/pool/IBundleService.sol +106 -0
  284. package/contracts/pool/IPoolComponent.sol +112 -0
  285. package/contracts/pool/IPoolService.sol +150 -0
  286. package/contracts/pool/Pool.sol +299 -0
  287. package/contracts/pool/PoolService.sol +453 -0
  288. package/contracts/pool/PoolServiceManager.sol +42 -0
  289. package/contracts/product/ApplicationService.sol +254 -0
  290. package/contracts/product/ApplicationServiceManager.sol +38 -0
  291. package/contracts/product/ClaimService.sol +442 -0
  292. package/contracts/product/ClaimServiceManager.sol +38 -0
  293. package/contracts/product/IApplicationService.sol +62 -0
  294. package/contracts/product/IClaimService.sol +93 -0
  295. package/contracts/product/IPolicyService.sol +78 -0
  296. package/contracts/product/IPricingService.sol +39 -0
  297. package/contracts/product/IProductComponent.sol +42 -0
  298. package/contracts/product/IProductService.sol +33 -0
  299. package/contracts/product/PolicyService.sol +475 -0
  300. package/contracts/product/PolicyServiceManager.sol +42 -0
  301. package/contracts/product/PricingService.sol +301 -0
  302. package/contracts/product/PricingServiceManager.sol +42 -0
  303. package/contracts/product/Product.sol +377 -0
  304. package/contracts/product/ProductService.sol +124 -0
  305. package/contracts/product/ProductServiceManager.sol +42 -0
  306. package/contracts/registry/ChainNft.sol +16 -1
  307. package/contracts/registry/IRegistry.sol +47 -21
  308. package/contracts/registry/IRegistryService.sol +42 -38
  309. package/contracts/registry/ITransferInterceptor.sol +1 -0
  310. package/contracts/registry/Registry.sol +220 -96
  311. package/contracts/registry/RegistryAdmin.sol +237 -0
  312. package/contracts/registry/RegistryService.sol +108 -104
  313. package/contracts/registry/RegistryServiceManager.sol +22 -26
  314. package/contracts/registry/ReleaseManager.sol +458 -191
  315. package/contracts/registry/ServiceAuthorizationsLib.sol +173 -0
  316. package/contracts/registry/TokenRegistry.sol +263 -60
  317. package/contracts/shared/AccessManagerCustom.sol +736 -0
  318. package/contracts/shared/AccessManagerExtended.sol +470 -0
  319. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  320. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  321. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  322. package/contracts/shared/Component.sol +278 -0
  323. package/contracts/shared/ComponentService.sol +596 -0
  324. package/contracts/shared/ComponentServiceManager.sol +35 -0
  325. package/contracts/shared/ComponentVerifyingService.sol +111 -0
  326. package/contracts/shared/ERC165.sol +15 -13
  327. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  328. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  329. package/contracts/shared/IComponent.sol +70 -0
  330. package/contracts/shared/IComponentService.sol +91 -0
  331. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  332. package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
  333. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
  334. package/contracts/shared/INftOwnable.sol +13 -12
  335. package/contracts/shared/IPolicyHolder.sol +45 -0
  336. package/contracts/shared/IRegisterable.sol +3 -3
  337. package/contracts/shared/IRegistryLinked.sol +11 -0
  338. package/contracts/shared/IService.sol +7 -5
  339. package/contracts/shared/IVersionable.sol +5 -48
  340. package/contracts/shared/InitializableCustom.sol +177 -0
  341. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  342. package/contracts/shared/KeyValueStore.sol +127 -0
  343. package/contracts/{instance/base → shared}/Lifecycle.sol +28 -7
  344. package/contracts/shared/NftIdSetManager.sol +65 -0
  345. package/contracts/shared/NftOwnable.sol +59 -91
  346. package/contracts/shared/PolicyHolder.sol +102 -0
  347. package/contracts/shared/ProxyManager.sol +131 -26
  348. package/contracts/shared/Registerable.sol +19 -30
  349. package/contracts/shared/RegistryLinked.sol +43 -0
  350. package/contracts/shared/Service.sol +38 -21
  351. package/contracts/shared/TokenHandler.sol +37 -6
  352. package/contracts/shared/Versionable.sol +4 -92
  353. package/contracts/staking/IStaking.sol +168 -0
  354. package/contracts/staking/IStakingService.sol +149 -0
  355. package/contracts/staking/StakeManagerLib.sol +179 -0
  356. package/contracts/staking/Staking.sol +551 -0
  357. package/contracts/staking/StakingManager.sol +54 -0
  358. package/contracts/staking/StakingReader.sol +187 -0
  359. package/contracts/staking/StakingService.sol +406 -0
  360. package/contracts/staking/StakingServiceManager.sol +45 -0
  361. package/contracts/staking/StakingStore.sol +572 -0
  362. package/contracts/staking/TargetManagerLib.sol +207 -0
  363. package/contracts/{types → type}/AddressSet.sol +1 -1
  364. package/contracts/type/Amount.sol +128 -0
  365. package/contracts/{types → type}/Blocknumber.sol +21 -3
  366. package/contracts/type/ClaimId.sol +75 -0
  367. package/contracts/{types → type}/DistributorType.sol +2 -2
  368. package/contracts/{types → type}/Fee.sol +33 -23
  369. package/contracts/{types → type}/NftId.sol +21 -15
  370. package/contracts/{types → type}/NftIdSet.sol +2 -2
  371. package/contracts/{types → type}/ObjectType.sol +26 -9
  372. package/contracts/type/PayoutId.sol +82 -0
  373. package/contracts/{types → type}/Referral.sol +5 -1
  374. package/contracts/{types → type}/RiskId.sol +1 -1
  375. package/contracts/type/RoleId.sol +143 -0
  376. package/contracts/type/Seconds.sol +81 -0
  377. package/contracts/{types → type}/StateId.sol +24 -6
  378. package/contracts/{types → type}/Timestamp.sol +18 -13
  379. package/contracts/{types → type}/UFixed.sol +1 -0
  380. package/contracts/{types → type}/Version.sol +2 -1
  381. package/package.json +5 -5
  382. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  383. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  384. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  385. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  386. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  387. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  388. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  389. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  390. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  391. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  392. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  393. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  394. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  395. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  396. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  397. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  398. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  399. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  400. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  401. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  402. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  403. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  404. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  405. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  406. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  407. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  408. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  409. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  410. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  411. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  412. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  413. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  414. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  415. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  416. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  417. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  418. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  419. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  420. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  421. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  422. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  423. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  424. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  425. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  426. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  427. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  428. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  429. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  430. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  431. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1034
  432. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  433. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
  434. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  435. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.json +0 -603
  436. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  437. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  438. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  439. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  440. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  441. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  442. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  443. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  444. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  445. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  446. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1167
  447. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  448. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -449
  449. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  450. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -772
  451. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  452. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -437
  453. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  454. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  455. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  456. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  457. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  458. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  459. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1227
  460. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  461. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -505
  462. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  463. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -806
  464. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  465. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -437
  466. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  467. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -856
  468. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  469. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -437
  470. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  471. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  472. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  473. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  474. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  475. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  476. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  477. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -313
  478. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  479. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  480. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  481. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -608
  482. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  483. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  484. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  485. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  486. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  487. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  488. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  489. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  490. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  491. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  492. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  493. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  494. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  495. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  496. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  497. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  498. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  499. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  500. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  501. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  502. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  503. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  504. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  505. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  506. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  507. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  508. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  509. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  510. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  511. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  512. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  513. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  514. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  515. package/contracts/components/Component.sol +0 -247
  516. package/contracts/components/Distribution.sol +0 -143
  517. package/contracts/components/IComponent.sol +0 -50
  518. package/contracts/components/IDistributionComponent.sol +0 -47
  519. package/contracts/components/IPoolComponent.sol +0 -77
  520. package/contracts/components/IProductComponent.sol +0 -39
  521. package/contracts/components/Pool.sol +0 -257
  522. package/contracts/components/Product.sol +0 -263
  523. package/contracts/experiment/cloning/Cloner.sol +0 -47
  524. package/contracts/experiment/errors/Require.sol +0 -38
  525. package/contracts/experiment/errors/Revert.sol +0 -44
  526. package/contracts/experiment/inheritance/A.sol +0 -53
  527. package/contracts/experiment/inheritance/B.sol +0 -28
  528. package/contracts/experiment/inheritance/C.sol +0 -34
  529. package/contracts/experiment/inheritance/IA.sol +0 -13
  530. package/contracts/experiment/inheritance/IB.sol +0 -10
  531. package/contracts/experiment/inheritance/IC.sol +0 -12
  532. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  533. package/contracts/experiment/statemachine/ISM.sol +0 -25
  534. package/contracts/experiment/statemachine/SM.sol +0 -57
  535. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  536. package/contracts/experiment/types/TypeA.sol +0 -47
  537. package/contracts/experiment/types/TypeB.sol +0 -29
  538. package/contracts/instance/InstanceAccessManager.sol +0 -298
  539. package/contracts/instance/base/ComponentService.sol +0 -134
  540. package/contracts/instance/base/KeyValueStore.sol +0 -172
  541. package/contracts/instance/module/ISetup.sol +0 -46
  542. package/contracts/instance/module/ITreasury.sol +0 -23
  543. package/contracts/instance/service/BundleService.sol +0 -299
  544. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  545. package/contracts/instance/service/DistributionService.sol +0 -106
  546. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  547. package/contracts/instance/service/IBundleService.sol +0 -54
  548. package/contracts/instance/service/IDistributionService.sol +0 -12
  549. package/contracts/instance/service/IPolicyService.sol +0 -94
  550. package/contracts/instance/service/IPoolService.sol +0 -20
  551. package/contracts/instance/service/IProductService.sol +0 -40
  552. package/contracts/instance/service/PolicyService.sol +0 -519
  553. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  554. package/contracts/instance/service/PoolService.sol +0 -109
  555. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  556. package/contracts/instance/service/ProductService.sol +0 -232
  557. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  558. package/contracts/registry/RegistryAccessManager.sol +0 -216
  559. package/contracts/shared/ContractDeployerLib.sol +0 -72
  560. package/contracts/test/TestFee.sol +0 -25
  561. package/contracts/test/TestRegisterable.sol +0 -18
  562. package/contracts/test/TestRoleId.sol +0 -14
  563. package/contracts/test/TestService.sol +0 -25
  564. package/contracts/test/TestVersion.sol +0 -44
  565. package/contracts/test/TestVersionable.sol +0 -17
  566. package/contracts/test/Usdc.sol +0 -26
  567. package/contracts/types/ChainId.sol +0 -38
  568. package/contracts/types/NumberId.sol +0 -52
  569. package/contracts/types/RoleId.sol +0 -90
  570. /package/contracts/{types → type}/Key32.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,231 @@
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",
101
+ "name": "ErrorRegistryServiceInvalidAddress",
102
102
  "type": "error"
103
103
  },
104
104
  {
105
- "inputs": [],
106
- "name": "ErrorRegistryAddressZero",
105
+ "inputs": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "initialOwner",
109
+ "type": "address"
110
+ }
111
+ ],
112
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
107
113
  "type": "error"
108
114
  },
109
115
  {
110
116
  "inputs": [
111
117
  {
112
118
  "internalType": "address",
113
- "name": "registry",
119
+ "name": "notComponent",
114
120
  "type": "address"
115
121
  }
116
122
  ],
117
- "name": "ErrorRegistryAlreadyInitialized",
123
+ "name": "ErrorRegistryServiceNotComponent",
118
124
  "type": "error"
119
125
  },
120
126
  {
121
- "inputs": [],
122
- "name": "ErrorRegistryNotInitialized",
127
+ "inputs": [
128
+ {
129
+ "internalType": "address",
130
+ "name": "notDistribution",
131
+ "type": "address"
132
+ }
133
+ ],
134
+ "name": "ErrorRegistryServiceNotDistribution",
123
135
  "type": "error"
124
136
  },
125
137
  {
126
138
  "inputs": [
127
139
  {
128
140
  "internalType": "address",
129
- "name": "registerableAddress",
141
+ "name": "notInstance",
130
142
  "type": "address"
131
143
  }
132
144
  ],
133
- "name": "InvalidAddress",
145
+ "name": "ErrorRegistryServiceNotInstance",
134
146
  "type": "error"
135
147
  },
136
148
  {
137
149
  "inputs": [
138
150
  {
139
151
  "internalType": "address",
140
- "name": "initialOwner",
152
+ "name": "notPool",
141
153
  "type": "address"
142
154
  }
143
155
  ],
144
- "name": "InvalidInitialOwner",
156
+ "name": "ErrorRegistryServiceNotPool",
145
157
  "type": "error"
146
158
  },
147
159
  {
148
- "inputs": [],
149
- "name": "InvalidInitialization",
160
+ "inputs": [
161
+ {
162
+ "internalType": "address",
163
+ "name": "notProduct",
164
+ "type": "address"
165
+ }
166
+ ],
167
+ "name": "ErrorRegistryServiceNotProduct",
150
168
  "type": "error"
151
169
  },
152
170
  {
153
171
  "inputs": [],
154
- "name": "NotDistribution",
172
+ "name": "ErrorRegistryServiceNotRegistryOwner",
155
173
  "type": "error"
156
174
  },
157
175
  {
158
- "inputs": [],
159
- "name": "NotInitializing",
176
+ "inputs": [
177
+ {
178
+ "internalType": "address",
179
+ "name": "notService",
180
+ "type": "address"
181
+ }
182
+ ],
183
+ "name": "ErrorRegistryServiceNotService",
160
184
  "type": "error"
161
185
  },
162
186
  {
163
- "inputs": [],
164
- "name": "NotInstance",
187
+ "inputs": [
188
+ {
189
+ "internalType": "ObjectType",
190
+ "name": "objectType",
191
+ "type": "uint8"
192
+ }
193
+ ],
194
+ "name": "ErrorRegistryServiceObjectAddressNotZero",
165
195
  "type": "error"
166
196
  },
167
197
  {
168
- "inputs": [],
169
- "name": "NotPool",
198
+ "inputs": [
199
+ {
200
+ "internalType": "ObjectType",
201
+ "name": "objectType",
202
+ "type": "uint8"
203
+ },
204
+ {
205
+ "internalType": "address",
206
+ "name": "owner",
207
+ "type": "address"
208
+ }
209
+ ],
210
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
170
211
  "type": "error"
171
212
  },
172
213
  {
173
- "inputs": [],
174
- "name": "NotProduct",
214
+ "inputs": [
215
+ {
216
+ "internalType": "ObjectType",
217
+ "name": "objectType",
218
+ "type": "uint8"
219
+ }
220
+ ],
221
+ "name": "ErrorRegistryServiceObjectOwnerZero",
175
222
  "type": "error"
176
223
  },
177
224
  {
178
225
  "inputs": [
179
226
  {
180
- "internalType": "address",
181
- "name": "expectedOwner",
182
- "type": "address"
227
+ "internalType": "ObjectType",
228
+ "name": "expected",
229
+ "type": "uint8"
230
+ },
231
+ {
232
+ "internalType": "ObjectType",
233
+ "name": "found",
234
+ "type": "uint8"
183
235
  }
184
236
  ],
185
- "name": "NotRegisterableOwner",
237
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
186
238
  "type": "error"
187
239
  },
188
240
  {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
241
+ "inputs": [
242
+ {
243
+ "internalType": "contract IRegisterable",
244
+ "name": "registerable",
245
+ "type": "address"
246
+ },
247
+ {
248
+ "internalType": "address",
249
+ "name": "found",
250
+ "type": "address"
251
+ }
252
+ ],
253
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
191
254
  "type": "error"
192
255
  },
193
256
  {
194
- "inputs": [],
195
- "name": "NotService",
257
+ "inputs": [
258
+ {
259
+ "internalType": "contract IRegisterable",
260
+ "name": "registerable",
261
+ "type": "address"
262
+ },
263
+ {
264
+ "internalType": "address",
265
+ "name": "expected",
266
+ "type": "address"
267
+ },
268
+ {
269
+ "internalType": "address",
270
+ "name": "found",
271
+ "type": "address"
272
+ }
273
+ ],
274
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
196
275
  "type": "error"
197
276
  },
198
277
  {
199
- "inputs": [],
200
- "name": "RegisterableOwnerIsRegistered",
278
+ "inputs": [
279
+ {
280
+ "internalType": "contract IRegisterable",
281
+ "name": "registerable",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "owner",
287
+ "type": "address"
288
+ }
289
+ ],
290
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
201
291
  "type": "error"
202
292
  },
203
293
  {
204
- "inputs": [],
205
- "name": "RegisterableOwnerIsZero",
294
+ "inputs": [
295
+ {
296
+ "internalType": "contract IRegisterable",
297
+ "name": "registerable",
298
+ "type": "address"
299
+ }
300
+ ],
301
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
206
302
  "type": "error"
207
303
  },
208
304
  {
209
- "inputs": [],
210
- "name": "SelfRegistration",
305
+ "inputs": [
306
+ {
307
+ "internalType": "contract IRegisterable",
308
+ "name": "registerable",
309
+ "type": "address"
310
+ }
311
+ ],
312
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
211
313
  "type": "error"
212
314
  },
213
315
  {
214
316
  "inputs": [
317
+ {
318
+ "internalType": "contract IRegisterable",
319
+ "name": "registerable",
320
+ "type": "address"
321
+ },
215
322
  {
216
323
  "internalType": "ObjectType",
217
324
  "name": "expected",
@@ -223,7 +330,22 @@
223
330
  "type": "uint8"
224
331
  }
225
332
  ],
226
- "name": "UnexpectedRegisterableType",
333
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [],
338
+ "name": "ErrorServiceNotImplemented",
339
+ "type": "error"
340
+ },
341
+ {
342
+ "inputs": [],
343
+ "name": "InvalidInitialization",
344
+ "type": "error"
345
+ },
346
+ {
347
+ "inputs": [],
348
+ "name": "NotInitializing",
227
349
  "type": "error"
228
350
  },
229
351
  {
@@ -253,29 +375,17 @@
253
375
  "type": "event"
254
376
  },
255
377
  {
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
- },
378
+ "inputs": [],
379
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
380
+ "outputs": [
270
381
  {
271
- "indexed": false,
272
- "internalType": "address",
273
- "name": "activatedBy",
274
- "type": "address"
382
+ "internalType": "bytes32",
383
+ "name": "",
384
+ "type": "bytes32"
275
385
  }
276
386
  ],
277
- "name": "LogVersionableInitialized",
278
- "type": "event"
387
+ "stateMutability": "view",
388
+ "type": "function"
279
389
  },
280
390
  {
281
391
  "inputs": [],
@@ -329,31 +439,6 @@
329
439
  "stateMutability": "pure",
330
440
  "type": "function"
331
441
  },
332
- {
333
- "inputs": [],
334
- "name": "getFunctionConfigs",
335
- "outputs": [
336
- {
337
- "components": [
338
- {
339
- "internalType": "ObjectType",
340
- "name": "serviceDomain",
341
- "type": "uint8"
342
- },
343
- {
344
- "internalType": "bytes4",
345
- "name": "selector",
346
- "type": "bytes4"
347
- }
348
- ],
349
- "internalType": "struct IRegistryService.FunctionConfig[]",
350
- "name": "config",
351
- "type": "tuple[]"
352
- }
353
- ],
354
- "stateMutability": "pure",
355
- "type": "function"
356
- },
357
442
  {
358
443
  "inputs": [],
359
444
  "name": "getInitialInfo",
@@ -404,45 +489,6 @@
404
489
  "stateMutability": "view",
405
490
  "type": "function"
406
491
  },
407
- {
408
- "inputs": [],
409
- "name": "getInitialOwner",
410
- "outputs": [
411
- {
412
- "internalType": "address",
413
- "name": "",
414
- "type": "address"
415
- }
416
- ],
417
- "stateMutability": "view",
418
- "type": "function"
419
- },
420
- {
421
- "inputs": [],
422
- "name": "getInitializedVersion",
423
- "outputs": [
424
- {
425
- "internalType": "uint64",
426
- "name": "",
427
- "type": "uint64"
428
- }
429
- ],
430
- "stateMutability": "view",
431
- "type": "function"
432
- },
433
- {
434
- "inputs": [],
435
- "name": "getMajorVersion",
436
- "outputs": [
437
- {
438
- "internalType": "VersionPart",
439
- "name": "majorVersion",
440
- "type": "uint8"
441
- }
442
- ],
443
- "stateMutability": "view",
444
- "type": "function"
445
- },
446
492
  {
447
493
  "inputs": [],
448
494
  "name": "getNftId",
@@ -495,91 +541,107 @@
495
541
  "stateMutability": "pure",
496
542
  "type": "function"
497
543
  },
544
+ {
545
+ "inputs": [],
546
+ "name": "initializeERC165",
547
+ "outputs": [],
548
+ "stateMutability": "nonpayable",
549
+ "type": "function"
550
+ },
498
551
  {
499
552
  "inputs": [
500
553
  {
501
- "internalType": "uint256",
502
- "name": "idx",
503
- "type": "uint256"
504
- }
505
- ],
506
- "name": "getVersion",
507
- "outputs": [
554
+ "internalType": "address",
555
+ "name": "initialOwner",
556
+ "type": "address"
557
+ },
508
558
  {
509
- "internalType": "Version",
510
- "name": "",
511
- "type": "uint24"
559
+ "internalType": "address",
560
+ "name": "registryAddress",
561
+ "type": "address"
512
562
  }
513
563
  ],
514
- "stateMutability": "view",
564
+ "name": "initializeNftOwnable",
565
+ "outputs": [],
566
+ "stateMutability": "nonpayable",
515
567
  "type": "function"
516
568
  },
517
569
  {
518
- "inputs": [],
519
- "name": "getVersionCount",
520
- "outputs": [
570
+ "inputs": [
521
571
  {
522
- "internalType": "uint256",
523
- "name": "",
524
- "type": "uint256"
572
+ "internalType": "address",
573
+ "name": "registryAddress",
574
+ "type": "address"
575
+ },
576
+ {
577
+ "internalType": "NftId",
578
+ "name": "parentNftId",
579
+ "type": "uint96"
580
+ },
581
+ {
582
+ "internalType": "ObjectType",
583
+ "name": "objectType",
584
+ "type": "uint8"
585
+ },
586
+ {
587
+ "internalType": "bool",
588
+ "name": "isInterceptor",
589
+ "type": "bool"
590
+ },
591
+ {
592
+ "internalType": "address",
593
+ "name": "initialOwner",
594
+ "type": "address"
595
+ },
596
+ {
597
+ "internalType": "bytes",
598
+ "name": "registryData",
599
+ "type": "bytes"
525
600
  }
526
601
  ],
527
- "stateMutability": "view",
602
+ "name": "initializeRegisterable",
603
+ "outputs": [],
604
+ "stateMutability": "nonpayable",
528
605
  "type": "function"
529
606
  },
530
607
  {
531
608
  "inputs": [
532
609
  {
533
- "internalType": "Version",
534
- "name": "_version",
535
- "type": "uint24"
610
+ "internalType": "address",
611
+ "name": "registryAddress",
612
+ "type": "address"
536
613
  }
537
614
  ],
538
- "name": "getVersionInfo",
539
- "outputs": [
615
+ "name": "initializeRegistryLinked",
616
+ "outputs": [],
617
+ "stateMutability": "nonpayable",
618
+ "type": "function"
619
+ },
620
+ {
621
+ "inputs": [
540
622
  {
541
- "components": [
542
- {
543
- "internalType": "Version",
544
- "name": "version",
545
- "type": "uint24"
546
- },
547
- {
548
- "internalType": "address",
549
- "name": "implementation",
550
- "type": "address"
551
- },
552
- {
553
- "internalType": "address",
554
- "name": "activatedBy",
555
- "type": "address"
556
- },
557
- {
558
- "internalType": "Timestamp",
559
- "name": "activatedAt",
560
- "type": "uint40"
561
- },
562
- {
563
- "internalType": "Blocknumber",
564
- "name": "activatedIn",
565
- "type": "uint32"
566
- }
567
- ],
568
- "internalType": "struct IVersionable.VersionInfo",
569
- "name": "",
570
- "type": "tuple"
623
+ "internalType": "address",
624
+ "name": "registry",
625
+ "type": "address"
626
+ },
627
+ {
628
+ "internalType": "address",
629
+ "name": "authority",
630
+ "type": "address"
631
+ },
632
+ {
633
+ "internalType": "address",
634
+ "name": "initialOwner",
635
+ "type": "address"
571
636
  }
572
637
  ],
573
- "stateMutability": "view",
638
+ "name": "initializeService",
639
+ "outputs": [],
640
+ "stateMutability": "nonpayable",
574
641
  "type": "function"
575
642
  },
576
643
  {
577
644
  "inputs": [
578
- {
579
- "internalType": "address",
580
- "name": "implementation",
581
- "type": "address"
582
- },
583
645
  {
584
646
  "internalType": "address",
585
647
  "name": "activatedBy",
@@ -591,7 +653,7 @@
591
653
  "type": "bytes"
592
654
  }
593
655
  ],
594
- "name": "initialize",
656
+ "name": "initializeVersionable",
595
657
  "outputs": [],
596
658
  "stateMutability": "nonpayable",
597
659
  "type": "function"
@@ -610,28 +672,15 @@
610
672
  "type": "function"
611
673
  },
612
674
  {
613
- "inputs": [
614
- {
615
- "internalType": "Version",
616
- "name": "_version",
617
- "type": "uint24"
618
- }
619
- ],
620
- "name": "isInitialized",
675
+ "inputs": [],
676
+ "name": "linkToRegisteredNftId",
621
677
  "outputs": [
622
678
  {
623
- "internalType": "bool",
624
- "name": "",
625
- "type": "bool"
679
+ "internalType": "NftId",
680
+ "name": "nftId",
681
+ "type": "uint96"
626
682
  }
627
683
  ],
628
- "stateMutability": "view",
629
- "type": "function"
630
- },
631
- {
632
- "inputs": [],
633
- "name": "linkToRegisteredNftId",
634
- "outputs": [],
635
684
  "stateMutability": "nonpayable",
636
685
  "type": "function"
637
686
  },
@@ -691,6 +740,72 @@
691
740
  "stateMutability": "nonpayable",
692
741
  "type": "function"
693
742
  },
743
+ {
744
+ "inputs": [
745
+ {
746
+ "internalType": "contract IComponent",
747
+ "name": "component",
748
+ "type": "address"
749
+ },
750
+ {
751
+ "internalType": "ObjectType",
752
+ "name": "objectType",
753
+ "type": "uint8"
754
+ },
755
+ {
756
+ "internalType": "address",
757
+ "name": "initialOwner",
758
+ "type": "address"
759
+ }
760
+ ],
761
+ "name": "registerComponent",
762
+ "outputs": [
763
+ {
764
+ "components": [
765
+ {
766
+ "internalType": "NftId",
767
+ "name": "nftId",
768
+ "type": "uint96"
769
+ },
770
+ {
771
+ "internalType": "NftId",
772
+ "name": "parentNftId",
773
+ "type": "uint96"
774
+ },
775
+ {
776
+ "internalType": "ObjectType",
777
+ "name": "objectType",
778
+ "type": "uint8"
779
+ },
780
+ {
781
+ "internalType": "bool",
782
+ "name": "isInterceptor",
783
+ "type": "bool"
784
+ },
785
+ {
786
+ "internalType": "address",
787
+ "name": "objectAddress",
788
+ "type": "address"
789
+ },
790
+ {
791
+ "internalType": "address",
792
+ "name": "initialOwner",
793
+ "type": "address"
794
+ },
795
+ {
796
+ "internalType": "bytes",
797
+ "name": "data",
798
+ "type": "bytes"
799
+ }
800
+ ],
801
+ "internalType": "struct IRegistry.ObjectInfo",
802
+ "name": "info",
803
+ "type": "tuple"
804
+ }
805
+ ],
806
+ "stateMutability": "nonpayable",
807
+ "type": "function"
808
+ },
694
809
  {
695
810
  "inputs": [
696
811
  {
@@ -752,6 +867,62 @@
752
867
  "stateMutability": "nonpayable",
753
868
  "type": "function"
754
869
  },
870
+ {
871
+ "inputs": [
872
+ {
873
+ "components": [
874
+ {
875
+ "internalType": "NftId",
876
+ "name": "nftId",
877
+ "type": "uint96"
878
+ },
879
+ {
880
+ "internalType": "NftId",
881
+ "name": "parentNftId",
882
+ "type": "uint96"
883
+ },
884
+ {
885
+ "internalType": "ObjectType",
886
+ "name": "objectType",
887
+ "type": "uint8"
888
+ },
889
+ {
890
+ "internalType": "bool",
891
+ "name": "isInterceptor",
892
+ "type": "bool"
893
+ },
894
+ {
895
+ "internalType": "address",
896
+ "name": "objectAddress",
897
+ "type": "address"
898
+ },
899
+ {
900
+ "internalType": "address",
901
+ "name": "initialOwner",
902
+ "type": "address"
903
+ },
904
+ {
905
+ "internalType": "bytes",
906
+ "name": "data",
907
+ "type": "bytes"
908
+ }
909
+ ],
910
+ "internalType": "struct IRegistry.ObjectInfo",
911
+ "name": "info",
912
+ "type": "tuple"
913
+ }
914
+ ],
915
+ "name": "registerDistributor",
916
+ "outputs": [
917
+ {
918
+ "internalType": "NftId",
919
+ "name": "nftId",
920
+ "type": "uint96"
921
+ }
922
+ ],
923
+ "stateMutability": "nonpayable",
924
+ "type": "function"
925
+ },
755
926
  {
756
927
  "inputs": [
757
928
  {
@@ -813,6 +984,19 @@
813
984
  "stateMutability": "nonpayable",
814
985
  "type": "function"
815
986
  },
987
+ {
988
+ "inputs": [
989
+ {
990
+ "internalType": "bytes4",
991
+ "name": "interfaceId",
992
+ "type": "bytes4"
993
+ }
994
+ ],
995
+ "name": "registerInterface",
996
+ "outputs": [],
997
+ "stateMutability": "nonpayable",
998
+ "type": "function"
999
+ },
816
1000
  {
817
1001
  "inputs": [
818
1002
  {
@@ -1047,6 +1231,67 @@
1047
1231
  "stateMutability": "nonpayable",
1048
1232
  "type": "function"
1049
1233
  },
1234
+ {
1235
+ "inputs": [
1236
+ {
1237
+ "internalType": "contract IRegisterable",
1238
+ "name": "staking",
1239
+ "type": "address"
1240
+ },
1241
+ {
1242
+ "internalType": "address",
1243
+ "name": "owner",
1244
+ "type": "address"
1245
+ }
1246
+ ],
1247
+ "name": "registerStaking",
1248
+ "outputs": [
1249
+ {
1250
+ "components": [
1251
+ {
1252
+ "internalType": "NftId",
1253
+ "name": "nftId",
1254
+ "type": "uint96"
1255
+ },
1256
+ {
1257
+ "internalType": "NftId",
1258
+ "name": "parentNftId",
1259
+ "type": "uint96"
1260
+ },
1261
+ {
1262
+ "internalType": "ObjectType",
1263
+ "name": "objectType",
1264
+ "type": "uint8"
1265
+ },
1266
+ {
1267
+ "internalType": "bool",
1268
+ "name": "isInterceptor",
1269
+ "type": "bool"
1270
+ },
1271
+ {
1272
+ "internalType": "address",
1273
+ "name": "objectAddress",
1274
+ "type": "address"
1275
+ },
1276
+ {
1277
+ "internalType": "address",
1278
+ "name": "initialOwner",
1279
+ "type": "address"
1280
+ },
1281
+ {
1282
+ "internalType": "bytes",
1283
+ "name": "data",
1284
+ "type": "bytes"
1285
+ }
1286
+ ],
1287
+ "internalType": "struct IRegistry.ObjectInfo",
1288
+ "name": "info",
1289
+ "type": "tuple"
1290
+ }
1291
+ ],
1292
+ "stateMutability": "nonpayable",
1293
+ "type": "function"
1294
+ },
1050
1295
  {
1051
1296
  "inputs": [
1052
1297
  {
@@ -1081,118 +1326,88 @@
1081
1326
  },
1082
1327
  {
1083
1328
  "inputs": [
1084
- {
1085
- "internalType": "address",
1086
- "name": "implementation",
1087
- "type": "address"
1088
- },
1089
- {
1090
- "internalType": "address",
1091
- "name": "activatedBy",
1092
- "type": "address"
1093
- },
1094
1329
  {
1095
1330
  "internalType": "bytes",
1096
1331
  "name": "data",
1097
1332
  "type": "bytes"
1098
1333
  }
1099
1334
  ],
1100
- "name": "upgrade",
1335
+ "name": "upgradeVersionable",
1101
1336
  "outputs": [],
1102
1337
  "stateMutability": "nonpayable",
1103
1338
  "type": "function"
1104
1339
  }
1105
1340
  ],
1106
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612eb2806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cde749f411610071578063cde749f414610566578063cf7a1d771461056e578063ed841d0c14610581578063fb2cb1011461058957600080fd5b8063b88da75914610523578063bf7e214f14610536578063c13de9971461053e578063c2bf08c81461055357600080fd5b8063946dfcfe116100de578063946dfcfe146104b4578063a745e3df146104db578063b3c65015146104ee578063b68d18091461050e57600080fd5b8063893d20e8146104845780638fb360371461048c5780638fbc2d81146104a157600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104335780637286e5e51461044b5780637a9e5e4b1461045e5780638105cc7f1461047157600080fd5b80634f421333146103bd5780635ab1bd53146103d05780635c992fed146103f55780635d9662891461042057600080fd5b80630fec111c116101b85780630fec111c1461025d578063138461e0146102655780631eff4b221461026f5780634d459c90146102a457600080fd5b806301ffc9a7146101df578063026bc43b146102215780630d8e6e2c14610241575b600080fd5b61020c6101ed3660046124cc565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461022f366004612522565b61059a565b60405161021891906125ab565b61024961072a565b60405162ffffff9091168152602001610218565b6102346107b4565b61026d61095a565b005b6102967f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103606102b2366004612647565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612e5d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103cb366004612647565b610b7c565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b6104086104033660046127a2565b610c2f565b6040516001600160601b039091168152602001610218565b61023461042e366004612522565b610cbe565b600154600160a01b90046001600160601b0316610408565b610234610459366004612522565b610df0565b61026d61046c366004612874565b610e9d565b61040861047f3660046127a2565b610f24565b6103dd610f3a565b610494611053565b6040516102189190612891565b6102346104af366004612522565b61108c565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610296565b61026d6104e93660046128a6565b611139565b6104f6611293565b6040516001600160401b039091168152602001610218565b60285b60405160ff9091168152602001610218565b610249610531366004612907565b6112b4565b6103dd611305565b610546611321565b6040516102189190612920565b6104086105613660046127a2565b6115c7565b6105116115dd565b61026d61057c3660046128a6565b611660565b610296600081565b6002546001600160a01b03166103dd565b6105a261248e565b6105af335b600036611769565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906105e290633b03905f60e11b90600401612891565b602060405180830381865afa1580156105ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106239190612987565b61064057604051636795c76360e01b815260040160405180910390fd5b61064d8360465b8461186f565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e9061067e9084906004016125ab565b6020604051808303816000875af115801561069d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c191906129af565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561070c57600080fd5b505af1158015610720573d6000803e3d6000fd5b5050505092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906129cc565b905090565b6107bc61248e565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301805460009391606084019161084c906129e9565b80601f0160208091040260200160405190810160405280929190818152602001828054610878906129e9565b80156108c55780601f1061089a576101008083540402835291602001916108c5565b820191906000526020600020905b8154815290600101906020018083116108a857829003601f168201915b50505050508152505090506040518060e001604052806108e3600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b0316815260200161093e6002546001600160a01b031690565b6001600160a01b03168152602001826060015181525091505090565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156109bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e09190612987565b15610a27576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610a505760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610a99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610abd9190612987565b610ae5576040516372657a5160e01b81526001600160a01b0382166004820152602401610a1e565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610b2f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5391906129af565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612e5d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610c04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c289190612a23565b1192915050565b6000610c3a336105a7565b610c458260d2611a5f565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c759085906004016125ab565b6020604051808303816000875af1158015610c94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb891906129af565b92915050565b610cc661248e565b610ccf336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d02906301da8d1160e61b90600401612891565b602060405180830381865afa158015610d1f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d439190612987565b610d6057604051637a71998760e01b815260040160405180910390fd5b610d6b83606e610647565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610d9c9084906004016125ab565b6020604051808303816000875af1158015610dbb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ddf91906129af565b6001600160601b0316815292915050565b610df861248e565b610e01336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610e349063243fd4ef60e11b90600401612891565b602060405180830381865afa158015610e51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e759190612987565b610e9257604051636f61f64160e01b815260040160405180910390fd5b610d6b83608c610647565b33610ea6611305565b6001600160a01b0316816001600160a01b031614610ee15760405162d1953b60e31b81526001600160a01b0382166004820152602401610a1e565b816001600160a01b03163b600003610f17576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a1e565b610f2082611b6a565b5050565b6000610f2f336105a7565b610c45826050611a5f565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610f9f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc39190612987565b1561104357600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561101f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af9190612a47565b506002546001600160a01b031690565b600080516020612e1d833981519152805460009190600160a01b900460ff1661107d576000611086565b638fb3603760e01b5b91505090565b61109461248e565b61109d336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906110d0906302ba8bb360e21b90600401612891565b602060405180830381865afa1580156110ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111119190612987565b61112e576040516308707e3160e41b815260040160405180910390fd5b610d6b836078610647565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61115b61072a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561119b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf9190612a64565b600080516020612e3d8339815191528054600160401b900460ff16806111f2575080546001600160401b03808416911610155b156112105760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561123b8585611bcb565b61124483611e6a565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006107af600080516020612e3d833981519152546001600160401b031690565b6000600080516020612e5d83398151915260010182815481106112d9576112d9612a8d565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080516020612e1d833981519152546001600160a01b031690565b60408051600680825260e08201909252606091816020015b604080518082019091526000808252602082015281526020019060019003908161133957905050905061136a60d290565b8160008151811061137d5761137d612a8d565b602090810291909101015160ff90911690528051635c992fed60e01b9082906000906113ab576113ab612a8d565b6020908102919091018101516001600160e01b03199092169101526113ce60dc90565b816001815181106113e1576113e1612a8d565b602090810291909101015160ff90911690528051631857e11960e31b908290600190811061141157611411612a8d565b6020908102919091018101516001600160e01b0319909216910152611434606e90565b8160028151811061144757611447612a8d565b602090810291909101015160ff90911690528051635d96628960e01b908290600290811061147757611477612a8d565b6020908102919091018101516001600160e01b031990921691015261149a608c90565b816003815181106114ad576114ad612a8d565b602090810291909101015160ff90911690528051637286e5e560e01b90829060039081106114dd576114dd612a8d565b6020908102919091018101516001600160e01b0319909216910152611500607890565b8160048151811061151357611513612a8d565b602090810291909101015160ff90911690528051638fbc2d8160e01b908290600490811061154357611543612a8d565b6020908102919091018101516001600160e01b0319909216910152611566604690565b8160058151811061157957611579612a8d565b602090810291909101015160ff9091169052805163026bc43b60e01b90829060059081106115a9576115a9612a8d565b6020908102919091018101516001600160e01b031990921691015290565b60006115d2336105a7565b610c458260dc611a5f565b60006115e761072a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561163c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af9190612aae565b600080516020612e3d8339815191528054600160401b810460ff1615906001600160401b03166000811580156116935750825b90506000826001600160401b031660011480156116af5750303b155b9050811580156116bd575080155b156116db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561170557845460ff60401b1916600160401b1785555b61170f8888611bcb565b6117198787611e72565b831561175f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b600080516020612e1d8339815191526000806117a4611786611305565b8730611796600460008a8c612acb565b61179f91612af5565b611fa6565b91509150816118675763ffffffff81161561184457825460ff60a01b1916600160a01b1783556117d2611305565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161180193929190612b25565b600060405180830381600087803b15801561181b57600080fd5b505af115801561182f573d6000803e3d6000fd5b5050845460ff60a01b19168555506118679050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a1e565b505050505050565b61187761248e565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156118b5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118dd9190810190612baa565b6001600160a01b0385166080820152604081015190915060ff84811691161461192c576040808201519051632208245760e11b815260ff80861660048301529091166024820152604401610a1e565b60a08101516001600160a01b03808216908416146119685760405163dfc430cb60e01b81526001600160a01b0384166004820152602401610a1e565b846001600160a01b0316816001600160a01b03160361199a576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0381166119c157604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611a15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a399190612987565b15611a5757604051637142ceb360e11b815260040160405180910390fd5b509392505050565b60006080830152604082015160ff828116911614611aa3576040808301519051632208245760e11b815260ff80841660048301529091166024820152604401610a1e565b60a08201516001600160a01b038116611acf57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b479190612987565b15611b6557604051637142ceb360e11b815260040160405180910390fd5b505050565b600080516020612e1d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611bd36120b2565b600080516020612e5d8339815191526000611c03600080516020612e3d833981519152546001600160401b031690565b90506000611c0f61072a565b9050816001600160401b0316600103611c3c5760028301805462ffffff191662ffffff8316179055611c8a565b600283015462ffffff90811690821611611c8a5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610a1e565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611d3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d629190612c6d565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906112849083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6120b2565b600080516020612e3d8339815191528054600160401b810460ff1615906001600160401b0316600081158015611ea55750825b90506000826001600160401b03166001148015611ec15750303b155b905081158015611ecf575080155b15611eed5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1757845460ff60401b1916600160401b1785555b60008087806020019051810190611f2e9190612c94565b91509150611f3b826120eb565b611f45818a6120ff565b611f55633f77281960e21b61216a565b50508315611f9d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516120159190612cc3565b600060405180830381855afa9150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b509150915081156120a7576040815110612087578080602001905181019061207d9190612cdf565b90945092506120a7565b60208151106120a757808060200190518101906120a49190612987565b93505b505094509492505050565b600080516020612e3d83398151915254600160401b900460ff166120e957604051631afcd79f60e31b815260040160405180910390fd5b565b6120f36120b2565b6120fc8161218f565b50565b6000602861210b6115dd565b6040805160ff9384166020820152929091169082015260600160405160208183030381529060405290506000612140846121a0565b905060006121538583603c8488886121e7565b612163637b6a51fd60e01b61216a565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6121976120b2565b6120fc81611b6a565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015610c94573d6000803e3d6000fd5b6122286301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61223282876122b3565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016122a28382612d5d565b50611f9d6303fb044760e21b61216a565b6001600160a01b0382166123095760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e6572206973203000006044820152606401610a1e565b600280546001600160a01b0319166001600160a01b038416179055610f20816001546001600160a01b0316156123615760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610a1e565b6001600160a01b0381166123885760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036123be5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a1e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790612404906316c8f9ff60e01b90600401612891565b602060405180830381865afa92505050801561243d575060408051601f3d908101601f1916820190925261243a91810190612987565b60015b6124655760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a1e565b80610f205760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a1e565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156124de57600080fd5b81356001600160e01b0319811681146124f657600080fd5b9392505050565b6001600160a01b03811681146120fc57600080fd5b803561251d816124fd565b919050565b6000806040838503121561253557600080fd5b8235612540816124fd565b91506020830135612550816124fd565b809150509250929050565b60005b8381101561257657818101518382015260200161255e565b50506000910152565b6000815180845261259781602086016020860161255b565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161261460c08401826001600160a01b03169052565b5060c083015160e08084015261262e61010084018261257f565b949350505050565b62ffffff811681146120fc57600080fd5b60006020828403121561265957600080fd5b81356124f681612636565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561269c5761269c612664565b60405290565b604051601f8201601f191681016001600160401b03811182821017156126ca576126ca612664565b604052919050565b6001600160601b03811681146120fc57600080fd5b803561251d816126d2565b60ff811681146120fc57600080fd5b803561251d816126f2565b80151581146120fc57600080fd5b803561251d8161270c565b60006001600160401b0382111561273e5761273e612664565b50601f01601f191660200190565b600082601f83011261275d57600080fd5b813561277061276b82612725565b6126a2565b81815284602083860101111561278557600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156127b457600080fd5b81356001600160401b03808211156127cb57600080fd5b9083019060e082860312156127df57600080fd5b6127e761267a565b6127f0836126e7565b81526127fe602084016126e7565b602082015261280f60408401612701565b60408201526128206060840161271a565b606082015261283160808401612512565b608082015261284260a08401612512565b60a082015260c08301358281111561285957600080fd5b6128658782860161274c565b60c08301525095945050505050565b60006020828403121561288657600080fd5b81356124f6816124fd565b6001600160e01b031991909116815260200190565b6000806000606084860312156128bb57600080fd5b83356128c6816124fd565b925060208401356128d6816124fd565b915060408401356001600160401b038111156128f157600080fd5b6128fd8682870161274c565b9150509250925092565b60006020828403121561291957600080fd5b5035919050565b602080825282518282018190526000919060409081850190868401855b8281101561296f578151805160ff1685528601516001600160e01b03191686850152928401929085019060010161293d565b5091979650505050505050565b805161251d8161270c565b60006020828403121561299957600080fd5b81516124f68161270c565b805161251d816126d2565b6000602082840312156129c157600080fd5b81516124f6816126d2565b6000602082840312156129de57600080fd5b81516124f681612636565b600181811c908216806129fd57607f821691505b602082108103612a1d57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215612a3557600080fd5b5051919050565b805161251d816124fd565b600060208284031215612a5957600080fd5b81516124f6816124fd565b600060208284031215612a7657600080fd5b81516001600160401b03811681146124f657600080fd5b634e487b7160e01b600052603260045260246000fd5b805161251d816126f2565b600060208284031215612ac057600080fd5b81516124f6816126f2565b60008085851115612adb57600080fd5b83861115612ae857600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612b1d5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612b7657600080fd5b8151612b8461276b82612725565b818152846020838601011115612b9957600080fd5b61262e82602083016020870161255b565b600060208284031215612bbc57600080fd5b81516001600160401b0380821115612bd357600080fd5b9083019060e08286031215612be757600080fd5b612bef61267a565b612bf8836129a4565b8152612c06602084016129a4565b6020820152612c1760408401612aa3565b6040820152612c286060840161297c565b6060820152612c3960808401612a3c565b6080820152612c4a60a08401612a3c565b60a082015260c083015182811115612c6157600080fd5b61286587828601612b65565b600060208284031215612c7f57600080fd5b815164ffffffffff811681146124f657600080fd5b60008060408385031215612ca757600080fd5b8251612cb2816124fd565b6020840151909250612550816124fd565b60008251612cd581846020870161255b565b9190910192915050565b60008060408385031215612cf257600080fd5b8251612cfd8161270c565b602084015190925063ffffffff8116811461255057600080fd5b601f821115611b6557600081815260208120601f850160051c81016020861015612d3e5750805b601f850160051c820191505b8181101561186757828155600101612d4a565b81516001600160401b03811115612d7657612d76612664565b612d8a81612d8484546129e9565b84612d17565b602080601f831160018114612dbf5760008415612da75750858301515b600019600386901b1c1916600185901b178555611867565b600085815260208120601f198616915b82811015612dee57888601518255948401946001909101908401612dcf565b5085821015612e0c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220faacad01b731b9fa4eb91b0df5c7ccf43c20220fd442f37d9eb32fe2f198849064736f6c63430008140033",
1107
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cde749f411610071578063cde749f414610566578063cf7a1d771461056e578063ed841d0c14610581578063fb2cb1011461058957600080fd5b8063b88da75914610523578063bf7e214f14610536578063c13de9971461053e578063c2bf08c81461055357600080fd5b8063946dfcfe116100de578063946dfcfe146104b4578063a745e3df146104db578063b3c65015146104ee578063b68d18091461050e57600080fd5b8063893d20e8146104845780638fb360371461048c5780638fbc2d81146104a157600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104335780637286e5e51461044b5780637a9e5e4b1461045e5780638105cc7f1461047157600080fd5b80634f421333146103bd5780635ab1bd53146103d05780635c992fed146103f55780635d9662891461042057600080fd5b80630fec111c116101b85780630fec111c1461025d578063138461e0146102655780631eff4b221461026f5780634d459c90146102a457600080fd5b806301ffc9a7146101df578063026bc43b146102215780630d8e6e2c14610241575b600080fd5b61020c6101ed3660046124cc565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023461022f366004612522565b61059a565b60405161021891906125ab565b61024961072a565b60405162ffffff9091168152602001610218565b6102346107b4565b61026d61095a565b005b6102967f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103606102b2366004612647565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020612e5d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103cb366004612647565b610b7c565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b6104086104033660046127a2565b610c2f565b6040516001600160601b039091168152602001610218565b61023461042e366004612522565b610cbe565b600154600160a01b90046001600160601b0316610408565b610234610459366004612522565b610df0565b61026d61046c366004612874565b610e9d565b61040861047f3660046127a2565b610f24565b6103dd610f3a565b610494611053565b6040516102189190612891565b6102346104af366004612522565b61108c565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610296565b61026d6104e93660046128a6565b611139565b6104f6611293565b6040516001600160401b039091168152602001610218565b60285b60405160ff9091168152602001610218565b610249610531366004612907565b6112b4565b6103dd611305565b610546611321565b6040516102189190612920565b6104086105613660046127a2565b6115c7565b6105116115dd565b61026d61057c3660046128a6565b611660565b610296600081565b6002546001600160a01b03166103dd565b6105a261248e565b6105af335b600036611769565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906105e290633b03905f60e11b90600401612891565b602060405180830381865afa1580156105ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106239190612987565b61064057604051636795c76360e01b815260040160405180910390fd5b61064d8360465b8461186f565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e9061067e9084906004016125ab565b6020604051808303816000875af115801561069d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c191906129af565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561070c57600080fd5b505af1158015610720573d6000803e3d6000fd5b5050505092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561078b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af91906129cc565b905090565b6107bc61248e565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301805460009391606084019161084c906129e9565b80601f0160208091040260200160405190810160405280929190818152602001828054610878906129e9565b80156108c55780601f1061089a576101008083540402835291602001916108c5565b820191906000526020600020905b8154815290600101906020018083116108a857829003601f168201915b50505050508152505090506040518060e001604052806108e3600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b0316815260200161093e6002546001600160a01b031690565b6001600160a01b03168152602001826060015181525091505090565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156109bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e09190612987565b15610a27576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610a505760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610a99573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610abd9190612987565b610ae5576040516372657a5160e01b81526001600160a01b0382166004820152602401610a1e565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610b2f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5391906129af565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020612e5d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610c04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c289190612a23565b1192915050565b6000610c3a336105a7565b610c458260d2611a5f565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c759085906004016125ab565b6020604051808303816000875af1158015610c94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb891906129af565b92915050565b610cc661248e565b610ccf336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610d02906301da8d1160e61b90600401612891565b602060405180830381865afa158015610d1f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d439190612987565b610d6057604051637a71998760e01b815260040160405180910390fd5b610d6b83606e610647565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610d9c9084906004016125ab565b6020604051808303816000875af1158015610dbb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ddf91906129af565b6001600160601b0316815292915050565b610df861248e565b610e01336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610e349063243fd4ef60e11b90600401612891565b602060405180830381865afa158015610e51573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e759190612987565b610e9257604051636f61f64160e01b815260040160405180910390fd5b610d6b83608c610647565b33610ea6611305565b6001600160a01b0316816001600160a01b031614610ee15760405162d1953b60e31b81526001600160a01b0382166004820152602401610a1e565b816001600160a01b03163b600003610f17576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a1e565b610f2082611b6a565b5050565b6000610f2f336105a7565b610c45826050611a5f565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610f9f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc39190612987565b1561104357600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561101f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af9190612a47565b506002546001600160a01b031690565b600080516020612e1d833981519152805460009190600160a01b900460ff1661107d576000611086565b638fb3603760e01b5b91505090565b61109461248e565b61109d336105a7565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906110d0906302ba8bb360e21b90600401612891565b602060405180830381865afa1580156110ed573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111119190612987565b61112e576040516308707e3160e41b815260040160405180910390fd5b610d6b836078610647565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61115b61072a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561119b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf9190612a64565b600080516020612e3d8339815191528054600160401b900460ff16806111f2575080546001600160401b03808416911610155b156112105760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561123b8585611bcb565b61124483611e6a565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006107af600080516020612e3d833981519152546001600160401b031690565b6000600080516020612e5d83398151915260010182815481106112d9576112d9612a8d565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080516020612e1d833981519152546001600160a01b031690565b60408051600680825260e08201909252606091816020015b604080518082019091526000808252602082015281526020019060019003908161133957905050905061136a60d290565b8160008151811061137d5761137d612a8d565b602090810291909101015160ff90911690528051635c992fed60e01b9082906000906113ab576113ab612a8d565b6020908102919091018101516001600160e01b03199092169101526113ce60dc90565b816001815181106113e1576113e1612a8d565b602090810291909101015160ff90911690528051631857e11960e31b908290600190811061141157611411612a8d565b6020908102919091018101516001600160e01b0319909216910152611434606e90565b8160028151811061144757611447612a8d565b602090810291909101015160ff90911690528051635d96628960e01b908290600290811061147757611477612a8d565b6020908102919091018101516001600160e01b031990921691015261149a608c90565b816003815181106114ad576114ad612a8d565b602090810291909101015160ff90911690528051637286e5e560e01b90829060039081106114dd576114dd612a8d565b6020908102919091018101516001600160e01b0319909216910152611500607890565b8160048151811061151357611513612a8d565b602090810291909101015160ff90911690528051638fbc2d8160e01b908290600490811061154357611543612a8d565b6020908102919091018101516001600160e01b0319909216910152611566604690565b8160058151811061157957611579612a8d565b602090810291909101015160ff9091169052805163026bc43b60e01b90829060059081106115a9576115a9612a8d565b6020908102919091018101516001600160e01b031990921691015290565b60006115d2336105a7565b610c458260dc611a5f565b60006115e761072a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561163c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107af9190612aae565b600080516020612e3d8339815191528054600160401b810460ff1615906001600160401b03166000811580156116935750825b90506000826001600160401b031660011480156116af5750303b155b9050811580156116bd575080155b156116db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561170557845460ff60401b1916600160401b1785555b61170f8888611bcb565b6117198787611e72565b831561175f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b600080516020612e1d8339815191526000806117a4611786611305565b8730611796600460008a8c612acb565b61179f91612af5565b611fa6565b91509150816118675763ffffffff81161561184457825460ff60a01b1916600160a01b1783556117d2611305565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161180193929190612b25565b600060405180830381600087803b15801561181b57600080fd5b505af115801561182f573d6000803e3d6000fd5b5050845460ff60a01b19168555506118679050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a1e565b505050505050565b61187761248e565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156118b5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118dd9190810190612baa565b6001600160a01b0385166080820152604081015190915060ff84811691161461192c576040808201519051632208245760e11b815260ff80861660048301529091166024820152604401610a1e565b60a08101516001600160a01b03808216908416146119685760405163dfc430cb60e01b81526001600160a01b0384166004820152602401610a1e565b846001600160a01b0316816001600160a01b03160361199a576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0381166119c157604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611a15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a399190612987565b15611a5757604051637142ceb360e11b815260040160405180910390fd5b509392505050565b60006080830152604082015160ff828116911614611aa3576040808301519051632208245760e11b815260ff80841660048301529091166024820152604401610a1e565b60a08201516001600160a01b038116611acf57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b479190612987565b15611b6557604051637142ceb360e11b815260040160405180910390fd5b505050565b600080516020612e1d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611bd36120b2565b600080516020612e5d8339815191526000611c03600080516020612e3d833981519152546001600160401b031690565b90506000611c0f61072a565b9050816001600160401b0316600103611c3c5760028301805462ffffff191662ffffff8316179055611c8a565b600283015462ffffff90811690821611611c8a5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610a1e565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611d3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d629190612c6d565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906112849083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6120b2565b600080516020612e3d8339815191528054600160401b810460ff1615906001600160401b0316600081158015611ea55750825b90506000826001600160401b03166001148015611ec15750303b155b905081158015611ecf575080155b15611eed5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1757845460ff60401b1916600160401b1785555b60008087806020019051810190611f2e9190612c94565b91509150611f3b826120eb565b611f45818a6120ff565b611f55633f77281960e21b61216a565b50508315611f9d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516120159190612cc3565b600060405180830381855afa9150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b509150915081156120a7576040815110612087578080602001905181019061207d9190612cdf565b90945092506120a7565b60208151106120a757808060200190518101906120a49190612987565b93505b505094509492505050565b600080516020612e3d83398151915254600160401b900460ff166120e957604051631afcd79f60e31b815260040160405180910390fd5b565b6120f36120b2565b6120fc8161218f565b50565b6000602861210b6115dd565b6040805160ff9384166020820152929091169082015260600160405160208183030381529060405290506000612140846121a0565b905060006121538583603c8488886121e7565b612163637b6a51fd60e01b61216a565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6121976120b2565b6120fc81611b6a565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015610c94573d6000803e3d6000fd5b6122286301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61223282876122b3565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016122a28382612d5d565b50611f9d6303fb044760e21b61216a565b6001600160a01b0382166123095760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e6572206973203000006044820152606401610a1e565b600280546001600160a01b0319166001600160a01b038416179055610f20816001546001600160a01b0316156123615760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610a1e565b6001600160a01b0381166123885760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036123be5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a1e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790612404906316c8f9ff60e01b90600401612891565b602060405180830381865afa92505050801561243d575060408051601f3d908101601f1916820190925261243a91810190612987565b60015b6124655760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a1e565b80610f205760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a1e565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156124de57600080fd5b81356001600160e01b0319811681146124f657600080fd5b9392505050565b6001600160a01b03811681146120fc57600080fd5b803561251d816124fd565b919050565b6000806040838503121561253557600080fd5b8235612540816124fd565b91506020830135612550816124fd565b809150509250929050565b60005b8381101561257657818101518382015260200161255e565b50506000910152565b6000815180845261259781602086016020860161255b565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161261460c08401826001600160a01b03169052565b5060c083015160e08084015261262e61010084018261257f565b949350505050565b62ffffff811681146120fc57600080fd5b60006020828403121561265957600080fd5b81356124f681612636565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b038111828210171561269c5761269c612664565b60405290565b604051601f8201601f191681016001600160401b03811182821017156126ca576126ca612664565b604052919050565b6001600160601b03811681146120fc57600080fd5b803561251d816126d2565b60ff811681146120fc57600080fd5b803561251d816126f2565b80151581146120fc57600080fd5b803561251d8161270c565b60006001600160401b0382111561273e5761273e612664565b50601f01601f191660200190565b600082601f83011261275d57600080fd5b813561277061276b82612725565b6126a2565b81815284602083860101111561278557600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156127b457600080fd5b81356001600160401b03808211156127cb57600080fd5b9083019060e082860312156127df57600080fd5b6127e761267a565b6127f0836126e7565b81526127fe602084016126e7565b602082015261280f60408401612701565b60408201526128206060840161271a565b606082015261283160808401612512565b608082015261284260a08401612512565b60a082015260c08301358281111561285957600080fd5b6128658782860161274c565b60c08301525095945050505050565b60006020828403121561288657600080fd5b81356124f6816124fd565b6001600160e01b031991909116815260200190565b6000806000606084860312156128bb57600080fd5b83356128c6816124fd565b925060208401356128d6816124fd565b915060408401356001600160401b038111156128f157600080fd5b6128fd8682870161274c565b9150509250925092565b60006020828403121561291957600080fd5b5035919050565b602080825282518282018190526000919060409081850190868401855b8281101561296f578151805160ff1685528601516001600160e01b03191686850152928401929085019060010161293d565b5091979650505050505050565b805161251d8161270c565b60006020828403121561299957600080fd5b81516124f68161270c565b805161251d816126d2565b6000602082840312156129c157600080fd5b81516124f6816126d2565b6000602082840312156129de57600080fd5b81516124f681612636565b600181811c908216806129fd57607f821691505b602082108103612a1d57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215612a3557600080fd5b5051919050565b805161251d816124fd565b600060208284031215612a5957600080fd5b81516124f6816124fd565b600060208284031215612a7657600080fd5b81516001600160401b03811681146124f657600080fd5b634e487b7160e01b600052603260045260246000fd5b805161251d816126f2565b600060208284031215612ac057600080fd5b81516124f6816126f2565b60008085851115612adb57600080fd5b83861115612ae857600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612b1d5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612b7657600080fd5b8151612b8461276b82612725565b818152846020838601011115612b9957600080fd5b61262e82602083016020870161255b565b600060208284031215612bbc57600080fd5b81516001600160401b0380821115612bd357600080fd5b9083019060e08286031215612be757600080fd5b612bef61267a565b612bf8836129a4565b8152612c06602084016129a4565b6020820152612c1760408401612aa3565b6040820152612c286060840161297c565b6060820152612c3960808401612a3c565b6080820152612c4a60a08401612a3c565b60a082015260c083015182811115612c6157600080fd5b61286587828601612b65565b600060208284031215612c7f57600080fd5b815164ffffffffff811681146124f657600080fd5b60008060408385031215612ca757600080fd5b8251612cb2816124fd565b6020840151909250612550816124fd565b60008251612cd581846020870161255b565b9190910192915050565b60008060408385031215612cf257600080fd5b8251612cfd8161270c565b602084015190925063ffffffff8116811461255057600080fd5b601f821115611b6557600081815260208120601f850160051c81016020861015612d3e5750805b601f850160051c820191505b8181101561186757828155600101612d4a565b81516001600160401b03811115612d7657612d76612664565b612d8a81612d8484546129e9565b84612d17565b602080601f831160018114612dbf5760008415612da75750858301515b600019600386901b1c1916600185901b178555611867565b600085815260208120601f198616915b82811015612dee57888601518255948401946001909101908401612dcf565b5085821015612e0c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220faacad01b731b9fa4eb91b0df5c7ccf43c20220fd442f37d9eb32fe2f198849064736f6c63430008140033",
1341
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612af180620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101f05760003560e01c8063675393bf1161010f578063ada9652e116100a2578063c4c79d8b11610071578063c4c79d8b14610470578063d943342d14610483578063ed841d0c14610496578063f7c34ee01461049e57600080fd5b8063ada9652e14610431578063b68d180914610446578063bf7e214f14610455578063c2bf08c81461045d57600080fd5b8063893d20e8116100de578063893d20e8146103ee5780638e32e979146103f65780638fb36037146104095780638fbc2d811461041e57600080fd5b8063675393bf146103a25780637286e5e5146103b55780637a9e5e4b146103c85780638105cc7f146103db57600080fd5b8063329d6e74116101875780635ab1bd53116101565780635ab1bd53146103395780635c992fed1461035e5780635d96628914610371578063644c45e01461038457600080fd5b8063329d6e74146102f857806336fc697e1461030b57806349bb9e4b1461031357806357a8fba71461032657600080fd5b8063138461e0116101c3578063138461e01461027b5780631eff4b221461029b578063214cdb80146102d057806327bb7a33146102e557600080fd5b806301ffc9a7146101f5578063026bc43b146102375780630d8e6e2c146102575780630fec111c14610273575b600080fd5b6102226102033660046120c7565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61024a61024536600461211d565b6104b1565b60405161022e91906121a6565b61025f610672565b60405162ffffff909116815260200161022e565b61024a6106fc565b61028361088d565b6040516001600160601b03909116815260200161022e565b6102c27f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161022e565b6102e36102de3660046120c7565b610898565b005b6102e36102f336600461236f565b6108c5565b6102e3610306366004612407565b61096a565b6102e3610ab7565b6102e361032136600461243b565b610afd565b61028361033436600461248a565b610bfc565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161022e565b61028361036c36600461248a565b610c8b565b61024a61037f36600461211d565b610ca1565b600080516020612a5c833981519152546001600160601b0316610283565b6102e36103b036600461255c565b610dec565b61024a6103c336600461211d565b610eff565b6102e36103d636600461255c565b610fb7565b6102836103e936600461248a565b61103a565b610346611050565b6102e3610404366004612579565b611187565b6104116113c0565b60405161022e91906125c4565b61024a61042c36600461211d565b6113f8565b6102c2600080516020612a5c83398151915281565b6040516028815260200161022e565b6103466114b0565b61028361046b36600461248a565b6114cc565b61024a61047e36600461211d565b6114e2565b61024a6104913660046125d9565b6114fe565b6102c2600081565b6102e36104ac36600461211d565b61164a565b6104b9612089565b6104c6335b6000366116c1565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104f990637344136d60e01b906004016125c4565b602060405180830381865afa158015610516573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053a9190612614565b61056757604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6105748360465b846117c7565b90506105886001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105b391906121a6565b6020604051808303816000875af11580156105d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f6919061263c565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301816000875af1158015610647573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066b919061263c565b5092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156106d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f79190612659565b905090565b610704612089565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561077d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107a1919061263c565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107e9611050565b6001600160a01b031681526020018260010180546108069061267e565b80601f01602080910402602001604051908101604052809291908181526020018280546108329061267e565b801561087f5780601f106108545761010080835404028352916020019161087f565b820191906000526020600020905b81548152906001019060200180831161086257829003601f168201915b505050505081525091505090565b60006106f730611a3e565b6108a0611c3f565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108cd611c3f565b6108d7828761164a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161096083826126fe565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61098c610672565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109cc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f091906127bd565b600080516020612a9c8339815191528054600160401b900460ff1680610a23575080546001600160401b03808416911610155b15610a415760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a6b83611c78565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610abf611c3f565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020612a9c8339815191528054600160401b810460ff1615906001600160401b0316600081158015610b305750825b90506000826001600160401b03166001148015610b4c5750303b155b905081158015610b5a575080155b15610b785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ba257845460ff60401b1916600160401b1785555b610bac8787611c80565b8315610bf357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610c07336104be565b610c1282607a611d9f565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c429085906004016121a6565b6020604051808303816000875af1158015610c61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c85919061263c565b92915050565b6000610c96336104be565b610c128260d3611d9f565b610ca9612089565b610cb2336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610ce59063153c0ad960e01b906004016125c4565b602060405180830381865afa158015610d02573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d269190612614565b610d4e5760405163704b6c6d60e11b81526001600160a01b038416600482015260240161055e565b610d5983606e61056e565b9050610d6d6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610d9891906121a6565b6020604051808303816000875af1158015610db7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ddb919061263c565b6001600160601b0316815292915050565b610df4611c3f565b806001600160a01b03163b600003610e2a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161055e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610e709063e607072160e01b906004016125c4565b602060405180830381865afa925050508015610ea9575060408051601f3d908101601f19168201909252610ea691810190612614565b60015b610ed15760405163fdeac91f60e01b81526001600160a01b038216600482015260240161055e565b80610efa5760405163fdeac91f60e01b81526001600160a01b038316600482015260240161055e565b505b50565b610f07612089565b610f10336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610f4390632363b9ed60e21b906004016125c4565b602060405180830381865afa158015610f60573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f849190612614565b610fac576040516304c983f360e41b81526001600160a01b038416600482015260240161055e565b610d5983608c61056e565b33610fc06114b0565b6001600160a01b0316816001600160a01b031614610ffb5760405162d1953b60e31b81526001600160a01b038216600482015260240161055e565b816001600160a01b03163b600003611031576040516361798f2f60e11b81526001600160a01b038316600482015260240161055e565b610efa82611efa565b6000611045336104be565b610c12826050611d9f565b600080600080516020612a5c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156110c0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110e49190612614565b15611171576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611147573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061116b91906127f1565b91505090565b54600160601b90046001600160a01b0316919050565b61118f611c3f565b61120f83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f5919061263c565b603c600085604051806020016040528060008152506108c5565b6001600160a01b0382161561122c5761122782611f5b565b61139b565b60006112406001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156112a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112c49190612819565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611309573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132d91906127f1565b9050611399816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611370573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061139491906127f1565b611f5b565b505b6113ab634a531f3360e01b610898565b6113bb63b68d180960e01b610898565b505050565b600080516020612a7c833981519152805460009190600160a01b900460ff166113ea57600061116b565b638fb3603760e01b91505090565b611400612089565b611409336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061143c906363541cc160e11b906004016125c4565b602060405180830381865afa158015611459573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061147d9190612614565b6114a5576040516367237f5b60e11b81526001600160a01b038416600482015260240161055e565b610d5983607861056e565b600080516020612a7c833981519152546001600160a01b031690565b60006114d7336104be565b610c128260dc611d9f565b6114ea612089565b6114f3336104be565b610d5983602d61056e565b611506612089565b61150f336104be565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061154290632986755f60e11b906004016125c4565b602060405180830381865afa15801561155f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115839190612614565b6115ab57604051632624ae7760e01b81526001600160a01b038516600482015260240161055e565b6115b68484846117c7565b90506115ca6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016115f591906121a6565b6020604051808303816000875af1158015611614573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611638919061263c565b6001600160601b031681529392505050565b611652611c3f565b61165b81610dec565b611663610ab7565b6001600160a01b03821661168a5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020612a5c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020612a7c8339815191526000806116fc6116de6114b0565b87306116ee600460008a8c612836565b6116f791612860565b611f6c565b91509150816117bf5763ffffffff81161561179c57825460ff60a01b1916600160a01b17835561172a6114b0565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161175993929190612890565b600060405180830381600087803b15801561177357600080fd5b505af1158015611787573d6000803e3d6000fd5b5050845460ff60a01b19168555506117bf9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161055e565b505050505050565b6117cf612089565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561180d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118359190810190612915565b9050836001600160a01b031681608001516001600160a01b0316146118865760808101516040516306704ad960e11b81526001600160a01b038087166004830152909116602482015260440161055e565b604081015160ff8481169116146118d257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff8086166024830152909116604482015260640161055e565b60a08101516001600160a01b038082169084161461191e576040516335ce70c360e21b81526001600160a01b03808716600483015280851660248301528216604482015260640161055e565b846001600160a01b0316816001600160a01b03160361195b57604051638e80a3f960e01b81526001600160a01b038616600482015260240161055e565b6001600160a01b03811661198d576040516343e40cb560e01b81526001600160a01b038616600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119e1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a059190612614565b15611a36576040516309ad872b60e41b81526001600160a01b0380871660048301528216602482015260440161055e565b509392505050565b600080600080516020612a5c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad29190612614565b15611afe5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b769190612614565b611b9e5760405163b9304b0d60e01b81526001600160a01b038416600482015260240161055e565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611bf2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c16919061263c565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b600080516020612a9c83398151915254600160401b900460ff16611c7657604051631afcd79f60e31b815260040160405180910390fd5b565b6101f0611c3f565b600080516020612a9c8339815191528054600160401b810460ff1615906001600160401b0316600081158015611cb35750825b90506000826001600160401b03166001148015611ccf5750303b155b905081158015611cdd575080155b15611cfb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d2557845460ff60401b1916600160401b1785555b60008087806020019051810190611d3c91906129d8565b91509150611d4b82828b611187565b611d5b631987a50360e11b610898565b50508315610bf357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bea565b60808201516001600160a01b031615611dd65760408083015190516340fda83160e11b815260ff909116600482015260240161055e565b604082015160ff828116911614611e13576040808301519051632e5fbed960e21b815260ff8084166004830152909116602482015260440161055e565b60a08201516001600160a01b038116611e4a576040808401519051633312954f60e21b815260ff909116600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611e9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec29190612614565b156113bb57604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b038216602482015260440161055e565b600080516020612a7c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611f63611c3f565b610efc81612078565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611fdb9190612a07565b600060405180830381855afa9150503d8060008114612016576040519150601f19603f3d011682016040523d82523d6000602084013e61201b565b606091505b5091509150811561206d57604081511061204d57808060200190518101906120439190612a23565b909450925061206d565b602081511061206d578080602001905181019061206a9190612614565b93505b505094509492505050565b612080611c3f565b610efc81611efa565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156120d957600080fd5b81356001600160e01b0319811681146120f157600080fd5b9392505050565b6001600160a01b0381168114610efc57600080fd5b8035612118816120f8565b919050565b6000806040838503121561213057600080fd5b823561213b816120f8565b9150602083013561214b816120f8565b809150509250929050565b60005b83811015612171578181015183820152602001612159565b50506000910152565b60008151808452612192816020860160208601612156565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161220f60c08401826001600160a01b03169052565b5060c083015160e08084015261222961010084018261217a565b949350505050565b6001600160601b0381168114610efc57600080fd5b803561211881612231565b60ff81168114610efc57600080fd5b803561211881612251565b8015158114610efc57600080fd5b80356121188161226b565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156122bc576122bc612284565b60405290565b604051601f8201601f191681016001600160401b03811182821017156122ea576122ea612284565b604052919050565b60006001600160401b0382111561230b5761230b612284565b50601f01601f191660200190565b600082601f83011261232a57600080fd5b813561233d612338826122f2565b6122c2565b81815284602083860101111561235257600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561238857600080fd5b8635612393816120f8565b955060208701356123a381612231565b945060408701356123b381612251565b935060608701356123c38161226b565b925060808701356123d3816120f8565b915060a08701356001600160401b038111156123ee57600080fd5b6123fa89828a01612319565b9150509295509295509295565b60006020828403121561241957600080fd5b81356001600160401b0381111561242f57600080fd5b61222984828501612319565b6000806040838503121561244e57600080fd5b8235612459816120f8565b915060208301356001600160401b0381111561247457600080fd5b61248085828601612319565b9150509250929050565b60006020828403121561249c57600080fd5b81356001600160401b03808211156124b357600080fd5b9083019060e082860312156124c757600080fd5b6124cf61229a565b6124d883612246565b81526124e660208401612246565b60208201526124f760408401612260565b604082015261250860608401612279565b60608201526125196080840161210d565b608082015261252a60a0840161210d565b60a082015260c08301358281111561254157600080fd5b61254d87828601612319565b60c08301525095945050505050565b60006020828403121561256e57600080fd5b81356120f1816120f8565b60008060006060848603121561258e57600080fd5b8335612599816120f8565b925060208401356125a9816120f8565b915060408401356125b9816120f8565b809150509250925092565b6001600160e01b031991909116815260200190565b6000806000606084860312156125ee57600080fd5b83356125f9816120f8565b925060208401356125a981612251565b80516121188161226b565b60006020828403121561262657600080fd5b81516120f18161226b565b805161211881612231565b60006020828403121561264e57600080fd5b81516120f181612231565b60006020828403121561266b57600080fd5b815162ffffff811681146120f157600080fd5b600181811c9082168061269257607f821691505b6020821081036126b257634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156113bb57600081815260208120601f850160051c810160208610156126df5750805b601f850160051c820191505b818110156117bf578281556001016126eb565b81516001600160401b0381111561271757612717612284565b61272b81612725845461267e565b846126b8565b602080601f83116001811461276057600084156127485750858301515b600019600386901b1c1916600185901b1785556117bf565b600085815260208120601f198616915b8281101561278f57888601518255948401946001909101908401612770565b50858210156127ad5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6000602082840312156127cf57600080fd5b81516001600160401b03811681146120f157600080fd5b8051612118816120f8565b60006020828403121561280357600080fd5b81516120f1816120f8565b805161211881612251565b60006020828403121561282b57600080fd5b81516120f181612251565b6000808585111561284657600080fd5b8386111561285357600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156128885780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f8301126128e157600080fd5b81516128ef612338826122f2565b81815284602083860101111561290457600080fd5b612229826020830160208701612156565b60006020828403121561292757600080fd5b81516001600160401b038082111561293e57600080fd5b9083019060e0828603121561295257600080fd5b61295a61229a565b61296383612631565b815261297160208401612631565b60208201526129826040840161280e565b604082015261299360608401612609565b60608201526129a4608084016127e6565b60808201526129b560a084016127e6565b60a082015260c0830151828111156129cc57600080fd5b61254d878286016128d0565b600080604083850312156129eb57600080fd5b82516129f6816120f8565b602084015190925061214b816120f8565b60008251612a19818460208701612156565b9190910192915050565b60008060408385031215612a3657600080fd5b8251612a418161226b565b602084015190925063ffffffff8116811461214b57600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122032e3359378414c0c68083ed0ea4654c7c1a471c1ea990a6a27cae4185e6a8ee564736f6c63430008140033",
1342
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101f05760003560e01c8063675393bf1161010f578063ada9652e116100a2578063c4c79d8b11610071578063c4c79d8b14610470578063d943342d14610483578063ed841d0c14610496578063f7c34ee01461049e57600080fd5b8063ada9652e14610431578063b68d180914610446578063bf7e214f14610455578063c2bf08c81461045d57600080fd5b8063893d20e8116100de578063893d20e8146103ee5780638e32e979146103f65780638fb36037146104095780638fbc2d811461041e57600080fd5b8063675393bf146103a25780637286e5e5146103b55780637a9e5e4b146103c85780638105cc7f146103db57600080fd5b8063329d6e74116101875780635ab1bd53116101565780635ab1bd53146103395780635c992fed1461035e5780635d96628914610371578063644c45e01461038457600080fd5b8063329d6e74146102f857806336fc697e1461030b57806349bb9e4b1461031357806357a8fba71461032657600080fd5b8063138461e0116101c3578063138461e01461027b5780631eff4b221461029b578063214cdb80146102d057806327bb7a33146102e557600080fd5b806301ffc9a7146101f5578063026bc43b146102375780630d8e6e2c146102575780630fec111c14610273575b600080fd5b6102226102033660046120c7565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61024a61024536600461211d565b6104b1565b60405161022e91906121a6565b61025f610672565b60405162ffffff909116815260200161022e565b61024a6106fc565b61028361088d565b6040516001600160601b03909116815260200161022e565b6102c27f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161022e565b6102e36102de3660046120c7565b610898565b005b6102e36102f336600461236f565b6108c5565b6102e3610306366004612407565b61096a565b6102e3610ab7565b6102e361032136600461243b565b610afd565b61028361033436600461248a565b610bfc565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161022e565b61028361036c36600461248a565b610c8b565b61024a61037f36600461211d565b610ca1565b600080516020612a5c833981519152546001600160601b0316610283565b6102e36103b036600461255c565b610dec565b61024a6103c336600461211d565b610eff565b6102e36103d636600461255c565b610fb7565b6102836103e936600461248a565b61103a565b610346611050565b6102e3610404366004612579565b611187565b6104116113c0565b60405161022e91906125c4565b61024a61042c36600461211d565b6113f8565b6102c2600080516020612a5c83398151915281565b6040516028815260200161022e565b6103466114b0565b61028361046b36600461248a565b6114cc565b61024a61047e36600461211d565b6114e2565b61024a6104913660046125d9565b6114fe565b6102c2600081565b6102e36104ac36600461211d565b61164a565b6104b9612089565b6104c6335b6000366116c1565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104f990637344136d60e01b906004016125c4565b602060405180830381865afa158015610516573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061053a9190612614565b61056757604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6105748360465b846117c7565b90506105886001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105b391906121a6565b6020604051808303816000875af11580156105d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f6919061263c565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301816000875af1158015610647573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066b919061263c565b5092915050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156106d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106f79190612659565b905090565b610704612089565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561077d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107a1919061263c565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107e9611050565b6001600160a01b031681526020018260010180546108069061267e565b80601f01602080910402602001604051908101604052809291908181526020018280546108329061267e565b801561087f5780601f106108545761010080835404028352916020019161087f565b820191906000526020600020905b81548152906001019060200180831161086257829003601f168201915b505050505081525091505090565b60006106f730611a3e565b6108a0611c3f565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108cd611c3f565b6108d7828761164a565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161096083826126fe565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61098c610672565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156109cc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f091906127bd565b600080516020612a9c8339815191528054600160401b900460ff1680610a23575080546001600160401b03808416911610155b15610a415760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610a6b83611c78565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610abf611c3f565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020612a9c8339815191528054600160401b810460ff1615906001600160401b0316600081158015610b305750825b90506000826001600160401b03166001148015610b4c5750303b155b905081158015610b5a575080155b15610b785760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ba257845460ff60401b1916600160401b1785555b610bac8787611c80565b8315610bf357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000610c07336104be565b610c1282607a611d9f565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c429085906004016121a6565b6020604051808303816000875af1158015610c61573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c85919061263c565b92915050565b6000610c96336104be565b610c128260d3611d9f565b610ca9612089565b610cb2336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610ce59063153c0ad960e01b906004016125c4565b602060405180830381865afa158015610d02573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d269190612614565b610d4e5760405163704b6c6d60e11b81526001600160a01b038416600482015260240161055e565b610d5983606e61056e565b9050610d6d6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610d9891906121a6565b6020604051808303816000875af1158015610db7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ddb919061263c565b6001600160601b0316815292915050565b610df4611c3f565b806001600160a01b03163b600003610e2a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161055e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790610e709063e607072160e01b906004016125c4565b602060405180830381865afa925050508015610ea9575060408051601f3d908101601f19168201909252610ea691810190612614565b60015b610ed15760405163fdeac91f60e01b81526001600160a01b038216600482015260240161055e565b80610efa5760405163fdeac91f60e01b81526001600160a01b038316600482015260240161055e565b505b50565b610f07612089565b610f10336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610f4390632363b9ed60e21b906004016125c4565b602060405180830381865afa158015610f60573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f849190612614565b610fac576040516304c983f360e41b81526001600160a01b038416600482015260240161055e565b610d5983608c61056e565b33610fc06114b0565b6001600160a01b0316816001600160a01b031614610ffb5760405162d1953b60e31b81526001600160a01b038216600482015260240161055e565b816001600160a01b03163b600003611031576040516361798f2f60e11b81526001600160a01b038316600482015260240161055e565b610efa82611efa565b6000611045336104be565b610c12826050611d9f565b600080600080516020612a5c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156110c0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110e49190612614565b15611171576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611147573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061116b91906127f1565b91505090565b54600160601b90046001600160a01b0316919050565b61118f611c3f565b61120f83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111d1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111f5919061263c565b603c600085604051806020016040528060008152506108c5565b6001600160a01b0382161561122c5761122782611f5b565b61139b565b60006112406001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156112a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112c49190612819565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611309573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061132d91906127f1565b9050611399816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611370573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061139491906127f1565b611f5b565b505b6113ab634a531f3360e01b610898565b6113bb63b68d180960e01b610898565b505050565b600080516020612a7c833981519152805460009190600160a01b900460ff166113ea57600061116b565b638fb3603760e01b91505090565b611400612089565b611409336104be565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a79061143c906363541cc160e11b906004016125c4565b602060405180830381865afa158015611459573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061147d9190612614565b6114a5576040516367237f5b60e11b81526001600160a01b038416600482015260240161055e565b610d5983607861056e565b600080516020612a7c833981519152546001600160a01b031690565b60006114d7336104be565b610c128260dc611d9f565b6114ea612089565b6114f3336104be565b610d5983602d61056e565b611506612089565b61150f336104be565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061154290632986755f60e11b906004016125c4565b602060405180830381865afa15801561155f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115839190612614565b6115ab57604051632624ae7760e01b81526001600160a01b038516600482015260240161055e565b6115b68484846117c7565b90506115ca6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016115f591906121a6565b6020604051808303816000875af1158015611614573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611638919061263c565b6001600160601b031681529392505050565b611652611c3f565b61165b81610dec565b611663610ab7565b6001600160a01b03821661168a5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020612a5c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080516020612a7c8339815191526000806116fc6116de6114b0565b87306116ee600460008a8c612836565b6116f791612860565b611f6c565b91509150816117bf5763ffffffff81161561179c57825460ff60a01b1916600160a01b17835561172a6114b0565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161175993929190612890565b600060405180830381600087803b15801561177357600080fd5b505af1158015611787573d6000803e3d6000fd5b5050845460ff60a01b19168555506117bf9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161055e565b505050505050565b6117cf612089565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa15801561180d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118359190810190612915565b9050836001600160a01b031681608001516001600160a01b0316146118865760808101516040516306704ad960e11b81526001600160a01b038087166004830152909116602482015260440161055e565b604081015160ff8481169116146118d257604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff8086166024830152909116604482015260640161055e565b60a08101516001600160a01b038082169084161461191e576040516335ce70c360e21b81526001600160a01b03808716600483015280851660248301528216604482015260640161055e565b846001600160a01b0316816001600160a01b03160361195b57604051638e80a3f960e01b81526001600160a01b038616600482015260240161055e565b6001600160a01b03811661198d576040516343e40cb560e01b81526001600160a01b038616600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119e1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a059190612614565b15611a36576040516309ad872b60e41b81526001600160a01b0380871660048301528216602482015260440161055e565b509392505050565b600080600080516020612a5c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad29190612614565b15611afe5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b769190612614565b611b9e5760405163b9304b0d60e01b81526001600160a01b038416600482015260240161055e565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611bf2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c16919061263c565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b600080516020612a9c83398151915254600160401b900460ff16611c7657604051631afcd79f60e31b815260040160405180910390fd5b565b6101f0611c3f565b600080516020612a9c8339815191528054600160401b810460ff1615906001600160401b0316600081158015611cb35750825b90506000826001600160401b03166001148015611ccf5750303b155b905081158015611cdd575080155b15611cfb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d2557845460ff60401b1916600160401b1785555b60008087806020019051810190611d3c91906129d8565b91509150611d4b82828b611187565b611d5b631987a50360e11b610898565b50508315610bf357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610bea565b60808201516001600160a01b031615611dd65760408083015190516340fda83160e11b815260ff909116600482015260240161055e565b604082015160ff828116911614611e13576040808301519051632e5fbed960e21b815260ff8084166004830152909116602482015260440161055e565b60a08201516001600160a01b038116611e4a576040808401519051633312954f60e21b815260ff909116600482015260240161055e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611e9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ec29190612614565b156113bb57604080840151905163b4139d2560e01b815260ff90911660048201526001600160a01b038216602482015260440161055e565b600080516020612a7c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611f63611c3f565b610efc81612078565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611fdb9190612a07565b600060405180830381855afa9150503d8060008114612016576040519150601f19603f3d011682016040523d82523d6000602084013e61201b565b606091505b5091509150811561206d57604081511061204d57808060200190518101906120439190612a23565b909450925061206d565b602081511061206d578080602001905181019061206a9190612614565b93505b505094509492505050565b612080611c3f565b610efc81611efa565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b6000602082840312156120d957600080fd5b81356001600160e01b0319811681146120f157600080fd5b9392505050565b6001600160a01b0381168114610efc57600080fd5b8035612118816120f8565b919050565b6000806040838503121561213057600080fd5b823561213b816120f8565b9150602083013561214b816120f8565b809150509250929050565b60005b83811015612171578181015183820152602001612159565b50506000910152565b60008151808452612192816020860160208601612156565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161220f60c08401826001600160a01b03169052565b5060c083015160e08084015261222961010084018261217a565b949350505050565b6001600160601b0381168114610efc57600080fd5b803561211881612231565b60ff81168114610efc57600080fd5b803561211881612251565b8015158114610efc57600080fd5b80356121188161226b565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156122bc576122bc612284565b60405290565b604051601f8201601f191681016001600160401b03811182821017156122ea576122ea612284565b604052919050565b60006001600160401b0382111561230b5761230b612284565b50601f01601f191660200190565b600082601f83011261232a57600080fd5b813561233d612338826122f2565b6122c2565b81815284602083860101111561235257600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c0878903121561238857600080fd5b8635612393816120f8565b955060208701356123a381612231565b945060408701356123b381612251565b935060608701356123c38161226b565b925060808701356123d3816120f8565b915060a08701356001600160401b038111156123ee57600080fd5b6123fa89828a01612319565b9150509295509295509295565b60006020828403121561241957600080fd5b81356001600160401b0381111561242f57600080fd5b61222984828501612319565b6000806040838503121561244e57600080fd5b8235612459816120f8565b915060208301356001600160401b0381111561247457600080fd5b61248085828601612319565b9150509250929050565b60006020828403121561249c57600080fd5b81356001600160401b03808211156124b357600080fd5b9083019060e082860312156124c757600080fd5b6124cf61229a565b6124d883612246565b81526124e660208401612246565b60208201526124f760408401612260565b604082015261250860608401612279565b60608201526125196080840161210d565b608082015261252a60a0840161210d565b60a082015260c08301358281111561254157600080fd5b61254d87828601612319565b60c08301525095945050505050565b60006020828403121561256e57600080fd5b81356120f1816120f8565b60008060006060848603121561258e57600080fd5b8335612599816120f8565b925060208401356125a9816120f8565b915060408401356125b9816120f8565b809150509250925092565b6001600160e01b031991909116815260200190565b6000806000606084860312156125ee57600080fd5b83356125f9816120f8565b925060208401356125a981612251565b80516121188161226b565b60006020828403121561262657600080fd5b81516120f18161226b565b805161211881612231565b60006020828403121561264e57600080fd5b81516120f181612231565b60006020828403121561266b57600080fd5b815162ffffff811681146120f157600080fd5b600181811c9082168061269257607f821691505b6020821081036126b257634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156113bb57600081815260208120601f850160051c810160208610156126df5750805b601f850160051c820191505b818110156117bf578281556001016126eb565b81516001600160401b0381111561271757612717612284565b61272b81612725845461267e565b846126b8565b602080601f83116001811461276057600084156127485750858301515b600019600386901b1c1916600185901b1785556117bf565b600085815260208120601f198616915b8281101561278f57888601518255948401946001909101908401612770565b50858210156127ad5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6000602082840312156127cf57600080fd5b81516001600160401b03811681146120f157600080fd5b8051612118816120f8565b60006020828403121561280357600080fd5b81516120f1816120f8565b805161211881612251565b60006020828403121561282b57600080fd5b81516120f181612251565b6000808585111561284657600080fd5b8386111561285357600080fd5b5050820193919092039150565b6001600160e01b031981358181169160048510156128885780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f8301126128e157600080fd5b81516128ef612338826122f2565b81815284602083860101111561290457600080fd5b612229826020830160208701612156565b60006020828403121561292757600080fd5b81516001600160401b038082111561293e57600080fd5b9083019060e0828603121561295257600080fd5b61295a61229a565b61296383612631565b815261297160208401612631565b60208201526129826040840161280e565b604082015261299360608401612609565b60608201526129a4608084016127e6565b60808201526129b560a084016127e6565b60a082015260c0830151828111156129cc57600080fd5b61254d878286016128d0565b600080604083850312156129eb57600080fd5b82516129f6816120f8565b602084015190925061214b816120f8565b60008251612a19818460208701612156565b9190910192915050565b60008060408385031215612a3657600080fd5b8251612a418161226b565b602084015190925063ffffffff8116811461214b57600080fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122032e3359378414c0c68083ed0ea4654c7c1a471c1ea990a6a27cae4185e6a8ee564736f6c63430008140033",
1108
1343
  "linkReferences": {
1109
- "contracts/types/Blocknumber.sol": {
1110
- "BlocknumberLib": [
1111
- {
1112
- "length": 20,
1113
- "start": 3332
1114
- }
1115
- ]
1116
- },
1117
- "contracts/types/NftId.sol": {
1344
+ "contracts/type/NftId.sol": {
1118
1345
  "NftIdLib": [
1119
1346
  {
1120
1347
  "length": 20,
1121
- "start": 2748
1348
+ "start": 2076
1122
1349
  },
1123
1350
  {
1124
1351
  "length": 20,
1125
- "start": 4255
1126
- }
1127
- ]
1128
- },
1129
- "contracts/types/Timestamp.sol": {
1130
- "TimestampLib": [
1352
+ "start": 4460
1353
+ },
1131
1354
  {
1132
1355
  "length": 20,
1133
- "start": 7742
1356
+ "start": 7002
1134
1357
  }
1135
1358
  ]
1136
1359
  },
1137
- "contracts/types/Version.sol": {
1360
+ "contracts/type/Version.sol": {
1138
1361
  "VersionLib": [
1139
1362
  {
1140
1363
  "length": 20,
1141
- "start": 2187
1364
+ "start": 1919
1142
1365
  },
1143
1366
  {
1144
1367
  "length": 20,
1145
- "start": 4725
1146
- },
1368
+ "start": 2642
1369
+ }
1370
+ ],
1371
+ "VersionPartLib": [
1147
1372
  {
1148
1373
  "length": 20,
1149
- "start": 5948
1374
+ "start": 4940
1150
1375
  }
1151
1376
  ]
1152
1377
  }
1153
1378
  },
1154
1379
  "deployedLinkReferences": {
1155
- "contracts/types/Blocknumber.sol": {
1156
- "BlocknumberLib": [
1157
- {
1158
- "length": 20,
1159
- "start": 3018
1160
- }
1161
- ]
1162
- },
1163
- "contracts/types/NftId.sol": {
1380
+ "contracts/type/NftId.sol": {
1164
1381
  "NftIdLib": [
1165
1382
  {
1166
1383
  "length": 20,
1167
- "start": 2434
1384
+ "start": 1846
1168
1385
  },
1169
1386
  {
1170
1387
  "length": 20,
1171
- "start": 3941
1172
- }
1173
- ]
1174
- },
1175
- "contracts/types/Timestamp.sol": {
1176
- "TimestampLib": [
1388
+ "start": 4230
1389
+ },
1177
1390
  {
1178
1391
  "length": 20,
1179
- "start": 7428
1392
+ "start": 6772
1180
1393
  }
1181
1394
  ]
1182
1395
  },
1183
- "contracts/types/Version.sol": {
1396
+ "contracts/type/Version.sol": {
1184
1397
  "VersionLib": [
1185
1398
  {
1186
1399
  "length": 20,
1187
- "start": 1873
1400
+ "start": 1689
1188
1401
  },
1189
1402
  {
1190
1403
  "length": 20,
1191
- "start": 4411
1192
- },
1404
+ "start": 2412
1405
+ }
1406
+ ],
1407
+ "VersionPartLib": [
1193
1408
  {
1194
1409
  "length": 20,
1195
- "start": 5634
1410
+ "start": 4710
1196
1411
  }
1197
1412
  ]
1198
1413
  }