@etherisc/gif-next 0.0.2-836e6e4-400 → 0.0.2-83889c4-030

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (622) hide show
  1. package/README.md +10 -14
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1349 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/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 +814 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +73 -83
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +286 -1351
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +308 -199
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +463 -2526
  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 +510 -336
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +378 -88
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3642 -0
  32. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  34. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  35. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +6 -1
  36. package/artifacts/contracts/instance/base/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 +256 -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 -144
  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 +662 -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 +997 -0
  60. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +718 -0
  62. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1105 -0
  64. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  65. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +746 -0
  66. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  67. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +286 -265
  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 +1065 -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 +1432 -0
  76. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  77. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +738 -0
  78. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +834 -0
  80. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  81. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
  82. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1278 -0
  84. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  85. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +810 -0
  86. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  87. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +203 -240
  88. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +759 -0
  90. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +326 -283
  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} +263 -226
  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/{components/IBaseComponent.sol/IBaseComponent.json → product/IProductService.sol/IProductService.json} +125 -122
  98. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1146 -0
  100. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +754 -0
  102. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingService.sol/PricingService.json +983 -0
  104. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +778 -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 +679 -0
  110. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +694 -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 +279 -17
  116. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  117. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +355 -221
  118. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  119. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  120. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  121. package/artifacts/contracts/registry/Registry.sol/Registry.json +512 -36
  122. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  123. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +407 -0
  124. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  125. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +507 -287
  126. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  127. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +340 -82
  128. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
  129. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +845 -99
  130. package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +4 -0
  131. package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +137 -0
  132. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  133. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -96
  134. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  135. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
  136. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  137. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1715 -0
  138. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  139. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1728 -0
  140. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  141. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1806 -0
  142. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  143. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1824 -0
  144. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  145. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  146. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  147. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1490 -0
  148. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +792 -0
  150. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +200 -195
  152. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  153. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  154. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  155. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  156. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  157. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  158. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  159. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/IComponent.sol/IComponent.json} +277 -115
  160. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  161. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +867 -0
  162. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  163. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  164. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  165. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +51 -31
  166. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
  168. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  169. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  170. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  172. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  173. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  174. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  175. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  176. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  177. package/artifacts/contracts/shared/IService.sol/IService.json +75 -163
  178. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  179. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  180. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  181. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  182. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  183. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  184. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  185. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  186. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  188. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  189. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  190. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  191. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  192. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  193. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  194. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  195. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +330 -62
  196. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  197. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  198. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  199. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  200. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  201. package/artifacts/contracts/shared/Service.sol/Service.json +179 -153
  202. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  203. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  204. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  205. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  206. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  207. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  208. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  209. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  210. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  211. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +993 -0
  212. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  213. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +444 -0
  214. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  215. package/artifacts/contracts/staking/Staking.sol/Staking.json +2045 -0
  216. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  217. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +777 -0
  218. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  219. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  220. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  221. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1324 -0
  222. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  223. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +726 -0
  224. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  225. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2189 -0
  226. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  227. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  228. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  229. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  230. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  231. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  232. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  233. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  234. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  235. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  236. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  237. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  238. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  239. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  240. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  241. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  242. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  244. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  245. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  246. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  247. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +105 -0
  248. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  249. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  250. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  252. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  254. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  255. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  256. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
  258. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  260. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  262. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  264. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  265. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  266. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  267. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  268. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  269. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  270. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  271. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  272. package/contracts/distribution/Distribution.sol +261 -0
  273. package/contracts/distribution/DistributionService.sol +298 -0
  274. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  275. package/contracts/distribution/IDistributionComponent.sol +66 -0
  276. package/contracts/distribution/IDistributionService.sol +81 -0
  277. package/contracts/instance/BundleManager.sol +22 -25
  278. package/contracts/instance/IInstance.sol +65 -45
  279. package/contracts/instance/IInstanceService.sol +60 -17
  280. package/contracts/instance/Instance.sol +155 -195
  281. package/contracts/instance/InstanceAdmin.sol +331 -0
  282. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  283. package/contracts/instance/InstanceReader.sol +160 -85
  284. package/contracts/instance/InstanceService.sol +272 -210
  285. package/contracts/instance/InstanceServiceManager.sol +12 -22
  286. package/contracts/instance/InstanceStore.sol +281 -0
  287. package/contracts/instance/base/BalanceStore.sol +118 -0
  288. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +8 -3
  289. package/contracts/instance/base/ObjectCounter.sol +21 -0
  290. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +16 -35
  291. package/contracts/instance/module/IAccess.sol +20 -22
  292. package/contracts/instance/module/IBundle.sol +8 -8
  293. package/contracts/instance/module/IComponents.sol +52 -0
  294. package/contracts/instance/module/IDistribution.sol +7 -4
  295. package/contracts/instance/module/IPolicy.sol +56 -17
  296. package/contracts/instance/module/IRisk.sol +1 -1
  297. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  298. package/contracts/oracle/IOracle.sol +20 -0
  299. package/contracts/oracle/IOracleComponent.sol +32 -0
  300. package/contracts/oracle/IOracleService.sol +65 -0
  301. package/contracts/oracle/Oracle.sol +145 -0
  302. package/contracts/oracle/OracleService.sol +277 -0
  303. package/contracts/oracle/OracleServiceManager.sol +42 -0
  304. package/contracts/pool/BundleService.sol +296 -0
  305. package/contracts/pool/BundleServiceManager.sol +42 -0
  306. package/contracts/pool/IBundleService.sol +106 -0
  307. package/contracts/pool/IPoolComponent.sol +112 -0
  308. package/contracts/pool/IPoolService.sol +150 -0
  309. package/contracts/pool/Pool.sol +299 -0
  310. package/contracts/pool/PoolService.sol +453 -0
  311. package/contracts/pool/PoolServiceManager.sol +42 -0
  312. package/contracts/product/ApplicationService.sol +254 -0
  313. package/contracts/product/ApplicationServiceManager.sol +38 -0
  314. package/contracts/product/ClaimService.sol +442 -0
  315. package/contracts/product/ClaimServiceManager.sol +38 -0
  316. package/contracts/product/IApplicationService.sol +62 -0
  317. package/contracts/product/IClaimService.sol +99 -0
  318. package/contracts/product/IPolicyService.sol +78 -0
  319. package/contracts/product/IPricingService.sol +39 -0
  320. package/contracts/product/IProductComponent.sol +42 -0
  321. package/contracts/product/IProductService.sol +33 -0
  322. package/contracts/product/PolicyService.sol +475 -0
  323. package/contracts/product/PolicyServiceManager.sol +42 -0
  324. package/contracts/product/PricingService.sol +301 -0
  325. package/contracts/product/PricingServiceManager.sol +42 -0
  326. package/contracts/product/Product.sol +377 -0
  327. package/contracts/product/ProductService.sol +124 -0
  328. package/contracts/product/ProductServiceManager.sol +42 -0
  329. package/contracts/registry/ChainNft.sol +16 -1
  330. package/contracts/registry/IRegistry.sol +56 -23
  331. package/contracts/registry/IRegistryService.sol +45 -34
  332. package/contracts/registry/ITransferInterceptor.sol +1 -0
  333. package/contracts/registry/Registry.sol +300 -120
  334. package/contracts/registry/RegistryAdmin.sol +237 -0
  335. package/contracts/registry/RegistryService.sol +118 -175
  336. package/contracts/registry/RegistryServiceManager.sol +22 -26
  337. package/contracts/registry/ReleaseManager.sol +461 -209
  338. package/contracts/registry/ServiceAuthorizationsLib.sol +173 -0
  339. package/contracts/registry/TokenRegistry.sol +263 -58
  340. package/contracts/shared/AccessManagerCustom.sol +736 -0
  341. package/contracts/shared/AccessManagerExtended.sol +470 -0
  342. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  343. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  344. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  345. package/contracts/shared/Component.sol +281 -0
  346. package/contracts/shared/ComponentService.sol +618 -0
  347. package/contracts/shared/ComponentServiceManager.sol +35 -0
  348. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  349. package/contracts/shared/ERC165.sol +15 -13
  350. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  351. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  352. package/contracts/shared/IComponent.sol +70 -0
  353. package/contracts/shared/IComponentService.sol +102 -0
  354. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  355. package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
  356. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
  357. package/contracts/shared/INftOwnable.sol +13 -12
  358. package/contracts/shared/IPolicyHolder.sol +45 -0
  359. package/contracts/shared/IRegisterable.sol +4 -6
  360. package/contracts/shared/IRegistryLinked.sol +11 -0
  361. package/contracts/shared/IService.sol +7 -5
  362. package/contracts/shared/IVersionable.sol +5 -48
  363. package/contracts/shared/InitializableCustom.sol +177 -0
  364. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  365. package/contracts/shared/KeyValueStore.sol +127 -0
  366. package/contracts/{instance/base → shared}/Lifecycle.sol +37 -7
  367. package/contracts/shared/NftIdSetManager.sol +65 -0
  368. package/contracts/shared/NftOwnable.sol +59 -86
  369. package/contracts/shared/PolicyHolder.sol +102 -0
  370. package/contracts/shared/ProxyManager.sol +131 -26
  371. package/contracts/shared/Registerable.sol +26 -41
  372. package/contracts/shared/RegistryLinked.sol +43 -0
  373. package/contracts/shared/Service.sol +42 -23
  374. package/contracts/shared/TokenHandler.sol +37 -6
  375. package/contracts/shared/Versionable.sol +4 -92
  376. package/contracts/staking/IStaking.sol +168 -0
  377. package/contracts/staking/IStakingService.sol +149 -0
  378. package/contracts/staking/StakeManagerLib.sol +179 -0
  379. package/contracts/staking/Staking.sol +551 -0
  380. package/contracts/staking/StakingManager.sol +54 -0
  381. package/contracts/staking/StakingReader.sol +187 -0
  382. package/contracts/staking/StakingService.sol +406 -0
  383. package/contracts/staking/StakingServiceManager.sol +45 -0
  384. package/contracts/staking/StakingStore.sol +572 -0
  385. package/contracts/staking/TargetManagerLib.sol +207 -0
  386. package/contracts/{types → type}/AddressSet.sol +1 -1
  387. package/contracts/type/Amount.sol +128 -0
  388. package/contracts/{types → type}/Blocknumber.sol +21 -3
  389. package/contracts/type/ClaimId.sol +75 -0
  390. package/contracts/{types → type}/DistributorType.sol +2 -2
  391. package/contracts/{types → type}/Fee.sol +33 -23
  392. package/contracts/{types → type}/NftId.sol +21 -15
  393. package/contracts/{types → type}/NftIdSet.sol +2 -2
  394. package/contracts/{types → type}/ObjectType.sol +32 -16
  395. package/contracts/type/PayoutId.sol +82 -0
  396. package/contracts/{types → type}/Referral.sol +5 -1
  397. package/contracts/type/RequestId.sol +75 -0
  398. package/contracts/{types → type}/RiskId.sol +1 -1
  399. package/contracts/type/RoleId.sol +146 -0
  400. package/contracts/type/Seconds.sol +81 -0
  401. package/contracts/{types → type}/StateId.sol +34 -4
  402. package/contracts/{types → type}/Timestamp.sol +23 -14
  403. package/contracts/{types → type}/UFixed.sol +1 -0
  404. package/contracts/{types → type}/Version.sol +2 -1
  405. package/package.json +6 -5
  406. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  407. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  408. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -772
  409. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  410. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  411. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  412. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  413. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  414. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  415. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  416. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  417. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -967
  418. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  419. package/artifacts/contracts/components/Product.sol/Product.json +0 -883
  420. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  421. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  422. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  423. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  424. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  425. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  426. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  427. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  428. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  429. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  430. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  431. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  432. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  433. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  434. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  435. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  436. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  437. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  438. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  439. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  440. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  441. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  442. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  443. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  444. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  445. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  446. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  447. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  448. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  449. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  450. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  451. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  452. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  453. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  454. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  455. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  456. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  457. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  458. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  459. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  460. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  461. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  462. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  463. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  464. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1057
  465. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  466. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  467. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  468. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
  469. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  470. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  471. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  472. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  473. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +0 -429
  474. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  475. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  476. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  477. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  478. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  479. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  480. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  481. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  482. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -923
  483. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  484. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -432
  485. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  486. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -814
  487. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  488. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -671
  489. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -420
  491. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  492. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  493. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.json +0 -466
  494. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  495. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  496. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  497. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  498. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  499. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  500. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -971
  501. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -464
  503. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  504. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -705
  505. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  506. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -420
  507. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  508. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -755
  509. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  510. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -420
  511. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  512. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  513. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  514. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  515. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  516. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  517. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  518. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  519. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  520. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  521. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  522. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  523. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  524. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  525. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  526. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  527. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  528. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  529. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  530. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  531. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  532. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  533. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  534. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  535. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  536. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  537. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  538. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  539. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  540. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  541. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  542. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  543. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  544. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  545. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  546. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  547. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  548. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  549. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  550. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  551. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  552. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  554. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  556. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  557. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  558. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  559. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  560. package/contracts/components/BaseComponent.sol +0 -148
  561. package/contracts/components/Distribution.sol +0 -163
  562. package/contracts/components/IBaseComponent.sol +0 -32
  563. package/contracts/components/IDistributionComponent.sol +0 -44
  564. package/contracts/components/IPoolComponent.sol +0 -66
  565. package/contracts/components/IProductComponent.sol +0 -35
  566. package/contracts/components/Pool.sol +0 -271
  567. package/contracts/components/Product.sol +0 -292
  568. package/contracts/experiment/cloning/Cloner.sol +0 -47
  569. package/contracts/experiment/errors/Require.sol +0 -38
  570. package/contracts/experiment/errors/Revert.sol +0 -44
  571. package/contracts/experiment/inheritance/A.sol +0 -53
  572. package/contracts/experiment/inheritance/B.sol +0 -28
  573. package/contracts/experiment/inheritance/C.sol +0 -34
  574. package/contracts/experiment/inheritance/IA.sol +0 -13
  575. package/contracts/experiment/inheritance/IB.sol +0 -10
  576. package/contracts/experiment/inheritance/IC.sol +0 -12
  577. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  578. package/contracts/experiment/statemachine/ISM.sol +0 -25
  579. package/contracts/experiment/statemachine/SM.sol +0 -57
  580. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  581. package/contracts/experiment/types/TypeA.sol +0 -47
  582. package/contracts/experiment/types/TypeB.sol +0 -29
  583. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  584. package/contracts/instance/IInstanceBase.sol +0 -26
  585. package/contracts/instance/InstanceAccessManager.sol +0 -304
  586. package/contracts/instance/InstanceBase.sol +0 -41
  587. package/contracts/instance/base/ComponentServiceBase.sol +0 -72
  588. package/contracts/instance/base/IInstanceBase.sol +0 -23
  589. package/contracts/instance/base/KeyValueStore.sol +0 -172
  590. package/contracts/instance/module/ISetup.sol +0 -46
  591. package/contracts/instance/module/ITreasury.sol +0 -23
  592. package/contracts/instance/service/BundleService.sol +0 -260
  593. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  594. package/contracts/instance/service/ComponentOwnerService.sol +0 -315
  595. package/contracts/instance/service/DistributionService.sol +0 -114
  596. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  597. package/contracts/instance/service/IBundleService.sol +0 -45
  598. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  599. package/contracts/instance/service/IDistributionService.sol +0 -12
  600. package/contracts/instance/service/IPolicyService.sol +0 -87
  601. package/contracts/instance/service/IPoolService.sol +0 -20
  602. package/contracts/instance/service/IProductService.sol +0 -40
  603. package/contracts/instance/service/PolicyService.sol +0 -503
  604. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  605. package/contracts/instance/service/PoolService.sol +0 -122
  606. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  607. package/contracts/instance/service/ProductService.sol +0 -168
  608. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  609. package/contracts/registry/RegistryAccessManager.sol +0 -210
  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 -25
  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/RoleId.sol +0 -90
  622. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -1,705 +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": "account",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "ErrorNotOwner",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [
57
- {
58
- "internalType": "address",
59
- "name": "registryAddress",
60
- "type": "address"
61
- }
62
- ],
63
- "name": "ErrorNotRegistry",
64
- "type": "error"
65
- },
66
- {
67
- "inputs": [
68
- {
69
- "internalType": "address",
70
- "name": "registryAddress",
71
- "type": "address"
72
- }
73
- ],
74
- "name": "ErrorRegisterableNotRegistry",
75
- "type": "error"
76
- },
77
- {
78
- "inputs": [],
79
- "name": "ErrorRegistryAddressZero",
80
- "type": "error"
81
- },
82
- {
83
- "inputs": [
84
- {
85
- "internalType": "address",
86
- "name": "registry",
87
- "type": "address"
88
- }
89
- ],
90
- "name": "ErrorRegistryAlreadyInitialized",
91
- "type": "error"
92
- },
93
- {
94
- "inputs": [],
95
- "name": "ErrorRegistryNotInitialized",
96
- "type": "error"
97
- },
98
- {
99
- "inputs": [
100
- {
101
- "internalType": "RoleId",
102
- "name": "expected",
103
- "type": "uint64"
104
- },
105
- {
106
- "internalType": "address",
107
- "name": "caller",
108
- "type": "address"
109
- }
110
- ],
111
- "name": "ExpectedRoleMissing",
112
- "type": "error"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "InvalidInitialization",
117
- "type": "error"
118
- },
119
- {
120
- "inputs": [],
121
- "name": "NotInitializing",
122
- "type": "error"
123
- },
124
- {
125
- "anonymous": false,
126
- "inputs": [
127
- {
128
- "indexed": false,
129
- "internalType": "uint64",
130
- "name": "version",
131
- "type": "uint64"
132
- }
133
- ],
134
- "name": "Initialized",
135
- "type": "event"
136
- },
137
- {
138
- "anonymous": false,
139
- "inputs": [
140
- {
141
- "indexed": false,
142
- "internalType": "Version",
143
- "name": "version",
144
- "type": "uint24"
145
- },
146
- {
147
- "indexed": false,
148
- "internalType": "address",
149
- "name": "implementation",
150
- "type": "address"
151
- },
152
- {
153
- "indexed": false,
154
- "internalType": "address",
155
- "name": "activatedBy",
156
- "type": "address"
157
- }
158
- ],
159
- "name": "LogVersionableInitialized",
160
- "type": "event"
161
- },
162
- {
163
- "inputs": [],
164
- "name": "REGISTERABLE_LOCATION_V1",
165
- "outputs": [
166
- {
167
- "internalType": "bytes32",
168
- "name": "",
169
- "type": "bytes32"
170
- }
171
- ],
172
- "stateMutability": "view",
173
- "type": "function"
174
- },
175
- {
176
- "inputs": [],
177
- "name": "getDomain",
178
- "outputs": [
179
- {
180
- "internalType": "ObjectType",
181
- "name": "",
182
- "type": "uint8"
183
- }
184
- ],
185
- "stateMutability": "pure",
186
- "type": "function"
187
- },
188
- {
189
- "inputs": [],
190
- "name": "getInitialInfo",
191
- "outputs": [
192
- {
193
- "components": [
194
- {
195
- "internalType": "NftId",
196
- "name": "nftId",
197
- "type": "uint96"
198
- },
199
- {
200
- "internalType": "NftId",
201
- "name": "parentNftId",
202
- "type": "uint96"
203
- },
204
- {
205
- "internalType": "ObjectType",
206
- "name": "objectType",
207
- "type": "uint8"
208
- },
209
- {
210
- "internalType": "bool",
211
- "name": "isInterceptor",
212
- "type": "bool"
213
- },
214
- {
215
- "internalType": "address",
216
- "name": "objectAddress",
217
- "type": "address"
218
- },
219
- {
220
- "internalType": "address",
221
- "name": "initialOwner",
222
- "type": "address"
223
- },
224
- {
225
- "internalType": "bytes",
226
- "name": "data",
227
- "type": "bytes"
228
- }
229
- ],
230
- "internalType": "struct IRegistry.ObjectInfo",
231
- "name": "",
232
- "type": "tuple"
233
- },
234
- {
235
- "internalType": "bytes",
236
- "name": "data",
237
- "type": "bytes"
238
- }
239
- ],
240
- "stateMutability": "view",
241
- "type": "function"
242
- },
243
- {
244
- "inputs": [],
245
- "name": "getInitializedVersion",
246
- "outputs": [
247
- {
248
- "internalType": "uint64",
249
- "name": "",
250
- "type": "uint64"
251
- }
252
- ],
253
- "stateMutability": "view",
254
- "type": "function"
255
- },
256
- {
257
- "inputs": [],
258
- "name": "getInstanceService",
259
- "outputs": [
260
- {
261
- "internalType": "contract InstanceService",
262
- "name": "",
263
- "type": "address"
264
- }
265
- ],
266
- "stateMutability": "view",
267
- "type": "function"
268
- },
269
- {
270
- "inputs": [],
271
- "name": "getMajorVersion",
272
- "outputs": [
273
- {
274
- "internalType": "VersionPart",
275
- "name": "majorVersion",
276
- "type": "uint8"
277
- }
278
- ],
279
- "stateMutability": "view",
280
- "type": "function"
281
- },
282
- {
283
- "inputs": [],
284
- "name": "getNftId",
285
- "outputs": [
286
- {
287
- "internalType": "NftId",
288
- "name": "",
289
- "type": "uint96"
290
- }
291
- ],
292
- "stateMutability": "view",
293
- "type": "function"
294
- },
295
- {
296
- "inputs": [],
297
- "name": "getOwner",
298
- "outputs": [
299
- {
300
- "internalType": "address",
301
- "name": "",
302
- "type": "address"
303
- }
304
- ],
305
- "stateMutability": "view",
306
- "type": "function"
307
- },
308
- {
309
- "inputs": [],
310
- "name": "getRegistry",
311
- "outputs": [
312
- {
313
- "internalType": "contract IRegistry",
314
- "name": "",
315
- "type": "address"
316
- }
317
- ],
318
- "stateMutability": "view",
319
- "type": "function"
320
- },
321
- {
322
- "inputs": [],
323
- "name": "getRegistryService",
324
- "outputs": [
325
- {
326
- "internalType": "contract IRegistryService",
327
- "name": "",
328
- "type": "address"
329
- }
330
- ],
331
- "stateMutability": "view",
332
- "type": "function"
333
- },
334
- {
335
- "inputs": [],
336
- "name": "getVersion",
337
- "outputs": [
338
- {
339
- "internalType": "Version",
340
- "name": "",
341
- "type": "uint24"
342
- }
343
- ],
344
- "stateMutability": "pure",
345
- "type": "function"
346
- },
347
- {
348
- "inputs": [
349
- {
350
- "internalType": "uint256",
351
- "name": "idx",
352
- "type": "uint256"
353
- }
354
- ],
355
- "name": "getVersion",
356
- "outputs": [
357
- {
358
- "internalType": "Version",
359
- "name": "",
360
- "type": "uint24"
361
- }
362
- ],
363
- "stateMutability": "view",
364
- "type": "function"
365
- },
366
- {
367
- "inputs": [],
368
- "name": "getVersionCount",
369
- "outputs": [
370
- {
371
- "internalType": "uint256",
372
- "name": "",
373
- "type": "uint256"
374
- }
375
- ],
376
- "stateMutability": "view",
377
- "type": "function"
378
- },
379
- {
380
- "inputs": [
381
- {
382
- "internalType": "Version",
383
- "name": "_version",
384
- "type": "uint24"
385
- }
386
- ],
387
- "name": "getVersionInfo",
388
- "outputs": [
389
- {
390
- "components": [
391
- {
392
- "internalType": "Version",
393
- "name": "version",
394
- "type": "uint24"
395
- },
396
- {
397
- "internalType": "address",
398
- "name": "implementation",
399
- "type": "address"
400
- },
401
- {
402
- "internalType": "address",
403
- "name": "activatedBy",
404
- "type": "address"
405
- },
406
- {
407
- "internalType": "Timestamp",
408
- "name": "activatedAt",
409
- "type": "uint40"
410
- },
411
- {
412
- "internalType": "Blocknumber",
413
- "name": "activatedIn",
414
- "type": "uint32"
415
- }
416
- ],
417
- "internalType": "struct IVersionable.VersionInfo",
418
- "name": "",
419
- "type": "tuple"
420
- }
421
- ],
422
- "stateMutability": "view",
423
- "type": "function"
424
- },
425
- {
426
- "inputs": [
427
- {
428
- "internalType": "address",
429
- "name": "implementation",
430
- "type": "address"
431
- },
432
- {
433
- "internalType": "address",
434
- "name": "activatedBy",
435
- "type": "address"
436
- },
437
- {
438
- "internalType": "bytes",
439
- "name": "data",
440
- "type": "bytes"
441
- }
442
- ],
443
- "name": "initialize",
444
- "outputs": [],
445
- "stateMutability": "nonpayable",
446
- "type": "function"
447
- },
448
- {
449
- "inputs": [
450
- {
451
- "internalType": "Version",
452
- "name": "_version",
453
- "type": "uint24"
454
- }
455
- ],
456
- "name": "isInitialized",
457
- "outputs": [
458
- {
459
- "internalType": "bool",
460
- "name": "",
461
- "type": "bool"
462
- }
463
- ],
464
- "stateMutability": "view",
465
- "type": "function"
466
- },
467
- {
468
- "inputs": [],
469
- "name": "linkToRegisteredNftId",
470
- "outputs": [],
471
- "stateMutability": "nonpayable",
472
- "type": "function"
473
- },
474
- {
475
- "inputs": [
476
- {
477
- "internalType": "address",
478
- "name": "poolAddress",
479
- "type": "address"
480
- }
481
- ],
482
- "name": "register",
483
- "outputs": [
484
- {
485
- "internalType": "NftId",
486
- "name": "poolNftId",
487
- "type": "uint96"
488
- }
489
- ],
490
- "stateMutability": "nonpayable",
491
- "type": "function"
492
- },
493
- {
494
- "inputs": [
495
- {
496
- "components": [
497
- {
498
- "internalType": "UFixed",
499
- "name": "fractionalFee",
500
- "type": "uint256"
501
- },
502
- {
503
- "internalType": "uint256",
504
- "name": "fixedFee",
505
- "type": "uint256"
506
- }
507
- ],
508
- "internalType": "struct Fee",
509
- "name": "poolFee",
510
- "type": "tuple"
511
- },
512
- {
513
- "components": [
514
- {
515
- "internalType": "UFixed",
516
- "name": "fractionalFee",
517
- "type": "uint256"
518
- },
519
- {
520
- "internalType": "uint256",
521
- "name": "fixedFee",
522
- "type": "uint256"
523
- }
524
- ],
525
- "internalType": "struct Fee",
526
- "name": "stakingFee",
527
- "type": "tuple"
528
- },
529
- {
530
- "components": [
531
- {
532
- "internalType": "UFixed",
533
- "name": "fractionalFee",
534
- "type": "uint256"
535
- },
536
- {
537
- "internalType": "uint256",
538
- "name": "fixedFee",
539
- "type": "uint256"
540
- }
541
- ],
542
- "internalType": "struct Fee",
543
- "name": "performanceFee",
544
- "type": "tuple"
545
- }
546
- ],
547
- "name": "setFees",
548
- "outputs": [],
549
- "stateMutability": "nonpayable",
550
- "type": "function"
551
- },
552
- {
553
- "inputs": [
554
- {
555
- "internalType": "bytes4",
556
- "name": "interfaceId",
557
- "type": "bytes4"
558
- }
559
- ],
560
- "name": "supportsInterface",
561
- "outputs": [
562
- {
563
- "internalType": "bool",
564
- "name": "",
565
- "type": "bool"
566
- }
567
- ],
568
- "stateMutability": "view",
569
- "type": "function"
570
- },
571
- {
572
- "inputs": [
573
- {
574
- "internalType": "address",
575
- "name": "implementation",
576
- "type": "address"
577
- },
578
- {
579
- "internalType": "address",
580
- "name": "activatedBy",
581
- "type": "address"
582
- },
583
- {
584
- "internalType": "bytes",
585
- "name": "data",
586
- "type": "bytes"
587
- }
588
- ],
589
- "name": "upgrade",
590
- "outputs": [],
591
- "stateMutability": "nonpayable",
592
- "type": "function"
593
- }
594
- ],
595
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612723806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806382678766116100b8578063b68d18091161007c578063b68d1809146103f8578063b88da7591461040d578063caf4e3d414610420578063cc9fc59a14610428578063cde749f414610430578063cf7a1d771461043857600080fd5b80638267876614610383578063893d20e814610396578063946dfcfe1461039e578063a745e3df146103c5578063b3c65015146103d857600080fd5b80634420e486116100ff5780634420e486146101ef5780634d459c901461021a5780634f421333146103335780635ab1bd5314610346578063644c45e01461036b57600080fd5b806301ffc9a71461013c5780630d8e6e2c1461017e5780630fec111c1461019a578063138461e0146101b05780631eff4b22146101ba575b600080fd5b61016961014a366004611cb4565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018661044b565b60405162ffffff9091168152602001610175565b6101a26104d5565b604051610175929190611d35565b6101b8610628565b005b6101e17f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610175565b6102026101fd366004611df1565b61084a565b6040516001600160601b039091168152602001610175565b6102d6610228366004611e1f565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091526000805160206126ce83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610175565b610169610341366004611e1f565b610a54565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610175565b600154600160a01b90046001600160601b0316610202565b6101b8610391366004611f1f565b610b07565b610353610c7c565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546101e1565b6101b86103d3366004611f8c565b610d95565b6103e0610eef565b6040516001600160401b039091168152602001610175565b608c5b60405160ff9091168152602001610175565b61018661041b366004612030565b610f10565b610353610f61565b610353610ffe565b6103fb611028565b6101b8610446366004611f8c565b6110ab565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d09190612049565b905090565b6104dd611c76565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105296001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610571610c7c565b6001600160a01b0316815260200182600101805461058e90612066565b80601f01602080910402602001604051908101604052809291908181526020018280546105ba90612066565b80156106075780601f106105dc57610100808354040283529160200191610607565b820191906000526020600020905b8154815290600101906020018083116105ea57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561068a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ae91906120b5565b156106f5576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b031661071e5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610767573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078b91906120b5565b6107b3576040516372657a5160e01b81526001600160a01b03821660048201526024016106ec565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156107fd573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061082191906120e7565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60003382610856611c76565b6060610860610f61565b604051637286e5e560e01b81526001600160a01b03858116600483015286811660248301529190911690637286e5e5906044016000604051808303816000875af11580156108b2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526108da9190810190612221565b602082015191935091506000906108f0906111b4565b905060006108fc610ffe565b6001600160a01b031663103bd5da8761091361124b565b6040516001600160e01b031960e085901b1681526001600160a01b0392831660048201526001600160401b0390911660248201529085166044820152606401602060405180830381865afa15801561096f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061099391906120b5565b9050806109d6576109a261124b565b6040516351302f8160e01b81526001600160401b0390911660048201526001600160a01b03871660248201526044016106ec565b8351965060006109e5846112c3565b6040516339f34df560e21b81529091506001600160a01b0384169063e7cd37d490610a16908b90859060040161233d565b600060405180830381600087803b158015610a3057600080fd5b505af1158015610a44573d6000803e3d6000fd5b5050505050505050505050919050565b6000806000805160206126ce83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610adc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b00919061235b565b1192915050565b600080610b14608c611351565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b58573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7c9190612374565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161018060405180830381865afa158015610bd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf791906123c1565b606081018990526080810188905260a08101879052604051633055195560e11b81529091506001600160a01b038516906360aa32aa90610c40908590859060ff90600401612476565b600060405180830381600087803b158015610c5a57600080fd5b505af1158015610c6e573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610ce1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d0591906120b5565b15610d8557600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610d61573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d09190612374565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610db761044b565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610df7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1b91906124bb565b6000805160206126ae8339815191528054600160401b900460ff1680610e4e575080546001600160401b03808416911610155b15610e6c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610e9785856114c1565b610ea083611760565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006104d06000805160206126ae833981519152546001600160401b031690565b60006000805160206126ce8339815191526001018281548110610f3557610f356124d8565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080610f766001546001600160a01b031690565b6001600160a01b031663d39e604360285b610f8f611028565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610fd4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff89190612374565b92915050565b6000806110136001546001600160a01b031690565b6001600160a01b031663d39e60436046610f87565b600061103261044b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611087573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d091906124ee565b6000805160206126ae8339815191528054600160401b810460ff1615906001600160401b03166000811580156110de5750825b90506000826001600160401b031660011480156110fa5750303b155b905081158015611108575080155b156111265760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561115057845460ff60401b1916600160401b1785555b61115a88886114c1565b6111648787611768565b83156111aa57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6000806111c96001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611218573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611240919081019061250b565b608001519392505050565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af415801561129f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d091906124bb565b61133d60408051610120810182526000808252602080830182905282840182905283518085018552828152808201839052606084015283518085018552828152808201839052608084015283518085019094528184528301529060a082019081526000602082018190526040820181905260609091015290565b81806020019051810190610ff891906123c1565b611359611c76565b60008061136e6001546001600160a01b031690565b6040516308b09a5f60e41b81523360048201529091506001600160a01b03821690638b09a5f090602401600060405180830381865afa1580156113b5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113dd919081019061250b565b92506113f383604001518560ff90811691161490565b6114355760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016106ec565b60208301516040516305247a1760e51b81526001600160601b0390911660048201526000906001600160a01b0383169063a48f42e090602401600060405180830381865afa15801561148b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114b3919081019061250b565b608001519395939450505050565b6114c9611894565b6000805160206126ce83398151915260006114f96000805160206126ae833981519152546001600160401b031690565b9050600061150561044b565b9050816001600160401b03166001036115325760028301805462ffffff191662ffffff8316179055611580565b600283015462ffffff908116908216116115805760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016106ec565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611634573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611658919061253f565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610ee09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b610137611894565b6000805160206126ae8339815191528054600160401b810460ff1615906001600160401b031660008115801561179b5750825b90506000826001600160401b031660011480156117b75750303b155b9050811580156117c5575080155b156117e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561180d57845460ff60401b1916600160401b1785555b600080878060200190518101906118249190612566565b9092509050611833828a6118cd565b6118436306323b1f60e51b611938565b5050831561188b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000805160206126ae83398151915254600160401b900460ff166118cb57604051631afcd79f60e31b815260040160405180910390fd5b565b6000608c6118d9611028565b6040805160ff938416602082015292909116908201526060016040516020818303038152906040529050600061190e8461195d565b905060006119218583603c8488886119c8565b611931637b6a51fd60e01b611938565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156119a4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff891906120e7565b611a096301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611a138287611a94565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611a8383826125ee565b5061188b6303fb044760e21b611938565b6001600160a01b038216611aea5760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016106ec565b600280546001600160a01b0319166001600160a01b038416179055611b0e81611b12565b5050565b6001546001600160a01b031615611b4b5760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016106ec565b6001600160a01b038116611b725760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003611ba85760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ec565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263102da10360e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611c22575060408051601f3d908101601f19168201909252611c1f918101906120b5565b60015b611c4a5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ec565b80611b0e5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ec565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611cc657600080fd5b81356001600160e01b031981168114611cde57600080fd5b9392505050565b60005b83811015611d00578181015183820152602001611ce8565b50506000910152565b60008151808452611d21816020860160208601611ce5565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151611d7960a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152611dbf610120840182611d09565b90508281036020840152611dd38185611d09565b95945050505050565b6001600160a01b0381168114611c7357600080fd5b600060208284031215611e0357600080fd5b8135611cde81611ddc565b62ffffff81168114611c7357600080fd5b600060208284031215611e3157600080fd5b8135611cde81611e0e565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715611e7457611e74611e3c565b60405290565b60405160e081016001600160401b0381118282101715611e7457611e74611e3c565b60405161012081016001600160401b0381118282101715611e7457611e74611e3c565b604051601f8201601f191681016001600160401b0381118282101715611ee757611ee7611e3c565b604052919050565b600060408284031215611f0157600080fd5b611f09611e52565b9050813581526020820135602082015292915050565b600080600060c08486031215611f3457600080fd5b611f3e8585611eef565b9250611f4d8560408601611eef565b9150611f5c8560808601611eef565b90509250925092565b60006001600160401b03821115611f7e57611f7e611e3c565b50601f01601f191660200190565b600080600060608486031215611fa157600080fd5b8335611fac81611ddc565b92506020840135611fbc81611ddc565b915060408401356001600160401b03811115611fd757600080fd5b8401601f81018613611fe857600080fd5b8035611ffb611ff682611f65565b611ebf565b81815287602083850101111561201057600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561204257600080fd5b5035919050565b60006020828403121561205b57600080fd5b8151611cde81611e0e565b600181811c9082168061207a57607f821691505b60208210810361209a57634e487b7160e01b600052602260045260246000fd5b50919050565b805180151581146120b057600080fd5b919050565b6000602082840312156120c757600080fd5b611cde826120a0565b80516001600160601b03811681146120b057600080fd5b6000602082840312156120f957600080fd5b611cde826120d0565b60ff81168114611c7357600080fd5b80516120b081612102565b80516120b081611ddc565b600082601f83011261213857600080fd5b8151612146611ff682611f65565b81815284602083860101111561215b57600080fd5b61216c826020830160208701611ce5565b949350505050565b600060e0828403121561218657600080fd5b61218e611e7a565b9050612199826120d0565b81526121a7602083016120d0565b60208201526121b860408301612111565b60408201526121c9606083016120a0565b60608201526121da6080830161211c565b60808201526121eb60a0830161211c565b60a082015260c08201516001600160401b0381111561220957600080fd5b61221584828501612127565b60c08301525092915050565b6000806040838503121561223457600080fd5b82516001600160401b038082111561224b57600080fd5b61225786838701612174565b9350602085015191508082111561226d57600080fd5b5061227a85828601612127565b9150509250929050565b6001600160601b03815116825260208101516122ab60208401826001600160a01b03169052565b506040810151604083015260608101516122d2606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c08101518015156101208401525060e08101518015156101408401525061010001516001600160a01b03166101609190910152565b505050565b6001600160601b03831681526101a08101611cde6020830184612284565b60006020828403121561236d57600080fd5b5051919050565b60006020828403121561238657600080fd5b8151611cde81611ddc565b6000604082840312156123a357600080fd5b6123ab611e52565b9050815181526020820151602082015292915050565b600061018082840312156123d457600080fd5b6123dc611e9c565b6123e5836120d0565b81526123f36020840161211c565b60208201526040830151604082015261240f8460608501612391565b60608201526124218460a08501612391565b60808201526124338460e08501612391565b60a082015261244561012084016120a0565b60c082015261245761014084016120a0565b60e0820152612469610160840161211c565b6101008201529392505050565b6001600160601b03841681526101c081016124946020830185612284565b60ff83166101a0830152949350505050565b6001600160401b0381168114611c7357600080fd5b6000602082840312156124cd57600080fd5b8151611cde816124a6565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561250057600080fd5b8151611cde81612102565b60006020828403121561251d57600080fd5b81516001600160401b0381111561253357600080fd5b61216c84828501612174565b60006020828403121561255157600080fd5b815164ffffffffff81168114611cde57600080fd5b6000806040838503121561257957600080fd5b825161258481611ddc565b602084015190925061259581611ddc565b809150509250929050565b601f82111561233857600081815260208120601f850160051c810160208610156125c75750805b601f850160051c820191505b818110156125e6578281556001016125d3565b505050505050565b81516001600160401b0381111561260757612607611e3c565b61261b816126158454612066565b846125a0565b602080601f83116001811461265057600084156126385750858301515b600019600386901b1c1916600185901b1785556125e6565b600085815260208120601f198616915b8281101561267f57888601518255948401946001909101908401612660565b508582101561269d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a26469706673582212208caaaa18cae485a1d080b3e03c43792116fcc5d78febb87f665b11d25275bb9664736f6c63430008140033",
596
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101375760003560e01c806382678766116100b8578063b68d18091161007c578063b68d1809146103f8578063b88da7591461040d578063caf4e3d414610420578063cc9fc59a14610428578063cde749f414610430578063cf7a1d771461043857600080fd5b80638267876614610383578063893d20e814610396578063946dfcfe1461039e578063a745e3df146103c5578063b3c65015146103d857600080fd5b80634420e486116100ff5780634420e486146101ef5780634d459c901461021a5780634f421333146103335780635ab1bd5314610346578063644c45e01461036b57600080fd5b806301ffc9a71461013c5780630d8e6e2c1461017e5780630fec111c1461019a578063138461e0146101b05780631eff4b22146101ba575b600080fd5b61016961014a366004611cb4565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018661044b565b60405162ffffff9091168152602001610175565b6101a26104d5565b604051610175929190611d35565b6101b8610628565b005b6101e17f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610175565b6102026101fd366004611df1565b61084a565b6040516001600160601b039091168152602001610175565b6102d6610228366004611e1f565b6040805160a0810182526000808252602082018190529181018290526060810182905260808101919091526000805160206126ce83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610175565b610169610341366004611e1f565b610a54565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610175565b600154600160a01b90046001600160601b0316610202565b6101b8610391366004611f1f565b610b07565b610353610c7c565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546101e1565b6101b86103d3366004611f8c565b610d95565b6103e0610eef565b6040516001600160401b039091168152602001610175565b608c5b60405160ff9091168152602001610175565b61018661041b366004612030565b610f10565b610353610f61565b610353610ffe565b6103fb611028565b6101b8610446366004611f8c565b6110ab565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156104ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d09190612049565b905090565b6104dd611c76565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105296001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610571610c7c565b6001600160a01b0316815260200182600101805461058e90612066565b80601f01602080910402602001604051908101604052809291908181526020018280546105ba90612066565b80156106075780601f106105dc57610100808354040283529160200191610607565b820191906000526020600020905b8154815290600101906020018083116105ea57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561068a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106ae91906120b5565b156106f5576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b031661071e5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610767573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078b91906120b5565b6107b3576040516372657a5160e01b81526001600160a01b03821660048201526024016106ec565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156107fd573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061082191906120e7565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60003382610856611c76565b6060610860610f61565b604051637286e5e560e01b81526001600160a01b03858116600483015286811660248301529190911690637286e5e5906044016000604051808303816000875af11580156108b2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526108da9190810190612221565b602082015191935091506000906108f0906111b4565b905060006108fc610ffe565b6001600160a01b031663103bd5da8761091361124b565b6040516001600160e01b031960e085901b1681526001600160a01b0392831660048201526001600160401b0390911660248201529085166044820152606401602060405180830381865afa15801561096f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061099391906120b5565b9050806109d6576109a261124b565b6040516351302f8160e01b81526001600160401b0390911660048201526001600160a01b03871660248201526044016106ec565b8351965060006109e5846112c3565b6040516339f34df560e21b81529091506001600160a01b0384169063e7cd37d490610a16908b90859060040161233d565b600060405180830381600087803b158015610a3057600080fd5b505af1158015610a44573d6000803e3d6000fd5b5050505050505050505050919050565b6000806000805160206126ce83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610adc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b00919061235b565b1192915050565b600080610b14608c611351565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b58573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7c9190612374565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161018060405180830381865afa158015610bd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf791906123c1565b606081018990526080810188905260a08101879052604051633055195560e11b81529091506001600160a01b038516906360aa32aa90610c40908590859060ff90600401612476565b600060405180830381600087803b158015610c5a57600080fd5b505af1158015610c6e573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610ce1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d0591906120b5565b15610d8557600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610d61573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d09190612374565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610db761044b565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610df7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1b91906124bb565b6000805160206126ae8339815191528054600160401b900460ff1680610e4e575080546001600160401b03808416911610155b15610e6c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610e9785856114c1565b610ea083611760565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006104d06000805160206126ae833981519152546001600160401b031690565b60006000805160206126ce8339815191526001018281548110610f3557610f356124d8565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080610f766001546001600160a01b031690565b6001600160a01b031663d39e604360285b610f8f611028565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610fd4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff89190612374565b92915050565b6000806110136001546001600160a01b031690565b6001600160a01b031663d39e60436046610f87565b600061103261044b565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611087573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d091906124ee565b6000805160206126ae8339815191528054600160401b810460ff1615906001600160401b03166000811580156110de5750825b90506000826001600160401b031660011480156110fa5750303b155b905081158015611108575080155b156111265760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561115057845460ff60401b1916600160401b1785555b61115a88886114c1565b6111648787611768565b83156111aa57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6000806111c96001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611218573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611240919081019061250b565b608001519392505050565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af415801561129f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d091906124bb565b61133d60408051610120810182526000808252602080830182905282840182905283518085018552828152808201839052606084015283518085018552828152808201839052608084015283518085019094528184528301529060a082019081526000602082018190526040820181905260609091015290565b81806020019051810190610ff891906123c1565b611359611c76565b60008061136e6001546001600160a01b031690565b6040516308b09a5f60e41b81523360048201529091506001600160a01b03821690638b09a5f090602401600060405180830381865afa1580156113b5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113dd919081019061250b565b92506113f383604001518560ff90811691161490565b6114355760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016106ec565b60208301516040516305247a1760e51b81526001600160601b0390911660048201526000906001600160a01b0383169063a48f42e090602401600060405180830381865afa15801561148b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114b3919081019061250b565b608001519395939450505050565b6114c9611894565b6000805160206126ce83398151915260006114f96000805160206126ae833981519152546001600160401b031690565b9050600061150561044b565b9050816001600160401b03166001036115325760028301805462ffffff191662ffffff8316179055611580565b600283015462ffffff908116908216116115805760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016106ec565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611634573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611658919061253f565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610ee09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b610137611894565b6000805160206126ae8339815191528054600160401b810460ff1615906001600160401b031660008115801561179b5750825b90506000826001600160401b031660011480156117b75750303b155b9050811580156117c5575080155b156117e35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561180d57845460ff60401b1916600160401b1785555b600080878060200190518101906118249190612566565b9092509050611833828a6118cd565b6118436306323b1f60e51b611938565b5050831561188b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000805160206126ae83398151915254600160401b900460ff166118cb57604051631afcd79f60e31b815260040160405180910390fd5b565b6000608c6118d9611028565b6040805160ff938416602082015292909116908201526060016040516020818303038152906040529050600061190e8461195d565b905060006119218583603c8488886119c8565b611931637b6a51fd60e01b611938565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156119a4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ff891906120e7565b611a096301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611a138287611a94565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611a8383826125ee565b5061188b6303fb044760e21b611938565b6001600160a01b038216611aea5760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016106ec565b600280546001600160a01b0319166001600160a01b038416179055611b0e81611b12565b5050565b6001546001600160a01b031615611b4b5760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016106ec565b6001600160a01b038116611b725760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003611ba85760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ec565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263102da10360e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611c22575060408051601f3d908101601f19168201909252611c1f918101906120b5565b60015b611c4a5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ec565b80611b0e5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ec565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215611cc657600080fd5b81356001600160e01b031981168114611cde57600080fd5b9392505050565b60005b83811015611d00578181015183820152602001611ce8565b50506000910152565b60008151808452611d21816020860160208601611ce5565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151611d7960a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152611dbf610120840182611d09565b90508281036020840152611dd38185611d09565b95945050505050565b6001600160a01b0381168114611c7357600080fd5b600060208284031215611e0357600080fd5b8135611cde81611ddc565b62ffffff81168114611c7357600080fd5b600060208284031215611e3157600080fd5b8135611cde81611e0e565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715611e7457611e74611e3c565b60405290565b60405160e081016001600160401b0381118282101715611e7457611e74611e3c565b60405161012081016001600160401b0381118282101715611e7457611e74611e3c565b604051601f8201601f191681016001600160401b0381118282101715611ee757611ee7611e3c565b604052919050565b600060408284031215611f0157600080fd5b611f09611e52565b9050813581526020820135602082015292915050565b600080600060c08486031215611f3457600080fd5b611f3e8585611eef565b9250611f4d8560408601611eef565b9150611f5c8560808601611eef565b90509250925092565b60006001600160401b03821115611f7e57611f7e611e3c565b50601f01601f191660200190565b600080600060608486031215611fa157600080fd5b8335611fac81611ddc565b92506020840135611fbc81611ddc565b915060408401356001600160401b03811115611fd757600080fd5b8401601f81018613611fe857600080fd5b8035611ffb611ff682611f65565b611ebf565b81815287602083850101111561201057600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561204257600080fd5b5035919050565b60006020828403121561205b57600080fd5b8151611cde81611e0e565b600181811c9082168061207a57607f821691505b60208210810361209a57634e487b7160e01b600052602260045260246000fd5b50919050565b805180151581146120b057600080fd5b919050565b6000602082840312156120c757600080fd5b611cde826120a0565b80516001600160601b03811681146120b057600080fd5b6000602082840312156120f957600080fd5b611cde826120d0565b60ff81168114611c7357600080fd5b80516120b081612102565b80516120b081611ddc565b600082601f83011261213857600080fd5b8151612146611ff682611f65565b81815284602083860101111561215b57600080fd5b61216c826020830160208701611ce5565b949350505050565b600060e0828403121561218657600080fd5b61218e611e7a565b9050612199826120d0565b81526121a7602083016120d0565b60208201526121b860408301612111565b60408201526121c9606083016120a0565b60608201526121da6080830161211c565b60808201526121eb60a0830161211c565b60a082015260c08201516001600160401b0381111561220957600080fd5b61221584828501612127565b60c08301525092915050565b6000806040838503121561223457600080fd5b82516001600160401b038082111561224b57600080fd5b61225786838701612174565b9350602085015191508082111561226d57600080fd5b5061227a85828601612127565b9150509250929050565b6001600160601b03815116825260208101516122ab60208401826001600160a01b03169052565b506040810151604083015260608101516122d2606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c08101518015156101208401525060e08101518015156101408401525061010001516001600160a01b03166101609190910152565b505050565b6001600160601b03831681526101a08101611cde6020830184612284565b60006020828403121561236d57600080fd5b5051919050565b60006020828403121561238657600080fd5b8151611cde81611ddc565b6000604082840312156123a357600080fd5b6123ab611e52565b9050815181526020820151602082015292915050565b600061018082840312156123d457600080fd5b6123dc611e9c565b6123e5836120d0565b81526123f36020840161211c565b60208201526040830151604082015261240f8460608501612391565b60608201526124218460a08501612391565b60808201526124338460e08501612391565b60a082015261244561012084016120a0565b60c082015261245761014084016120a0565b60e0820152612469610160840161211c565b6101008201529392505050565b6001600160601b03841681526101c081016124946020830185612284565b60ff83166101a0830152949350505050565b6001600160401b0381168114611c7357600080fd5b6000602082840312156124cd57600080fd5b8151611cde816124a6565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561250057600080fd5b8151611cde81612102565b60006020828403121561251d57600080fd5b81516001600160401b0381111561253357600080fd5b61216c84828501612174565b60006020828403121561255157600080fd5b815164ffffffffff81168114611cde57600080fd5b6000806040838503121561257957600080fd5b825161258481611ddc565b602084015190925061259581611ddc565b809150509250929050565b601f82111561233857600081815260208120601f850160051c810160208610156125c75750805b601f850160051c820191505b818110156125e6578281556001016125d3565b505050505050565b81516001600160401b0381111561260757612607611e3c565b61261b816126158454612066565b846125a0565b602080601f83116001811461265057600084156126385750858301515b600019600386901b1c1916600185901b1785556125e6565b600085815260208120601f198616915b8281101561267f57888601518255948401946001909101908401612660565b508582101561269d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a26469706673582212208caaaa18cae485a1d080b3e03c43792116fcc5d78febb87f665b11d25275bb9664736f6c63430008140033",
597
- "linkReferences": {
598
- "contracts/types/Blocknumber.sol": {
599
- "BlocknumberLib": [
600
- {
601
- "length": 20,
602
- "start": 3036
603
- }
604
- ]
605
- },
606
- "contracts/types/NftId.sol": {
607
- "NftIdLib": [
608
- {
609
- "length": 20,
610
- "start": 1930
611
- },
612
- {
613
- "length": 20,
614
- "start": 3553
615
- }
616
- ]
617
- },
618
- "contracts/types/RoleId.sol": {
619
- "RoleIdLib": [
620
- {
621
- "length": 20,
622
- "start": 5023
623
- }
624
- ]
625
- },
626
- "contracts/types/Timestamp.sol": {
627
- "TimestampLib": [
628
- {
629
- "length": 20,
630
- "start": 5940
631
- }
632
- ]
633
- },
634
- "contracts/types/Version.sol": {
635
- "VersionLib": [
636
- {
637
- "length": 20,
638
- "start": 1452
639
- },
640
- {
641
- "length": 20,
642
- "start": 3793
643
- },
644
- {
645
- "length": 20,
646
- "start": 4487
647
- }
648
- ]
649
- }
650
- },
651
- "deployedLinkReferences": {
652
- "contracts/types/Blocknumber.sol": {
653
- "BlocknumberLib": [
654
- {
655
- "length": 20,
656
- "start": 2722
657
- }
658
- ]
659
- },
660
- "contracts/types/NftId.sol": {
661
- "NftIdLib": [
662
- {
663
- "length": 20,
664
- "start": 1616
665
- },
666
- {
667
- "length": 20,
668
- "start": 3239
669
- }
670
- ]
671
- },
672
- "contracts/types/RoleId.sol": {
673
- "RoleIdLib": [
674
- {
675
- "length": 20,
676
- "start": 4709
677
- }
678
- ]
679
- },
680
- "contracts/types/Timestamp.sol": {
681
- "TimestampLib": [
682
- {
683
- "length": 20,
684
- "start": 5626
685
- }
686
- ]
687
- },
688
- "contracts/types/Version.sol": {
689
- "VersionLib": [
690
- {
691
- "length": 20,
692
- "start": 1138
693
- },
694
- {
695
- "length": 20,
696
- "start": 3479
697
- },
698
- {
699
- "length": 20,
700
- "start": 4173
701
- }
702
- ]
703
- }
704
- }
705
- }