@etherisc/gif-next 0.0.2-e875d61-189 → 0.0.2-e922e07-736

Sign up to get free protection for your applications and to get access to all the features.
Files changed (463) hide show
  1. package/README.md +314 -27
  2. package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
  3. package/artifacts/contracts/components/Component.sol/Component.json +774 -0
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +4 -0
  5. package/artifacts/contracts/components/Distribution.sol/Distribution.json +1261 -0
  6. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
  7. package/artifacts/contracts/{registry/IChainNft.sol/IChainNft.json → components/IComponent.sol/IComponent.json} +234 -239
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +811 -0
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  11. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +804 -131
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  13. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +455 -62
  14. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  15. package/artifacts/contracts/components/Pool.sol/Pool.json +1192 -196
  16. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  17. package/artifacts/contracts/components/Product.sol/Product.json +865 -114
  18. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  19. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +764 -0
  20. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +4 -0
  21. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.json +185 -0
  22. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  23. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1556 -1003
  24. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  25. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +509 -0
  26. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  27. package/artifacts/contracts/instance/Instance.sol/Instance.json +2282 -1171
  28. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
  29. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +984 -0
  30. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1355 -0
  32. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  33. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1046 -0
  34. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +693 -0
  36. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  37. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +261 -0
  38. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.json +552 -0
  40. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  41. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +27 -158
  42. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  43. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  44. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +37 -245
  45. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  46. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +4 -4
  47. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  48. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +254 -0
  49. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  50. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  51. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  52. package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → IDistribution.sol/IDistribution.json} +2 -2
  53. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  54. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  55. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  56. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  57. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
  58. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/ISetup.sol/ISetup.json} +2 -2
  59. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
  60. package/artifacts/contracts/instance/module/{treasury/ITreasury.sol → ITreasury.sol}/ITreasury.json +1 -1
  61. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  62. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +968 -0
  63. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  64. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +665 -0
  65. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
  66. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1096 -0
  67. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  68. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +661 -0
  69. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
  70. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +754 -0
  71. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  72. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +637 -0
  73. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +4 -0
  74. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1724 -0
  75. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  76. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +801 -0
  77. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  78. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +556 -0
  79. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
  80. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +633 -0
  81. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +4 -0
  82. package/artifacts/contracts/instance/{base/InstanceBase.sol/InstanceBase.json → service/IClaimService.sol/IClaimService.json} +221 -156
  83. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  84. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +1013 -0
  85. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  86. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +540 -0
  87. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  88. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +136 -165
  89. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  90. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +139 -232
  91. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
  92. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1021 -0
  93. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  94. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +689 -0
  95. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  96. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +416 -160
  97. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  98. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +649 -0
  99. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
  100. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +401 -297
  101. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  102. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +649 -0
  103. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +186 -12
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  106. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +466 -34
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +890 -0
  109. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  110. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +34 -0
  111. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  112. package/artifacts/contracts/registry/Registry.sol/Registry.json +470 -103
  113. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  114. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  115. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  116. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1177 -0
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  118. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +670 -0
  119. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  120. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +547 -0
  121. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  122. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +498 -0
  123. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +4 -0
  124. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +107 -0
  125. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  126. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  127. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  128. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +38 -74
  129. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  130. package/artifacts/contracts/{instance/module/component/IComponent.sol/IComponentModule.json → shared/IPolicyHolder.sol/IPolicyHolder.json} +66 -73
  131. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  132. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +100 -33
  133. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  134. package/artifacts/contracts/{experiment/inheritance/IB.sol/IB.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +18 -20
  135. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  136. package/artifacts/contracts/{instance/base/ServiceBase.sol/ServiceBase.json → shared/IService.sol/IService.json} +121 -152
  137. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  138. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
  139. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  140. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +251 -0
  141. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  142. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +248 -0
  143. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  144. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +582 -0
  145. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  146. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +256 -25
  147. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  148. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +84 -0
  149. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  150. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/Service.sol/Service.json} +220 -159
  151. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  152. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +96 -0
  153. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  154. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  155. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  156. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
  157. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  158. package/artifacts/contracts/test/TestFee.sol/TestFee.json +4 -4
  159. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  160. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +272 -26
  161. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  162. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +14 -14
  163. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  164. package/artifacts/contracts/test/TestService.sol/TestService.json +281 -139
  165. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  166. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +91 -53
  167. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  168. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +2 -2
  169. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  170. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +38 -140
  171. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  172. package/artifacts/contracts/test/Usdc.sol/USDC.json +91 -53
  173. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  174. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  175. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  176. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  177. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +100 -0
  178. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  179. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +104 -0
  180. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  181. package/artifacts/contracts/types/Fee.sol/FeeLib.json +52 -13
  182. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  183. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +31 -17
  184. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  185. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +2 -2
  186. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  187. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +26 -3
  188. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +4 -0
  189. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +100 -0
  190. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  191. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
  192. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  193. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +100 -0
  194. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +4 -0
  195. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +142 -0
  196. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +4 -0
  197. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +86 -0
  198. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  199. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +134 -8
  200. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +4 -0
  201. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +124 -0
  202. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  203. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +2 -2
  204. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  205. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +38 -7
  206. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +4 -0
  207. package/artifacts/contracts/{experiment/types/TypeB.sol/TypeBLib.json → types/UFixed.sol/MathLib.json} +4 -4
  208. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +4 -0
  209. package/artifacts/contracts/types/UFixed.sol/{UFixedMathLib.json → UFixedLib.json} +3 -3
  210. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  211. package/artifacts/contracts/types/Version.sol/VersionLib.json +40 -2
  212. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  213. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +22 -3
  214. package/contracts/components/Component.sol +221 -0
  215. package/contracts/components/Distribution.sol +280 -0
  216. package/contracts/components/IComponent.sol +68 -0
  217. package/contracts/components/IDistributionComponent.sol +71 -0
  218. package/contracts/components/IPoolComponent.sol +136 -42
  219. package/contracts/components/IProductComponent.sol +30 -9
  220. package/contracts/components/Pool.sol +308 -121
  221. package/contracts/components/Product.sol +211 -56
  222. package/contracts/instance/BundleManager.sol +125 -0
  223. package/contracts/instance/Cloneable.sol +46 -0
  224. package/contracts/instance/IInstance.sol +85 -43
  225. package/contracts/instance/IInstanceService.sol +59 -0
  226. package/contracts/instance/Instance.sol +277 -57
  227. package/contracts/instance/InstanceAccessManager.sol +297 -0
  228. package/contracts/instance/InstanceReader.sol +293 -0
  229. package/contracts/instance/InstanceService.sol +489 -0
  230. package/contracts/instance/InstanceServiceManager.sol +54 -0
  231. package/contracts/instance/ObjectManager.sol +84 -0
  232. package/contracts/instance/base/ComponentService.sol +134 -0
  233. package/contracts/instance/base/IKeyValueStore.sol +13 -14
  234. package/contracts/instance/base/ILifecycle.sol +3 -3
  235. package/contracts/instance/base/KeyValueStore.sol +49 -38
  236. package/contracts/instance/base/Lifecycle.sol +11 -3
  237. package/contracts/instance/module/IAccess.sol +47 -0
  238. package/contracts/instance/module/IBundle.sol +21 -0
  239. package/contracts/instance/module/IDistribution.sol +41 -0
  240. package/contracts/instance/module/IPolicy.sol +72 -0
  241. package/contracts/instance/module/IRisk.sol +11 -0
  242. package/contracts/instance/module/ISetup.sol +46 -0
  243. package/contracts/instance/module/ITreasury.sol +23 -0
  244. package/contracts/instance/service/ApplicationService.sol +349 -0
  245. package/contracts/instance/service/ApplicationServiceManager.sol +35 -0
  246. package/contracts/instance/service/BundleService.sol +299 -0
  247. package/contracts/instance/service/BundleServiceManager.sol +51 -0
  248. package/contracts/instance/service/ClaimService.sol +151 -0
  249. package/contracts/instance/service/ClaimServiceManager.sol +35 -0
  250. package/contracts/instance/service/DistributionService.sol +450 -0
  251. package/contracts/instance/service/DistributionServiceManager.sol +51 -0
  252. package/contracts/instance/service/IApplicationService.sol +82 -0
  253. package/contracts/instance/service/IBundleService.sol +55 -0
  254. package/contracts/instance/service/IClaimService.sol +61 -0
  255. package/contracts/instance/service/IDistributionService.sol +98 -0
  256. package/contracts/instance/service/IPolicyService.sol +72 -0
  257. package/contracts/instance/service/IPoolService.sol +8 -18
  258. package/contracts/instance/service/IProductService.sol +21 -39
  259. package/contracts/instance/service/PolicyService.sol +394 -0
  260. package/contracts/instance/service/PolicyServiceManager.sol +54 -0
  261. package/contracts/instance/service/PoolService.sol +77 -97
  262. package/contracts/instance/service/PoolServiceManager.sol +51 -0
  263. package/contracts/instance/service/ProductService.sol +168 -301
  264. package/contracts/instance/service/ProductServiceManager.sol +54 -0
  265. package/contracts/registry/ChainNft.sol +79 -36
  266. package/contracts/registry/IRegistry.sol +66 -24
  267. package/contracts/registry/IRegistryService.sol +67 -0
  268. package/contracts/registry/ITransferInterceptor.sol +6 -0
  269. package/contracts/registry/Registry.sol +366 -283
  270. package/contracts/registry/RegistryAccessManager.sol +216 -0
  271. package/contracts/registry/RegistryService.sol +283 -0
  272. package/contracts/registry/RegistryServiceManager.sol +62 -0
  273. package/contracts/registry/ReleaseManager.sol +322 -0
  274. package/contracts/registry/TokenRegistry.sol +116 -0
  275. package/contracts/shared/ContractDeployerLib.sol +72 -0
  276. package/contracts/shared/ERC165.sol +14 -8
  277. package/contracts/shared/INftOwnable.sol +23 -0
  278. package/contracts/shared/IPolicyHolder.sol +26 -0
  279. package/contracts/shared/IRegisterable.sol +10 -19
  280. package/contracts/shared/IRegistryLinked.sol +12 -0
  281. package/contracts/shared/IService.sol +18 -0
  282. package/contracts/shared/IVersionable.sol +38 -37
  283. package/contracts/shared/NftOwnable.sol +120 -0
  284. package/contracts/shared/PolicyHolder.sol +81 -0
  285. package/contracts/shared/ProxyManager.sol +169 -0
  286. package/contracts/shared/Registerable.sol +54 -66
  287. package/contracts/shared/RegistryLinked.sol +48 -0
  288. package/contracts/shared/Service.sol +58 -0
  289. package/contracts/shared/TokenHandler.sol +27 -0
  290. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  291. package/contracts/shared/Versionable.sol +38 -68
  292. package/contracts/test/TestFee.sol +2 -2
  293. package/contracts/test/TestRegisterable.sol +5 -6
  294. package/contracts/test/TestRoleId.sol +1 -1
  295. package/contracts/test/TestService.sol +7 -14
  296. package/contracts/types/ClaimId.sol +52 -0
  297. package/contracts/types/DistributorType.sol +55 -0
  298. package/contracts/types/Fee.sol +10 -5
  299. package/contracts/types/Key32.sol +8 -3
  300. package/contracts/types/NftIdSet.sol +26 -24
  301. package/contracts/types/NumberId.sol +52 -0
  302. package/contracts/types/ObjectType.sol +44 -11
  303. package/contracts/types/PayoutId.sol +54 -0
  304. package/contracts/types/Referral.sol +89 -0
  305. package/contracts/types/RiskId.sol +43 -0
  306. package/contracts/types/RoleId.sol +67 -10
  307. package/contracts/types/Seconds.sol +54 -0
  308. package/contracts/types/StateId.sol +5 -1
  309. package/contracts/types/Timestamp.sol +16 -13
  310. package/contracts/types/UFixed.sol +128 -12
  311. package/contracts/types/Version.sol +13 -1
  312. package/package.json +6 -5
  313. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  314. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  315. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  316. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  317. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  318. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  319. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  320. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  321. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  322. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  323. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  324. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  325. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  326. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  327. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  328. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  329. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  330. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  331. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  332. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  333. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  334. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  335. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  336. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  337. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  338. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  339. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  340. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  341. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  342. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  343. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  344. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  345. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  346. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  347. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  348. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  349. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  350. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  351. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  352. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  353. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -81
  354. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  355. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  356. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  357. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  358. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  359. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  360. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  361. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  362. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  363. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  364. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  365. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -265
  366. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  367. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  368. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -265
  369. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  370. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  371. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  372. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  373. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  374. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  375. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  376. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -136
  377. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  378. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  379. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  380. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  381. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  382. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -273
  383. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  384. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -273
  385. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  386. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  387. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  388. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
  389. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  390. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
  391. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  392. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  393. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  394. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  395. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  396. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  397. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  398. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -531
  399. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  400. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  401. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  402. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -531
  403. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  404. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  405. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  406. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  407. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  408. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.json +0 -24
  409. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  410. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  411. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  412. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -455
  413. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  414. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -436
  415. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  416. package/contracts/components/BaseComponent.sol +0 -94
  417. package/contracts/components/IBaseComponent.sol +0 -19
  418. package/contracts/experiment/errors/Require.sol +0 -38
  419. package/contracts/experiment/errors/Revert.sol +0 -44
  420. package/contracts/experiment/inheritance/A.sol +0 -53
  421. package/contracts/experiment/inheritance/B.sol +0 -28
  422. package/contracts/experiment/inheritance/C.sol +0 -34
  423. package/contracts/experiment/inheritance/IA.sol +0 -13
  424. package/contracts/experiment/inheritance/IB.sol +0 -10
  425. package/contracts/experiment/inheritance/IC.sol +0 -12
  426. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  427. package/contracts/experiment/statemachine/ISM.sol +0 -25
  428. package/contracts/experiment/statemachine/README.md +0 -112
  429. package/contracts/experiment/statemachine/SM.sol +0 -57
  430. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  431. package/contracts/experiment/types/TypeA.sol +0 -47
  432. package/contracts/experiment/types/TypeB.sol +0 -29
  433. package/contracts/instance/IInstanceLinked.sol +0 -8
  434. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  435. package/contracts/instance/base/IInstanceBase.sol +0 -19
  436. package/contracts/instance/base/IService.sol +0 -15
  437. package/contracts/instance/base/InstanceBase.sol +0 -84
  438. package/contracts/instance/base/ModuleBase.sol +0 -46
  439. package/contracts/instance/base/ServiceBase.sol +0 -37
  440. package/contracts/instance/module/access/Access.sol +0 -149
  441. package/contracts/instance/module/access/IAccess.sol +0 -53
  442. package/contracts/instance/module/bundle/BundleModule.sol +0 -135
  443. package/contracts/instance/module/bundle/IBundle.sol +0 -51
  444. package/contracts/instance/module/compensation/CompensationModule.sol +0 -17
  445. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  446. package/contracts/instance/module/component/ComponentModule.sol +0 -81
  447. package/contracts/instance/module/component/IComponent.sol +0 -29
  448. package/contracts/instance/module/policy/IPolicy.sol +0 -59
  449. package/contracts/instance/module/policy/PolicyModule.sol +0 -89
  450. package/contracts/instance/module/pool/IPoolModule.sol +0 -40
  451. package/contracts/instance/module/pool/PoolModule.sol +0 -90
  452. package/contracts/instance/module/risk/IRisk.sol +0 -10
  453. package/contracts/instance/module/risk/RiskModule.sol +0 -17
  454. package/contracts/instance/module/treasury/ITreasury.sol +0 -96
  455. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  456. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -171
  457. package/contracts/instance/service/ComponentOwnerService.sol +0 -155
  458. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  459. package/contracts/registry/IChainNft.sol +0 -21
  460. package/contracts/registry/IRegistryLinked.sol +0 -8
  461. package/contracts/shared/IOwnable.sol +0 -6
  462. package/contracts/test/TestPool.sol +0 -24
  463. package/contracts/test/TestProduct.sol +0 -51
@@ -7,129 +7,1086 @@
7
7
  "inputs": [
8
8
  {
9
9
  "internalType": "address",
10
- "name": "registry",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
11
22
  "type": "address"
12
23
  },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "account",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "AddressInsufficientBalance",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "caller",
71
+ "type": "address"
72
+ }
73
+ ],
74
+ "name": "ErrorComponentNotChainNft",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
13
79
  {
14
80
  "internalType": "NftId",
15
81
  "name": "instanceNftId",
16
82
  "type": "uint96"
83
+ }
84
+ ],
85
+ "name": "ErrorComponentNotInstance",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [
90
+ {
91
+ "internalType": "address",
92
+ "name": "caller",
93
+ "type": "address"
94
+ }
95
+ ],
96
+ "name": "ErrorComponentNotProductService",
97
+ "type": "error"
98
+ },
99
+ {
100
+ "inputs": [],
101
+ "name": "ErrorComponentProductNftAlreadySet",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [],
106
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [],
111
+ "name": "ErrorComponentWalletAddressZero",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "address",
118
+ "name": "oldWallet",
119
+ "type": "address"
120
+ },
121
+ {
122
+ "internalType": "address",
123
+ "name": "newWallet",
124
+ "type": "address"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "allowance",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "internalType": "uint256",
133
+ "name": "balance",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "ErrorComponentWalletAllowanceTooSmall",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "NftId",
144
+ "name": "nftId",
145
+ "type": "uint96"
146
+ }
147
+ ],
148
+ "name": "ErrorNftOwnableAlreadyLinked",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "contractAddress",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ErrorNftOwnableContractNotRegistered",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "ErrorNftOwnableInitialOwnerZero",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "address",
171
+ "name": "account",
172
+ "type": "address"
173
+ }
174
+ ],
175
+ "name": "ErrorNftOwnableNotOwner",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "address",
182
+ "name": "registryAddress",
183
+ "type": "address"
184
+ }
185
+ ],
186
+ "name": "ErrorNotRegistry",
187
+ "type": "error"
188
+ },
189
+ {
190
+ "inputs": [
191
+ {
192
+ "internalType": "NftId",
193
+ "name": "applicationNftId",
194
+ "type": "uint96"
195
+ }
196
+ ],
197
+ "name": "ErrorPoolApplicationBundleMismatch",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [],
202
+ "name": "ErrorPoolBundleOwnerRoleAlreadySet",
203
+ "type": "error"
204
+ },
205
+ {
206
+ "inputs": [
207
+ {
208
+ "internalType": "NftId",
209
+ "name": "bundleNftId",
210
+ "type": "uint96"
211
+ },
212
+ {
213
+ "internalType": "address",
214
+ "name": "caller",
215
+ "type": "address"
216
+ }
217
+ ],
218
+ "name": "ErrorPoolNotBundleOwner",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [
223
+ {
224
+ "internalType": "address",
225
+ "name": "caller",
226
+ "type": "address"
227
+ }
228
+ ],
229
+ "name": "ErrorPoolNotPoolService",
230
+ "type": "error"
231
+ },
232
+ {
233
+ "inputs": [],
234
+ "name": "FailedInnerCall",
235
+ "type": "error"
236
+ },
237
+ {
238
+ "inputs": [],
239
+ "name": "InvalidInitialization",
240
+ "type": "error"
241
+ },
242
+ {
243
+ "inputs": [],
244
+ "name": "NotInitializing",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [
249
+ {
250
+ "internalType": "address",
251
+ "name": "token",
252
+ "type": "address"
253
+ }
254
+ ],
255
+ "name": "SafeERC20FailedOperation",
256
+ "type": "error"
257
+ },
258
+ {
259
+ "anonymous": false,
260
+ "inputs": [
261
+ {
262
+ "indexed": false,
263
+ "internalType": "address",
264
+ "name": "authority",
265
+ "type": "address"
266
+ }
267
+ ],
268
+ "name": "AuthorityUpdated",
269
+ "type": "event"
270
+ },
271
+ {
272
+ "anonymous": false,
273
+ "inputs": [
274
+ {
275
+ "indexed": false,
276
+ "internalType": "uint64",
277
+ "name": "version",
278
+ "type": "uint64"
279
+ }
280
+ ],
281
+ "name": "Initialized",
282
+ "type": "event"
283
+ },
284
+ {
285
+ "anonymous": false,
286
+ "inputs": [
287
+ {
288
+ "indexed": false,
289
+ "internalType": "address",
290
+ "name": "oldWallet",
291
+ "type": "address"
292
+ },
293
+ {
294
+ "indexed": false,
295
+ "internalType": "address",
296
+ "name": "newWallet",
297
+ "type": "address"
298
+ }
299
+ ],
300
+ "name": "LogComponentWalletAddressChanged",
301
+ "type": "event"
302
+ },
303
+ {
304
+ "anonymous": false,
305
+ "inputs": [
306
+ {
307
+ "indexed": false,
308
+ "internalType": "address",
309
+ "name": "from",
310
+ "type": "address"
311
+ },
312
+ {
313
+ "indexed": false,
314
+ "internalType": "address",
315
+ "name": "to",
316
+ "type": "address"
317
+ },
318
+ {
319
+ "indexed": false,
320
+ "internalType": "uint256",
321
+ "name": "amount",
322
+ "type": "uint256"
323
+ }
324
+ ],
325
+ "name": "LogComponentWalletTokensTransferred",
326
+ "type": "event"
327
+ },
328
+ {
329
+ "anonymous": false,
330
+ "inputs": [
331
+ {
332
+ "indexed": false,
333
+ "internalType": "uint256",
334
+ "name": "previousMaxCapitalAmount",
335
+ "type": "uint256"
17
336
  },
337
+ {
338
+ "indexed": false,
339
+ "internalType": "uint256",
340
+ "name": "currentMaxCapitalAmount",
341
+ "type": "uint256"
342
+ }
343
+ ],
344
+ "name": "LogPoolBundleMaxCapitalAmountUpdated",
345
+ "type": "event"
346
+ },
347
+ {
348
+ "anonymous": false,
349
+ "inputs": [
350
+ {
351
+ "indexed": false,
352
+ "internalType": "RoleId",
353
+ "name": "bundleOwnerRole",
354
+ "type": "uint64"
355
+ }
356
+ ],
357
+ "name": "LogPoolBundleOwnerRoleSet",
358
+ "type": "event"
359
+ },
360
+ {
361
+ "anonymous": false,
362
+ "inputs": [
363
+ {
364
+ "indexed": false,
365
+ "internalType": "address",
366
+ "name": "pool",
367
+ "type": "address"
368
+ },
369
+ {
370
+ "indexed": false,
371
+ "internalType": "NftId",
372
+ "name": "applicationNftId",
373
+ "type": "uint96"
374
+ },
375
+ {
376
+ "indexed": false,
377
+ "internalType": "uint256",
378
+ "name": "collateralizationAmount",
379
+ "type": "uint256"
380
+ }
381
+ ],
382
+ "name": "LogPoolVerifiedByPool",
383
+ "type": "event"
384
+ },
385
+ {
386
+ "inputs": [],
387
+ "name": "COMPONENT_LOCATION_V1",
388
+ "outputs": [
389
+ {
390
+ "internalType": "bytes32",
391
+ "name": "",
392
+ "type": "bytes32"
393
+ }
394
+ ],
395
+ "stateMutability": "view",
396
+ "type": "function"
397
+ },
398
+ {
399
+ "inputs": [],
400
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
401
+ "outputs": [
402
+ {
403
+ "internalType": "bytes32",
404
+ "name": "",
405
+ "type": "bytes32"
406
+ }
407
+ ],
408
+ "stateMutability": "view",
409
+ "type": "function"
410
+ },
411
+ {
412
+ "inputs": [],
413
+ "name": "POOL_STORAGE_LOCATION_V1",
414
+ "outputs": [
415
+ {
416
+ "internalType": "bytes32",
417
+ "name": "",
418
+ "type": "bytes32"
419
+ }
420
+ ],
421
+ "stateMutability": "view",
422
+ "type": "function"
423
+ },
424
+ {
425
+ "inputs": [],
426
+ "name": "REGISTERABLE_LOCATION_V1",
427
+ "outputs": [
428
+ {
429
+ "internalType": "bytes32",
430
+ "name": "",
431
+ "type": "bytes32"
432
+ }
433
+ ],
434
+ "stateMutability": "view",
435
+ "type": "function"
436
+ },
437
+ {
438
+ "inputs": [
439
+ {
440
+ "internalType": "NftId",
441
+ "name": "applicationNftId",
442
+ "type": "uint96"
443
+ },
444
+ {
445
+ "internalType": "bytes",
446
+ "name": "applicationData",
447
+ "type": "bytes"
448
+ },
449
+ {
450
+ "internalType": "NftId",
451
+ "name": "bundleNftId",
452
+ "type": "uint96"
453
+ },
454
+ {
455
+ "internalType": "bytes",
456
+ "name": "bundleFilter",
457
+ "type": "bytes"
458
+ },
459
+ {
460
+ "internalType": "uint256",
461
+ "name": "collateralizationAmount",
462
+ "type": "uint256"
463
+ }
464
+ ],
465
+ "name": "applicationMatchesBundle",
466
+ "outputs": [
467
+ {
468
+ "internalType": "bool",
469
+ "name": "isMatching",
470
+ "type": "bool"
471
+ }
472
+ ],
473
+ "stateMutability": "view",
474
+ "type": "function"
475
+ },
476
+ {
477
+ "inputs": [],
478
+ "name": "authority",
479
+ "outputs": [
480
+ {
481
+ "internalType": "address",
482
+ "name": "",
483
+ "type": "address"
484
+ }
485
+ ],
486
+ "stateMutability": "view",
487
+ "type": "function"
488
+ },
489
+ {
490
+ "inputs": [
491
+ {
492
+ "internalType": "NftId",
493
+ "name": "bundleNftId",
494
+ "type": "uint96"
495
+ }
496
+ ],
497
+ "name": "close",
498
+ "outputs": [],
499
+ "stateMutability": "nonpayable",
500
+ "type": "function"
501
+ },
502
+ {
503
+ "inputs": [
504
+ {
505
+ "internalType": "NftId",
506
+ "name": "bundleNftId",
507
+ "type": "uint96"
508
+ },
509
+ {
510
+ "internalType": "Seconds",
511
+ "name": "lifetimeExtension",
512
+ "type": "uint40"
513
+ }
514
+ ],
515
+ "name": "extend",
516
+ "outputs": [],
517
+ "stateMutability": "nonpayable",
518
+ "type": "function"
519
+ },
520
+ {
521
+ "inputs": [],
522
+ "name": "getBundleOwnerRole",
523
+ "outputs": [
524
+ {
525
+ "internalType": "RoleId",
526
+ "name": "bundleOwnerRole",
527
+ "type": "uint64"
528
+ }
529
+ ],
530
+ "stateMutability": "view",
531
+ "type": "function"
532
+ },
533
+ {
534
+ "inputs": [],
535
+ "name": "getCollateralizationLevel",
536
+ "outputs": [
537
+ {
538
+ "internalType": "UFixed",
539
+ "name": "collateralizationLevel",
540
+ "type": "uint256"
541
+ }
542
+ ],
543
+ "stateMutability": "view",
544
+ "type": "function"
545
+ },
546
+ {
547
+ "inputs": [
548
+ {
549
+ "internalType": "bytes",
550
+ "name": "name",
551
+ "type": "bytes"
552
+ }
553
+ ],
554
+ "name": "getContractLocation",
555
+ "outputs": [
556
+ {
557
+ "internalType": "bytes32",
558
+ "name": "hash",
559
+ "type": "bytes32"
560
+ }
561
+ ],
562
+ "stateMutability": "pure",
563
+ "type": "function"
564
+ },
565
+ {
566
+ "inputs": [],
567
+ "name": "getInitialInfo",
568
+ "outputs": [
569
+ {
570
+ "components": [
571
+ {
572
+ "internalType": "NftId",
573
+ "name": "nftId",
574
+ "type": "uint96"
575
+ },
576
+ {
577
+ "internalType": "NftId",
578
+ "name": "parentNftId",
579
+ "type": "uint96"
580
+ },
581
+ {
582
+ "internalType": "ObjectType",
583
+ "name": "objectType",
584
+ "type": "uint8"
585
+ },
586
+ {
587
+ "internalType": "bool",
588
+ "name": "isInterceptor",
589
+ "type": "bool"
590
+ },
591
+ {
592
+ "internalType": "address",
593
+ "name": "objectAddress",
594
+ "type": "address"
595
+ },
596
+ {
597
+ "internalType": "address",
598
+ "name": "initialOwner",
599
+ "type": "address"
600
+ },
601
+ {
602
+ "internalType": "bytes",
603
+ "name": "data",
604
+ "type": "bytes"
605
+ }
606
+ ],
607
+ "internalType": "struct IRegistry.ObjectInfo",
608
+ "name": "info",
609
+ "type": "tuple"
610
+ }
611
+ ],
612
+ "stateMutability": "view",
613
+ "type": "function"
614
+ },
615
+ {
616
+ "inputs": [],
617
+ "name": "getInstance",
618
+ "outputs": [
619
+ {
620
+ "internalType": "contract IInstance",
621
+ "name": "instance",
622
+ "type": "address"
623
+ }
624
+ ],
625
+ "stateMutability": "view",
626
+ "type": "function"
627
+ },
628
+ {
629
+ "inputs": [],
630
+ "name": "getMaxCapitalAmount",
631
+ "outputs": [
632
+ {
633
+ "internalType": "uint256",
634
+ "name": "maxCapitalAmount",
635
+ "type": "uint256"
636
+ }
637
+ ],
638
+ "stateMutability": "view",
639
+ "type": "function"
640
+ },
641
+ {
642
+ "inputs": [],
643
+ "name": "getName",
644
+ "outputs": [
645
+ {
646
+ "internalType": "string",
647
+ "name": "name",
648
+ "type": "string"
649
+ }
650
+ ],
651
+ "stateMutability": "view",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "inputs": [],
656
+ "name": "getNftId",
657
+ "outputs": [
658
+ {
659
+ "internalType": "NftId",
660
+ "name": "",
661
+ "type": "uint96"
662
+ }
663
+ ],
664
+ "stateMutability": "view",
665
+ "type": "function"
666
+ },
667
+ {
668
+ "inputs": [],
669
+ "name": "getOwner",
670
+ "outputs": [
671
+ {
672
+ "internalType": "address",
673
+ "name": "",
674
+ "type": "address"
675
+ }
676
+ ],
677
+ "stateMutability": "view",
678
+ "type": "function"
679
+ },
680
+ {
681
+ "inputs": [],
682
+ "name": "getProductNftId",
683
+ "outputs": [
684
+ {
685
+ "internalType": "NftId",
686
+ "name": "productNftId",
687
+ "type": "uint96"
688
+ }
689
+ ],
690
+ "stateMutability": "view",
691
+ "type": "function"
692
+ },
693
+ {
694
+ "inputs": [],
695
+ "name": "getRegistry",
696
+ "outputs": [
697
+ {
698
+ "internalType": "contract IRegistry",
699
+ "name": "",
700
+ "type": "address"
701
+ }
702
+ ],
703
+ "stateMutability": "view",
704
+ "type": "function"
705
+ },
706
+ {
707
+ "inputs": [],
708
+ "name": "getRegistryAddress",
709
+ "outputs": [
18
710
  {
19
711
  "internalType": "address",
20
- "name": "token",
712
+ "name": "",
21
713
  "type": "address"
22
- },
23
- {
24
- "internalType": "bool",
25
- "name": "verifying",
26
- "type": "bool"
27
- },
714
+ }
715
+ ],
716
+ "stateMutability": "view",
717
+ "type": "function"
718
+ },
719
+ {
720
+ "inputs": [],
721
+ "name": "getRetentionLevel",
722
+ "outputs": [
28
723
  {
29
724
  "internalType": "UFixed",
30
- "name": "collateralizationLevel",
725
+ "name": "retentionLevel",
31
726
  "type": "uint256"
32
- },
727
+ }
728
+ ],
729
+ "stateMutability": "view",
730
+ "type": "function"
731
+ },
732
+ {
733
+ "inputs": [],
734
+ "name": "getSetupInfo",
735
+ "outputs": [
33
736
  {
34
737
  "components": [
35
738
  {
36
- "internalType": "UFixed",
37
- "name": "fractionalFee",
38
- "type": "uint256"
739
+ "internalType": "NftId",
740
+ "name": "productNftId",
741
+ "type": "uint96"
742
+ },
743
+ {
744
+ "internalType": "contract TokenHandler",
745
+ "name": "tokenHandler",
746
+ "type": "address"
39
747
  },
40
748
  {
41
749
  "internalType": "uint256",
42
- "name": "fixedFee",
750
+ "name": "maxCapitalAmount",
43
751
  "type": "uint256"
44
- }
45
- ],
46
- "internalType": "struct Fee",
47
- "name": "stakingFee",
48
- "type": "tuple"
49
- },
50
- {
51
- "components": [
752
+ },
753
+ {
754
+ "internalType": "bool",
755
+ "name": "isInterceptingBundleTransfers",
756
+ "type": "bool"
757
+ },
758
+ {
759
+ "internalType": "bool",
760
+ "name": "isExternallyManaged",
761
+ "type": "bool"
762
+ },
763
+ {
764
+ "internalType": "bool",
765
+ "name": "isVerifyingApplications",
766
+ "type": "bool"
767
+ },
52
768
  {
53
769
  "internalType": "UFixed",
54
- "name": "fractionalFee",
770
+ "name": "collateralizationLevel",
55
771
  "type": "uint256"
56
772
  },
57
773
  {
58
- "internalType": "uint256",
59
- "name": "fixedFee",
774
+ "internalType": "UFixed",
775
+ "name": "retentionLevel",
60
776
  "type": "uint256"
777
+ },
778
+ {
779
+ "components": [
780
+ {
781
+ "internalType": "UFixed",
782
+ "name": "fractionalFee",
783
+ "type": "uint256"
784
+ },
785
+ {
786
+ "internalType": "uint256",
787
+ "name": "fixedFee",
788
+ "type": "uint256"
789
+ }
790
+ ],
791
+ "internalType": "struct Fee",
792
+ "name": "poolFee",
793
+ "type": "tuple"
794
+ },
795
+ {
796
+ "components": [
797
+ {
798
+ "internalType": "UFixed",
799
+ "name": "fractionalFee",
800
+ "type": "uint256"
801
+ },
802
+ {
803
+ "internalType": "uint256",
804
+ "name": "fixedFee",
805
+ "type": "uint256"
806
+ }
807
+ ],
808
+ "internalType": "struct Fee",
809
+ "name": "stakingFee",
810
+ "type": "tuple"
811
+ },
812
+ {
813
+ "components": [
814
+ {
815
+ "internalType": "UFixed",
816
+ "name": "fractionalFee",
817
+ "type": "uint256"
818
+ },
819
+ {
820
+ "internalType": "uint256",
821
+ "name": "fixedFee",
822
+ "type": "uint256"
823
+ }
824
+ ],
825
+ "internalType": "struct Fee",
826
+ "name": "performanceFee",
827
+ "type": "tuple"
828
+ },
829
+ {
830
+ "internalType": "address",
831
+ "name": "wallet",
832
+ "type": "address"
61
833
  }
62
834
  ],
63
- "internalType": "struct Fee",
64
- "name": "performanceFee",
835
+ "internalType": "struct ISetup.PoolSetupInfo",
836
+ "name": "setupInfo",
65
837
  "type": "tuple"
66
838
  }
67
839
  ],
68
- "stateMutability": "nonpayable",
69
- "type": "constructor"
840
+ "stateMutability": "view",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [],
845
+ "name": "getToken",
846
+ "outputs": [
847
+ {
848
+ "internalType": "contract IERC20Metadata",
849
+ "name": "token",
850
+ "type": "address"
851
+ }
852
+ ],
853
+ "stateMutability": "view",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [],
858
+ "name": "getWallet",
859
+ "outputs": [
860
+ {
861
+ "internalType": "address",
862
+ "name": "walletAddress",
863
+ "type": "address"
864
+ }
865
+ ],
866
+ "stateMutability": "view",
867
+ "type": "function"
70
868
  },
71
869
  {
72
- "anonymous": false,
73
870
  "inputs": [
74
871
  {
75
- "indexed": false,
872
+ "internalType": "address",
873
+ "name": "registry",
874
+ "type": "address"
875
+ },
876
+ {
76
877
  "internalType": "NftId",
77
- "name": "policyNftId",
878
+ "name": "instanceNftId",
78
879
  "type": "uint96"
79
880
  },
80
881
  {
81
- "indexed": false,
82
- "internalType": "uint256",
83
- "name": "collateralizationAmount",
84
- "type": "uint256"
882
+ "internalType": "string",
883
+ "name": "name",
884
+ "type": "string"
85
885
  },
86
886
  {
87
- "indexed": false,
88
887
  "internalType": "address",
89
- "name": "pool",
888
+ "name": "token",
889
+ "type": "address"
890
+ },
891
+ {
892
+ "internalType": "ObjectType",
893
+ "name": "componentType",
894
+ "type": "uint8"
895
+ },
896
+ {
897
+ "internalType": "bool",
898
+ "name": "isInterceptor",
899
+ "type": "bool"
900
+ },
901
+ {
902
+ "internalType": "address",
903
+ "name": "initialOwner",
904
+ "type": "address"
905
+ },
906
+ {
907
+ "internalType": "bytes",
908
+ "name": "registryData",
909
+ "type": "bytes"
910
+ }
911
+ ],
912
+ "name": "initializeComponent",
913
+ "outputs": [],
914
+ "stateMutability": "nonpayable",
915
+ "type": "function"
916
+ },
917
+ {
918
+ "inputs": [],
919
+ "name": "initializeERC165",
920
+ "outputs": [],
921
+ "stateMutability": "nonpayable",
922
+ "type": "function"
923
+ },
924
+ {
925
+ "inputs": [
926
+ {
927
+ "internalType": "address",
928
+ "name": "initialOwner",
929
+ "type": "address"
930
+ },
931
+ {
932
+ "internalType": "address",
933
+ "name": "registryAddress",
90
934
  "type": "address"
91
935
  }
92
936
  ],
93
- "name": "LogUnderwrittenByPool",
94
- "type": "event"
937
+ "name": "initializeNftOwnable",
938
+ "outputs": [],
939
+ "stateMutability": "nonpayable",
940
+ "type": "function"
95
941
  },
96
942
  {
97
943
  "inputs": [
98
944
  {
99
- "internalType": "uint256",
100
- "name": "initialAmount",
945
+ "internalType": "address",
946
+ "name": "registry",
947
+ "type": "address"
948
+ },
949
+ {
950
+ "internalType": "NftId",
951
+ "name": "instanceNftId",
952
+ "type": "uint96"
953
+ },
954
+ {
955
+ "internalType": "string",
956
+ "name": "name",
957
+ "type": "string"
958
+ },
959
+ {
960
+ "internalType": "address",
961
+ "name": "token",
962
+ "type": "address"
963
+ },
964
+ {
965
+ "internalType": "bool",
966
+ "name": "isInterceptingNftTransfers",
967
+ "type": "bool"
968
+ },
969
+ {
970
+ "internalType": "bool",
971
+ "name": "isExternallyManaging",
972
+ "type": "bool"
973
+ },
974
+ {
975
+ "internalType": "bool",
976
+ "name": "isVerifying",
977
+ "type": "bool"
978
+ },
979
+ {
980
+ "internalType": "UFixed",
981
+ "name": "collateralizationLevel",
101
982
  "type": "uint256"
102
983
  },
103
984
  {
104
- "internalType": "uint256",
105
- "name": "lifetime",
985
+ "internalType": "UFixed",
986
+ "name": "retentionLevel",
106
987
  "type": "uint256"
107
988
  },
989
+ {
990
+ "internalType": "address",
991
+ "name": "initialOwner",
992
+ "type": "address"
993
+ },
108
994
  {
109
995
  "internalType": "bytes",
110
- "name": "filter",
996
+ "name": "registryData",
111
997
  "type": "bytes"
112
998
  }
113
999
  ],
114
- "name": "createBundle",
115
- "outputs": [
1000
+ "name": "initializePool",
1001
+ "outputs": [],
1002
+ "stateMutability": "nonpayable",
1003
+ "type": "function"
1004
+ },
1005
+ {
1006
+ "inputs": [
1007
+ {
1008
+ "internalType": "address",
1009
+ "name": "registryAddress",
1010
+ "type": "address"
1011
+ },
116
1012
  {
117
1013
  "internalType": "NftId",
118
- "name": "bundleNftId",
1014
+ "name": "parentNftId",
119
1015
  "type": "uint96"
1016
+ },
1017
+ {
1018
+ "internalType": "ObjectType",
1019
+ "name": "objectType",
1020
+ "type": "uint8"
1021
+ },
1022
+ {
1023
+ "internalType": "bool",
1024
+ "name": "isInterceptor",
1025
+ "type": "bool"
1026
+ },
1027
+ {
1028
+ "internalType": "address",
1029
+ "name": "initialOwner",
1030
+ "type": "address"
1031
+ },
1032
+ {
1033
+ "internalType": "bytes",
1034
+ "name": "registryData",
1035
+ "type": "bytes"
1036
+ }
1037
+ ],
1038
+ "name": "initializeRegisterable",
1039
+ "outputs": [],
1040
+ "stateMutability": "nonpayable",
1041
+ "type": "function"
1042
+ },
1043
+ {
1044
+ "inputs": [
1045
+ {
1046
+ "internalType": "address",
1047
+ "name": "registryAddress",
1048
+ "type": "address"
1049
+ }
1050
+ ],
1051
+ "name": "initializeRegistryLinked",
1052
+ "outputs": [],
1053
+ "stateMutability": "nonpayable",
1054
+ "type": "function"
1055
+ },
1056
+ {
1057
+ "inputs": [],
1058
+ "name": "isConsumingScheduledOp",
1059
+ "outputs": [
1060
+ {
1061
+ "internalType": "bytes4",
1062
+ "name": "",
1063
+ "type": "bytes4"
1064
+ }
1065
+ ],
1066
+ "stateMutability": "view",
1067
+ "type": "function"
1068
+ },
1069
+ {
1070
+ "inputs": [],
1071
+ "name": "isExternallyManaged",
1072
+ "outputs": [
1073
+ {
1074
+ "internalType": "bool",
1075
+ "name": "",
1076
+ "type": "bool"
120
1077
  }
121
1078
  ],
122
- "stateMutability": "nonpayable",
1079
+ "stateMutability": "view",
123
1080
  "type": "function"
124
1081
  },
125
1082
  {
126
1083
  "inputs": [],
127
- "name": "getCollateralizationLevel",
1084
+ "name": "isInterceptingBundleTransfers",
128
1085
  "outputs": [
129
1086
  {
130
- "internalType": "UFixed",
131
- "name": "collateralizationLevel",
132
- "type": "uint256"
1087
+ "internalType": "bool",
1088
+ "name": "",
1089
+ "type": "bool"
133
1090
  }
134
1091
  ],
135
1092
  "stateMutability": "view",
@@ -137,12 +1094,12 @@
137
1094
  },
138
1095
  {
139
1096
  "inputs": [],
140
- "name": "getData",
1097
+ "name": "isNftInterceptor",
141
1098
  "outputs": [
142
1099
  {
143
- "internalType": "bytes",
144
- "name": "data",
145
- "type": "bytes"
1100
+ "internalType": "bool",
1101
+ "name": "isInterceptor",
1102
+ "type": "bool"
146
1103
  }
147
1104
  ],
148
1105
  "stateMutability": "view",
@@ -150,12 +1107,12 @@
150
1107
  },
151
1108
  {
152
1109
  "inputs": [],
153
- "name": "getInstance",
1110
+ "name": "isVerifyingApplications",
154
1111
  "outputs": [
155
1112
  {
156
- "internalType": "contract IInstance",
157
- "name": "instance",
158
- "type": "address"
1113
+ "internalType": "bool",
1114
+ "name": "isConfirmingApplication",
1115
+ "type": "bool"
159
1116
  }
160
1117
  ],
161
1118
  "stateMutability": "view",
@@ -163,47 +1120,87 @@
163
1120
  },
164
1121
  {
165
1122
  "inputs": [],
166
- "name": "getNftId",
167
- "outputs": [
1123
+ "name": "linkToRegisteredNftId",
1124
+ "outputs": [],
1125
+ "stateMutability": "nonpayable",
1126
+ "type": "function"
1127
+ },
1128
+ {
1129
+ "inputs": [],
1130
+ "name": "lock",
1131
+ "outputs": [],
1132
+ "stateMutability": "nonpayable",
1133
+ "type": "function"
1134
+ },
1135
+ {
1136
+ "inputs": [
168
1137
  {
169
1138
  "internalType": "NftId",
170
- "name": "nftId",
1139
+ "name": "bundleNftId",
171
1140
  "type": "uint96"
172
1141
  }
173
1142
  ],
174
- "stateMutability": "view",
1143
+ "name": "lockBundle",
1144
+ "outputs": [],
1145
+ "stateMutability": "nonpayable",
175
1146
  "type": "function"
176
1147
  },
177
1148
  {
178
- "inputs": [],
179
- "name": "getOwner",
180
- "outputs": [
1149
+ "inputs": [
1150
+ {
1151
+ "internalType": "address",
1152
+ "name": "from",
1153
+ "type": "address"
1154
+ },
181
1155
  {
182
1156
  "internalType": "address",
183
- "name": "owner",
1157
+ "name": "to",
184
1158
  "type": "address"
1159
+ },
1160
+ {
1161
+ "internalType": "uint256",
1162
+ "name": "tokenId",
1163
+ "type": "uint256"
185
1164
  }
186
1165
  ],
187
- "stateMutability": "view",
1166
+ "name": "nftTransferFrom",
1167
+ "outputs": [],
1168
+ "stateMutability": "nonpayable",
188
1169
  "type": "function"
189
1170
  },
190
1171
  {
191
- "inputs": [],
192
- "name": "getParentNftId",
193
- "outputs": [
1172
+ "inputs": [
194
1173
  {
195
- "internalType": "NftId",
196
- "name": "nftId",
197
- "type": "uint96"
1174
+ "internalType": "bytes4",
1175
+ "name": "interfaceId",
1176
+ "type": "bytes4"
198
1177
  }
199
1178
  ],
200
- "stateMutability": "view",
1179
+ "name": "registerInterface",
1180
+ "outputs": [],
1181
+ "stateMutability": "nonpayable",
201
1182
  "type": "function"
202
1183
  },
203
1184
  {
204
- "inputs": [],
205
- "name": "getPerformanceFee",
206
- "outputs": [
1185
+ "inputs": [
1186
+ {
1187
+ "internalType": "address",
1188
+ "name": "newAuthority",
1189
+ "type": "address"
1190
+ }
1191
+ ],
1192
+ "name": "setAuthority",
1193
+ "outputs": [],
1194
+ "stateMutability": "nonpayable",
1195
+ "type": "function"
1196
+ },
1197
+ {
1198
+ "inputs": [
1199
+ {
1200
+ "internalType": "NftId",
1201
+ "name": "bundleNftId",
1202
+ "type": "uint96"
1203
+ },
207
1204
  {
208
1205
  "components": [
209
1206
  {
@@ -218,30 +1215,47 @@
218
1215
  }
219
1216
  ],
220
1217
  "internalType": "struct Fee",
221
- "name": "performanceFee",
1218
+ "name": "fee",
222
1219
  "type": "tuple"
223
1220
  }
224
1221
  ],
225
- "stateMutability": "view",
1222
+ "name": "setBundleFee",
1223
+ "outputs": [],
1224
+ "stateMutability": "nonpayable",
226
1225
  "type": "function"
227
1226
  },
228
1227
  {
229
- "inputs": [],
230
- "name": "getRegistry",
231
- "outputs": [
1228
+ "inputs": [
232
1229
  {
233
- "internalType": "contract IRegistry",
234
- "name": "registry",
235
- "type": "address"
1230
+ "internalType": "RoleId",
1231
+ "name": "bundleOwnerRole",
1232
+ "type": "uint64"
236
1233
  }
237
1234
  ],
238
- "stateMutability": "view",
1235
+ "name": "setBundleOwnerRole",
1236
+ "outputs": [],
1237
+ "stateMutability": "nonpayable",
239
1238
  "type": "function"
240
1239
  },
241
1240
  {
242
- "inputs": [],
243
- "name": "getStakingFee",
244
- "outputs": [
1241
+ "inputs": [
1242
+ {
1243
+ "components": [
1244
+ {
1245
+ "internalType": "UFixed",
1246
+ "name": "fractionalFee",
1247
+ "type": "uint256"
1248
+ },
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "fixedFee",
1252
+ "type": "uint256"
1253
+ }
1254
+ ],
1255
+ "internalType": "struct Fee",
1256
+ "name": "poolFee",
1257
+ "type": "tuple"
1258
+ },
245
1259
  {
246
1260
  "components": [
247
1261
  {
@@ -258,66 +1272,83 @@
258
1272
  "internalType": "struct Fee",
259
1273
  "name": "stakingFee",
260
1274
  "type": "tuple"
1275
+ },
1276
+ {
1277
+ "components": [
1278
+ {
1279
+ "internalType": "UFixed",
1280
+ "name": "fractionalFee",
1281
+ "type": "uint256"
1282
+ },
1283
+ {
1284
+ "internalType": "uint256",
1285
+ "name": "fixedFee",
1286
+ "type": "uint256"
1287
+ }
1288
+ ],
1289
+ "internalType": "struct Fee",
1290
+ "name": "performanceFee",
1291
+ "type": "tuple"
261
1292
  }
262
1293
  ],
263
- "stateMutability": "view",
1294
+ "name": "setFees",
1295
+ "outputs": [],
1296
+ "stateMutability": "nonpayable",
264
1297
  "type": "function"
265
1298
  },
266
1299
  {
267
- "inputs": [],
268
- "name": "getToken",
269
- "outputs": [
1300
+ "inputs": [
270
1301
  {
271
- "internalType": "contract IERC20Metadata",
272
- "name": "token",
273
- "type": "address"
1302
+ "internalType": "uint256",
1303
+ "name": "maxCapitalAmount",
1304
+ "type": "uint256"
274
1305
  }
275
1306
  ],
276
- "stateMutability": "view",
1307
+ "name": "setMaxCapitalAmount",
1308
+ "outputs": [],
1309
+ "stateMutability": "nonpayable",
277
1310
  "type": "function"
278
1311
  },
279
1312
  {
280
- "inputs": [],
281
- "name": "getType",
282
- "outputs": [
1313
+ "inputs": [
283
1314
  {
284
- "internalType": "ObjectType",
285
- "name": "",
286
- "type": "uint8"
1315
+ "internalType": "NftId",
1316
+ "name": "productNftId",
1317
+ "type": "uint96"
287
1318
  }
288
1319
  ],
289
- "stateMutability": "pure",
1320
+ "name": "setProductNftId",
1321
+ "outputs": [],
1322
+ "stateMutability": "nonpayable",
290
1323
  "type": "function"
291
1324
  },
292
1325
  {
293
- "inputs": [],
294
- "name": "getWallet",
295
- "outputs": [
1326
+ "inputs": [
296
1327
  {
297
1328
  "internalType": "address",
298
- "name": "walletAddress",
1329
+ "name": "newWallet",
299
1330
  "type": "address"
300
1331
  }
301
1332
  ],
302
- "stateMutability": "view",
1333
+ "name": "setWallet",
1334
+ "outputs": [],
1335
+ "stateMutability": "nonpayable",
303
1336
  "type": "function"
304
1337
  },
305
1338
  {
306
- "inputs": [],
307
- "name": "isVerifying",
308
- "outputs": [
1339
+ "inputs": [
309
1340
  {
310
- "internalType": "bool",
311
- "name": "verifying",
312
- "type": "bool"
1341
+ "internalType": "NftId",
1342
+ "name": "bundleNftId",
1343
+ "type": "uint96"
1344
+ },
1345
+ {
1346
+ "internalType": "uint256",
1347
+ "name": "amount",
1348
+ "type": "uint256"
313
1349
  }
314
1350
  ],
315
- "stateMutability": "view",
316
- "type": "function"
317
- },
318
- {
319
- "inputs": [],
320
- "name": "lock",
1351
+ "name": "stake",
321
1352
  "outputs": [],
322
1353
  "stateMutability": "nonpayable",
323
1354
  "type": "function"
@@ -325,21 +1356,16 @@
325
1356
  {
326
1357
  "inputs": [
327
1358
  {
328
- "internalType": "bytes",
329
- "name": "",
330
- "type": "bytes"
331
- },
332
- {
333
- "internalType": "bytes",
334
- "name": "",
335
- "type": "bytes"
1359
+ "internalType": "bytes4",
1360
+ "name": "interfaceId",
1361
+ "type": "bytes4"
336
1362
  }
337
1363
  ],
338
- "name": "policyMatchesBundle",
1364
+ "name": "supportsInterface",
339
1365
  "outputs": [
340
1366
  {
341
1367
  "internalType": "bool",
342
- "name": "isMatching",
1368
+ "name": "",
343
1369
  "type": "bool"
344
1370
  }
345
1371
  ],
@@ -348,48 +1374,59 @@
348
1374
  },
349
1375
  {
350
1376
  "inputs": [],
351
- "name": "register",
352
- "outputs": [
1377
+ "name": "unlock",
1378
+ "outputs": [],
1379
+ "stateMutability": "nonpayable",
1380
+ "type": "function"
1381
+ },
1382
+ {
1383
+ "inputs": [
353
1384
  {
354
1385
  "internalType": "NftId",
355
- "name": "componentId",
1386
+ "name": "bundleNftId",
356
1387
  "type": "uint96"
357
1388
  }
358
1389
  ],
1390
+ "name": "unlockBundle",
1391
+ "outputs": [],
359
1392
  "stateMutability": "nonpayable",
360
1393
  "type": "function"
361
1394
  },
362
1395
  {
363
1396
  "inputs": [
364
1397
  {
365
- "internalType": "bytes4",
366
- "name": "interfaceId",
367
- "type": "bytes4"
368
- }
369
- ],
370
- "name": "supportsInterface",
371
- "outputs": [
1398
+ "internalType": "NftId",
1399
+ "name": "bundleNftId",
1400
+ "type": "uint96"
1401
+ },
372
1402
  {
373
- "internalType": "bool",
374
- "name": "",
375
- "type": "bool"
1403
+ "internalType": "uint256",
1404
+ "name": "amount",
1405
+ "type": "uint256"
376
1406
  }
377
1407
  ],
378
- "stateMutability": "view",
1408
+ "name": "unstake",
1409
+ "outputs": [],
1410
+ "stateMutability": "nonpayable",
379
1411
  "type": "function"
380
1412
  },
381
1413
  {
382
1414
  "inputs": [
383
1415
  {
384
1416
  "internalType": "NftId",
385
- "name": "policyNftId",
1417
+ "name": "applicationNftId",
386
1418
  "type": "uint96"
387
1419
  },
388
1420
  {
389
1421
  "internalType": "bytes",
390
- "name": "policyData",
1422
+ "name": "applicationData",
391
1423
  "type": "bytes"
392
1424
  },
1425
+ {
1426
+ "internalType": "NftId",
1427
+ "name": "bundleNftId",
1428
+ "type": "uint96"
1429
+ },
393
1430
  {
394
1431
  "internalType": "bytes",
395
1432
  "name": "bundleFilter",
@@ -401,55 +1438,14 @@
401
1438
  "type": "uint256"
402
1439
  }
403
1440
  ],
404
- "name": "underwrite",
405
- "outputs": [],
406
- "stateMutability": "nonpayable",
407
- "type": "function"
408
- },
409
- {
410
- "inputs": [],
411
- "name": "unlock",
1441
+ "name": "verifyApplication",
412
1442
  "outputs": [],
413
1443
  "stateMutability": "nonpayable",
414
1444
  "type": "function"
415
1445
  }
416
1446
  ],
417
- "bytecode": "0x60e06040523480156200001157600080fd5b5060405162001bbf38038062001bbf833981016040819052620000349162000791565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff1916600117905586868682826001600160a01b038216620000d15760405162461bcd60e51b815260206004820152601b60248201527f4552524f523a5247422d3031303a52454749535452595f5a45524f000000000060448201526064015b60405180910390fd5b6001600160a01b03821660808190526040516301ffc9a760e01b81526306ecd8ef60e01b60048201526301ffc9a790602401602060405180830381865afa15801562000121573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000147919062000824565b620001955760405162461bcd60e51b815260206004820152601a60248201527f4552524f523a5247422d3031313a4e4f545f52454749535452590000000000006044820152606401620000c8565b6001600160601b03811660a081905260805160405163e74d052f60e01b815260048101929092526001600160a01b03169063e74d052f90602401602060405180830381865afa158015620001ed573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000213919062000824565b6200026d5760405162461bcd60e51b815260206004820152602360248201527f4552524f523a5247422d3031323a504152454e545f4e4f545f5245474953544560448201526214915160ea1b6064820152608401620000c8565b3360c052631dfba64760e11b60009081526020527f95e5a2564f7af40498dc043c6da135e06324c5edb1f60c2bf4dcdf2da207fa45805460ff1916600117905550506080516040516305247a1760e51b81526001600160601b03841660048201526000916001600160a01b03169063a48f42e090602401600060405180830381865afa15801562000302573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200032c9190810190620008d6565b6060810151600580546001600160a01b0319166001600160a01b0390921691821790556040516301ffc9a760e01b8152630506037b60e21b6004820152919250906301ffc9a790602401602060405180830381865afa15801562000394573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003ba919062000824565b620003e25760405162461bcd60e51b81526020600482015260006024820152604401620000c8565b600560009054906101000a90046001600160a01b03166001600160a01b0316636fa298536040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000436573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200045c9190620009b0565b600180546001600160a01b039283166001600160a01b0319918216179091556003805482163017905560048054928516929091169190911781556005805460ff60a01b1916905560408051632bd182d360e01b8152815173__$a23651848365a6a5ca15f07b4331037f48$__93632bd182d39383820193909291908290030181865af4158015620004f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005179190620009d0565b80516006556020908101516007556008805460ff19168a151517905560098890558651600a5586810151600b558551600c5585810151600d5560055460408051636b9bf08b60e01b815290516001600160a01b039092169650636b9bf08b9550600480820195509293509091908290030181865afa1580156200059e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005c49190620009b0565b600e80546001600160a01b0319166001600160a01b0392831617905560055460408051634288121d60e01b815290519190921691634288121d9160048083019260209291908290030181865afa15801562000623573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620006499190620009b0565b600f80546001600160a01b0319166001600160a01b039290921691909117905550620009ef95505050505050565b6001600160a01b03811681146200068d57600080fd5b50565b80516200069d8162000677565b919050565b80516001600160601b03811681146200069d57600080fd5b805180151581146200069d57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160c081016001600160401b0381118282101715620007065762000706620006cb565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620007375762000737620006cb565b604052919050565b6000604082840312156200075257600080fd5b604080519081016001600160401b0381118282101715620007775762000777620006cb565b604052825181526020928301519281019290925250919050565b6000806000806000806000610120888a031215620007ae57600080fd5b8751620007bb8162000677565b9650620007cb60208901620006a2565b95506040880151620007dd8162000677565b9450620007ed60608901620006ba565b935060808801519250620008058960a08a016200073f565b9150620008168960e08a016200073f565b905092959891949750929550565b6000602082840312156200083757600080fd5b6200084282620006ba565b9392505050565b600082601f8301126200085b57600080fd5b81516001600160401b03811115620008775762000877620006cb565b60206200088d601f8301601f191682016200070c565b8281528582848701011115620008a257600080fd5b60005b83811015620008c2578581018301518282018401528201620008a5565b506000928101909101919091529392505050565b600060208284031215620008e957600080fd5b81516001600160401b03808211156200090157600080fd5b9083019060c082860312156200091657600080fd5b62000920620006e1565b6200092b83620006a2565b81526200093b60208401620006a2565b6020820152604083015160ff811681146200095557600080fd5b6040820152620009686060840162000690565b60608201526200097b6080840162000690565b608082015260a0830151828111156200099357600080fd5b620009a18782860162000849565b60a08301525095945050505050565b600060208284031215620009c357600080fd5b8151620008428162000677565b600060408284031215620009e357600080fd5b6200084283836200073f565b60805160a05160c05161117d62000a426000396000610a0a015260006101fd01526000818161025601528181610344015281816103da015281816108a60152818161098d0152610a4d015261117d6000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c80635ab1bd53116100ad578063a69df4b511610071578063a69df4b5146102aa578063b487aa7d146102b2578063dab12325146102c5578063de7b5d14146102db578063f83d08ba146102ec57600080fd5b80635ab1bd5314610254578063644c45e01461027a57806365effc1a1461028257806387ef9ba014610297578063893d20e8146102a257600080fd5b8063235c3603116100f4578063235c3603146101d857806331b62a3b146101fb5780633bc5de30146102215780634b270a461461023b57806354afef631461024357600080fd5b806301ffc9a714610131578063132996041461017357806315dae03e146101985780631aa3a008146101a757806321df0da7146101c7575b600080fd5b61015e61013f366004610ce9565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6003546001600160a01b03165b6040516001600160a01b03909116815260200161016a565b604051608c815260200161016a565b6101af6102f9565b6040516001600160601b03909116815260200161016a565b6004546001600160a01b0316610180565b6101e061051e565b6040805182518152602092830151928101929092520161016a565b7f00000000000000000000000000000000000000000000000000000000000000006101af565b6040805160208101825260008152905161016a9190610d60565b6101e06106d6565b60095460405190815260200161016a565b7f0000000000000000000000000000000000000000000000000000000000000000610180565b6101af61088e565b610295610290366004610e58565b6108f5565b005b60085460ff1661015e565b61018061096b565b610295610ac6565b6101af6102c0366004610ed6565b610b82565b61015e6102d3366004610f26565b600192915050565b6005546001600160a01b0316610180565b610295610c09565b905090565b600061030361096b565b6001600160a01b0316336001600160a01b0316146103425760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166103b85760405162461bcd60e51b815260206004820152601b60248201527f4552524f523a434f422d3030313a52454749535452595f5a45524f00000000006044820152606401610339565b60055460405163c3c5a54760e01b81526001600160a01b0391821660048201527f00000000000000000000000000000000000000000000000000000000000000009091169063c3c5a54790602401602060405180830381865afa158015610423573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104479190610f8a565b61049d5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a434f423a494e5354414e43455f4e4f545f5245474953544552456044820152601160fa1b6064820152608401610339565b6005805460ff60a01b1916600160a01b179055600154604051632210724360e11b81523060048201526001600160a01b0390911690634420e486906024016020604051808303816000875af11580156104fa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f49190610fbc565b60408051808201909152600080825260208201526005546000906001600160a01b0316639ae31ff561054e61088e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610592573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b69190610fbc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610611573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106359190610f8a565b156106ba5760055460405163f2b246c360e01b81526001600160601b03831660048201526001600160a01b039091169063f2b246c3906024016101a060405180830381865afa15801561068c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106b09190611048565b60e0015191505090565b505060408051808201909152600c548152600d54602082015290565b60408051808201909152600080825260208201526005546000906001600160a01b0316639ae31ff561070661088e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa15801561074a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061076e9190610fbc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156107c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107ed9190610f8a565b156108725760055460405163f2b246c360e01b81526001600160601b03831660048201526001600160a01b039091169063f2b246c3906024016101a060405180830381865afa158015610844573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108689190611048565b60c0015191505090565b505060408051808201909152600a548152600b54602082015290565b604051636939560f60e11b81523060048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063d272ac1e90602401602060405180830381865afa1580156104fa573d6000803e3d6000fd5b600f546001600160a01b031633146109595760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b6064820152608401610339565b61096584848484610c9b565b50505050565b604051636939560f60e11b815230600482015260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063d272ac1e90602401602060405180830381865afa1580156109d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f89190610fbc565b90506001600160601b038116610a2f577f000000000000000000000000000000000000000000000000000000000000000091505090565b60405163df33330b60e01b81526001600160601b03821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063df33330b90602401602060405180830381865afa158015610a9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ac091906110f3565b91505090565b610ace61096b565b6001600160a01b0316336001600160a01b031614610b285760405162461bcd60e51b815260206004820152601760248201527622a92927a91d2923a1169818189d2727aa2fa7aba722a960491b6044820152606401610339565b600154604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b158015610b6e57600080fd5b505af1158015610965573d6000803e3d6000fd5b600e546040516360458fc560e11b815260009133916001600160a01b039091169063c08b1f8a90610bbd908490899089908990600401611110565b6020604051808303816000875af1158015610bdc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c009190610fbc565b95945050505050565b610c1161096b565b6001600160a01b0316336001600160a01b031614610c6b5760405162461bcd60e51b815260206004820152601760248201527622a92927a91d2923a1169818189d2727aa2fa7aba722a960491b6044820152606401610339565b60015460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a790602401610b54565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b600060208284031215610cfb57600080fd5b81356001600160e01b031981168114610d1357600080fd5b9392505050565b6000815180845260005b81811015610d4057602081850181015186830182015201610d24565b506000602082860101526020601f19601f83011685010191505092915050565b602081526000610d136020830184610d1a565b6001600160601b0381168114610d8857600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051610100810167ffffffffffffffff81118282101715610dc557610dc5610d8b565b60405290565b600082601f830112610ddc57600080fd5b813567ffffffffffffffff80821115610df757610df7610d8b565b604051601f8301601f19908116603f01168101908282118183101715610e1f57610e1f610d8b565b81604052838152866020858801011115610e3857600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060008060808587031215610e6e57600080fd5b8435610e7981610d73565b9350602085013567ffffffffffffffff80821115610e9657600080fd5b610ea288838901610dcb565b94506040870135915080821115610eb857600080fd5b50610ec587828801610dcb565b949793965093946060013593505050565b600080600060608486031215610eeb57600080fd5b8335925060208401359150604084013567ffffffffffffffff811115610f1057600080fd5b610f1c86828701610dcb565b9150509250925092565b60008060408385031215610f3957600080fd5b823567ffffffffffffffff80821115610f5157600080fd5b610f5d86838701610dcb565b93506020850135915080821115610f7357600080fd5b50610f8085828601610dcb565b9150509250929050565b600060208284031215610f9c57600080fd5b81518015158114610d1357600080fd5b8051610fb781610d73565b919050565b600060208284031215610fce57600080fd5b8151610d1381610d73565b6001600160a01b0381168114610d8857600080fd5b8051610fb781610fd9565b60006040828403121561100b57600080fd5b6040516040810181811067ffffffffffffffff8211171561102e5761102e610d8b565b604052825181526020928301519281019290925250919050565b60006101a0828403121561105b57600080fd5b611063610da1565b61106c83610fac565b815261107a60208401610fac565b602082015261108b60408401610fee565b604082015261109d8460608501610ff9565b60608201526110af8460a08501610ff9565b60808201526110c18460e08501610ff9565b60a08201526110d4846101208501610ff9565b60c08201526110e7846101608501610ff9565b60e08201529392505050565b60006020828403121561110557600080fd5b8151610d1381610fd9565b60018060a01b038516815283602082015282604082015260806060820152600061113d6080830184610d1a565b969550505050505056fea2646970667358221220d098a010eb14dfc675f78a6ae9d72f31ba187459694d0ac9b5615802b9f2bc5764736f6c63430008140033",
418
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061012c5760003560e01c80635ab1bd53116100ad578063a69df4b511610071578063a69df4b5146102aa578063b487aa7d146102b2578063dab12325146102c5578063de7b5d14146102db578063f83d08ba146102ec57600080fd5b80635ab1bd5314610254578063644c45e01461027a57806365effc1a1461028257806387ef9ba014610297578063893d20e8146102a257600080fd5b8063235c3603116100f4578063235c3603146101d857806331b62a3b146101fb5780633bc5de30146102215780634b270a461461023b57806354afef631461024357600080fd5b806301ffc9a714610131578063132996041461017357806315dae03e146101985780631aa3a008146101a757806321df0da7146101c7575b600080fd5b61015e61013f366004610ce9565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6003546001600160a01b03165b6040516001600160a01b03909116815260200161016a565b604051608c815260200161016a565b6101af6102f9565b6040516001600160601b03909116815260200161016a565b6004546001600160a01b0316610180565b6101e061051e565b6040805182518152602092830151928101929092520161016a565b7f00000000000000000000000000000000000000000000000000000000000000006101af565b6040805160208101825260008152905161016a9190610d60565b6101e06106d6565b60095460405190815260200161016a565b7f0000000000000000000000000000000000000000000000000000000000000000610180565b6101af61088e565b610295610290366004610e58565b6108f5565b005b60085460ff1661015e565b61018061096b565b610295610ac6565b6101af6102c0366004610ed6565b610b82565b61015e6102d3366004610f26565b600192915050565b6005546001600160a01b0316610180565b610295610c09565b905090565b600061030361096b565b6001600160a01b0316336001600160a01b0316146103425760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166103b85760405162461bcd60e51b815260206004820152601b60248201527f4552524f523a434f422d3030313a52454749535452595f5a45524f00000000006044820152606401610339565b60055460405163c3c5a54760e01b81526001600160a01b0391821660048201527f00000000000000000000000000000000000000000000000000000000000000009091169063c3c5a54790602401602060405180830381865afa158015610423573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104479190610f8a565b61049d5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a434f423a494e5354414e43455f4e4f545f5245474953544552456044820152601160fa1b6064820152608401610339565b6005805460ff60a01b1916600160a01b179055600154604051632210724360e11b81523060048201526001600160a01b0390911690634420e486906024016020604051808303816000875af11580156104fa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f49190610fbc565b60408051808201909152600080825260208201526005546000906001600160a01b0316639ae31ff561054e61088e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa158015610592573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b69190610fbc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610611573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106359190610f8a565b156106ba5760055460405163f2b246c360e01b81526001600160601b03831660048201526001600160a01b039091169063f2b246c3906024016101a060405180830381865afa15801561068c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106b09190611048565b60e0015191505090565b505060408051808201909152600c548152600d54602082015290565b60408051808201909152600080825260208201526005546000906001600160a01b0316639ae31ff561070661088e565b6040516001600160e01b031960e084901b1681526001600160601b039091166004820152602401602060405180830381865afa15801561074a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061076e9190610fbc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156107c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107ed9190610f8a565b156108725760055460405163f2b246c360e01b81526001600160601b03831660048201526001600160a01b039091169063f2b246c3906024016101a060405180830381865afa158015610844573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108689190611048565b60c0015191505090565b505060408051808201909152600a548152600b54602082015290565b604051636939560f60e11b81523060048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063d272ac1e90602401602060405180830381865afa1580156104fa573d6000803e3d6000fd5b600f546001600160a01b031633146109595760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b6064820152608401610339565b61096584848484610c9b565b50505050565b604051636939560f60e11b815230600482015260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063d272ac1e90602401602060405180830381865afa1580156109d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f89190610fbc565b90506001600160601b038116610a2f577f000000000000000000000000000000000000000000000000000000000000000091505090565b60405163df33330b60e01b81526001600160601b03821660048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063df33330b90602401602060405180830381865afa158015610a9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ac091906110f3565b91505090565b610ace61096b565b6001600160a01b0316336001600160a01b031614610b285760405162461bcd60e51b815260206004820152601760248201527622a92927a91d2923a1169818189d2727aa2fa7aba722a960491b6044820152606401610339565b600154604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b158015610b6e57600080fd5b505af1158015610965573d6000803e3d6000fd5b600e546040516360458fc560e11b815260009133916001600160a01b039091169063c08b1f8a90610bbd908490899089908990600401611110565b6020604051808303816000875af1158015610bdc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c009190610fbc565b95945050505050565b610c1161096b565b6001600160a01b0316336001600160a01b031614610c6b5760405162461bcd60e51b815260206004820152601760248201527622a92927a91d2923a1169818189d2727aa2fa7aba722a960491b6044820152606401610339565b60015460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a790602401610b54565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b600060208284031215610cfb57600080fd5b81356001600160e01b031981168114610d1357600080fd5b9392505050565b6000815180845260005b81811015610d4057602081850181015186830182015201610d24565b506000602082860101526020601f19601f83011685010191505092915050565b602081526000610d136020830184610d1a565b6001600160601b0381168114610d8857600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b604051610100810167ffffffffffffffff81118282101715610dc557610dc5610d8b565b60405290565b600082601f830112610ddc57600080fd5b813567ffffffffffffffff80821115610df757610df7610d8b565b604051601f8301601f19908116603f01168101908282118183101715610e1f57610e1f610d8b565b81604052838152866020858801011115610e3857600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060008060808587031215610e6e57600080fd5b8435610e7981610d73565b9350602085013567ffffffffffffffff80821115610e9657600080fd5b610ea288838901610dcb565b94506040870135915080821115610eb857600080fd5b50610ec587828801610dcb565b949793965093946060013593505050565b600080600060608486031215610eeb57600080fd5b8335925060208401359150604084013567ffffffffffffffff811115610f1057600080fd5b610f1c86828701610dcb565b9150509250925092565b60008060408385031215610f3957600080fd5b823567ffffffffffffffff80821115610f5157600080fd5b610f5d86838701610dcb565b93506020850135915080821115610f7357600080fd5b50610f8085828601610dcb565b9150509250929050565b600060208284031215610f9c57600080fd5b81518015158114610d1357600080fd5b8051610fb781610d73565b919050565b600060208284031215610fce57600080fd5b8151610d1381610d73565b6001600160a01b0381168114610d8857600080fd5b8051610fb781610fd9565b60006040828403121561100b57600080fd5b6040516040810181811067ffffffffffffffff8211171561102e5761102e610d8b565b604052825181526020928301519281019290925250919050565b60006101a0828403121561105b57600080fd5b611063610da1565b61106c83610fac565b815261107a60208401610fac565b602082015261108b60408401610fee565b604082015261109d8460608501610ff9565b60608201526110af8460a08501610ff9565b60808201526110c18460e08501610ff9565b60a08201526110d4846101208501610ff9565b60c08201526110e7846101608501610ff9565b60e08201529392505050565b60006020828403121561110557600080fd5b8151610d1381610fd9565b60018060a01b038516815283602082015282604082015260806060820152600061113d6080830184610d1a565b969550505050505056fea2646970667358221220d098a010eb14dfc675f78a6ae9d72f31ba187459694d0ac9b5615802b9f2bc5764736f6c63430008140033",
419
- "linkReferences": {
420
- "contracts/types/Fee.sol": {
421
- "FeeLib": [
422
- {
423
- "length": 20,
424
- "start": 1205
425
- }
426
- ]
427
- },
428
- "contracts/types/NftId.sol": {
429
- "NftIdLib": [
430
- {
431
- "length": 20,
432
- "start": 4121
433
- },
434
- {
435
- "length": 20,
436
- "start": 4561
437
- }
438
- ]
439
- }
440
- },
441
- "deployedLinkReferences": {
442
- "contracts/types/NftId.sol": {
443
- "NftIdLib": [
444
- {
445
- "length": 20,
446
- "start": 1495
447
- },
448
- {
449
- "length": 20,
450
- "start": 1935
451
- }
452
- ]
453
- }
454
- }
1447
+ "bytecode": "0x",
1448
+ "deployedBytecode": "0x",
1449
+ "linkReferences": {},
1450
+ "deployedLinkReferences": {}
455
1451
  }