@etherisc/gif-next 0.0.2-f29e479-370 → 0.0.2-f2a5ca7-763

Sign up to get free protection for your applications and to get access to all the features.
Files changed (628) hide show
  1. package/README.md +38 -86
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/{components → distribution}/Distribution.sol/Distribution.json +257 -412
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1394 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +286 -286
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +264 -92
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +292 -2124
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +318 -70
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +399 -2883
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +663 -314
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +380 -266
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +115 -74
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3591 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +25 -150
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  70. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  71. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  74. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  75. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  77. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  79. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1063 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  93. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1477 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  95. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  100. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  101. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +283 -213
  102. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +398 -326
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  107. package/artifacts/contracts/{components → pool}/Pool.sol/Pool.json +397 -450
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  117. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1299 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  121. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  124. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +129 -90
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  127. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +271 -134
  130. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  131. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  133. package/artifacts/contracts/{components → product}/IProductComponent.sol/IProductComponent.json +401 -241
  134. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  135. package/artifacts/contracts/{instance/service → product}/IProductService.sol/IProductService.json +80 -64
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  137. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  139. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  144. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  145. package/artifacts/contracts/{components → product}/Product.sol/Product.json +378 -367
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  151. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +191 -18
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  155. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +199 -149
  156. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  158. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/Registry.sol/Registry.json +453 -34
  160. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  162. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +373 -98
  164. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +105 -54
  166. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  168. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  170. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  172. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
  174. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  175. package/artifacts/contracts/{components → shared}/Component.sol/Component.json +209 -166
  176. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
  178. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +784 -0
  180. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  181. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +101 -114
  182. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  183. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
  184. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  185. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +222 -104
  186. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  188. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  189. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +718 -0
  190. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  192. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  193. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  194. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  195. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +3 -10
  196. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +87 -9
  198. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +3 -10
  200. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  202. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  203. package/artifacts/contracts/shared/IService.sol/IService.json +96 -19
  204. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +996 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
  212. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  213. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +15 -22
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +98 -26
  218. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +24 -23
  220. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  222. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Service.sol/Service.json +104 -22
  224. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  226. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  227. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  228. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  230. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  232. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  234. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  236. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  238. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  240. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  242. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  244. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
  246. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  247. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  248. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  249. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  250. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  252. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  254. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  256. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  258. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  260. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  261. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  262. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  264. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  265. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  266. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  268. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  270. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  272. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  274. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  276. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  278. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  280. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  282. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  284. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  286. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  288. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  290. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
  292. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -0
  294. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  296. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  298. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  299. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  300. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  302. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  303. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  304. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  305. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  306. package/contracts/authorization/AccessAdmin.sol +591 -0
  307. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  308. package/contracts/authorization/Authorization.sol +218 -0
  309. package/contracts/authorization/IAccess.sol +48 -0
  310. package/contracts/authorization/IAccessAdmin.sol +136 -0
  311. package/contracts/authorization/IAuthorization.sol +54 -0
  312. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  313. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  314. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  315. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  316. package/contracts/distribution/BasicDistribution.sol +149 -0
  317. package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
  318. package/contracts/{components → distribution}/Distribution.sol +163 -167
  319. package/contracts/distribution/DistributionService.sol +288 -0
  320. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  321. package/contracts/distribution/IDistributionComponent.sol +48 -0
  322. package/contracts/{instance/service → distribution}/IDistributionService.sol +28 -26
  323. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +33 -32
  324. package/contracts/instance/IInstance.sol +60 -66
  325. package/contracts/instance/IInstanceService.sol +57 -24
  326. package/contracts/instance/Instance.sol +176 -213
  327. package/contracts/instance/InstanceAdmin.sol +266 -0
  328. package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
  329. package/contracts/instance/InstanceReader.sol +173 -61
  330. package/contracts/instance/InstanceService.sol +310 -343
  331. package/contracts/instance/InstanceServiceManager.sol +12 -26
  332. package/contracts/instance/InstanceStore.sol +276 -0
  333. package/contracts/instance/base/BalanceStore.sol +123 -0
  334. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  335. package/contracts/instance/base/ObjectCounter.sol +21 -0
  336. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  337. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +19 -24
  338. package/contracts/instance/module/IAccess.sol +19 -20
  339. package/contracts/instance/module/IBundle.sol +8 -8
  340. package/contracts/instance/module/{ISetup.sol → IComponents.sol} +24 -20
  341. package/contracts/instance/module/IDistribution.sol +7 -5
  342. package/contracts/instance/module/IPolicy.sol +53 -16
  343. package/contracts/instance/module/IRisk.sol +1 -1
  344. package/contracts/{test/TestToken.sol → mock/Dip.sol} +5 -5
  345. package/contracts/oracle/BasicOracle.sol +48 -0
  346. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  347. package/contracts/oracle/IOracle.sol +36 -0
  348. package/contracts/oracle/IOracleComponent.sol +32 -0
  349. package/contracts/oracle/IOracleService.sol +65 -0
  350. package/contracts/oracle/Oracle.sol +157 -0
  351. package/contracts/oracle/OracleService.sol +278 -0
  352. package/contracts/oracle/OracleServiceManager.sol +39 -0
  353. package/contracts/pool/BasicPool.sol +164 -0
  354. package/contracts/pool/BasicPoolAuthorization.sol +49 -0
  355. package/contracts/pool/BundleService.sol +284 -0
  356. package/contracts/pool/BundleServiceManager.sol +39 -0
  357. package/contracts/pool/IBundleService.sol +106 -0
  358. package/contracts/pool/IPoolComponent.sol +52 -0
  359. package/contracts/pool/IPoolService.sol +150 -0
  360. package/contracts/pool/Pool.sol +311 -0
  361. package/contracts/pool/PoolService.sol +436 -0
  362. package/contracts/pool/PoolServiceManager.sol +39 -0
  363. package/contracts/product/ApplicationService.sol +230 -0
  364. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +11 -8
  365. package/contracts/product/BasicProduct.sol +82 -0
  366. package/contracts/product/BasicProductAuthorization.sol +40 -0
  367. package/contracts/product/ClaimService.sol +416 -0
  368. package/contracts/{instance/service → product}/ClaimServiceManager.sol +11 -8
  369. package/contracts/{instance/service → product}/IApplicationService.sol +16 -36
  370. package/contracts/product/IClaimService.sol +99 -0
  371. package/contracts/{instance/service → product}/IPolicyService.sol +37 -48
  372. package/contracts/product/IPricingService.sol +39 -0
  373. package/contracts/product/IProductComponent.sol +39 -0
  374. package/contracts/product/IProductService.sol +33 -0
  375. package/contracts/product/PolicyService.sol +475 -0
  376. package/contracts/product/PolicyServiceManager.sol +39 -0
  377. package/contracts/product/PricingService.sol +300 -0
  378. package/contracts/product/PricingServiceManager.sol +39 -0
  379. package/contracts/product/Product.sol +392 -0
  380. package/contracts/product/ProductService.sol +99 -0
  381. package/contracts/product/ProductServiceManager.sol +39 -0
  382. package/contracts/registry/ChainNft.sol +16 -1
  383. package/contracts/registry/IRegistry.sol +61 -26
  384. package/contracts/registry/IRegistryService.sol +44 -42
  385. package/contracts/registry/ITransferInterceptor.sol +1 -0
  386. package/contracts/registry/Registry.sol +251 -139
  387. package/contracts/registry/RegistryAdmin.sol +365 -0
  388. package/contracts/registry/RegistryService.sol +70 -101
  389. package/contracts/registry/RegistryServiceManager.sol +23 -32
  390. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  391. package/contracts/registry/ReleaseRegistry.sol +487 -0
  392. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  393. package/contracts/registry/TokenRegistry.sol +261 -62
  394. package/contracts/shared/Component.sol +281 -0
  395. package/contracts/shared/ComponentService.sol +581 -0
  396. package/contracts/shared/ComponentServiceManager.sol +35 -0
  397. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  398. package/contracts/shared/ERC165.sol +1 -1
  399. package/contracts/shared/IComponent.sol +70 -0
  400. package/contracts/shared/IComponentService.sol +102 -0
  401. package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
  402. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  403. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  404. package/contracts/shared/INftOwnable.sol +2 -2
  405. package/contracts/shared/IPolicyHolder.sol +29 -10
  406. package/contracts/shared/IRegistryLinked.sol +0 -1
  407. package/contracts/shared/IService.sol +15 -8
  408. package/contracts/shared/InitializableCustom.sol +177 -0
  409. package/contracts/shared/InstanceLinkedComponent.sol +151 -0
  410. package/contracts/shared/KeyValueStore.sol +131 -0
  411. package/contracts/shared/Lifecycle.sol +77 -0
  412. package/contracts/shared/NftIdSet.sol +65 -0
  413. package/contracts/shared/NftOwnable.sol +3 -16
  414. package/contracts/shared/PolicyHolder.sol +40 -19
  415. package/contracts/shared/Registerable.sol +15 -14
  416. package/contracts/shared/RegistryLinked.sol +0 -5
  417. package/contracts/shared/Service.sol +47 -23
  418. package/contracts/shared/TokenHandler.sol +37 -6
  419. package/contracts/staking/IStaking.sol +167 -0
  420. package/contracts/staking/IStakingService.sol +160 -0
  421. package/contracts/staking/StakeManagerLib.sol +231 -0
  422. package/contracts/staking/Staking.sol +510 -0
  423. package/contracts/staking/StakingLifecycle.sol +23 -0
  424. package/contracts/staking/StakingManager.sol +50 -0
  425. package/contracts/staking/StakingReader.sol +183 -0
  426. package/contracts/staking/StakingService.sol +411 -0
  427. package/contracts/staking/StakingServiceManager.sol +44 -0
  428. package/contracts/staking/StakingStore.sol +605 -0
  429. package/contracts/staking/TargetManagerLib.sol +207 -0
  430. package/contracts/{types → type}/AddressSet.sol +1 -1
  431. package/contracts/type/Amount.sol +128 -0
  432. package/contracts/{types → type}/Blocknumber.sol +21 -3
  433. package/contracts/{types → type}/ClaimId.sol +25 -2
  434. package/contracts/{types → type}/Fee.sol +33 -23
  435. package/contracts/{types → type}/NftId.sol +21 -15
  436. package/contracts/{types → type}/NftIdSet.sol +2 -2
  437. package/contracts/type/ObjectType.sol +271 -0
  438. package/contracts/{types → type}/PayoutId.sol +33 -5
  439. package/contracts/{types → type}/Referral.sol +5 -1
  440. package/contracts/type/RequestId.sol +75 -0
  441. package/contracts/{types → type}/RiskId.sol +1 -1
  442. package/contracts/type/RoleId.sol +174 -0
  443. package/contracts/type/Seconds.sol +81 -0
  444. package/contracts/type/Selector.sol +102 -0
  445. package/contracts/{types → type}/StateId.sol +34 -4
  446. package/contracts/type/String.sol +53 -0
  447. package/contracts/{types → type}/Timestamp.sol +23 -14
  448. package/contracts/{types → type}/UFixed.sol +7 -0
  449. package/contracts/{types → type}/Version.sol +5 -2
  450. package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
  451. package/contracts/{shared → upgradeability}/ProxyManager.sol +36 -7
  452. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  453. package/contracts/{shared → upgradeability}/Versionable.sol +1 -1
  454. package/package.json +8 -5
  455. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  456. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  457. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  458. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  459. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  460. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  461. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  462. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  463. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  464. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -764
  465. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  466. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  467. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -984
  468. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  469. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
  470. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  471. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  472. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  473. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  474. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  475. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  476. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  477. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  478. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  479. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  480. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -869
  481. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  482. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -657
  483. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  484. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1096
  485. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  486. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
  487. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  488. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -754
  489. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
  491. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  492. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1318
  493. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  494. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -769
  495. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  496. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  497. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  498. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -409
  499. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  500. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  501. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -347
  503. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  504. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  505. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1120
  506. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  507. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -717
  508. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  509. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -727
  510. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  511. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -649
  512. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -777
  514. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  515. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
  516. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  517. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  518. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  519. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
  520. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  521. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  522. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  523. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  524. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  525. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  526. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  527. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  528. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  529. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  530. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  531. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  532. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  533. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  534. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  535. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -521
  536. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  537. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  538. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  539. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  540. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  541. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  542. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  543. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  544. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  545. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  546. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  547. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  548. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  549. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  550. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  551. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  552. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  554. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  556. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  557. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  558. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  559. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  560. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  561. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  562. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  563. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  564. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  566. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  568. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  569. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  570. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  571. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  572. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  573. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  574. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  575. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  576. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  577. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  578. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  579. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  580. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  581. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  582. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  583. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  584. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  585. package/contracts/components/Component.sol +0 -241
  586. package/contracts/components/IComponent.sol +0 -54
  587. package/contracts/components/IDistributionComponent.sol +0 -92
  588. package/contracts/components/IPoolComponent.sol +0 -87
  589. package/contracts/components/IProductComponent.sol +0 -39
  590. package/contracts/components/Pool.sol +0 -254
  591. package/contracts/components/Product.sol +0 -285
  592. package/contracts/instance/InstanceAccessManager.sol +0 -297
  593. package/contracts/instance/base/ComponentService.sol +0 -134
  594. package/contracts/instance/base/KeyValueStore.sol +0 -172
  595. package/contracts/instance/base/Lifecycle.sol +0 -100
  596. package/contracts/instance/module/ITreasury.sol +0 -23
  597. package/contracts/instance/service/ApplicationService.sol +0 -268
  598. package/contracts/instance/service/BundleService.sol +0 -298
  599. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  600. package/contracts/instance/service/ClaimService.sol +0 -151
  601. package/contracts/instance/service/DistributionService.sol +0 -375
  602. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  603. package/contracts/instance/service/IBundleService.sol +0 -54
  604. package/contracts/instance/service/IClaimService.sol +0 -61
  605. package/contracts/instance/service/IPoolService.sol +0 -20
  606. package/contracts/instance/service/IProductService.sol +0 -40
  607. package/contracts/instance/service/PolicyService.sol +0 -476
  608. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  609. package/contracts/instance/service/PoolService.sol +0 -109
  610. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  611. package/contracts/instance/service/ProductService.sol +0 -233
  612. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  613. package/contracts/registry/RegistryAccessManager.sol +0 -216
  614. package/contracts/registry/ReleaseManager.sol +0 -322
  615. package/contracts/shared/ContractDeployerLib.sol +0 -72
  616. package/contracts/test/TestFee.sol +0 -25
  617. package/contracts/test/TestRegisterable.sol +0 -18
  618. package/contracts/test/TestRoleId.sol +0 -14
  619. package/contracts/test/TestService.sol +0 -25
  620. package/contracts/test/TestVersion.sol +0 -44
  621. package/contracts/test/TestVersionable.sol +0 -17
  622. package/contracts/test/Usdc.sol +0 -26
  623. package/contracts/types/ChainId.sol +0 -38
  624. package/contracts/types/NumberId.sol +0 -52
  625. package/contracts/types/ObjectType.sol +0 -156
  626. package/contracts/types/RoleId.sol +0 -90
  627. /package/contracts/{types → type}/DistributorType.sol +0 -0
  628. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -44,237 +44,224 @@
44
44
  {
45
45
  "inputs": [
46
46
  {
47
- "internalType": "ObjectType",
48
- "name": "objectType",
49
- "type": "uint8"
50
- },
47
+ "internalType": "address",
48
+ "name": "instanceBundleSet",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorInstanceBundleSetAlreadySet",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
51
57
  {
52
- "internalType": "StateId",
53
- "name": "fromStateId",
54
- "type": "uint8"
55
- },
58
+ "internalType": "address",
59
+ "name": "instanceAuthority",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorInstanceBundleSetAuthorityMismatch",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
56
68
  {
57
- "internalType": "StateId",
58
- "name": "toStateId",
59
- "type": "uint8"
69
+ "internalType": "address",
70
+ "name": "instance",
71
+ "type": "address"
60
72
  }
61
73
  ],
62
- "name": "ErrorInvalidStateTransition",
74
+ "name": "ErrorInstanceBundleSetInstanceMismatch",
63
75
  "type": "error"
64
76
  },
65
77
  {
66
78
  "inputs": [
67
79
  {
68
- "internalType": "NftId",
69
- "name": "nftId",
70
- "type": "uint96"
80
+ "internalType": "address",
81
+ "name": "InstanceAdmin",
82
+ "type": "address"
71
83
  }
72
84
  ],
73
- "name": "ErrorNftOwnableAlreadyLinked",
85
+ "name": "ErrorInstanceInstanceAdminAlreadySet",
74
86
  "type": "error"
75
87
  },
76
88
  {
77
89
  "inputs": [
78
90
  {
79
91
  "internalType": "address",
80
- "name": "contractAddress",
92
+ "name": "instanceAuthority",
81
93
  "type": "address"
82
94
  }
83
95
  ],
84
- "name": "ErrorNftOwnableContractNotRegistered",
96
+ "name": "ErrorInstanceInstanceAdminAuthorityMismatch",
85
97
  "type": "error"
86
98
  },
87
99
  {
88
100
  "inputs": [],
89
- "name": "ErrorNftOwnableInitialOwnerZero",
101
+ "name": "ErrorInstanceInstanceAdminZero",
90
102
  "type": "error"
91
103
  },
92
104
  {
93
105
  "inputs": [
94
106
  {
95
107
  "internalType": "address",
96
- "name": "account",
108
+ "name": "instanceAuthority",
97
109
  "type": "address"
98
110
  }
99
111
  ],
100
- "name": "ErrorNftOwnableNotOwner",
112
+ "name": "ErrorInstanceInstanceReaderInstanceMismatch",
101
113
  "type": "error"
102
114
  },
103
115
  {
104
116
  "inputs": [
105
117
  {
106
- "internalType": "NftId",
107
- "name": "nftId",
108
- "type": "uint96"
109
- },
110
- {
111
- "internalType": "ObjectType",
112
- "name": "objectType",
113
- "type": "uint8"
118
+ "internalType": "address",
119
+ "name": "instanceStore",
120
+ "type": "address"
114
121
  }
115
122
  ],
116
- "name": "ErrorNoLifecycle",
123
+ "name": "ErrorInstanceInstanceStoreAlreadySet",
117
124
  "type": "error"
118
125
  },
119
126
  {
120
127
  "inputs": [
121
128
  {
122
129
  "internalType": "address",
123
- "name": "registryAddress",
130
+ "name": "instanceAuthority",
124
131
  "type": "address"
125
132
  }
126
133
  ],
127
- "name": "ErrorNotRegistry",
134
+ "name": "ErrorInstanceInstanceStoreAuthorityMismatch",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [
139
+ {
140
+ "internalType": "NftId",
141
+ "name": "nftId",
142
+ "type": "uint96"
143
+ }
144
+ ],
145
+ "name": "ErrorNftOwnableAlreadyLinked",
128
146
  "type": "error"
129
147
  },
130
148
  {
131
- "anonymous": false,
132
149
  "inputs": [
133
150
  {
134
- "indexed": false,
135
151
  "internalType": "address",
136
- "name": "authority",
152
+ "name": "contractAddress",
137
153
  "type": "address"
138
154
  }
139
155
  ],
140
- "name": "AuthorityUpdated",
141
- "type": "event"
156
+ "name": "ErrorNftOwnableContractNotRegistered",
157
+ "type": "error"
158
+ },
159
+ {
160
+ "inputs": [],
161
+ "name": "ErrorNftOwnableInitialOwnerZero",
162
+ "type": "error"
142
163
  },
143
164
  {
144
- "anonymous": false,
145
165
  "inputs": [
146
166
  {
147
- "indexed": false,
148
- "internalType": "ObjectType",
149
- "name": "objectType",
150
- "type": "uint8"
151
- },
152
- {
153
- "indexed": false,
154
- "internalType": "KeyId",
155
- "name": "keyId",
156
- "type": "bytes31"
157
- },
158
- {
159
- "indexed": false,
160
- "internalType": "StateId",
161
- "name": "state",
162
- "type": "uint8"
163
- },
164
- {
165
- "indexed": false,
166
167
  "internalType": "address",
167
- "name": "createdBy",
168
+ "name": "account",
168
169
  "type": "address"
169
- },
170
+ }
171
+ ],
172
+ "name": "ErrorNftOwnableNotOwner",
173
+ "type": "error"
174
+ },
175
+ {
176
+ "inputs": [
170
177
  {
171
- "indexed": false,
172
178
  "internalType": "address",
173
- "name": "txOrigin",
179
+ "name": "registryAddress",
174
180
  "type": "address"
175
181
  }
176
182
  ],
177
- "name": "LogInfoCreated",
178
- "type": "event"
183
+ "name": "ErrorNotRegistry",
184
+ "type": "error"
179
185
  },
180
186
  {
181
187
  "anonymous": false,
182
188
  "inputs": [
183
- {
184
- "indexed": false,
185
- "internalType": "ObjectType",
186
- "name": "objectType",
187
- "type": "uint8"
188
- },
189
- {
190
- "indexed": false,
191
- "internalType": "KeyId",
192
- "name": "keyId",
193
- "type": "bytes31"
194
- },
195
- {
196
- "indexed": false,
197
- "internalType": "StateId",
198
- "name": "state",
199
- "type": "uint8"
200
- },
201
189
  {
202
190
  "indexed": false,
203
191
  "internalType": "address",
204
- "name": "updatedBy",
192
+ "name": "authority",
205
193
  "type": "address"
206
- },
194
+ }
195
+ ],
196
+ "name": "AuthorityUpdated",
197
+ "type": "event"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "authority",
202
+ "outputs": [
207
203
  {
208
- "indexed": false,
209
204
  "internalType": "address",
210
- "name": "txOrigin",
205
+ "name": "",
211
206
  "type": "address"
212
- },
213
- {
214
- "indexed": false,
215
- "internalType": "Blocknumber",
216
- "name": "lastUpdatedIn",
217
- "type": "uint32"
218
207
  }
219
208
  ],
220
- "name": "LogInfoUpdated",
221
- "type": "event"
209
+ "stateMutability": "view",
210
+ "type": "function"
222
211
  },
223
212
  {
224
- "anonymous": false,
225
213
  "inputs": [
226
214
  {
227
- "indexed": false,
228
- "internalType": "ObjectType",
229
- "name": "objectType",
230
- "type": "uint8"
231
- },
232
- {
233
- "indexed": false,
234
- "internalType": "KeyId",
235
- "name": "keyId",
236
- "type": "bytes31"
215
+ "internalType": "string",
216
+ "name": "roleName",
217
+ "type": "string"
237
218
  },
238
219
  {
239
- "indexed": false,
240
- "internalType": "StateId",
241
- "name": "stateOld",
242
- "type": "uint8"
243
- },
220
+ "internalType": "string",
221
+ "name": "adminName",
222
+ "type": "string"
223
+ }
224
+ ],
225
+ "name": "createRole",
226
+ "outputs": [
244
227
  {
245
- "indexed": false,
246
- "internalType": "StateId",
247
- "name": "stateNew",
248
- "type": "uint8"
228
+ "internalType": "RoleId",
229
+ "name": "roleId",
230
+ "type": "uint64"
249
231
  },
250
232
  {
251
- "indexed": false,
252
- "internalType": "address",
253
- "name": "updatedBy",
254
- "type": "address"
255
- },
233
+ "internalType": "RoleId",
234
+ "name": "admin",
235
+ "type": "uint64"
236
+ }
237
+ ],
238
+ "stateMutability": "nonpayable",
239
+ "type": "function"
240
+ },
241
+ {
242
+ "inputs": [
256
243
  {
257
- "indexed": false,
258
244
  "internalType": "address",
259
- "name": "txOrigin",
245
+ "name": "target",
260
246
  "type": "address"
261
247
  },
262
248
  {
263
- "indexed": false,
264
- "internalType": "Blocknumber",
265
- "name": "lastUpdatedIn",
266
- "type": "uint32"
249
+ "internalType": "string",
250
+ "name": "name",
251
+ "type": "string"
267
252
  }
268
253
  ],
269
- "name": "LogStateUpdated",
270
- "type": "event"
254
+ "name": "createTarget",
255
+ "outputs": [],
256
+ "stateMutability": "nonpayable",
257
+ "type": "function"
271
258
  },
272
259
  {
273
260
  "inputs": [],
274
- "name": "authority",
261
+ "name": "getBundleSet",
275
262
  "outputs": [
276
263
  {
277
- "internalType": "address",
264
+ "internalType": "contract BundleSet",
278
265
  "name": "",
279
266
  "type": "address"
280
267
  }
@@ -283,1632 +270,204 @@
283
270
  "type": "function"
284
271
  },
285
272
  {
286
- "inputs": [
287
- {
288
- "internalType": "NftId",
289
- "name": "applicationNftId",
290
- "type": "uint96"
291
- },
273
+ "inputs": [],
274
+ "name": "getInitialInfo",
275
+ "outputs": [
292
276
  {
293
277
  "components": [
294
278
  {
295
279
  "internalType": "NftId",
296
- "name": "productNftId",
280
+ "name": "nftId",
297
281
  "type": "uint96"
298
282
  },
299
283
  {
300
284
  "internalType": "NftId",
301
- "name": "bundleNftId",
285
+ "name": "parentNftId",
302
286
  "type": "uint96"
303
287
  },
304
288
  {
305
- "internalType": "ReferralId",
306
- "name": "referralId",
307
- "type": "bytes8"
308
- },
309
- {
310
- "internalType": "RiskId",
311
- "name": "riskId",
312
- "type": "bytes8"
313
- },
314
- {
315
- "internalType": "uint256",
316
- "name": "sumInsuredAmount",
317
- "type": "uint256"
318
- },
319
- {
320
- "internalType": "uint256",
321
- "name": "premiumAmount",
322
- "type": "uint256"
289
+ "internalType": "ObjectType",
290
+ "name": "objectType",
291
+ "type": "uint8"
323
292
  },
324
293
  {
325
- "internalType": "uint256",
326
- "name": "premiumPaidAmount",
327
- "type": "uint256"
294
+ "internalType": "bool",
295
+ "name": "isInterceptor",
296
+ "type": "bool"
328
297
  },
329
298
  {
330
- "internalType": "uint256",
331
- "name": "lifetime",
332
- "type": "uint256"
299
+ "internalType": "address",
300
+ "name": "objectAddress",
301
+ "type": "address"
333
302
  },
334
303
  {
335
- "internalType": "bytes",
336
- "name": "applicationData",
337
- "type": "bytes"
304
+ "internalType": "address",
305
+ "name": "initialOwner",
306
+ "type": "address"
338
307
  },
339
308
  {
340
309
  "internalType": "bytes",
341
- "name": "policyData",
310
+ "name": "data",
342
311
  "type": "bytes"
343
- },
344
- {
345
- "internalType": "uint16",
346
- "name": "claimsCount",
347
- "type": "uint16"
348
- },
349
- {
350
- "internalType": "uint16",
351
- "name": "openClaimsCount",
352
- "type": "uint16"
353
- },
354
- {
355
- "internalType": "uint256",
356
- "name": "payoutAmount",
357
- "type": "uint256"
358
- },
359
- {
360
- "internalType": "Timestamp",
361
- "name": "activatedAt",
362
- "type": "uint40"
363
- },
364
- {
365
- "internalType": "Timestamp",
366
- "name": "expiredAt",
367
- "type": "uint40"
368
- },
369
- {
370
- "internalType": "Timestamp",
371
- "name": "closedAt",
372
- "type": "uint40"
373
312
  }
374
313
  ],
375
- "internalType": "struct IPolicy.PolicyInfo",
376
- "name": "policy",
314
+ "internalType": "struct IRegistry.ObjectInfo",
315
+ "name": "",
377
316
  "type": "tuple"
378
317
  }
379
318
  ],
380
- "name": "createApplication",
381
- "outputs": [],
382
- "stateMutability": "nonpayable",
319
+ "stateMutability": "view",
383
320
  "type": "function"
384
321
  },
385
322
  {
386
- "inputs": [
387
- {
388
- "internalType": "NftId",
389
- "name": "bundleNftId",
390
- "type": "uint96"
391
- },
323
+ "inputs": [],
324
+ "name": "getInstanceAdmin",
325
+ "outputs": [
392
326
  {
393
- "components": [
394
- {
395
- "internalType": "NftId",
396
- "name": "poolNftId",
397
- "type": "uint96"
398
- },
399
- {
400
- "components": [
401
- {
402
- "internalType": "UFixed",
403
- "name": "fractionalFee",
404
- "type": "uint256"
405
- },
406
- {
407
- "internalType": "uint256",
408
- "name": "fixedFee",
409
- "type": "uint256"
410
- }
411
- ],
412
- "internalType": "struct Fee",
413
- "name": "fee",
414
- "type": "tuple"
415
- },
416
- {
417
- "internalType": "bytes",
418
- "name": "filter",
419
- "type": "bytes"
420
- },
421
- {
422
- "internalType": "uint256",
423
- "name": "capitalAmount",
424
- "type": "uint256"
425
- },
426
- {
427
- "internalType": "uint256",
428
- "name": "lockedAmount",
429
- "type": "uint256"
430
- },
431
- {
432
- "internalType": "uint256",
433
- "name": "balanceAmount",
434
- "type": "uint256"
435
- },
436
- {
437
- "internalType": "uint256",
438
- "name": "lifetime",
439
- "type": "uint256"
440
- },
441
- {
442
- "internalType": "Timestamp",
443
- "name": "expiredAt",
444
- "type": "uint40"
445
- },
446
- {
447
- "internalType": "Timestamp",
448
- "name": "closedAt",
449
- "type": "uint40"
450
- }
451
- ],
452
- "internalType": "struct IBundle.BundleInfo",
453
- "name": "bundle",
454
- "type": "tuple"
327
+ "internalType": "contract InstanceAdmin",
328
+ "name": "",
329
+ "type": "address"
455
330
  }
456
331
  ],
457
- "name": "createBundle",
458
- "outputs": [],
459
- "stateMutability": "nonpayable",
332
+ "stateMutability": "view",
460
333
  "type": "function"
461
334
  },
462
335
  {
463
- "inputs": [
464
- {
465
- "internalType": "NftId",
466
- "name": "distributionNftId",
467
- "type": "uint96"
468
- },
336
+ "inputs": [],
337
+ "name": "getInstanceReader",
338
+ "outputs": [
469
339
  {
470
- "components": [
471
- {
472
- "internalType": "NftId",
473
- "name": "productNftId",
474
- "type": "uint96"
475
- },
476
- {
477
- "internalType": "contract TokenHandler",
478
- "name": "tokenHandler",
479
- "type": "address"
480
- },
481
- {
482
- "components": [
483
- {
484
- "internalType": "UFixed",
485
- "name": "fractionalFee",
486
- "type": "uint256"
487
- },
488
- {
489
- "internalType": "uint256",
490
- "name": "fixedFee",
491
- "type": "uint256"
492
- }
493
- ],
494
- "internalType": "struct Fee",
495
- "name": "distributionFee",
496
- "type": "tuple"
497
- },
498
- {
499
- "internalType": "address",
500
- "name": "wallet",
501
- "type": "address"
502
- }
503
- ],
504
- "internalType": "struct ISetup.DistributionSetupInfo",
505
- "name": "setup",
506
- "type": "tuple"
507
- }
508
- ],
509
- "name": "createDistributionSetup",
510
- "outputs": [],
511
- "stateMutability": "nonpayable",
512
- "type": "function"
513
- },
514
- {
515
- "inputs": [
516
- {
517
- "internalType": "NftId",
518
- "name": "nftId",
519
- "type": "uint96"
520
- },
521
- {
522
- "components": [
523
- {
524
- "internalType": "DistributorType",
525
- "name": "distributorType",
526
- "type": "bytes8"
527
- },
528
- {
529
- "internalType": "bool",
530
- "name": "active",
531
- "type": "bool"
532
- },
533
- {
534
- "internalType": "bytes",
535
- "name": "data",
536
- "type": "bytes"
537
- }
538
- ],
539
- "internalType": "struct IDistribution.DistributorInfo",
540
- "name": "info",
541
- "type": "tuple"
340
+ "internalType": "contract InstanceReader",
341
+ "name": "",
342
+ "type": "address"
542
343
  }
543
344
  ],
544
- "name": "createDistributor",
545
- "outputs": [],
546
- "stateMutability": "nonpayable",
345
+ "stateMutability": "view",
547
346
  "type": "function"
548
347
  },
549
348
  {
550
- "inputs": [
551
- {
552
- "internalType": "Key32",
553
- "name": "distributorKey",
554
- "type": "bytes32"
555
- },
349
+ "inputs": [],
350
+ "name": "getInstanceStore",
351
+ "outputs": [
556
352
  {
557
- "components": [
558
- {
559
- "internalType": "string",
560
- "name": "name",
561
- "type": "string"
562
- },
563
- {
564
- "internalType": "UFixed",
565
- "name": "minDiscountPercentage",
566
- "type": "uint256"
567
- },
568
- {
569
- "internalType": "UFixed",
570
- "name": "maxDiscountPercentage",
571
- "type": "uint256"
572
- },
573
- {
574
- "internalType": "UFixed",
575
- "name": "commissionPercentage",
576
- "type": "uint256"
577
- },
578
- {
579
- "internalType": "uint32",
580
- "name": "maxReferralCount",
581
- "type": "uint32"
582
- },
583
- {
584
- "internalType": "uint32",
585
- "name": "maxReferralLifetime",
586
- "type": "uint32"
587
- },
588
- {
589
- "internalType": "bool",
590
- "name": "allowSelfReferrals",
591
- "type": "bool"
592
- },
593
- {
594
- "internalType": "bool",
595
- "name": "allowRenewals",
596
- "type": "bool"
597
- },
598
- {
599
- "internalType": "bytes",
600
- "name": "data",
601
- "type": "bytes"
602
- }
603
- ],
604
- "internalType": "struct IDistribution.DistributorTypeInfo",
605
- "name": "info",
606
- "type": "tuple"
353
+ "internalType": "contract InstanceStore",
354
+ "name": "",
355
+ "type": "address"
607
356
  }
608
357
  ],
609
- "name": "createDistributorType",
610
- "outputs": [],
611
- "stateMutability": "nonpayable",
358
+ "stateMutability": "view",
612
359
  "type": "function"
613
360
  },
614
361
  {
615
- "inputs": [
616
- {
617
- "internalType": "NftId",
618
- "name": "poolNftId",
619
- "type": "uint96"
620
- },
362
+ "inputs": [],
363
+ "name": "getMajorVersion",
364
+ "outputs": [
621
365
  {
622
- "components": [
623
- {
624
- "internalType": "NftId",
625
- "name": "productNftId",
626
- "type": "uint96"
627
- },
628
- {
629
- "internalType": "contract TokenHandler",
630
- "name": "tokenHandler",
631
- "type": "address"
632
- },
633
- {
634
- "internalType": "bool",
635
- "name": "isInterceptingBundleTransfers",
636
- "type": "bool"
637
- },
638
- {
639
- "internalType": "bool",
640
- "name": "isExternallyManaged",
641
- "type": "bool"
642
- },
643
- {
644
- "internalType": "bool",
645
- "name": "isVerifyingApplications",
646
- "type": "bool"
647
- },
648
- {
649
- "internalType": "UFixed",
650
- "name": "collateralizationLevel",
651
- "type": "uint256"
652
- },
653
- {
654
- "internalType": "UFixed",
655
- "name": "retentionLevel",
656
- "type": "uint256"
657
- },
658
- {
659
- "components": [
660
- {
661
- "internalType": "UFixed",
662
- "name": "fractionalFee",
663
- "type": "uint256"
664
- },
665
- {
666
- "internalType": "uint256",
667
- "name": "fixedFee",
668
- "type": "uint256"
669
- }
670
- ],
671
- "internalType": "struct Fee",
672
- "name": "poolFee",
673
- "type": "tuple"
674
- },
675
- {
676
- "components": [
677
- {
678
- "internalType": "UFixed",
679
- "name": "fractionalFee",
680
- "type": "uint256"
681
- },
682
- {
683
- "internalType": "uint256",
684
- "name": "fixedFee",
685
- "type": "uint256"
686
- }
687
- ],
688
- "internalType": "struct Fee",
689
- "name": "stakingFee",
690
- "type": "tuple"
691
- },
692
- {
693
- "components": [
694
- {
695
- "internalType": "UFixed",
696
- "name": "fractionalFee",
697
- "type": "uint256"
698
- },
699
- {
700
- "internalType": "uint256",
701
- "name": "fixedFee",
702
- "type": "uint256"
703
- }
704
- ],
705
- "internalType": "struct Fee",
706
- "name": "performanceFee",
707
- "type": "tuple"
708
- },
709
- {
710
- "internalType": "address",
711
- "name": "wallet",
712
- "type": "address"
713
- }
714
- ],
715
- "internalType": "struct ISetup.PoolSetupInfo",
716
- "name": "setup",
717
- "type": "tuple"
366
+ "internalType": "VersionPart",
367
+ "name": "majorVersion",
368
+ "type": "uint8"
718
369
  }
719
370
  ],
720
- "name": "createPoolSetup",
721
- "outputs": [],
722
- "stateMutability": "nonpayable",
371
+ "stateMutability": "pure",
723
372
  "type": "function"
724
373
  },
725
374
  {
726
- "inputs": [
375
+ "inputs": [],
376
+ "name": "getNftId",
377
+ "outputs": [
727
378
  {
728
379
  "internalType": "NftId",
729
- "name": "productNftId",
380
+ "name": "",
730
381
  "type": "uint96"
731
- },
732
- {
733
- "components": [
734
- {
735
- "internalType": "contract IERC20Metadata",
736
- "name": "token",
737
- "type": "address"
738
- },
739
- {
740
- "internalType": "contract TokenHandler",
741
- "name": "tokenHandler",
742
- "type": "address"
743
- },
744
- {
745
- "internalType": "NftId",
746
- "name": "distributionNftId",
747
- "type": "uint96"
748
- },
749
- {
750
- "internalType": "NftId",
751
- "name": "poolNftId",
752
- "type": "uint96"
753
- },
754
- {
755
- "components": [
756
- {
757
- "internalType": "UFixed",
758
- "name": "fractionalFee",
759
- "type": "uint256"
760
- },
761
- {
762
- "internalType": "uint256",
763
- "name": "fixedFee",
764
- "type": "uint256"
765
- }
766
- ],
767
- "internalType": "struct Fee",
768
- "name": "distributionFee",
769
- "type": "tuple"
770
- },
771
- {
772
- "components": [
773
- {
774
- "internalType": "UFixed",
775
- "name": "fractionalFee",
776
- "type": "uint256"
777
- },
778
- {
779
- "internalType": "uint256",
780
- "name": "fixedFee",
781
- "type": "uint256"
782
- }
783
- ],
784
- "internalType": "struct Fee",
785
- "name": "productFee",
786
- "type": "tuple"
787
- },
788
- {
789
- "components": [
790
- {
791
- "internalType": "UFixed",
792
- "name": "fractionalFee",
793
- "type": "uint256"
794
- },
795
- {
796
- "internalType": "uint256",
797
- "name": "fixedFee",
798
- "type": "uint256"
799
- }
800
- ],
801
- "internalType": "struct Fee",
802
- "name": "processingFee",
803
- "type": "tuple"
804
- },
805
- {
806
- "components": [
807
- {
808
- "internalType": "UFixed",
809
- "name": "fractionalFee",
810
- "type": "uint256"
811
- },
812
- {
813
- "internalType": "uint256",
814
- "name": "fixedFee",
815
- "type": "uint256"
816
- }
817
- ],
818
- "internalType": "struct Fee",
819
- "name": "poolFee",
820
- "type": "tuple"
821
- },
822
- {
823
- "components": [
824
- {
825
- "internalType": "UFixed",
826
- "name": "fractionalFee",
827
- "type": "uint256"
828
- },
829
- {
830
- "internalType": "uint256",
831
- "name": "fixedFee",
832
- "type": "uint256"
833
- }
834
- ],
835
- "internalType": "struct Fee",
836
- "name": "stakingFee",
837
- "type": "tuple"
838
- },
839
- {
840
- "components": [
841
- {
842
- "internalType": "UFixed",
843
- "name": "fractionalFee",
844
- "type": "uint256"
845
- },
846
- {
847
- "internalType": "uint256",
848
- "name": "fixedFee",
849
- "type": "uint256"
850
- }
851
- ],
852
- "internalType": "struct Fee",
853
- "name": "performanceFee",
854
- "type": "tuple"
855
- },
856
- {
857
- "internalType": "bool",
858
- "name": "isIntercepting",
859
- "type": "bool"
860
- },
861
- {
862
- "internalType": "address",
863
- "name": "wallet",
864
- "type": "address"
865
- }
866
- ],
867
- "internalType": "struct ISetup.ProductSetupInfo",
868
- "name": "setup",
869
- "type": "tuple"
870
- }
871
- ],
872
- "name": "createProductSetup",
873
- "outputs": [],
874
- "stateMutability": "nonpayable",
875
- "type": "function"
876
- },
877
- {
878
- "inputs": [
879
- {
880
- "internalType": "Key32",
881
- "name": "referralKey",
882
- "type": "bytes32"
883
- },
884
- {
885
- "components": [
886
- {
887
- "internalType": "NftId",
888
- "name": "distributorNftId",
889
- "type": "uint96"
890
- },
891
- {
892
- "internalType": "string",
893
- "name": "referralCode",
894
- "type": "string"
895
- },
896
- {
897
- "internalType": "UFixed",
898
- "name": "discountPercentage",
899
- "type": "uint256"
900
- },
901
- {
902
- "internalType": "uint32",
903
- "name": "maxReferrals",
904
- "type": "uint32"
905
- },
906
- {
907
- "internalType": "uint32",
908
- "name": "usedReferrals",
909
- "type": "uint32"
910
- },
911
- {
912
- "internalType": "Timestamp",
913
- "name": "expiryAt",
914
- "type": "uint40"
915
- },
916
- {
917
- "internalType": "bytes",
918
- "name": "data",
919
- "type": "bytes"
920
- }
921
- ],
922
- "internalType": "struct IDistribution.ReferralInfo",
923
- "name": "referralInfo",
924
- "type": "tuple"
925
382
  }
926
383
  ],
927
- "name": "createReferral",
928
- "outputs": [],
929
- "stateMutability": "nonpayable",
384
+ "stateMutability": "view",
930
385
  "type": "function"
931
386
  },
932
387
  {
933
- "inputs": [
934
- {
935
- "internalType": "RiskId",
936
- "name": "riskId",
937
- "type": "bytes8"
938
- },
388
+ "inputs": [],
389
+ "name": "getOwner",
390
+ "outputs": [
939
391
  {
940
- "components": [
941
- {
942
- "internalType": "NftId",
943
- "name": "productNftId",
944
- "type": "uint96"
945
- },
946
- {
947
- "internalType": "bytes",
948
- "name": "data",
949
- "type": "bytes"
950
- }
951
- ],
952
- "internalType": "struct IRisk.RiskInfo",
953
- "name": "risk",
954
- "type": "tuple"
392
+ "internalType": "address",
393
+ "name": "",
394
+ "type": "address"
955
395
  }
956
396
  ],
957
- "name": "createRisk",
958
- "outputs": [],
959
- "stateMutability": "nonpayable",
397
+ "stateMutability": "view",
960
398
  "type": "function"
961
399
  },
962
400
  {
963
- "inputs": [
964
- {
965
- "internalType": "Key32",
966
- "name": "key",
967
- "type": "bytes32"
968
- }
969
- ],
970
- "name": "exists",
401
+ "inputs": [],
402
+ "name": "getRegistry",
971
403
  "outputs": [
972
404
  {
973
- "internalType": "bool",
405
+ "internalType": "contract IRegistry",
974
406
  "name": "",
975
- "type": "bool"
407
+ "type": "address"
976
408
  }
977
409
  ],
978
410
  "stateMutability": "view",
979
411
  "type": "function"
980
412
  },
981
413
  {
982
- "inputs": [
983
- {
984
- "internalType": "Key32",
985
- "name": "key",
986
- "type": "bytes32"
987
- }
988
- ],
989
- "name": "get",
990
- "outputs": [
991
- {
992
- "components": [
993
- {
994
- "components": [
995
- {
996
- "internalType": "ObjectType",
997
- "name": "objectType",
998
- "type": "uint8"
999
- },
1000
- {
1001
- "internalType": "StateId",
1002
- "name": "state",
1003
- "type": "uint8"
1004
- },
1005
- {
1006
- "internalType": "address",
1007
- "name": "updatedBy",
1008
- "type": "address"
1009
- },
1010
- {
1011
- "internalType": "Blocknumber",
1012
- "name": "updatedIn",
1013
- "type": "uint32"
1014
- },
1015
- {
1016
- "internalType": "Blocknumber",
1017
- "name": "createdIn",
1018
- "type": "uint32"
1019
- }
1020
- ],
1021
- "internalType": "struct IKeyValueStore.Metadata",
1022
- "name": "metadata",
1023
- "type": "tuple"
1024
- },
1025
- {
1026
- "internalType": "bytes",
1027
- "name": "data",
1028
- "type": "bytes"
1029
- }
1030
- ],
1031
- "internalType": "struct IKeyValueStore.Value",
1032
- "name": "value",
1033
- "type": "tuple"
1034
- }
1035
- ],
1036
- "stateMutability": "view",
1037
- "type": "function"
1038
- },
1039
- {
1040
- "inputs": [],
1041
- "name": "getBundleManager",
1042
- "outputs": [
1043
- {
1044
- "internalType": "contract BundleManager",
1045
- "name": "",
1046
- "type": "address"
1047
- }
1048
- ],
1049
- "stateMutability": "view",
1050
- "type": "function"
1051
- },
1052
- {
1053
- "inputs": [],
1054
- "name": "getBundleService",
1055
- "outputs": [
1056
- {
1057
- "internalType": "contract IBundleService",
1058
- "name": "",
1059
- "type": "address"
1060
- }
1061
- ],
1062
- "stateMutability": "view",
1063
- "type": "function"
1064
- },
1065
- {
1066
- "inputs": [
1067
- {
1068
- "internalType": "Key32",
1069
- "name": "key",
1070
- "type": "bytes32"
1071
- }
1072
- ],
1073
- "name": "getData",
1074
- "outputs": [
1075
- {
1076
- "internalType": "bytes",
1077
- "name": "data",
1078
- "type": "bytes"
1079
- }
1080
- ],
1081
- "stateMutability": "view",
1082
- "type": "function"
1083
- },
1084
- {
1085
- "inputs": [],
1086
- "name": "getDistributionService",
1087
- "outputs": [
1088
- {
1089
- "internalType": "contract IDistributionService",
1090
- "name": "",
1091
- "type": "address"
1092
- }
1093
- ],
1094
- "stateMutability": "view",
1095
- "type": "function"
1096
- },
1097
- {
1098
- "inputs": [],
1099
- "name": "getInitialInfo",
1100
- "outputs": [
1101
- {
1102
- "components": [
1103
- {
1104
- "internalType": "NftId",
1105
- "name": "nftId",
1106
- "type": "uint96"
1107
- },
1108
- {
1109
- "internalType": "NftId",
1110
- "name": "parentNftId",
1111
- "type": "uint96"
1112
- },
1113
- {
1114
- "internalType": "ObjectType",
1115
- "name": "objectType",
1116
- "type": "uint8"
1117
- },
1118
- {
1119
- "internalType": "bool",
1120
- "name": "isInterceptor",
1121
- "type": "bool"
1122
- },
1123
- {
1124
- "internalType": "address",
1125
- "name": "objectAddress",
1126
- "type": "address"
1127
- },
1128
- {
1129
- "internalType": "address",
1130
- "name": "initialOwner",
1131
- "type": "address"
1132
- },
1133
- {
1134
- "internalType": "bytes",
1135
- "name": "data",
1136
- "type": "bytes"
1137
- }
1138
- ],
1139
- "internalType": "struct IRegistry.ObjectInfo",
1140
- "name": "",
1141
- "type": "tuple"
1142
- }
1143
- ],
1144
- "stateMutability": "view",
1145
- "type": "function"
1146
- },
1147
- {
1148
- "inputs": [
1149
- {
1150
- "internalType": "ObjectType",
1151
- "name": "objectType",
1152
- "type": "uint8"
1153
- }
1154
- ],
1155
- "name": "getInitialState",
1156
- "outputs": [
1157
- {
1158
- "internalType": "StateId",
1159
- "name": "",
1160
- "type": "uint8"
1161
- }
1162
- ],
1163
- "stateMutability": "view",
1164
- "type": "function"
1165
- },
1166
- {
1167
- "inputs": [],
1168
- "name": "getInstanceReader",
1169
- "outputs": [
1170
- {
1171
- "internalType": "contract InstanceReader",
1172
- "name": "",
1173
- "type": "address"
1174
- }
1175
- ],
1176
- "stateMutability": "view",
1177
- "type": "function"
1178
- },
1179
- {
1180
- "inputs": [],
1181
- "name": "getMajorVersion",
1182
- "outputs": [
1183
- {
1184
- "internalType": "VersionPart",
1185
- "name": "majorVersion",
1186
- "type": "uint8"
1187
- }
1188
- ],
1189
- "stateMutability": "pure",
1190
- "type": "function"
1191
- },
1192
- {
1193
- "inputs": [
1194
- {
1195
- "internalType": "Key32",
1196
- "name": "key",
1197
- "type": "bytes32"
1198
- }
1199
- ],
1200
- "name": "getMetadata",
1201
- "outputs": [
1202
- {
1203
- "components": [
1204
- {
1205
- "internalType": "ObjectType",
1206
- "name": "objectType",
1207
- "type": "uint8"
1208
- },
1209
- {
1210
- "internalType": "StateId",
1211
- "name": "state",
1212
- "type": "uint8"
1213
- },
1214
- {
1215
- "internalType": "address",
1216
- "name": "updatedBy",
1217
- "type": "address"
1218
- },
1219
- {
1220
- "internalType": "Blocknumber",
1221
- "name": "updatedIn",
1222
- "type": "uint32"
1223
- },
1224
- {
1225
- "internalType": "Blocknumber",
1226
- "name": "createdIn",
1227
- "type": "uint32"
1228
- }
1229
- ],
1230
- "internalType": "struct IKeyValueStore.Metadata",
1231
- "name": "metadata",
1232
- "type": "tuple"
1233
- }
1234
- ],
1235
- "stateMutability": "view",
1236
- "type": "function"
1237
- },
1238
- {
1239
- "inputs": [],
1240
- "name": "getNftId",
1241
- "outputs": [
1242
- {
1243
- "internalType": "NftId",
1244
- "name": "",
1245
- "type": "uint96"
1246
- }
1247
- ],
1248
- "stateMutability": "view",
1249
- "type": "function"
1250
- },
1251
- {
1252
- "inputs": [],
1253
- "name": "getOwner",
1254
- "outputs": [
1255
- {
1256
- "internalType": "address",
1257
- "name": "",
1258
- "type": "address"
1259
- }
1260
- ],
1261
- "stateMutability": "view",
1262
- "type": "function"
1263
- },
1264
- {
1265
- "inputs": [],
1266
- "name": "getPolicyService",
1267
- "outputs": [
1268
- {
1269
- "internalType": "contract IPolicyService",
1270
- "name": "",
1271
- "type": "address"
1272
- }
1273
- ],
1274
- "stateMutability": "view",
1275
- "type": "function"
1276
- },
1277
- {
1278
- "inputs": [],
1279
- "name": "getPoolService",
1280
- "outputs": [
1281
- {
1282
- "internalType": "contract IPoolService",
1283
- "name": "",
1284
- "type": "address"
1285
- }
1286
- ],
1287
- "stateMutability": "view",
1288
- "type": "function"
1289
- },
1290
- {
1291
- "inputs": [],
1292
- "name": "getProductService",
1293
- "outputs": [
1294
- {
1295
- "internalType": "contract IProductService",
1296
- "name": "",
1297
- "type": "address"
1298
- }
1299
- ],
1300
- "stateMutability": "view",
1301
- "type": "function"
1302
- },
1303
- {
1304
- "inputs": [],
1305
- "name": "getRegistry",
1306
- "outputs": [
1307
- {
1308
- "internalType": "contract IRegistry",
1309
- "name": "",
1310
- "type": "address"
1311
- }
1312
- ],
1313
- "stateMutability": "view",
1314
- "type": "function"
1315
- },
1316
- {
1317
- "inputs": [],
1318
- "name": "getRegistryAddress",
1319
- "outputs": [
1320
- {
1321
- "internalType": "address",
1322
- "name": "",
1323
- "type": "address"
1324
- }
1325
- ],
1326
- "stateMutability": "view",
1327
- "type": "function"
1328
- },
1329
- {
1330
- "inputs": [
1331
- {
1332
- "internalType": "Key32",
1333
- "name": "key",
1334
- "type": "bytes32"
1335
- }
1336
- ],
1337
- "name": "getState",
1338
- "outputs": [
1339
- {
1340
- "internalType": "StateId",
1341
- "name": "state",
1342
- "type": "uint8"
1343
- }
1344
- ],
1345
- "stateMutability": "view",
1346
- "type": "function"
1347
- },
1348
- {
1349
- "inputs": [
1350
- {
1351
- "internalType": "ObjectType",
1352
- "name": "objectType",
1353
- "type": "uint8"
1354
- }
1355
- ],
1356
- "name": "hasLifecycle",
1357
- "outputs": [
1358
- {
1359
- "internalType": "bool",
1360
- "name": "",
1361
- "type": "bool"
1362
- }
1363
- ],
1364
- "stateMutability": "view",
1365
- "type": "function"
1366
- },
1367
- {
1368
- "inputs": [],
1369
- "name": "isConsumingScheduledOp",
1370
- "outputs": [
1371
- {
1372
- "internalType": "bytes4",
1373
- "name": "",
1374
- "type": "bytes4"
1375
- }
1376
- ],
1377
- "stateMutability": "view",
1378
- "type": "function"
1379
- },
1380
- {
1381
- "inputs": [
1382
- {
1383
- "internalType": "ObjectType",
1384
- "name": "objectType",
1385
- "type": "uint8"
1386
- },
1387
- {
1388
- "internalType": "StateId",
1389
- "name": "fromId",
1390
- "type": "uint8"
1391
- },
1392
- {
1393
- "internalType": "StateId",
1394
- "name": "toId",
1395
- "type": "uint8"
1396
- }
1397
- ],
1398
- "name": "isValidTransition",
1399
- "outputs": [
1400
- {
1401
- "internalType": "bool",
1402
- "name": "",
1403
- "type": "bool"
1404
- }
1405
- ],
1406
- "stateMutability": "view",
1407
- "type": "function"
1408
- },
1409
- {
1410
- "inputs": [],
1411
- "name": "linkToRegisteredNftId",
1412
- "outputs": [],
1413
- "stateMutability": "nonpayable",
1414
- "type": "function"
1415
- },
1416
- {
1417
- "inputs": [
1418
- {
1419
- "internalType": "address",
1420
- "name": "",
1421
- "type": "address"
1422
- }
1423
- ],
1424
- "name": "setAuthority",
1425
- "outputs": [],
1426
- "stateMutability": "nonpayable",
1427
- "type": "function"
1428
- },
1429
- {
1430
- "inputs": [
1431
- {
1432
- "internalType": "bytes4",
1433
- "name": "interfaceId",
1434
- "type": "bytes4"
1435
- }
1436
- ],
1437
- "name": "supportsInterface",
1438
- "outputs": [
1439
- {
1440
- "internalType": "bool",
1441
- "name": "",
1442
- "type": "bool"
1443
- }
1444
- ],
1445
- "stateMutability": "view",
1446
- "type": "function"
1447
- },
1448
- {
1449
- "inputs": [
1450
- {
1451
- "internalType": "ObjectType",
1452
- "name": "objectType",
1453
- "type": "uint8"
1454
- },
1455
- {
1456
- "internalType": "KeyId",
1457
- "name": "id",
1458
- "type": "bytes31"
1459
- }
1460
- ],
1461
- "name": "toKey32",
1462
- "outputs": [
1463
- {
1464
- "internalType": "Key32",
1465
- "name": "",
1466
- "type": "bytes32"
1467
- }
1468
- ],
1469
- "stateMutability": "pure",
1470
- "type": "function"
1471
- },
1472
- {
1473
- "inputs": [
1474
- {
1475
- "internalType": "NftId",
1476
- "name": "applicationNftId",
1477
- "type": "uint96"
1478
- },
1479
- {
1480
- "components": [
1481
- {
1482
- "internalType": "NftId",
1483
- "name": "productNftId",
1484
- "type": "uint96"
1485
- },
1486
- {
1487
- "internalType": "NftId",
1488
- "name": "bundleNftId",
1489
- "type": "uint96"
1490
- },
1491
- {
1492
- "internalType": "ReferralId",
1493
- "name": "referralId",
1494
- "type": "bytes8"
1495
- },
1496
- {
1497
- "internalType": "RiskId",
1498
- "name": "riskId",
1499
- "type": "bytes8"
1500
- },
1501
- {
1502
- "internalType": "uint256",
1503
- "name": "sumInsuredAmount",
1504
- "type": "uint256"
1505
- },
1506
- {
1507
- "internalType": "uint256",
1508
- "name": "premiumAmount",
1509
- "type": "uint256"
1510
- },
1511
- {
1512
- "internalType": "uint256",
1513
- "name": "premiumPaidAmount",
1514
- "type": "uint256"
1515
- },
1516
- {
1517
- "internalType": "uint256",
1518
- "name": "lifetime",
1519
- "type": "uint256"
1520
- },
1521
- {
1522
- "internalType": "bytes",
1523
- "name": "applicationData",
1524
- "type": "bytes"
1525
- },
1526
- {
1527
- "internalType": "bytes",
1528
- "name": "policyData",
1529
- "type": "bytes"
1530
- },
1531
- {
1532
- "internalType": "uint16",
1533
- "name": "claimsCount",
1534
- "type": "uint16"
1535
- },
1536
- {
1537
- "internalType": "uint16",
1538
- "name": "openClaimsCount",
1539
- "type": "uint16"
1540
- },
1541
- {
1542
- "internalType": "uint256",
1543
- "name": "payoutAmount",
1544
- "type": "uint256"
1545
- },
1546
- {
1547
- "internalType": "Timestamp",
1548
- "name": "activatedAt",
1549
- "type": "uint40"
1550
- },
1551
- {
1552
- "internalType": "Timestamp",
1553
- "name": "expiredAt",
1554
- "type": "uint40"
1555
- },
1556
- {
1557
- "internalType": "Timestamp",
1558
- "name": "closedAt",
1559
- "type": "uint40"
1560
- }
1561
- ],
1562
- "internalType": "struct IPolicy.PolicyInfo",
1563
- "name": "policy",
1564
- "type": "tuple"
1565
- },
1566
- {
1567
- "internalType": "StateId",
1568
- "name": "newState",
1569
- "type": "uint8"
1570
- }
1571
- ],
1572
- "name": "updateApplication",
1573
- "outputs": [],
1574
- "stateMutability": "nonpayable",
1575
- "type": "function"
1576
- },
1577
- {
1578
- "inputs": [
1579
- {
1580
- "internalType": "NftId",
1581
- "name": "applicationNftId",
1582
- "type": "uint96"
1583
- },
1584
- {
1585
- "internalType": "StateId",
1586
- "name": "newState",
1587
- "type": "uint8"
1588
- }
1589
- ],
1590
- "name": "updateApplicationState",
1591
- "outputs": [],
1592
- "stateMutability": "nonpayable",
1593
- "type": "function"
1594
- },
1595
- {
1596
- "inputs": [
1597
- {
1598
- "internalType": "NftId",
1599
- "name": "bundleNftId",
1600
- "type": "uint96"
1601
- },
1602
- {
1603
- "components": [
1604
- {
1605
- "internalType": "NftId",
1606
- "name": "poolNftId",
1607
- "type": "uint96"
1608
- },
1609
- {
1610
- "components": [
1611
- {
1612
- "internalType": "UFixed",
1613
- "name": "fractionalFee",
1614
- "type": "uint256"
1615
- },
1616
- {
1617
- "internalType": "uint256",
1618
- "name": "fixedFee",
1619
- "type": "uint256"
1620
- }
1621
- ],
1622
- "internalType": "struct Fee",
1623
- "name": "fee",
1624
- "type": "tuple"
1625
- },
1626
- {
1627
- "internalType": "bytes",
1628
- "name": "filter",
1629
- "type": "bytes"
1630
- },
1631
- {
1632
- "internalType": "uint256",
1633
- "name": "capitalAmount",
1634
- "type": "uint256"
1635
- },
1636
- {
1637
- "internalType": "uint256",
1638
- "name": "lockedAmount",
1639
- "type": "uint256"
1640
- },
1641
- {
1642
- "internalType": "uint256",
1643
- "name": "balanceAmount",
1644
- "type": "uint256"
1645
- },
1646
- {
1647
- "internalType": "uint256",
1648
- "name": "lifetime",
1649
- "type": "uint256"
1650
- },
1651
- {
1652
- "internalType": "Timestamp",
1653
- "name": "expiredAt",
1654
- "type": "uint40"
1655
- },
1656
- {
1657
- "internalType": "Timestamp",
1658
- "name": "closedAt",
1659
- "type": "uint40"
1660
- }
1661
- ],
1662
- "internalType": "struct IBundle.BundleInfo",
1663
- "name": "bundle",
1664
- "type": "tuple"
1665
- },
1666
- {
1667
- "internalType": "StateId",
1668
- "name": "newState",
1669
- "type": "uint8"
1670
- }
1671
- ],
1672
- "name": "updateBundle",
1673
- "outputs": [],
1674
- "stateMutability": "nonpayable",
1675
- "type": "function"
1676
- },
1677
- {
1678
- "inputs": [
1679
- {
1680
- "internalType": "NftId",
1681
- "name": "bundleNftId",
1682
- "type": "uint96"
1683
- },
1684
- {
1685
- "internalType": "StateId",
1686
- "name": "newState",
1687
- "type": "uint8"
1688
- }
1689
- ],
1690
- "name": "updateBundleState",
1691
- "outputs": [],
1692
- "stateMutability": "nonpayable",
1693
- "type": "function"
1694
- },
1695
- {
1696
- "inputs": [
1697
- {
1698
- "internalType": "NftId",
1699
- "name": "distributionNftId",
1700
- "type": "uint96"
1701
- },
1702
- {
1703
- "components": [
1704
- {
1705
- "internalType": "NftId",
1706
- "name": "productNftId",
1707
- "type": "uint96"
1708
- },
1709
- {
1710
- "internalType": "contract TokenHandler",
1711
- "name": "tokenHandler",
1712
- "type": "address"
1713
- },
1714
- {
1715
- "components": [
1716
- {
1717
- "internalType": "UFixed",
1718
- "name": "fractionalFee",
1719
- "type": "uint256"
1720
- },
1721
- {
1722
- "internalType": "uint256",
1723
- "name": "fixedFee",
1724
- "type": "uint256"
1725
- }
1726
- ],
1727
- "internalType": "struct Fee",
1728
- "name": "distributionFee",
1729
- "type": "tuple"
1730
- },
1731
- {
1732
- "internalType": "address",
1733
- "name": "wallet",
1734
- "type": "address"
1735
- }
1736
- ],
1737
- "internalType": "struct ISetup.DistributionSetupInfo",
1738
- "name": "setup",
1739
- "type": "tuple"
1740
- },
1741
- {
1742
- "internalType": "StateId",
1743
- "name": "newState",
1744
- "type": "uint8"
1745
- }
1746
- ],
1747
- "name": "updateDistributionSetup",
1748
- "outputs": [],
1749
- "stateMutability": "nonpayable",
1750
- "type": "function"
1751
- },
1752
- {
1753
- "inputs": [
1754
- {
1755
- "internalType": "NftId",
1756
- "name": "distributionNftId",
1757
- "type": "uint96"
1758
- },
1759
- {
1760
- "internalType": "StateId",
1761
- "name": "newState",
1762
- "type": "uint8"
1763
- }
1764
- ],
1765
- "name": "updateDistributionSetupState",
1766
- "outputs": [],
1767
- "stateMutability": "nonpayable",
1768
- "type": "function"
1769
- },
1770
- {
1771
- "inputs": [
1772
- {
1773
- "internalType": "NftId",
1774
- "name": "nftId",
1775
- "type": "uint96"
1776
- },
1777
- {
1778
- "components": [
1779
- {
1780
- "internalType": "DistributorType",
1781
- "name": "distributorType",
1782
- "type": "bytes8"
1783
- },
1784
- {
1785
- "internalType": "bool",
1786
- "name": "active",
1787
- "type": "bool"
1788
- },
1789
- {
1790
- "internalType": "bytes",
1791
- "name": "data",
1792
- "type": "bytes"
1793
- }
1794
- ],
1795
- "internalType": "struct IDistribution.DistributorInfo",
1796
- "name": "info",
1797
- "type": "tuple"
1798
- },
1799
- {
1800
- "internalType": "StateId",
1801
- "name": "newState",
1802
- "type": "uint8"
1803
- }
1804
- ],
1805
- "name": "updateDistributor",
1806
- "outputs": [],
1807
- "stateMutability": "nonpayable",
1808
- "type": "function"
1809
- },
1810
- {
1811
- "inputs": [
1812
- {
1813
- "internalType": "NftId",
1814
- "name": "nftId",
1815
- "type": "uint96"
1816
- },
1817
- {
1818
- "internalType": "StateId",
1819
- "name": "newState",
1820
- "type": "uint8"
1821
- }
1822
- ],
1823
- "name": "updateDistributorState",
1824
- "outputs": [],
1825
- "stateMutability": "nonpayable",
1826
- "type": "function"
1827
- },
1828
- {
1829
- "inputs": [
1830
- {
1831
- "internalType": "Key32",
1832
- "name": "distributorKey",
1833
- "type": "bytes32"
1834
- },
1835
- {
1836
- "components": [
1837
- {
1838
- "internalType": "string",
1839
- "name": "name",
1840
- "type": "string"
1841
- },
1842
- {
1843
- "internalType": "UFixed",
1844
- "name": "minDiscountPercentage",
1845
- "type": "uint256"
1846
- },
1847
- {
1848
- "internalType": "UFixed",
1849
- "name": "maxDiscountPercentage",
1850
- "type": "uint256"
1851
- },
1852
- {
1853
- "internalType": "UFixed",
1854
- "name": "commissionPercentage",
1855
- "type": "uint256"
1856
- },
1857
- {
1858
- "internalType": "uint32",
1859
- "name": "maxReferralCount",
1860
- "type": "uint32"
1861
- },
1862
- {
1863
- "internalType": "uint32",
1864
- "name": "maxReferralLifetime",
1865
- "type": "uint32"
1866
- },
1867
- {
1868
- "internalType": "bool",
1869
- "name": "allowSelfReferrals",
1870
- "type": "bool"
1871
- },
1872
- {
1873
- "internalType": "bool",
1874
- "name": "allowRenewals",
1875
- "type": "bool"
1876
- },
1877
- {
1878
- "internalType": "bytes",
1879
- "name": "data",
1880
- "type": "bytes"
1881
- }
1882
- ],
1883
- "internalType": "struct IDistribution.DistributorTypeInfo",
1884
- "name": "info",
1885
- "type": "tuple"
414
+ "inputs": [
415
+ {
416
+ "internalType": "RoleId",
417
+ "name": "roleId",
418
+ "type": "uint64"
1886
419
  },
1887
420
  {
1888
- "internalType": "StateId",
1889
- "name": "newState",
1890
- "type": "uint8"
421
+ "internalType": "address",
422
+ "name": "account",
423
+ "type": "address"
1891
424
  }
1892
425
  ],
1893
- "name": "updateDistributorType",
426
+ "name": "grantRole",
1894
427
  "outputs": [],
1895
428
  "stateMutability": "nonpayable",
1896
429
  "type": "function"
1897
430
  },
431
+ {
432
+ "inputs": [],
433
+ "name": "isConsumingScheduledOp",
434
+ "outputs": [
435
+ {
436
+ "internalType": "bytes4",
437
+ "name": "",
438
+ "type": "bytes4"
439
+ }
440
+ ],
441
+ "stateMutability": "view",
442
+ "type": "function"
443
+ },
444
+ {
445
+ "inputs": [],
446
+ "name": "linkToRegisteredNftId",
447
+ "outputs": [
448
+ {
449
+ "internalType": "NftId",
450
+ "name": "",
451
+ "type": "uint96"
452
+ }
453
+ ],
454
+ "stateMutability": "nonpayable",
455
+ "type": "function"
456
+ },
1898
457
  {
1899
458
  "inputs": [
1900
459
  {
1901
- "internalType": "Key32",
1902
- "name": "distributorKey",
1903
- "type": "bytes32"
460
+ "internalType": "address",
461
+ "name": "to",
462
+ "type": "address"
1904
463
  },
1905
464
  {
1906
- "internalType": "StateId",
1907
- "name": "newState",
1908
- "type": "uint8"
465
+ "internalType": "uint256",
466
+ "name": "tokenId",
467
+ "type": "uint256"
1909
468
  }
1910
469
  ],
1911
- "name": "updateDistributorTypeState",
470
+ "name": "nftMint",
1912
471
  "outputs": [],
1913
472
  "stateMutability": "nonpayable",
1914
473
  "type": "function"
@@ -1916,104 +475,22 @@
1916
475
  {
1917
476
  "inputs": [
1918
477
  {
1919
- "internalType": "NftId",
1920
- "name": "policyNftId",
1921
- "type": "uint96"
478
+ "internalType": "address",
479
+ "name": "from",
480
+ "type": "address"
1922
481
  },
1923
482
  {
1924
- "components": [
1925
- {
1926
- "internalType": "NftId",
1927
- "name": "productNftId",
1928
- "type": "uint96"
1929
- },
1930
- {
1931
- "internalType": "NftId",
1932
- "name": "bundleNftId",
1933
- "type": "uint96"
1934
- },
1935
- {
1936
- "internalType": "ReferralId",
1937
- "name": "referralId",
1938
- "type": "bytes8"
1939
- },
1940
- {
1941
- "internalType": "RiskId",
1942
- "name": "riskId",
1943
- "type": "bytes8"
1944
- },
1945
- {
1946
- "internalType": "uint256",
1947
- "name": "sumInsuredAmount",
1948
- "type": "uint256"
1949
- },
1950
- {
1951
- "internalType": "uint256",
1952
- "name": "premiumAmount",
1953
- "type": "uint256"
1954
- },
1955
- {
1956
- "internalType": "uint256",
1957
- "name": "premiumPaidAmount",
1958
- "type": "uint256"
1959
- },
1960
- {
1961
- "internalType": "uint256",
1962
- "name": "lifetime",
1963
- "type": "uint256"
1964
- },
1965
- {
1966
- "internalType": "bytes",
1967
- "name": "applicationData",
1968
- "type": "bytes"
1969
- },
1970
- {
1971
- "internalType": "bytes",
1972
- "name": "policyData",
1973
- "type": "bytes"
1974
- },
1975
- {
1976
- "internalType": "uint16",
1977
- "name": "claimsCount",
1978
- "type": "uint16"
1979
- },
1980
- {
1981
- "internalType": "uint16",
1982
- "name": "openClaimsCount",
1983
- "type": "uint16"
1984
- },
1985
- {
1986
- "internalType": "uint256",
1987
- "name": "payoutAmount",
1988
- "type": "uint256"
1989
- },
1990
- {
1991
- "internalType": "Timestamp",
1992
- "name": "activatedAt",
1993
- "type": "uint40"
1994
- },
1995
- {
1996
- "internalType": "Timestamp",
1997
- "name": "expiredAt",
1998
- "type": "uint40"
1999
- },
2000
- {
2001
- "internalType": "Timestamp",
2002
- "name": "closedAt",
2003
- "type": "uint40"
2004
- }
2005
- ],
2006
- "internalType": "struct IPolicy.PolicyInfo",
2007
- "name": "policy",
2008
- "type": "tuple"
483
+ "internalType": "address",
484
+ "name": "to",
485
+ "type": "address"
2009
486
  },
2010
487
  {
2011
- "internalType": "StateId",
2012
- "name": "newState",
2013
- "type": "uint8"
488
+ "internalType": "uint256",
489
+ "name": "tokenId",
490
+ "type": "uint256"
2014
491
  }
2015
492
  ],
2016
- "name": "updatePolicy",
493
+ "name": "nftTransferFrom",
2017
494
  "outputs": [],
2018
495
  "stateMutability": "nonpayable",
2019
496
  "type": "function"
@@ -2021,17 +498,12 @@
2021
498
  {
2022
499
  "inputs": [
2023
500
  {
2024
- "internalType": "NftId",
2025
- "name": "policyNftId",
501
+ "internalType": "Amount",
502
+ "name": "dipAmount",
2026
503
  "type": "uint96"
2027
- },
2028
- {
2029
- "internalType": "StateId",
2030
- "name": "newState",
2031
- "type": "uint8"
2032
504
  }
2033
505
  ],
2034
- "name": "updatePolicyState",
506
+ "name": "refillStakingRewardReserves",
2035
507
  "outputs": [],
2036
508
  "stateMutability": "nonpayable",
2037
509
  "type": "function"
@@ -2039,115 +511,17 @@
2039
511
  {
2040
512
  "inputs": [
2041
513
  {
2042
- "internalType": "NftId",
2043
- "name": "poolNftId",
2044
- "type": "uint96"
2045
- },
2046
- {
2047
- "components": [
2048
- {
2049
- "internalType": "NftId",
2050
- "name": "productNftId",
2051
- "type": "uint96"
2052
- },
2053
- {
2054
- "internalType": "contract TokenHandler",
2055
- "name": "tokenHandler",
2056
- "type": "address"
2057
- },
2058
- {
2059
- "internalType": "bool",
2060
- "name": "isInterceptingBundleTransfers",
2061
- "type": "bool"
2062
- },
2063
- {
2064
- "internalType": "bool",
2065
- "name": "isExternallyManaged",
2066
- "type": "bool"
2067
- },
2068
- {
2069
- "internalType": "bool",
2070
- "name": "isVerifyingApplications",
2071
- "type": "bool"
2072
- },
2073
- {
2074
- "internalType": "UFixed",
2075
- "name": "collateralizationLevel",
2076
- "type": "uint256"
2077
- },
2078
- {
2079
- "internalType": "UFixed",
2080
- "name": "retentionLevel",
2081
- "type": "uint256"
2082
- },
2083
- {
2084
- "components": [
2085
- {
2086
- "internalType": "UFixed",
2087
- "name": "fractionalFee",
2088
- "type": "uint256"
2089
- },
2090
- {
2091
- "internalType": "uint256",
2092
- "name": "fixedFee",
2093
- "type": "uint256"
2094
- }
2095
- ],
2096
- "internalType": "struct Fee",
2097
- "name": "poolFee",
2098
- "type": "tuple"
2099
- },
2100
- {
2101
- "components": [
2102
- {
2103
- "internalType": "UFixed",
2104
- "name": "fractionalFee",
2105
- "type": "uint256"
2106
- },
2107
- {
2108
- "internalType": "uint256",
2109
- "name": "fixedFee",
2110
- "type": "uint256"
2111
- }
2112
- ],
2113
- "internalType": "struct Fee",
2114
- "name": "stakingFee",
2115
- "type": "tuple"
2116
- },
2117
- {
2118
- "components": [
2119
- {
2120
- "internalType": "UFixed",
2121
- "name": "fractionalFee",
2122
- "type": "uint256"
2123
- },
2124
- {
2125
- "internalType": "uint256",
2126
- "name": "fixedFee",
2127
- "type": "uint256"
2128
- }
2129
- ],
2130
- "internalType": "struct Fee",
2131
- "name": "performanceFee",
2132
- "type": "tuple"
2133
- },
2134
- {
2135
- "internalType": "address",
2136
- "name": "wallet",
2137
- "type": "address"
2138
- }
2139
- ],
2140
- "internalType": "struct ISetup.PoolSetupInfo",
2141
- "name": "setup",
2142
- "type": "tuple"
514
+ "internalType": "RoleId",
515
+ "name": "roleId",
516
+ "type": "uint64"
2143
517
  },
2144
518
  {
2145
- "internalType": "StateId",
2146
- "name": "newState",
2147
- "type": "uint8"
519
+ "internalType": "address",
520
+ "name": "account",
521
+ "type": "address"
2148
522
  }
2149
523
  ],
2150
- "name": "updatePoolSetup",
524
+ "name": "revokeRole",
2151
525
  "outputs": [],
2152
526
  "stateMutability": "nonpayable",
2153
527
  "type": "function"
@@ -2155,17 +529,12 @@
2155
529
  {
2156
530
  "inputs": [
2157
531
  {
2158
- "internalType": "NftId",
2159
- "name": "poolNftId",
2160
- "type": "uint96"
2161
- },
2162
- {
2163
- "internalType": "StateId",
2164
- "name": "newState",
2165
- "type": "uint8"
532
+ "internalType": "address",
533
+ "name": "",
534
+ "type": "address"
2166
535
  }
2167
536
  ],
2168
- "name": "updatePoolSetupState",
537
+ "name": "setAuthority",
2169
538
  "outputs": [],
2170
539
  "stateMutability": "nonpayable",
2171
540
  "type": "function"
@@ -2173,156 +542,12 @@
2173
542
  {
2174
543
  "inputs": [
2175
544
  {
2176
- "internalType": "NftId",
2177
- "name": "productNftId",
2178
- "type": "uint96"
2179
- },
2180
- {
2181
- "components": [
2182
- {
2183
- "internalType": "contract IERC20Metadata",
2184
- "name": "token",
2185
- "type": "address"
2186
- },
2187
- {
2188
- "internalType": "contract TokenHandler",
2189
- "name": "tokenHandler",
2190
- "type": "address"
2191
- },
2192
- {
2193
- "internalType": "NftId",
2194
- "name": "distributionNftId",
2195
- "type": "uint96"
2196
- },
2197
- {
2198
- "internalType": "NftId",
2199
- "name": "poolNftId",
2200
- "type": "uint96"
2201
- },
2202
- {
2203
- "components": [
2204
- {
2205
- "internalType": "UFixed",
2206
- "name": "fractionalFee",
2207
- "type": "uint256"
2208
- },
2209
- {
2210
- "internalType": "uint256",
2211
- "name": "fixedFee",
2212
- "type": "uint256"
2213
- }
2214
- ],
2215
- "internalType": "struct Fee",
2216
- "name": "distributionFee",
2217
- "type": "tuple"
2218
- },
2219
- {
2220
- "components": [
2221
- {
2222
- "internalType": "UFixed",
2223
- "name": "fractionalFee",
2224
- "type": "uint256"
2225
- },
2226
- {
2227
- "internalType": "uint256",
2228
- "name": "fixedFee",
2229
- "type": "uint256"
2230
- }
2231
- ],
2232
- "internalType": "struct Fee",
2233
- "name": "productFee",
2234
- "type": "tuple"
2235
- },
2236
- {
2237
- "components": [
2238
- {
2239
- "internalType": "UFixed",
2240
- "name": "fractionalFee",
2241
- "type": "uint256"
2242
- },
2243
- {
2244
- "internalType": "uint256",
2245
- "name": "fixedFee",
2246
- "type": "uint256"
2247
- }
2248
- ],
2249
- "internalType": "struct Fee",
2250
- "name": "processingFee",
2251
- "type": "tuple"
2252
- },
2253
- {
2254
- "components": [
2255
- {
2256
- "internalType": "UFixed",
2257
- "name": "fractionalFee",
2258
- "type": "uint256"
2259
- },
2260
- {
2261
- "internalType": "uint256",
2262
- "name": "fixedFee",
2263
- "type": "uint256"
2264
- }
2265
- ],
2266
- "internalType": "struct Fee",
2267
- "name": "poolFee",
2268
- "type": "tuple"
2269
- },
2270
- {
2271
- "components": [
2272
- {
2273
- "internalType": "UFixed",
2274
- "name": "fractionalFee",
2275
- "type": "uint256"
2276
- },
2277
- {
2278
- "internalType": "uint256",
2279
- "name": "fixedFee",
2280
- "type": "uint256"
2281
- }
2282
- ],
2283
- "internalType": "struct Fee",
2284
- "name": "stakingFee",
2285
- "type": "tuple"
2286
- },
2287
- {
2288
- "components": [
2289
- {
2290
- "internalType": "UFixed",
2291
- "name": "fractionalFee",
2292
- "type": "uint256"
2293
- },
2294
- {
2295
- "internalType": "uint256",
2296
- "name": "fixedFee",
2297
- "type": "uint256"
2298
- }
2299
- ],
2300
- "internalType": "struct Fee",
2301
- "name": "performanceFee",
2302
- "type": "tuple"
2303
- },
2304
- {
2305
- "internalType": "bool",
2306
- "name": "isIntercepting",
2307
- "type": "bool"
2308
- },
2309
- {
2310
- "internalType": "address",
2311
- "name": "wallet",
2312
- "type": "address"
2313
- }
2314
- ],
2315
- "internalType": "struct ISetup.ProductSetupInfo",
2316
- "name": "setup",
2317
- "type": "tuple"
2318
- },
2319
- {
2320
- "internalType": "StateId",
2321
- "name": "newState",
2322
- "type": "uint8"
545
+ "internalType": "Seconds",
546
+ "name": "stakeLockingPeriod",
547
+ "type": "uint40"
2323
548
  }
2324
549
  ],
2325
- "name": "updateProductSetup",
550
+ "name": "setStakingLockingPeriod",
2326
551
  "outputs": [],
2327
552
  "stateMutability": "nonpayable",
2328
553
  "type": "function"
@@ -2330,17 +555,12 @@
2330
555
  {
2331
556
  "inputs": [
2332
557
  {
2333
- "internalType": "NftId",
2334
- "name": "productNftId",
2335
- "type": "uint96"
2336
- },
2337
- {
2338
- "internalType": "StateId",
2339
- "name": "newState",
2340
- "type": "uint8"
558
+ "internalType": "UFixed",
559
+ "name": "rewardRate",
560
+ "type": "uint256"
2341
561
  }
2342
562
  ],
2343
- "name": "updateProductSetupState",
563
+ "name": "setStakingRewardRate",
2344
564
  "outputs": [],
2345
565
  "stateMutability": "nonpayable",
2346
566
  "type": "function"
@@ -2348,59 +568,22 @@
2348
568
  {
2349
569
  "inputs": [
2350
570
  {
2351
- "internalType": "Key32",
2352
- "name": "referralKey",
2353
- "type": "bytes32"
571
+ "internalType": "string",
572
+ "name": "targetName",
573
+ "type": "string"
2354
574
  },
2355
575
  {
2356
- "components": [
2357
- {
2358
- "internalType": "NftId",
2359
- "name": "distributorNftId",
2360
- "type": "uint96"
2361
- },
2362
- {
2363
- "internalType": "string",
2364
- "name": "referralCode",
2365
- "type": "string"
2366
- },
2367
- {
2368
- "internalType": "UFixed",
2369
- "name": "discountPercentage",
2370
- "type": "uint256"
2371
- },
2372
- {
2373
- "internalType": "uint32",
2374
- "name": "maxReferrals",
2375
- "type": "uint32"
2376
- },
2377
- {
2378
- "internalType": "uint32",
2379
- "name": "usedReferrals",
2380
- "type": "uint32"
2381
- },
2382
- {
2383
- "internalType": "Timestamp",
2384
- "name": "expiryAt",
2385
- "type": "uint40"
2386
- },
2387
- {
2388
- "internalType": "bytes",
2389
- "name": "data",
2390
- "type": "bytes"
2391
- }
2392
- ],
2393
- "internalType": "struct IDistribution.ReferralInfo",
2394
- "name": "referralInfo",
2395
- "type": "tuple"
576
+ "internalType": "bytes4[]",
577
+ "name": "selectors",
578
+ "type": "bytes4[]"
2396
579
  },
2397
580
  {
2398
- "internalType": "StateId",
2399
- "name": "newState",
2400
- "type": "uint8"
581
+ "internalType": "RoleId",
582
+ "name": "roleId",
583
+ "type": "uint64"
2401
584
  }
2402
585
  ],
2403
- "name": "updateReferral",
586
+ "name": "setTargetFunctionRole",
2404
587
  "outputs": [],
2405
588
  "stateMutability": "nonpayable",
2406
589
  "type": "function"
@@ -2408,17 +591,17 @@
2408
591
  {
2409
592
  "inputs": [
2410
593
  {
2411
- "internalType": "Key32",
2412
- "name": "referralKey",
2413
- "type": "bytes32"
594
+ "internalType": "address",
595
+ "name": "target",
596
+ "type": "address"
2414
597
  },
2415
598
  {
2416
- "internalType": "StateId",
2417
- "name": "newState",
2418
- "type": "uint8"
599
+ "internalType": "bool",
600
+ "name": "locked",
601
+ "type": "bool"
2419
602
  }
2420
603
  ],
2421
- "name": "updateReferralState",
604
+ "name": "setTargetLocked",
2422
605
  "outputs": [],
2423
606
  "stateMutability": "nonpayable",
2424
607
  "type": "function"
@@ -2426,53 +609,38 @@
2426
609
  {
2427
610
  "inputs": [
2428
611
  {
2429
- "internalType": "RiskId",
2430
- "name": "riskId",
2431
- "type": "bytes8"
2432
- },
2433
- {
2434
- "components": [
2435
- {
2436
- "internalType": "NftId",
2437
- "name": "productNftId",
2438
- "type": "uint96"
2439
- },
2440
- {
2441
- "internalType": "bytes",
2442
- "name": "data",
2443
- "type": "bytes"
2444
- }
2445
- ],
2446
- "internalType": "struct IRisk.RiskInfo",
2447
- "name": "risk",
2448
- "type": "tuple"
2449
- },
612
+ "internalType": "bytes4",
613
+ "name": "interfaceId",
614
+ "type": "bytes4"
615
+ }
616
+ ],
617
+ "name": "supportsInterface",
618
+ "outputs": [
2450
619
  {
2451
- "internalType": "StateId",
2452
- "name": "newState",
2453
- "type": "uint8"
620
+ "internalType": "bool",
621
+ "name": "",
622
+ "type": "bool"
2454
623
  }
2455
624
  ],
2456
- "name": "updateRisk",
2457
- "outputs": [],
2458
- "stateMutability": "nonpayable",
625
+ "stateMutability": "view",
2459
626
  "type": "function"
2460
627
  },
2461
628
  {
2462
629
  "inputs": [
2463
630
  {
2464
- "internalType": "RiskId",
2465
- "name": "riskId",
2466
- "type": "bytes8"
2467
- },
631
+ "internalType": "Amount",
632
+ "name": "dipAmount",
633
+ "type": "uint96"
634
+ }
635
+ ],
636
+ "name": "withdrawStakingRewardReserves",
637
+ "outputs": [
2468
638
  {
2469
- "internalType": "StateId",
2470
- "name": "newState",
2471
- "type": "uint8"
639
+ "internalType": "Amount",
640
+ "name": "newBalance",
641
+ "type": "uint96"
2472
642
  }
2473
643
  ],
2474
- "name": "updateRiskState",
2475
- "outputs": [],
2476
644
  "stateMutability": "nonpayable",
2477
645
  "type": "function"
2478
646
  }