@etherisc/gif-next 0.0.2-fd275d2-234 → 0.0.2-fd4ee14-428

Sign up to get free protection for your applications and to get access to all the features.
Files changed (623) hide show
  1. package/README.md +30 -15
  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 +1378 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +64 -164
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -1317
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +453 -169
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +419 -3062
  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 +228 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +630 -351
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +605 -355
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +359 -113
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -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 +1 -49
  36. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  38. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
  40. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  41. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  42. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  43. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  44. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  45. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  47. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  48. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  49. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  50. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  51. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → oracle/IOracle.sol/IOracle.json} +2 -2
  52. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  53. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
  54. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  55. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  56. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  57. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
  58. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  59. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  60. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  62. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  64. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  65. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  66. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  67. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +300 -357
  68. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  69. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
  70. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  71. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  72. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  73. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  74. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  75. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  76. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  77. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  78. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  80. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  81. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  82. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  84. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  85. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  86. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  87. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +236 -190
  88. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  90. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
  92. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  93. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +253 -373
  94. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  95. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
  96. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  97. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IProductService.sol/IProductService.json} +124 -166
  98. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  100. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  102. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  104. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  106. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  107. package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
  108. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  109. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  110. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  112. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  113. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  114. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  115. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +388 -127
  116. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  117. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +395 -219
  118. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -0
  120. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  121. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  122. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  123. package/artifacts/contracts/registry/Registry.sol/Registry.json +576 -182
  124. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  125. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
  126. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  127. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +477 -318
  128. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -133
  130. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  131. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
  132. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  133. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
  134. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  135. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
  136. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  137. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  138. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  139. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
  140. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  141. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → shared/AccessManagerCustom.sol/AccessManagerCustom.json} +122 -11
  142. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  143. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
  144. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  145. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
  146. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  147. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
  148. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  149. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
  150. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  151. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  152. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  153. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
  154. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
  156. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  157. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
  158. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  159. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  160. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
  162. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  163. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  164. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  165. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  166. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  167. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  168. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  169. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  170. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  172. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  173. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +50 -11
  174. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  175. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
  176. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  177. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  178. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  179. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  180. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  181. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  182. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  183. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  184. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  185. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  186. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  187. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  188. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  189. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  190. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  192. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  194. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  196. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  197. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  198. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  200. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  201. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  202. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  203. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +330 -62
  204. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  205. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  206. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  207. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  208. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  209. package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
  210. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  211. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  212. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  213. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  214. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  216. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  217. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  218. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  219. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  220. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  221. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  222. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  223. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  224. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  225. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  226. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  227. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  228. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  230. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  232. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
  234. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  235. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  236. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  237. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  238. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  239. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  240. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  241. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  242. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  244. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  245. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  246. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  247. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  248. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  249. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  250. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  252. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  253. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  254. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
  256. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  258. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  260. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  262. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  264. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
  266. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  268. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  270. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  272. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  274. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  276. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  278. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  279. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  280. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  281. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  282. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  284. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  286. package/contracts/distribution/Distribution.sol +261 -0
  287. package/contracts/distribution/DistributionService.sol +297 -0
  288. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  289. package/contracts/distribution/IDistributionComponent.sol +66 -0
  290. package/contracts/distribution/IDistributionService.sol +81 -0
  291. package/contracts/instance/BundleManager.sol +24 -50
  292. package/contracts/instance/IInstance.sol +67 -36
  293. package/contracts/instance/IInstanceService.sol +82 -17
  294. package/contracts/instance/Instance.sol +181 -372
  295. package/contracts/instance/InstanceAdmin.sol +331 -0
  296. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  297. package/contracts/instance/InstanceReader.sol +160 -83
  298. package/contracts/instance/InstanceService.sol +372 -165
  299. package/contracts/instance/InstanceServiceManager.sol +12 -25
  300. package/contracts/instance/InstanceStore.sol +269 -0
  301. package/contracts/instance/base/BalanceStore.sol +123 -0
  302. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  303. package/contracts/instance/base/ObjectCounter.sol +21 -0
  304. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +17 -32
  305. package/contracts/instance/module/IAccess.sol +29 -21
  306. package/contracts/instance/module/IBundle.sol +8 -8
  307. package/contracts/instance/module/IComponents.sol +52 -0
  308. package/contracts/instance/module/IDistribution.sol +7 -4
  309. package/contracts/instance/module/IPolicy.sol +56 -17
  310. package/contracts/instance/module/IRisk.sol +1 -1
  311. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  312. package/contracts/oracle/IOracle.sol +20 -0
  313. package/contracts/oracle/IOracleComponent.sol +32 -0
  314. package/contracts/oracle/IOracleService.sol +65 -0
  315. package/contracts/oracle/Oracle.sol +145 -0
  316. package/contracts/oracle/OracleService.sol +278 -0
  317. package/contracts/oracle/OracleServiceManager.sol +42 -0
  318. package/contracts/pool/BundleService.sol +296 -0
  319. package/contracts/pool/BundleServiceManager.sol +42 -0
  320. package/contracts/pool/IBundleService.sol +106 -0
  321. package/contracts/pool/IPoolComponent.sol +112 -0
  322. package/contracts/pool/IPoolService.sol +150 -0
  323. package/contracts/pool/Pool.sol +299 -0
  324. package/contracts/pool/PoolService.sol +452 -0
  325. package/contracts/pool/PoolServiceManager.sol +42 -0
  326. package/contracts/product/ApplicationService.sol +254 -0
  327. package/contracts/product/ApplicationServiceManager.sol +38 -0
  328. package/contracts/product/ClaimService.sol +442 -0
  329. package/contracts/product/ClaimServiceManager.sol +38 -0
  330. package/contracts/product/IApplicationService.sol +62 -0
  331. package/contracts/product/IClaimService.sol +99 -0
  332. package/contracts/product/IPolicyService.sol +78 -0
  333. package/contracts/product/IPricingService.sol +39 -0
  334. package/contracts/product/IProductComponent.sol +42 -0
  335. package/contracts/product/IProductService.sol +33 -0
  336. package/contracts/product/PolicyService.sol +475 -0
  337. package/contracts/product/PolicyServiceManager.sol +42 -0
  338. package/contracts/product/PricingService.sol +300 -0
  339. package/contracts/product/PricingServiceManager.sol +42 -0
  340. package/contracts/product/Product.sol +377 -0
  341. package/contracts/product/ProductService.sol +124 -0
  342. package/contracts/product/ProductServiceManager.sol +42 -0
  343. package/contracts/registry/ChainNft.sol +15 -0
  344. package/contracts/registry/IRegistry.sol +73 -30
  345. package/contracts/registry/IRegistryService.sol +47 -28
  346. package/contracts/registry/IServiceAuthorization.sol +35 -0
  347. package/contracts/registry/ITransferInterceptor.sol +1 -0
  348. package/contracts/registry/Registry.sol +382 -248
  349. package/contracts/registry/RegistryAdmin.sol +333 -0
  350. package/contracts/registry/RegistryService.sol +114 -206
  351. package/contracts/registry/RegistryServiceManager.sol +24 -51
  352. package/contracts/registry/ReleaseManager.sol +527 -0
  353. package/contracts/registry/ServiceAuthorization.sol +86 -0
  354. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  355. package/contracts/registry/TokenRegistry.sol +261 -57
  356. package/contracts/shared/AccessAdmin.sol +759 -0
  357. package/contracts/{instance/AccessManagerSimple.sol → shared/AccessManagerCustom.sol} +281 -232
  358. package/contracts/shared/AccessManagerExtended.sol +481 -0
  359. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  360. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  361. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  362. package/contracts/shared/Component.sol +281 -0
  363. package/contracts/shared/ComponentService.sol +617 -0
  364. package/contracts/shared/ComponentServiceManager.sol +35 -0
  365. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  366. package/contracts/shared/ERC165.sol +15 -13
  367. package/contracts/shared/IAccessAdmin.sol +168 -0
  368. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  369. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  370. package/contracts/shared/IComponent.sol +70 -0
  371. package/contracts/shared/IComponentService.sol +102 -0
  372. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  373. package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
  374. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
  375. package/contracts/shared/INftOwnable.sol +13 -12
  376. package/contracts/shared/IPolicyHolder.sol +45 -0
  377. package/contracts/shared/IRegisterable.sol +4 -6
  378. package/contracts/shared/IRegistryLinked.sol +11 -0
  379. package/contracts/shared/IService.sol +15 -5
  380. package/contracts/shared/IVersionable.sol +5 -48
  381. package/contracts/shared/InitializableCustom.sol +177 -0
  382. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  383. package/contracts/shared/KeyValueStore.sol +127 -0
  384. package/contracts/{instance/base → shared}/Lifecycle.sol +37 -7
  385. package/contracts/shared/NftIdSetManager.sol +65 -0
  386. package/contracts/shared/NftOwnable.sol +59 -86
  387. package/contracts/shared/PolicyHolder.sol +102 -0
  388. package/contracts/shared/ProxyManager.sol +131 -26
  389. package/contracts/shared/Registerable.sol +26 -41
  390. package/contracts/shared/RegistryLinked.sol +43 -0
  391. package/contracts/shared/Service.sol +57 -29
  392. package/contracts/shared/TokenHandler.sol +37 -6
  393. package/contracts/shared/Versionable.sol +4 -92
  394. package/contracts/staking/IStaking.sol +168 -0
  395. package/contracts/staking/IStakingService.sol +153 -0
  396. package/contracts/staking/StakeManagerLib.sol +231 -0
  397. package/contracts/staking/Staking.sol +513 -0
  398. package/contracts/staking/StakingManager.sol +54 -0
  399. package/contracts/staking/StakingReader.sol +187 -0
  400. package/contracts/staking/StakingService.sol +411 -0
  401. package/contracts/staking/StakingServiceManager.sol +44 -0
  402. package/contracts/staking/StakingStore.sol +613 -0
  403. package/contracts/staking/TargetManagerLib.sol +207 -0
  404. package/contracts/{types → type}/AddressSet.sol +1 -1
  405. package/contracts/type/Amount.sol +128 -0
  406. package/contracts/{types → type}/Blocknumber.sol +21 -3
  407. package/contracts/type/ClaimId.sol +75 -0
  408. package/contracts/{types → type}/DistributorType.sol +2 -2
  409. package/contracts/{types → type}/Fee.sol +33 -23
  410. package/contracts/{types → type}/NftId.sol +21 -15
  411. package/contracts/{types → type}/NftIdSet.sol +2 -2
  412. package/contracts/type/ObjectType.sol +241 -0
  413. package/contracts/type/PayoutId.sol +82 -0
  414. package/contracts/{types → type}/Referral.sol +5 -1
  415. package/contracts/type/RequestId.sol +75 -0
  416. package/contracts/{types → type}/RiskId.sol +1 -1
  417. package/contracts/type/RoleId.sol +201 -0
  418. package/contracts/type/Seconds.sol +81 -0
  419. package/contracts/type/Selector.sol +102 -0
  420. package/contracts/{types → type}/StateId.sol +34 -4
  421. package/contracts/type/String.sol +53 -0
  422. package/contracts/{types → type}/Timestamp.sol +23 -14
  423. package/contracts/{types → type}/UFixed.sol +1 -0
  424. package/contracts/{types → type}/Version.sol +2 -1
  425. package/package.json +5 -5
  426. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  427. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  428. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  429. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  430. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  431. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  432. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  433. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  434. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  435. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  436. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  437. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  438. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  439. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -787
  440. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  441. package/artifacts/contracts/components/Product.sol/Product.json +0 -729
  442. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  443. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  444. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  445. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  446. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  447. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  448. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  449. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  450. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  451. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  452. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  453. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  454. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  455. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  456. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  457. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  458. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  459. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  460. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  461. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  462. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  463. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  464. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  465. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  466. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  467. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  469. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  470. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  471. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  472. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  473. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  474. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  475. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  477. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  479. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  481. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  482. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.json +0 -101
  483. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  484. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  485. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  486. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  487. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  488. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  489. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -272
  491. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  492. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  493. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  494. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  495. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  496. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  497. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  498. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  499. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  500. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  501. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  503. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  504. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  505. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  506. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  507. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  508. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  509. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  510. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  511. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  512. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  514. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -971
  515. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  516. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  517. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  518. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  519. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  520. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  521. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  522. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  523. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  524. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  525. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  526. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  527. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  528. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  529. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  530. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  531. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  532. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  533. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  534. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  535. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  536. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  537. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  538. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  539. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  540. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  541. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  542. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  543. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  544. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  545. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  546. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  547. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  548. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  549. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  550. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  551. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  552. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  554. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  556. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  557. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  558. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  559. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  560. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  561. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  562. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  563. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  564. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  566. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  568. package/contracts/components/BaseComponent.sol +0 -91
  569. package/contracts/components/Distribution.sol +0 -163
  570. package/contracts/components/IBaseComponent.sol +0 -25
  571. package/contracts/components/IDistributionComponent.sol +0 -44
  572. package/contracts/components/IPoolComponent.sol +0 -62
  573. package/contracts/components/IProductComponent.sol +0 -35
  574. package/contracts/components/Pool.sol +0 -247
  575. package/contracts/components/Product.sol +0 -289
  576. package/contracts/experiment/cloning/Cloner.sol +0 -47
  577. package/contracts/experiment/errors/Require.sol +0 -38
  578. package/contracts/experiment/errors/Revert.sol +0 -44
  579. package/contracts/experiment/inheritance/A.sol +0 -53
  580. package/contracts/experiment/inheritance/B.sol +0 -28
  581. package/contracts/experiment/inheritance/C.sol +0 -34
  582. package/contracts/experiment/inheritance/IA.sol +0 -13
  583. package/contracts/experiment/inheritance/IB.sol +0 -10
  584. package/contracts/experiment/inheritance/IC.sol +0 -12
  585. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  586. package/contracts/experiment/statemachine/ISM.sol +0 -25
  587. package/contracts/experiment/statemachine/SM.sol +0 -57
  588. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  589. package/contracts/experiment/types/TypeA.sol +0 -47
  590. package/contracts/experiment/types/TypeB.sol +0 -29
  591. package/contracts/instance/AccessManagedSimple.sol +0 -115
  592. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  593. package/contracts/instance/InstanceAccessManager.sol +0 -288
  594. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  595. package/contracts/instance/base/IInstanceBase.sol +0 -23
  596. package/contracts/instance/base/KeyValueStore.sol +0 -172
  597. package/contracts/instance/module/ISetup.sol +0 -46
  598. package/contracts/instance/module/ITreasury.sol +0 -23
  599. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  600. package/contracts/instance/service/DistributionService.sol +0 -88
  601. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  602. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  603. package/contracts/instance/service/IDistributionService.sol +0 -12
  604. package/contracts/instance/service/IPoolService.sol +0 -43
  605. package/contracts/instance/service/IProductService.sol +0 -110
  606. package/contracts/instance/service/PoolService.sol +0 -206
  607. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  608. package/contracts/instance/service/ProductService.sol +0 -561
  609. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  610. package/contracts/shared/ContractDeployerLib.sol +0 -72
  611. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  612. package/contracts/test/TestFee.sol +0 -25
  613. package/contracts/test/TestRegisterable.sol +0 -18
  614. package/contracts/test/TestRoleId.sol +0 -14
  615. package/contracts/test/TestService.sol +0 -24
  616. package/contracts/test/TestToken.sol +0 -26
  617. package/contracts/test/TestVersion.sol +0 -44
  618. package/contracts/test/TestVersionable.sol +0 -17
  619. package/contracts/types/ChainId.sol +0 -38
  620. package/contracts/types/NumberId.sol +0 -52
  621. package/contracts/types/ObjectType.sol +0 -152
  622. package/contracts/types/RoleId.sol +0 -90
  623. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -1,971 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "PoolService",
4
- "sourceName": "contracts/instance/service/PoolService.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "ObjectType",
10
- "name": "componentType",
11
- "type": "uint8"
12
- }
13
- ],
14
- "name": "ComponentTypeInvalid",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "address",
21
- "name": "registry",
22
- "type": "address"
23
- },
24
- {
25
- "internalType": "NftId",
26
- "name": "nftId",
27
- "type": "uint96"
28
- }
29
- ],
30
- "name": "ErrorAlreadyLinked",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "address",
37
- "name": "contractAddress",
38
- "type": "address"
39
- }
40
- ],
41
- "name": "ErrorContractNotRegistered",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "bundleOwner",
49
- "type": "address"
50
- },
51
- {
52
- "internalType": "address",
53
- "name": "tokenHandlerAddress",
54
- "type": "address"
55
- },
56
- {
57
- "internalType": "uint256",
58
- "name": "amount",
59
- "type": "uint256"
60
- }
61
- ],
62
- "name": "ErrorIPoolServiceInsufficientAllowance",
63
- "type": "error"
64
- },
65
- {
66
- "inputs": [
67
- {
68
- "internalType": "address",
69
- "name": "account",
70
- "type": "address"
71
- }
72
- ],
73
- "name": "ErrorNotOwner",
74
- "type": "error"
75
- },
76
- {
77
- "inputs": [
78
- {
79
- "internalType": "address",
80
- "name": "registryAddress",
81
- "type": "address"
82
- }
83
- ],
84
- "name": "ErrorNotRegistry",
85
- "type": "error"
86
- },
87
- {
88
- "inputs": [
89
- {
90
- "internalType": "address",
91
- "name": "registryAddress",
92
- "type": "address"
93
- }
94
- ],
95
- "name": "ErrorRegisterableNotRegistry",
96
- "type": "error"
97
- },
98
- {
99
- "inputs": [],
100
- "name": "ErrorRegistryAddressZero",
101
- "type": "error"
102
- },
103
- {
104
- "inputs": [
105
- {
106
- "internalType": "address",
107
- "name": "registry",
108
- "type": "address"
109
- }
110
- ],
111
- "name": "ErrorRegistryAlreadyInitialized",
112
- "type": "error"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "ErrorRegistryNotInitialized",
117
- "type": "error"
118
- },
119
- {
120
- "inputs": [
121
- {
122
- "internalType": "RoleId",
123
- "name": "expected",
124
- "type": "uint64"
125
- },
126
- {
127
- "internalType": "address",
128
- "name": "caller",
129
- "type": "address"
130
- }
131
- ],
132
- "name": "ExpectedRoleMissing",
133
- "type": "error"
134
- },
135
- {
136
- "inputs": [],
137
- "name": "InvalidInitialization",
138
- "type": "error"
139
- },
140
- {
141
- "inputs": [],
142
- "name": "NotInitializing",
143
- "type": "error"
144
- },
145
- {
146
- "anonymous": false,
147
- "inputs": [
148
- {
149
- "indexed": false,
150
- "internalType": "uint64",
151
- "name": "version",
152
- "type": "uint64"
153
- }
154
- ],
155
- "name": "Initialized",
156
- "type": "event"
157
- },
158
- {
159
- "anonymous": false,
160
- "inputs": [
161
- {
162
- "indexed": false,
163
- "internalType": "Version",
164
- "name": "version",
165
- "type": "uint24"
166
- },
167
- {
168
- "indexed": false,
169
- "internalType": "address",
170
- "name": "implementation",
171
- "type": "address"
172
- },
173
- {
174
- "indexed": false,
175
- "internalType": "address",
176
- "name": "activatedBy",
177
- "type": "address"
178
- }
179
- ],
180
- "name": "LogVersionableInitialized",
181
- "type": "event"
182
- },
183
- {
184
- "inputs": [],
185
- "name": "NAME",
186
- "outputs": [
187
- {
188
- "internalType": "string",
189
- "name": "",
190
- "type": "string"
191
- }
192
- ],
193
- "stateMutability": "view",
194
- "type": "function"
195
- },
196
- {
197
- "inputs": [],
198
- "name": "REGISTERABLE_LOCATION_V1",
199
- "outputs": [
200
- {
201
- "internalType": "bytes32",
202
- "name": "",
203
- "type": "bytes32"
204
- }
205
- ],
206
- "stateMutability": "view",
207
- "type": "function"
208
- },
209
- {
210
- "inputs": [
211
- {
212
- "internalType": "address",
213
- "name": "owner",
214
- "type": "address"
215
- },
216
- {
217
- "components": [
218
- {
219
- "internalType": "UFixed",
220
- "name": "fractionalFee",
221
- "type": "uint256"
222
- },
223
- {
224
- "internalType": "uint256",
225
- "name": "fixedFee",
226
- "type": "uint256"
227
- }
228
- ],
229
- "internalType": "struct Fee",
230
- "name": "fee",
231
- "type": "tuple"
232
- },
233
- {
234
- "internalType": "uint256",
235
- "name": "stakingAmount",
236
- "type": "uint256"
237
- },
238
- {
239
- "internalType": "uint256",
240
- "name": "lifetime",
241
- "type": "uint256"
242
- },
243
- {
244
- "internalType": "bytes",
245
- "name": "filter",
246
- "type": "bytes"
247
- }
248
- ],
249
- "name": "createBundle",
250
- "outputs": [
251
- {
252
- "internalType": "NftId",
253
- "name": "bundleNftId",
254
- "type": "uint96"
255
- }
256
- ],
257
- "stateMutability": "nonpayable",
258
- "type": "function"
259
- },
260
- {
261
- "inputs": [],
262
- "name": "getInitialInfo",
263
- "outputs": [
264
- {
265
- "components": [
266
- {
267
- "internalType": "NftId",
268
- "name": "nftId",
269
- "type": "uint96"
270
- },
271
- {
272
- "internalType": "NftId",
273
- "name": "parentNftId",
274
- "type": "uint96"
275
- },
276
- {
277
- "internalType": "ObjectType",
278
- "name": "objectType",
279
- "type": "uint8"
280
- },
281
- {
282
- "internalType": "bool",
283
- "name": "isInterceptor",
284
- "type": "bool"
285
- },
286
- {
287
- "internalType": "address",
288
- "name": "objectAddress",
289
- "type": "address"
290
- },
291
- {
292
- "internalType": "address",
293
- "name": "initialOwner",
294
- "type": "address"
295
- },
296
- {
297
- "internalType": "bytes",
298
- "name": "data",
299
- "type": "bytes"
300
- }
301
- ],
302
- "internalType": "struct IRegistry.ObjectInfo",
303
- "name": "",
304
- "type": "tuple"
305
- },
306
- {
307
- "internalType": "bytes",
308
- "name": "data",
309
- "type": "bytes"
310
- }
311
- ],
312
- "stateMutability": "view",
313
- "type": "function"
314
- },
315
- {
316
- "inputs": [],
317
- "name": "getInitializedVersion",
318
- "outputs": [
319
- {
320
- "internalType": "uint64",
321
- "name": "",
322
- "type": "uint64"
323
- }
324
- ],
325
- "stateMutability": "view",
326
- "type": "function"
327
- },
328
- {
329
- "inputs": [],
330
- "name": "getInstanceService",
331
- "outputs": [
332
- {
333
- "internalType": "contract InstanceService",
334
- "name": "",
335
- "type": "address"
336
- }
337
- ],
338
- "stateMutability": "view",
339
- "type": "function"
340
- },
341
- {
342
- "inputs": [],
343
- "name": "getMajorVersion",
344
- "outputs": [
345
- {
346
- "internalType": "VersionPart",
347
- "name": "majorVersion",
348
- "type": "uint8"
349
- }
350
- ],
351
- "stateMutability": "view",
352
- "type": "function"
353
- },
354
- {
355
- "inputs": [],
356
- "name": "getName",
357
- "outputs": [
358
- {
359
- "internalType": "string",
360
- "name": "name",
361
- "type": "string"
362
- }
363
- ],
364
- "stateMutability": "pure",
365
- "type": "function"
366
- },
367
- {
368
- "inputs": [],
369
- "name": "getNftId",
370
- "outputs": [
371
- {
372
- "internalType": "NftId",
373
- "name": "",
374
- "type": "uint96"
375
- }
376
- ],
377
- "stateMutability": "view",
378
- "type": "function"
379
- },
380
- {
381
- "inputs": [],
382
- "name": "getOwner",
383
- "outputs": [
384
- {
385
- "internalType": "address",
386
- "name": "",
387
- "type": "address"
388
- }
389
- ],
390
- "stateMutability": "view",
391
- "type": "function"
392
- },
393
- {
394
- "inputs": [],
395
- "name": "getRegistry",
396
- "outputs": [
397
- {
398
- "internalType": "contract IRegistry",
399
- "name": "",
400
- "type": "address"
401
- }
402
- ],
403
- "stateMutability": "view",
404
- "type": "function"
405
- },
406
- {
407
- "inputs": [],
408
- "name": "getRegistryService",
409
- "outputs": [
410
- {
411
- "internalType": "contract IRegistryService",
412
- "name": "",
413
- "type": "address"
414
- }
415
- ],
416
- "stateMutability": "view",
417
- "type": "function"
418
- },
419
- {
420
- "inputs": [],
421
- "name": "getVersion",
422
- "outputs": [
423
- {
424
- "internalType": "Version",
425
- "name": "",
426
- "type": "uint24"
427
- }
428
- ],
429
- "stateMutability": "pure",
430
- "type": "function"
431
- },
432
- {
433
- "inputs": [
434
- {
435
- "internalType": "uint256",
436
- "name": "idx",
437
- "type": "uint256"
438
- }
439
- ],
440
- "name": "getVersion",
441
- "outputs": [
442
- {
443
- "internalType": "Version",
444
- "name": "",
445
- "type": "uint24"
446
- }
447
- ],
448
- "stateMutability": "view",
449
- "type": "function"
450
- },
451
- {
452
- "inputs": [],
453
- "name": "getVersionCount",
454
- "outputs": [
455
- {
456
- "internalType": "uint256",
457
- "name": "",
458
- "type": "uint256"
459
- }
460
- ],
461
- "stateMutability": "view",
462
- "type": "function"
463
- },
464
- {
465
- "inputs": [
466
- {
467
- "internalType": "Version",
468
- "name": "_version",
469
- "type": "uint24"
470
- }
471
- ],
472
- "name": "getVersionInfo",
473
- "outputs": [
474
- {
475
- "components": [
476
- {
477
- "internalType": "Version",
478
- "name": "version",
479
- "type": "uint24"
480
- },
481
- {
482
- "internalType": "address",
483
- "name": "implementation",
484
- "type": "address"
485
- },
486
- {
487
- "internalType": "address",
488
- "name": "activatedBy",
489
- "type": "address"
490
- },
491
- {
492
- "internalType": "Timestamp",
493
- "name": "activatedAt",
494
- "type": "uint40"
495
- },
496
- {
497
- "internalType": "Blocknumber",
498
- "name": "activatedIn",
499
- "type": "uint32"
500
- }
501
- ],
502
- "internalType": "struct IVersionable.VersionInfo",
503
- "name": "",
504
- "type": "tuple"
505
- }
506
- ],
507
- "stateMutability": "view",
508
- "type": "function"
509
- },
510
- {
511
- "inputs": [
512
- {
513
- "internalType": "address",
514
- "name": "implementation",
515
- "type": "address"
516
- },
517
- {
518
- "internalType": "address",
519
- "name": "activatedBy",
520
- "type": "address"
521
- },
522
- {
523
- "internalType": "bytes",
524
- "name": "data",
525
- "type": "bytes"
526
- }
527
- ],
528
- "name": "initialize",
529
- "outputs": [],
530
- "stateMutability": "nonpayable",
531
- "type": "function"
532
- },
533
- {
534
- "inputs": [
535
- {
536
- "internalType": "Version",
537
- "name": "_version",
538
- "type": "uint24"
539
- }
540
- ],
541
- "name": "isInitialized",
542
- "outputs": [
543
- {
544
- "internalType": "bool",
545
- "name": "",
546
- "type": "bool"
547
- }
548
- ],
549
- "stateMutability": "view",
550
- "type": "function"
551
- },
552
- {
553
- "inputs": [],
554
- "name": "linkToRegisteredNftId",
555
- "outputs": [],
556
- "stateMutability": "nonpayable",
557
- "type": "function"
558
- },
559
- {
560
- "inputs": [
561
- {
562
- "internalType": "address",
563
- "name": "componentAddress",
564
- "type": "address"
565
- }
566
- ],
567
- "name": "register",
568
- "outputs": [
569
- {
570
- "internalType": "NftId",
571
- "name": "componentNftId",
572
- "type": "uint96"
573
- }
574
- ],
575
- "stateMutability": "nonpayable",
576
- "type": "function"
577
- },
578
- {
579
- "inputs": [
580
- {
581
- "internalType": "NftId",
582
- "name": "bundleNftId",
583
- "type": "uint96"
584
- },
585
- {
586
- "components": [
587
- {
588
- "internalType": "UFixed",
589
- "name": "fractionalFee",
590
- "type": "uint256"
591
- },
592
- {
593
- "internalType": "uint256",
594
- "name": "fixedFee",
595
- "type": "uint256"
596
- }
597
- ],
598
- "internalType": "struct Fee",
599
- "name": "fee",
600
- "type": "tuple"
601
- }
602
- ],
603
- "name": "setBundleFee",
604
- "outputs": [],
605
- "stateMutability": "nonpayable",
606
- "type": "function"
607
- },
608
- {
609
- "inputs": [
610
- {
611
- "components": [
612
- {
613
- "internalType": "UFixed",
614
- "name": "fractionalFee",
615
- "type": "uint256"
616
- },
617
- {
618
- "internalType": "uint256",
619
- "name": "fixedFee",
620
- "type": "uint256"
621
- }
622
- ],
623
- "internalType": "struct Fee",
624
- "name": "poolFee",
625
- "type": "tuple"
626
- },
627
- {
628
- "components": [
629
- {
630
- "internalType": "UFixed",
631
- "name": "fractionalFee",
632
- "type": "uint256"
633
- },
634
- {
635
- "internalType": "uint256",
636
- "name": "fixedFee",
637
- "type": "uint256"
638
- }
639
- ],
640
- "internalType": "struct Fee",
641
- "name": "stakingFee",
642
- "type": "tuple"
643
- },
644
- {
645
- "components": [
646
- {
647
- "internalType": "UFixed",
648
- "name": "fractionalFee",
649
- "type": "uint256"
650
- },
651
- {
652
- "internalType": "uint256",
653
- "name": "fixedFee",
654
- "type": "uint256"
655
- }
656
- ],
657
- "internalType": "struct Fee",
658
- "name": "performanceFee",
659
- "type": "tuple"
660
- }
661
- ],
662
- "name": "setFees",
663
- "outputs": [],
664
- "stateMutability": "nonpayable",
665
- "type": "function"
666
- },
667
- {
668
- "inputs": [
669
- {
670
- "internalType": "bytes4",
671
- "name": "interfaceId",
672
- "type": "bytes4"
673
- }
674
- ],
675
- "name": "supportsInterface",
676
- "outputs": [
677
- {
678
- "internalType": "bool",
679
- "name": "",
680
- "type": "bool"
681
- }
682
- ],
683
- "stateMutability": "view",
684
- "type": "function"
685
- },
686
- {
687
- "inputs": [
688
- {
689
- "internalType": "NftId",
690
- "name": "instanceNftId",
691
- "type": "uint96"
692
- },
693
- {
694
- "internalType": "NftId",
695
- "name": "bundleNftId",
696
- "type": "uint96"
697
- },
698
- {
699
- "components": [
700
- {
701
- "internalType": "NftId",
702
- "name": "poolNftId",
703
- "type": "uint96"
704
- },
705
- {
706
- "components": [
707
- {
708
- "internalType": "UFixed",
709
- "name": "fractionalFee",
710
- "type": "uint256"
711
- },
712
- {
713
- "internalType": "uint256",
714
- "name": "fixedFee",
715
- "type": "uint256"
716
- }
717
- ],
718
- "internalType": "struct Fee",
719
- "name": "fee",
720
- "type": "tuple"
721
- },
722
- {
723
- "internalType": "bytes",
724
- "name": "filter",
725
- "type": "bytes"
726
- },
727
- {
728
- "internalType": "uint256",
729
- "name": "capitalAmount",
730
- "type": "uint256"
731
- },
732
- {
733
- "internalType": "uint256",
734
- "name": "lockedAmount",
735
- "type": "uint256"
736
- },
737
- {
738
- "internalType": "uint256",
739
- "name": "balanceAmount",
740
- "type": "uint256"
741
- },
742
- {
743
- "internalType": "uint256",
744
- "name": "lifetime",
745
- "type": "uint256"
746
- },
747
- {
748
- "internalType": "Timestamp",
749
- "name": "expiredAt",
750
- "type": "uint40"
751
- },
752
- {
753
- "internalType": "Timestamp",
754
- "name": "closedAt",
755
- "type": "uint40"
756
- }
757
- ],
758
- "internalType": "struct IBundle.BundleInfo",
759
- "name": "bundleInfo",
760
- "type": "tuple"
761
- },
762
- {
763
- "internalType": "StateId",
764
- "name": "state",
765
- "type": "uint8"
766
- }
767
- ],
768
- "name": "updateBundle",
769
- "outputs": [],
770
- "stateMutability": "nonpayable",
771
- "type": "function"
772
- },
773
- {
774
- "inputs": [
775
- {
776
- "internalType": "address",
777
- "name": "implementation",
778
- "type": "address"
779
- },
780
- {
781
- "internalType": "address",
782
- "name": "activatedBy",
783
- "type": "address"
784
- },
785
- {
786
- "internalType": "bytes",
787
- "name": "data",
788
- "type": "bytes"
789
- }
790
- ],
791
- "name": "upgrade",
792
- "outputs": [],
793
- "stateMutability": "nonpayable",
794
- "type": "function"
795
- }
796
- ],
797
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613c77806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c806382678766116100de578063b88da75911610097578063cde749f411610071578063cde749f4146104c4578063cf7a1d77146104de578063cf7e5db8146104f1578063e3458d531461050457600080fd5b8063b88da759146104a1578063caf4e3d4146104b4578063cc9fc59a146104bc57600080fd5b80638267876614610402578063893d20e814610415578063946dfcfe1461041d578063a3f4df7e14610444578063a745e3df1461046e578063b3c650151461048157600080fd5b80634420e486116101305780634420e4861461025b5780634d459c90146102865780634f4213331461039f5780635ab1bd53146103b2578063636450f5146103d7578063644c45e0146103ea57600080fd5b806301ffc9a7146101785780630d8e6e2c146101ba5780630fec111c146101d6578063138461e0146101ec57806317d7de7c146101f65780631eff4b2214610226575b600080fd5b6101a5610186366004612d5a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c2610517565b60405162ffffff90911681526020016101b1565b6101de6105a1565b6040516101b1929190612e54565b6101f46106f4565b005b60408051808201909152600b81526a506f6f6c5365727669636560a81b60208201525b6040516101b19190612e82565b61024d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101b1565b61026e610269366004612eaa565b610916565b6040516001600160601b0390911681526020016101b1565b610342610294366004612ed8565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020613c2283398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101b1565b6101a56103ad366004612ed8565b610c7d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101b1565b6101f46103e5366004612ffd565b610d30565b600154600160a01b90046001600160601b031661026e565b6101f4610410366004613033565b610fcb565b6103bf611140565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed9015461024d565b6102196040518060400160405280600b81526020016a506f6f6c5365727669636560a81b81525081565b6101f461047c3660046130f6565b61125a565b6104896113b4565b6040516001600160401b0390911681526020016101b1565b6101c26104af366004613157565b6113d5565b6103bf611426565b6103bf6114e1565b6104cc611559565b60405160ff90911681526020016101b1565b6101f46104ec3660046130f6565b6115dc565b6101f46104ff3660046131a8565b6116e5565b61026e6105123660046132be565b611868565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610578573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613366565b905090565b6105a9612d1c565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105f56001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161063d611140565b6001600160a01b0316815260200182600101805461065a90613383565b80601f016020809104026020016040519081016040528092919081815260200182805461068690613383565b80156106d35780601f106106a8576101008083540402835291602001916106d3565b820191906000526020600020905b8154815290600101906020018083116106b657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610756573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061077a91906133cd565b156107c1576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107ea5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610833573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085791906133cd565b61087f576040516372657a5160e01b81526001600160a01b03821660048201526024016107b8565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156108c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ed91906133f3565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600081808261092482611bc4565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa158015610989573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ad9190613410565b90506109b76114e1565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2991906133f3565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610a8b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aaf91906133cd565b610ae6576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b03831660248201526044016107b8565b33886000610af382611bc4565b90506000610aff611426565b9050610b09612d1c565b6060610b1d8460785b60ff90811691161490565b15610ba557604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610b73573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b9b9190810190613535565b9092509050610c4f565b610bb084606e610b12565b15610beb57604051635d96628960e01b81526001600160a01b0386811660048301528781166024830152841690635d96628990604401610b54565b610bf684608c610b12565b15610c3157604051637286e5e560e01b81526001600160a01b0386811660048301528781166024830152841690637286e5e590604401610b54565b60405163062839b560e01b815260ff851660048201526024016107b8565b81519c506000610c5e83611c39565b9050610c6b8e8383611cdb565b50505050505050505050505050919050565b600080600080516020613c2283398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610d05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d299190613598565b1192915050565b600080610d3d608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da59190613410565b8351604051634793b4ab60e01b81526001600160601b0388166004820152919250906000906001600160a01b03841690634793b4ab90602401600060405180830381865afa158015610dfb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e2391908101906135ec565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea591906133cd565b610ef15760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a504c532d3031303a42554e444c455f554e4b4e4f574e0000000060448201526064016107b8565b80516001600160601b03808416911614610f585760405162461bcd60e51b815260206004820152602260248201527f4552524f523a504c532d3031313a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b60648201526084016107b8565b602081018690526040516307f8b57360e31b81526001600160a01b03851690633fc5ab9890610f90908a90859060ff9060040161376b565b600060405180830381600087803b158015610faa57600080fd5b505af1158015610fbe573d6000803e3d6000fd5b5050505050505050505050565b600080610fd8608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561101c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110409190613410565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161018060405180830381865afa158015611097573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bb91906137a0565b606081018990526080810188905260a08101879052604051633055195560e11b81529091506001600160a01b038516906360aa32aa90611104908590859060ff9060040161390e565b600060405180830381600087803b15801561111e57600080fd5b505af1158015611132573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156111a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111c991906133cd565b1561124a57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015611226573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613410565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61127c610517565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e09190613953565b600080516020613c028339815191528054600160401b900460ff1680611313575080546001600160401b03808416911610155b156113315760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561135c858561200e565b611365836122ad565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061059c600080516020613c02833981519152546001600160401b031690565b6000600080516020613c2283398151915260010182815481106113fa576113fa613970565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061143b6001546001600160a01b031690565b6001600160a01b031663a3bcd81d611451611559565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa1580156114b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114db9190613410565b92915050565b60006114f56001546001600160a01b031690565b6001600160a01b031663a3bcd81d61150b611559565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff9091166024820152608401611209565b6000611563610517565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156115b8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613986565b600080516020613c028339815191528054600160401b810460ff1615906001600160401b031660008115801561160f5750825b90506000826001600160401b0316600114801561162b5750303b155b905081158015611639575080155b156116575760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561168157845460ff60401b1916600160401b1785555b61168b888861200e565b61169587876122b5565b83156116db57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b336116f86001546001600160a01b031690565b604051632b91e0a960e01b81526001600160a01b0383811660048301529190911690632b91e0a990602401602060405180830381865afa158015611740573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061176491906133cd565b6117a45760405162461bcd60e51b81526020600482015260116024820152704552524f525f4e4f545f5345525649434560781b60448201526064016107b8565b60006117b86001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611807573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261182f91908101906139a3565b60808101516040516307f8b57360e31b8152919250906001600160a01b03821690633fc5ab9890610f909089908990899060040161376b565b60008080611876608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118de9190613410565b90506000836000015190506000604051806101200160405280836001600160601b031681526020018c815260200189898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250938552505050602082018d90526040820152606081018c9052608081018b905260a001611969600090565b64ffffffffff16815260006020909101529050611984611426565b6001600160a01b031663c2bf08c86040518060e001604052806119a5600090565b6001600160601b03168152602001856001600160601b031681526020016119ca60dc90565b60ff16815260200160001515815260200160006001600160a01b031681526020018f6001600160a01b0316815260200184604051602001611a0b91906139d7565b6040516020818303038152906040528152506040518263ffffffff1660e01b8152600401611a3991906139ea565b6020604051808303816000875af1158015611a58573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a7c91906133f3565b604051633038d34760e11b81529096506001600160a01b03851690636071a68e90611aad90899085906004016139fd565b600060405180830381600087803b158015611ac757600080fd5b505af1158015611adb573d6000803e3d6000fd5b505050506000846001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b1f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b439190613410565b6040516346f0e8a760e11b81526001600160601b03891660048201529091506001600160a01b03821690638de1d14e90602401600060405180830381600087803b158015611b9057600080fd5b505af1158015611ba4573d6000803e3d6000fd5b50505050611bb48484898e61240b565b5050505050509695505050505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611c05573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c2d9190810190613535565b50604001519392505050565b600080611c4e6001546001600160a01b031690565b60208401516040516305247a1760e51b81526001600160601b0390911660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611ca7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ccf91908101906139a3565b60800151949350505050565b600082806020019051810190611cf191906137a0565b6040516339f34df560e21b81529091506001600160a01b0383169063e7cd37d490611d229087908590600401613a1f565b600060405180830381600087803b158015611d3c57600080fd5b505af11580156116db573d6000803e3d6000fd5b611d58612d1c565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611da5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dc991906133f3565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611e24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4891906133cd565b611e945760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e00000000000000000060448201526064016107b8565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611eef573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f1791908101906139a3565b9250611f2d83604001518560ff90811691161490565b611f6f5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016107b8565b6000611f836001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611fd8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261200091908101906139a3565b608001519395939450505050565b61201661269b565b600080516020613c228339815191526000612046600080516020613c02833981519152546001600160401b031690565b90506000612052610517565b9050816001600160401b031660010361207f5760028301805462ffffff191662ffffff83161790556120cd565b600283015462ffffff908116908216116120cd5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016107b8565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015612181573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121a59190613a3d565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a59083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b61017361269b565b600080516020613c028339815191528054600160401b810460ff1615906001600160401b03166000811580156122e85750825b90506000826001600160401b031660011480156123045750303b155b905081158015612312575080155b156123305760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561235a57845460ff60401b1916600160401b1785555b6000868060200190518101906123709190613a5a565b600480546001600160a01b039093166001600160a01b031990931683179055915061239b90896126d4565b6123ab631b4612f160e31b61282a565b6123bb6319a700ef60e31b61282a565b50831561240257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b8015612695576040516355e343a960e01b81526001600160601b03841660048201526000906001600160a01b038616906355e343a99060240161018060405180830381865afa158015612462573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061248691906137a0565b602081015190915060006124a26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156124f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125159190613410565b60808401516101008501516040516317d5759960e31b81526001600160a01b03808516600483015291821660248201526044810188905292935090919084169063beabacc890606401600060405180830381600087803b15801561257857600080fd5b505af115801561258c573d6000803e3d6000fd5b50506040516346f0526160e11b815273__$a23651848365a6a5ca15f07b4331037f48$__9250638de0a4c291506125c7908490600401613a94565b602060405180830381865af41580156125e4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061260891906133cd565b6116db5760405163012ebd8360e21b8152815160048201526020820151602482015260448101869052600090819073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015612671573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111329190613aab565b50505050565b600080516020613c0283398151915254600160401b900460ff166126d257604051631afcd79f60e31b815260040160405180910390fd5b565b6126de828261284f565b6126e66128d8565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b0392909216919091179055612738612951565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b039290921691909117905561278a61298d565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556127dc6129c8565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061287960408051808201909152600b81526a506f6f6c5365727669636560a81b602082015290565b612881611559565b604051602001612892929190613acf565b604051602081830303815290604052905060006128ae84612a03565b905060006128c18583603c848888612a6e565b6128d1631b4612f160e31b61282a565b5050505050565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af415801561292d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613953565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612a4a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114db91906133f3565b612aaf6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612ab98287612b3a565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612b298382613b42565b506124026303fb044760e21b61282a565b6001600160a01b038216612b905760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016107b8565b600280546001600160a01b0319166001600160a01b038416179055612bb481612bb8565b5050565b6001546001600160a01b031615612bf15760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016107b8565b6001600160a01b038116612c185760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003612c4e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632eaf856d60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015612cc8575060408051601f3d908101601f19168201909252612cc5918101906133cd565b60015b612cf05760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b8565b80612bb45760405163fdeac91f60e01b81526001600160a01b03831660048201526024016107b8565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612d6c57600080fd5b81356001600160e01b031981168114612d8457600080fd5b9392505050565b60005b83811015612da6578181015183820152602001612d8e565b50506000910152565b60008151808452612dc7816020860160208601612d8b565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612e4c60e0850182612daf565b949350505050565b604081526000612e676040830185612ddb565b8281036020840152612e798185612daf565b95945050505050565b602081526000612d846020830184612daf565b6001600160a01b0381168114612d1957600080fd5b600060208284031215612ebc57600080fd5b8135612d8481612e95565b62ffffff81168114612d1957600080fd5b600060208284031215612eea57600080fd5b8135612d8481612ec7565b6001600160601b0381168114612d1957600080fd5b8035612f1581612ef5565b919050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612f5257612f52612f1a565b60405290565b60405161012081016001600160401b0381118282101715612f5257612f52612f1a565b60405160e081016001600160401b0381118282101715612f5257612f52612f1a565b604051601f8201601f191681016001600160401b0381118282101715612fc557612fc5612f1a565b604052919050565b600060408284031215612fdf57600080fd5b612fe7612f30565b9050813581526020820135602082015292915050565b6000806060838503121561301057600080fd5b823561301b81612ef5565b915061302a8460208501612fcd565b90509250929050565b600080600060c0848603121561304857600080fd5b6130528585612fcd565b92506130618560408601612fcd565b91506130708560808601612fcd565b90509250925092565b60006001600160401b0382111561309257613092612f1a565b50601f01601f191660200190565b600082601f8301126130b157600080fd5b81356130c46130bf82613079565b612f9d565b8181528460208386010111156130d957600080fd5b816020850160208301376000918101602001919091529392505050565b60008060006060848603121561310b57600080fd5b833561311681612e95565b9250602084013561312681612e95565b915060408401356001600160401b0381111561314157600080fd5b61314d868287016130a0565b9150509250925092565b60006020828403121561316957600080fd5b5035919050565b64ffffffffff81168114612d1957600080fd5b8035612f1581613170565b60ff81168114612d1957600080fd5b8035612f158161318e565b600080600080608085870312156131be57600080fd5b84356131c981612ef5565b935060208501356131d981612ef5565b925060408501356001600160401b03808211156131f557600080fd5b90860190610140828903121561320a57600080fd5b613212612f58565b61321b83612f0a565b815261322a8960208501612fcd565b602082015260608301358281111561324157600080fd5b61324d8a8286016130a0565b6040830152506080830135606082015260a0830135608082015260c083013560a082015260e083013560c0820152610100915061328b828401613183565b60e082015261329d6101208401613183565b828201528094505050506132b36060860161319d565b905092959194509250565b60008060008060008060c087890312156132d757600080fd5b86356132e281612e95565b95506132f18860208901612fcd565b9450606087013593506080870135925060a08701356001600160401b038082111561331b57600080fd5b818901915089601f83011261332f57600080fd5b81358181111561333e57600080fd5b8a602082850101111561335057600080fd5b6020830194508093505050509295509295509295565b60006020828403121561337857600080fd5b8151612d8481612ec7565b600181811c9082168061339757607f821691505b6020821081036133b757634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114612f1557600080fd5b6000602082840312156133df57600080fd5b612d84826133bd565b8051612f1581612ef5565b60006020828403121561340557600080fd5b8151612d8481612ef5565b60006020828403121561342257600080fd5b8151612d8481612e95565b8051612f158161318e565b8051612f1581612e95565b600082601f83011261345457600080fd5b81516134626130bf82613079565b81815284602083860101111561347757600080fd5b612e4c826020830160208701612d8b565b600060e0828403121561349a57600080fd5b6134a2612f7b565b90506134ad826133e8565b81526134bb602083016133e8565b60208201526134cc6040830161342d565b60408201526134dd606083016133bd565b60608201526134ee60808301613438565b60808201526134ff60a08301613438565b60a082015260c08201516001600160401b0381111561351d57600080fd5b61352984828501613443565b60c08301525092915050565b6000806040838503121561354857600080fd5b82516001600160401b038082111561355f57600080fd5b61356b86838701613488565b9350602085015191508082111561358157600080fd5b5061358e85828601613443565b9150509250929050565b6000602082840312156135aa57600080fd5b5051919050565b6000604082840312156135c357600080fd5b6135cb612f30565b9050815181526020820151602082015292915050565b8051612f1581613170565b6000602082840312156135fe57600080fd5b81516001600160401b038082111561361557600080fd5b90830190610140828603121561362a57600080fd5b613632612f58565b61363b836133e8565b815261364a86602085016135b1565b602082015260608301518281111561366157600080fd5b61366d87828601613443565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c082015261010091506136ab8284016135e1565b60e08201526136bd61012084016135e1565b91810191909152949350505050565b80516001600160601b03168252600061014060208381015180518683015290810151604086015250604083015181606086015261370b82860182612daf565b91505060608301516080850152608083015160a085015260a083015160c085015260c083015160e085015260e08301516101006137508187018364ffffffffff169052565b84015164ffffffffff81166101208701529050509392505050565b6001600160601b038416815260606020820152600061378d60608301856136cc565b905060ff83166040830152949350505050565b600061018082840312156137b357600080fd5b6137bb612f58565b6137c4836133e8565b81526137d260208401613438565b6020820152604083015160408201526137ee84606085016135b1565b60608201526138008460a085016135b1565b60808201526138128460e085016135b1565b60a082015261382461012084016133bd565b60c082015261383661014084016133bd565b60e08201526138486101608401613438565b6101008201529392505050565b6001600160601b038151168252602081015161387c60208401826001600160a01b03169052565b506040810151604083015260608101516138a3606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c08101518015156101208401525060e08101518015156101408401525061010001516001600160a01b03166101609190910152565b505050565b6001600160601b03841681526101c0810161392c6020830185613855565b60ff83166101a0830152949350505050565b6001600160401b0381168114612d1957600080fd5b60006020828403121561396557600080fd5b8151612d848161393e565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561399857600080fd5b8151612d848161318e565b6000602082840312156139b557600080fd5b81516001600160401b038111156139cb57600080fd5b612e4c84828501613488565b602081526000612d8460208301846136cc565b602081526000612d846020830184612ddb565b6001600160601b0383168152604060208201526000612e4c60408301846136cc565b6001600160601b03831681526101a08101612d846020830184613855565b600060208284031215613a4f57600080fd5b8151612d8481613170565b60008060408385031215613a6d57600080fd5b8251613a7881612e95565b6020840151909250613a8981612e95565b809150509250929050565b8151815260208083015190820152604081016114db565b60008060408385031215613abe57600080fd5b505080516020909101519092909150565b604081526000613ae26040830185612daf565b905060ff831660208301529392505050565b601f82111561390957600081815260208120601f850160051c81016020861015613b1b5750805b601f850160051c820191505b81811015613b3a57828155600101613b27565b505050505050565b81516001600160401b03811115613b5b57613b5b612f1a565b613b6f81613b698454613383565b84613af4565b602080601f831160018114613ba45760008415613b8c5750858301515b600019600386901b1c1916600185901b178555613b3a565b600085815260208120601f198616915b82811015613bd357888601518255948401946001909101908401613bb4565b5085821015613bf15787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220b7edcda33e8a179626242df17e72b66eb9091c6470ae0b0941d99da956e6bf3064736f6c63430008140033",
798
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101735760003560e01c806382678766116100de578063b88da75911610097578063cde749f411610071578063cde749f4146104c4578063cf7a1d77146104de578063cf7e5db8146104f1578063e3458d531461050457600080fd5b8063b88da759146104a1578063caf4e3d4146104b4578063cc9fc59a146104bc57600080fd5b80638267876614610402578063893d20e814610415578063946dfcfe1461041d578063a3f4df7e14610444578063a745e3df1461046e578063b3c650151461048157600080fd5b80634420e486116101305780634420e4861461025b5780634d459c90146102865780634f4213331461039f5780635ab1bd53146103b2578063636450f5146103d7578063644c45e0146103ea57600080fd5b806301ffc9a7146101785780630d8e6e2c146101ba5780630fec111c146101d6578063138461e0146101ec57806317d7de7c146101f65780631eff4b2214610226575b600080fd5b6101a5610186366004612d5a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101c2610517565b60405162ffffff90911681526020016101b1565b6101de6105a1565b6040516101b1929190612e54565b6101f46106f4565b005b60408051808201909152600b81526a506f6f6c5365727669636560a81b60208201525b6040516101b19190612e82565b61024d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101b1565b61026e610269366004612eaa565b610916565b6040516001600160601b0390911681526020016101b1565b610342610294366004612ed8565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020613c2283398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101b1565b6101a56103ad366004612ed8565b610c7d565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101b1565b6101f46103e5366004612ffd565b610d30565b600154600160a01b90046001600160601b031661026e565b6101f4610410366004613033565b610fcb565b6103bf611140565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed9015461024d565b6102196040518060400160405280600b81526020016a506f6f6c5365727669636560a81b81525081565b6101f461047c3660046130f6565b61125a565b6104896113b4565b6040516001600160401b0390911681526020016101b1565b6101c26104af366004613157565b6113d5565b6103bf611426565b6103bf6114e1565b6104cc611559565b60405160ff90911681526020016101b1565b6101f46104ec3660046130f6565b6115dc565b6101f46104ff3660046131a8565b6116e5565b61026e6105123660046132be565b611868565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610578573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613366565b905090565b6105a9612d1c565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105f56001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161063d611140565b6001600160a01b0316815260200182600101805461065a90613383565b80601f016020809104026020016040519081016040528092919081815260200182805461068690613383565b80156106d35780601f106106a8576101008083540402835291602001916106d3565b820191906000526020600020905b8154815290600101906020018083116106b657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610756573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061077a91906133cd565b156107c1576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107ea5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610833573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085791906133cd565b61087f576040516372657a5160e01b81526001600160a01b03821660048201526024016107b8565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156108c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ed91906133f3565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600081808261092482611bc4565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa158015610989573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ad9190613410565b90506109b76114e1565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a2991906133f3565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610a8b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aaf91906133cd565b610ae6576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b03831660248201526044016107b8565b33886000610af382611bc4565b90506000610aff611426565b9050610b09612d1c565b6060610b1d8460785b60ff90811691161490565b15610ba557604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610b73573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b9b9190810190613535565b9092509050610c4f565b610bb084606e610b12565b15610beb57604051635d96628960e01b81526001600160a01b0386811660048301528781166024830152841690635d96628990604401610b54565b610bf684608c610b12565b15610c3157604051637286e5e560e01b81526001600160a01b0386811660048301528781166024830152841690637286e5e590604401610b54565b60405163062839b560e01b815260ff851660048201526024016107b8565b81519c506000610c5e83611c39565b9050610c6b8e8383611cdb565b50505050505050505050505050919050565b600080600080516020613c2283398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610d05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d299190613598565b1192915050565b600080610d3d608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610da59190613410565b8351604051634793b4ab60e01b81526001600160601b0388166004820152919250906000906001600160a01b03841690634793b4ab90602401600060405180830381865afa158015610dfb573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e2391908101906135ec565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e81573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea591906133cd565b610ef15760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a504c532d3031303a42554e444c455f554e4b4e4f574e0000000060448201526064016107b8565b80516001600160601b03808416911614610f585760405162461bcd60e51b815260206004820152602260248201527f4552524f523a504c532d3031313a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b60648201526084016107b8565b602081018690526040516307f8b57360e31b81526001600160a01b03851690633fc5ab9890610f90908a90859060ff9060040161376b565b600060405180830381600087803b158015610faa57600080fd5b505af1158015610fbe573d6000803e3d6000fd5b5050505050505050505050565b600080610fd8608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561101c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110409190613410565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161018060405180830381865afa158015611097573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110bb91906137a0565b606081018990526080810188905260a08101879052604051633055195560e11b81529091506001600160a01b038516906360aa32aa90611104908590859060ff9060040161390e565b600060405180830381600087803b15801561111e57600080fd5b505af1158015611132573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156111a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111c991906133cd565b1561124a57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015611226573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613410565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61127c610517565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e09190613953565b600080516020613c028339815191528054600160401b900460ff1680611313575080546001600160401b03808416911610155b156113315760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561135c858561200e565b611365836122ad565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061059c600080516020613c02833981519152546001600160401b031690565b6000600080516020613c2283398151915260010182815481106113fa576113fa613970565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061143b6001546001600160a01b031690565b6001600160a01b031663a3bcd81d611451611559565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa1580156114b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114db9190613410565b92915050565b60006114f56001546001600160a01b031690565b6001600160a01b031663a3bcd81d61150b611559565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff9091166024820152608401611209565b6000611563610517565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156115b8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613986565b600080516020613c028339815191528054600160401b810460ff1615906001600160401b031660008115801561160f5750825b90506000826001600160401b0316600114801561162b5750303b155b905081158015611639575080155b156116575760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561168157845460ff60401b1916600160401b1785555b61168b888861200e565b61169587876122b5565b83156116db57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b336116f86001546001600160a01b031690565b604051632b91e0a960e01b81526001600160a01b0383811660048301529190911690632b91e0a990602401602060405180830381865afa158015611740573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061176491906133cd565b6117a45760405162461bcd60e51b81526020600482015260116024820152704552524f525f4e4f545f5345525649434560781b60448201526064016107b8565b60006117b86001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611807573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261182f91908101906139a3565b60808101516040516307f8b57360e31b8152919250906001600160a01b03821690633fc5ab9890610f909089908990899060040161376b565b60008080611876608c611d50565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118de9190613410565b90506000836000015190506000604051806101200160405280836001600160601b031681526020018c815260200189898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250938552505050602082018d90526040820152606081018c9052608081018b905260a001611969600090565b64ffffffffff16815260006020909101529050611984611426565b6001600160a01b031663c2bf08c86040518060e001604052806119a5600090565b6001600160601b03168152602001856001600160601b031681526020016119ca60dc90565b60ff16815260200160001515815260200160006001600160a01b031681526020018f6001600160a01b0316815260200184604051602001611a0b91906139d7565b6040516020818303038152906040528152506040518263ffffffff1660e01b8152600401611a3991906139ea565b6020604051808303816000875af1158015611a58573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a7c91906133f3565b604051633038d34760e11b81529096506001600160a01b03851690636071a68e90611aad90899085906004016139fd565b600060405180830381600087803b158015611ac757600080fd5b505af1158015611adb573d6000803e3d6000fd5b505050506000846001600160a01b03166361f5f4206040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b1f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b439190613410565b6040516346f0e8a760e11b81526001600160601b03891660048201529091506001600160a01b03821690638de1d14e90602401600060405180830381600087803b158015611b9057600080fd5b505af1158015611ba4573d6000803e3d6000fd5b50505050611bb48484898e61240b565b5050505050509695505050505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611c05573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c2d9190810190613535565b50604001519392505050565b600080611c4e6001546001600160a01b031690565b60208401516040516305247a1760e51b81526001600160601b0390911660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611ca7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ccf91908101906139a3565b60800151949350505050565b600082806020019051810190611cf191906137a0565b6040516339f34df560e21b81529091506001600160a01b0383169063e7cd37d490611d229087908590600401613a1f565b600060405180830381600087803b158015611d3c57600080fd5b505af11580156116db573d6000803e3d6000fd5b611d58612d1c565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611da5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dc991906133f3565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611e24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4891906133cd565b611e945760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e00000000000000000060448201526064016107b8565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611eef573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f1791908101906139a3565b9250611f2d83604001518560ff90811691161490565b611f6f5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016107b8565b6000611f836001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611fd8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261200091908101906139a3565b608001519395939450505050565b61201661269b565b600080516020613c228339815191526000612046600080516020613c02833981519152546001600160401b031690565b90506000612052610517565b9050816001600160401b031660010361207f5760028301805462ffffff191662ffffff83161790556120cd565b600283015462ffffff908116908216116120cd5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016107b8565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015612181573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121a59190613a3d565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a59083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b61017361269b565b600080516020613c028339815191528054600160401b810460ff1615906001600160401b03166000811580156122e85750825b90506000826001600160401b031660011480156123045750303b155b905081158015612312575080155b156123305760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561235a57845460ff60401b1916600160401b1785555b6000868060200190518101906123709190613a5a565b600480546001600160a01b039093166001600160a01b031990931683179055915061239b90896126d4565b6123ab631b4612f160e31b61282a565b6123bb6319a700ef60e31b61282a565b50831561240257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b8015612695576040516355e343a960e01b81526001600160601b03841660048201526000906001600160a01b038616906355e343a99060240161018060405180830381865afa158015612462573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061248691906137a0565b602081015190915060006124a26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156124f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125159190613410565b60808401516101008501516040516317d5759960e31b81526001600160a01b03808516600483015291821660248201526044810188905292935090919084169063beabacc890606401600060405180830381600087803b15801561257857600080fd5b505af115801561258c573d6000803e3d6000fd5b50506040516346f0526160e11b815273__$a23651848365a6a5ca15f07b4331037f48$__9250638de0a4c291506125c7908490600401613a94565b602060405180830381865af41580156125e4573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061260891906133cd565b6116db5760405163012ebd8360e21b8152815160048201526020820151602482015260448101869052600090819073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015612671573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111329190613aab565b50505050565b600080516020613c0283398151915254600160401b900460ff166126d257604051631afcd79f60e31b815260040160405180910390fd5b565b6126de828261284f565b6126e66128d8565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b0392909216919091179055612738612951565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b039290921691909117905561278a61298d565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556127dc6129c8565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061287960408051808201909152600b81526a506f6f6c5365727669636560a81b602082015290565b612881611559565b604051602001612892929190613acf565b604051602081830303815290604052905060006128ae84612a03565b905060006128c18583603c848888612a6e565b6128d1631b4612f160e31b61282a565b5050505050565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af415801561292d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061059c9190613953565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612910565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612a4a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114db91906133f3565b612aaf6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b612ab98287612b3a565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612b298382613b42565b506124026303fb044760e21b61282a565b6001600160a01b038216612b905760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016107b8565b600280546001600160a01b0319166001600160a01b038416179055612bb481612bb8565b5050565b6001546001600160a01b031615612bf15760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016107b8565b6001600160a01b038116612c185760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003612c4e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632eaf856d60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015612cc8575060408051601f3d908101601f19168201909252612cc5918101906133cd565b60015b612cf05760405163fdeac91f60e01b81526001600160a01b03821660048201526024016107b8565b80612bb45760405163fdeac91f60e01b81526001600160a01b03831660048201526024016107b8565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612d6c57600080fd5b81356001600160e01b031981168114612d8457600080fd5b9392505050565b60005b83811015612da6578181015183820152602001612d8e565b50506000910152565b60008151808452612dc7816020860160208601612d8b565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612e4c60e0850182612daf565b949350505050565b604081526000612e676040830185612ddb565b8281036020840152612e798185612daf565b95945050505050565b602081526000612d846020830184612daf565b6001600160a01b0381168114612d1957600080fd5b600060208284031215612ebc57600080fd5b8135612d8481612e95565b62ffffff81168114612d1957600080fd5b600060208284031215612eea57600080fd5b8135612d8481612ec7565b6001600160601b0381168114612d1957600080fd5b8035612f1581612ef5565b919050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612f5257612f52612f1a565b60405290565b60405161012081016001600160401b0381118282101715612f5257612f52612f1a565b60405160e081016001600160401b0381118282101715612f5257612f52612f1a565b604051601f8201601f191681016001600160401b0381118282101715612fc557612fc5612f1a565b604052919050565b600060408284031215612fdf57600080fd5b612fe7612f30565b9050813581526020820135602082015292915050565b6000806060838503121561301057600080fd5b823561301b81612ef5565b915061302a8460208501612fcd565b90509250929050565b600080600060c0848603121561304857600080fd5b6130528585612fcd565b92506130618560408601612fcd565b91506130708560808601612fcd565b90509250925092565b60006001600160401b0382111561309257613092612f1a565b50601f01601f191660200190565b600082601f8301126130b157600080fd5b81356130c46130bf82613079565b612f9d565b8181528460208386010111156130d957600080fd5b816020850160208301376000918101602001919091529392505050565b60008060006060848603121561310b57600080fd5b833561311681612e95565b9250602084013561312681612e95565b915060408401356001600160401b0381111561314157600080fd5b61314d868287016130a0565b9150509250925092565b60006020828403121561316957600080fd5b5035919050565b64ffffffffff81168114612d1957600080fd5b8035612f1581613170565b60ff81168114612d1957600080fd5b8035612f158161318e565b600080600080608085870312156131be57600080fd5b84356131c981612ef5565b935060208501356131d981612ef5565b925060408501356001600160401b03808211156131f557600080fd5b90860190610140828903121561320a57600080fd5b613212612f58565b61321b83612f0a565b815261322a8960208501612fcd565b602082015260608301358281111561324157600080fd5b61324d8a8286016130a0565b6040830152506080830135606082015260a0830135608082015260c083013560a082015260e083013560c0820152610100915061328b828401613183565b60e082015261329d6101208401613183565b828201528094505050506132b36060860161319d565b905092959194509250565b60008060008060008060c087890312156132d757600080fd5b86356132e281612e95565b95506132f18860208901612fcd565b9450606087013593506080870135925060a08701356001600160401b038082111561331b57600080fd5b818901915089601f83011261332f57600080fd5b81358181111561333e57600080fd5b8a602082850101111561335057600080fd5b6020830194508093505050509295509295509295565b60006020828403121561337857600080fd5b8151612d8481612ec7565b600181811c9082168061339757607f821691505b6020821081036133b757634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114612f1557600080fd5b6000602082840312156133df57600080fd5b612d84826133bd565b8051612f1581612ef5565b60006020828403121561340557600080fd5b8151612d8481612ef5565b60006020828403121561342257600080fd5b8151612d8481612e95565b8051612f158161318e565b8051612f1581612e95565b600082601f83011261345457600080fd5b81516134626130bf82613079565b81815284602083860101111561347757600080fd5b612e4c826020830160208701612d8b565b600060e0828403121561349a57600080fd5b6134a2612f7b565b90506134ad826133e8565b81526134bb602083016133e8565b60208201526134cc6040830161342d565b60408201526134dd606083016133bd565b60608201526134ee60808301613438565b60808201526134ff60a08301613438565b60a082015260c08201516001600160401b0381111561351d57600080fd5b61352984828501613443565b60c08301525092915050565b6000806040838503121561354857600080fd5b82516001600160401b038082111561355f57600080fd5b61356b86838701613488565b9350602085015191508082111561358157600080fd5b5061358e85828601613443565b9150509250929050565b6000602082840312156135aa57600080fd5b5051919050565b6000604082840312156135c357600080fd5b6135cb612f30565b9050815181526020820151602082015292915050565b8051612f1581613170565b6000602082840312156135fe57600080fd5b81516001600160401b038082111561361557600080fd5b90830190610140828603121561362a57600080fd5b613632612f58565b61363b836133e8565b815261364a86602085016135b1565b602082015260608301518281111561366157600080fd5b61366d87828601613443565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c082015261010091506136ab8284016135e1565b60e08201526136bd61012084016135e1565b91810191909152949350505050565b80516001600160601b03168252600061014060208381015180518683015290810151604086015250604083015181606086015261370b82860182612daf565b91505060608301516080850152608083015160a085015260a083015160c085015260c083015160e085015260e08301516101006137508187018364ffffffffff169052565b84015164ffffffffff81166101208701529050509392505050565b6001600160601b038416815260606020820152600061378d60608301856136cc565b905060ff83166040830152949350505050565b600061018082840312156137b357600080fd5b6137bb612f58565b6137c4836133e8565b81526137d260208401613438565b6020820152604083015160408201526137ee84606085016135b1565b60608201526138008460a085016135b1565b60808201526138128460e085016135b1565b60a082015261382461012084016133bd565b60c082015261383661014084016133bd565b60e08201526138486101608401613438565b6101008201529392505050565b6001600160601b038151168252602081015161387c60208401826001600160a01b03169052565b506040810151604083015260608101516138a3606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c08101518015156101208401525060e08101518015156101408401525061010001516001600160a01b03166101609190910152565b505050565b6001600160601b03841681526101c0810161392c6020830185613855565b60ff83166101a0830152949350505050565b6001600160401b0381168114612d1957600080fd5b60006020828403121561396557600080fd5b8151612d848161393e565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561399857600080fd5b8151612d848161318e565b6000602082840312156139b557600080fd5b81516001600160401b038111156139cb57600080fd5b612e4c84828501613488565b602081526000612d8460208301846136cc565b602081526000612d846020830184612ddb565b6001600160601b0383168152604060208201526000612e4c60408301846136cc565b6001600160601b03831681526101a08101612d846020830184613855565b600060208284031215613a4f57600080fd5b8151612d8481613170565b60008060408385031215613a6d57600080fd5b8251613a7881612e95565b6020840151909250613a8981612e95565b809150509250929050565b8151815260208083015190820152604081016114db565b60008060408385031215613abe57600080fd5b505080516020909101519092909150565b604081526000613ae26040830185612daf565b905060ff831660208301529392505050565b601f82111561390957600081815260208120601f850160051c81016020861015613b1b5750805b601f850160051c820191505b81811015613b3a57828155600101613b27565b505050505050565b81516001600160401b03811115613b5b57613b5b612f1a565b613b6f81613b698454613383565b84613af4565b602080601f831160018114613ba45760008415613b8c5750858301515b600019600386901b1c1916600185901b178555613b3a565b600085815260208120601f198616915b82811015613bd357888601518255948401946001909101908401613bb4565b5085821015613bf15787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220b7edcda33e8a179626242df17e72b66eb9091c6470ae0b0941d99da956e6bf3064736f6c63430008140033",
799
- "linkReferences": {
800
- "contracts/types/Blocknumber.sol": {
801
- "BlocknumberLib": [
802
- {
803
- "length": 20,
804
- "start": 3589
805
- }
806
- ]
807
- },
808
- "contracts/types/Fee.sol": {
809
- "FeeLib": [
810
- {
811
- "length": 20,
812
- "start": 9943
813
- },
814
- {
815
- "length": 20,
816
- "start": 10098
817
- }
818
- ]
819
- },
820
- "contracts/types/NftId.sol": {
821
- "NftIdLib": [
822
- {
823
- "length": 20,
824
- "start": 2134
825
- },
826
- {
827
- "length": 20,
828
- "start": 3969
829
- },
830
- {
831
- "length": 20,
832
- "start": 4773
833
- },
834
- {
835
- "length": 20,
836
- "start": 7972
837
- }
838
- ]
839
- },
840
- "contracts/types/RoleId.sol": {
841
- "RoleIdLib": [
842
- {
843
- "length": 20,
844
- "start": 10796
845
- },
846
- {
847
- "length": 20,
848
- "start": 10917
849
- },
850
- {
851
- "length": 20,
852
- "start": 10976
853
- },
854
- {
855
- "length": 20,
856
- "start": 11035
857
- }
858
- ]
859
- },
860
- "contracts/types/Timestamp.sol": {
861
- "TimestampLib": [
862
- {
863
- "length": 20,
864
- "start": 8833
865
- }
866
- ]
867
- },
868
- "contracts/types/Version.sol": {
869
- "VersionLib": [
870
- {
871
- "length": 20,
872
- "start": 1656
873
- },
874
- {
875
- "length": 20,
876
- "start": 5014
877
- },
878
- {
879
- "length": 20,
880
- "start": 5816
881
- }
882
- ]
883
- }
884
- },
885
- "deployedLinkReferences": {
886
- "contracts/types/Blocknumber.sol": {
887
- "BlocknumberLib": [
888
- {
889
- "length": 20,
890
- "start": 3275
891
- }
892
- ]
893
- },
894
- "contracts/types/Fee.sol": {
895
- "FeeLib": [
896
- {
897
- "length": 20,
898
- "start": 9629
899
- },
900
- {
901
- "length": 20,
902
- "start": 9784
903
- }
904
- ]
905
- },
906
- "contracts/types/NftId.sol": {
907
- "NftIdLib": [
908
- {
909
- "length": 20,
910
- "start": 1820
911
- },
912
- {
913
- "length": 20,
914
- "start": 3655
915
- },
916
- {
917
- "length": 20,
918
- "start": 4459
919
- },
920
- {
921
- "length": 20,
922
- "start": 7658
923
- }
924
- ]
925
- },
926
- "contracts/types/RoleId.sol": {
927
- "RoleIdLib": [
928
- {
929
- "length": 20,
930
- "start": 10482
931
- },
932
- {
933
- "length": 20,
934
- "start": 10603
935
- },
936
- {
937
- "length": 20,
938
- "start": 10662
939
- },
940
- {
941
- "length": 20,
942
- "start": 10721
943
- }
944
- ]
945
- },
946
- "contracts/types/Timestamp.sol": {
947
- "TimestampLib": [
948
- {
949
- "length": 20,
950
- "start": 8519
951
- }
952
- ]
953
- },
954
- "contracts/types/Version.sol": {
955
- "VersionLib": [
956
- {
957
- "length": 20,
958
- "start": 1342
959
- },
960
- {
961
- "length": 20,
962
- "start": 4700
963
- },
964
- {
965
- "length": 20,
966
- "start": 5502
967
- }
968
- ]
969
- }
970
- }
971
- }