@etherisc/gif-next 0.0.2-c8cedfe-604 → 0.0.2-ca84135-795

Sign up to get free protection for your applications and to get access to all the features.
Files changed (258) hide show
  1. package/README.md +63 -1
  2. package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
  3. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → components/Component.sol/Component.json} +184 -128
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  5. package/artifacts/contracts/components/Distribution.sol/Distribution.json +154 -133
  6. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
  7. package/artifacts/contracts/components/{BaseComponent.sol/BaseComponent.json → IComponent.sol/IComponent.json} +116 -30
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  9. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -52
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  11. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +28 -2
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  13. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +5 -5
  14. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  15. package/artifacts/contracts/components/Pool.sol/Pool.json +190 -122
  16. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  17. package/artifacts/contracts/components/Product.sol/Product.json +170 -154
  18. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +1 -1
  19. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +1 -1
  20. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +1 -1
  21. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  22. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  23. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  24. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  27. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  31. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  32. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  33. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  34. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  35. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  36. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  37. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  38. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  39. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  40. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  41. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +764 -0
  42. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +4 -0
  43. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → Cloneable.sol/Cloneable.json} +86 -2
  44. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  45. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1621 -93
  46. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +4 -0
  47. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.json +619 -0
  48. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  49. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +104 -14
  50. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/Instance.sol/Instance.json +136 -643
  52. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +244 -114
  54. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +763 -0
  56. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  57. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +164 -66
  58. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  59. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +231 -102
  60. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  61. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +33 -41
  62. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  63. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +261 -0
  64. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/{ComponentServiceBase.sol/ComponentServiceBase.json → ComponentService.sol/ComponentService.json} +125 -11
  66. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
  67. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -13
  68. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  69. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  70. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  71. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +59 -16
  74. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  75. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  76. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  77. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  78. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  79. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  80. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1094 -0
  82. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +436 -0
  84. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  85. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +163 -35
  86. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  87. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +19 -23
  88. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
  89. package/artifacts/contracts/instance/service/{IComponentOwnerService.sol/IComponentOwnerService.json → IBundleService.sol/IBundleService.json} +295 -41
  90. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  91. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +13 -13
  92. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  93. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +771 -0
  94. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  95. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +15 -77
  96. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  97. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +25 -240
  98. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
  99. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1219 -0
  100. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +492 -0
  102. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +4 -0
  103. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +798 -0
  104. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +424 -0
  106. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +4 -0
  107. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +848 -0
  108. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  109. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +424 -0
  110. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  111. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  112. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  113. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +123 -232
  114. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  115. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +196 -68
  116. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  117. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  118. package/artifacts/contracts/registry/Registry.sol/Registry.json +137 -330
  119. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  120. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  121. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  122. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +44 -94
  123. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  124. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +38 -112
  125. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  126. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +530 -0
  127. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  128. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +14 -27
  129. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  130. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  131. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  132. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  133. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  134. package/artifacts/contracts/shared/IService.sol/IService.json +13 -13
  135. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  136. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  137. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  138. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  139. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +2 -2
  140. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  141. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +2 -2
  142. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  143. package/artifacts/contracts/shared/Service.sol/Service.json +13 -13
  144. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  145. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  146. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  147. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  148. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  149. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +4 -4
  150. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  151. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  152. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  153. package/artifacts/contracts/test/TestService.sol/TestService.json +31 -31
  154. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  155. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  156. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  157. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  158. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  159. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  160. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  161. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  162. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  163. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  164. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  165. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  166. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +26 -3
  167. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  168. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  169. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  170. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  171. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  172. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  173. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  174. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  175. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  176. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  177. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  178. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  179. package/contracts/components/Component.sol +177 -0
  180. package/contracts/components/Distribution.sol +15 -27
  181. package/contracts/components/IComponent.sol +37 -0
  182. package/contracts/components/IDistributionComponent.sol +0 -2
  183. package/contracts/components/IPoolComponent.sol +5 -1
  184. package/contracts/components/IProductComponent.sol +2 -2
  185. package/contracts/components/Pool.sol +46 -46
  186. package/contracts/components/Product.sol +57 -59
  187. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +23 -0
  188. package/contracts/instance/BundleManager.sol +125 -0
  189. package/contracts/instance/Cloneable.sol +46 -0
  190. package/contracts/instance/IInstance.sol +38 -9
  191. package/contracts/instance/IInstanceBase.sol +27 -0
  192. package/contracts/instance/IInstanceService.sol +14 -4
  193. package/contracts/instance/Instance.sol +52 -236
  194. package/contracts/instance/InstanceAccessManager.sol +93 -78
  195. package/contracts/instance/InstanceBase.sol +38 -0
  196. package/contracts/instance/InstanceReader.sol +29 -26
  197. package/contracts/instance/InstanceService.sol +284 -83
  198. package/contracts/instance/InstanceServiceManager.sol +10 -12
  199. package/contracts/instance/ObjectManager.sol +84 -0
  200. package/contracts/instance/base/ComponentService.sol +133 -0
  201. package/contracts/instance/base/IInstanceBase.sol +0 -2
  202. package/contracts/instance/module/IAccess.sol +27 -17
  203. package/contracts/instance/module/IBundle.sol +1 -0
  204. package/contracts/instance/module/ISetup.sol +3 -0
  205. package/contracts/instance/service/BundleService.sol +293 -0
  206. package/contracts/instance/service/BundleServiceManager.sol +51 -0
  207. package/contracts/instance/service/DistributionService.sol +51 -32
  208. package/contracts/instance/service/DistributionServiceManager.sol +10 -12
  209. package/contracts/instance/service/IBundleService.sol +44 -0
  210. package/contracts/instance/service/IPolicyService.sol +94 -0
  211. package/contracts/instance/service/IPoolService.sol +6 -23
  212. package/contracts/instance/service/IProductService.sol +6 -73
  213. package/contracts/instance/service/PolicyService.sol +538 -0
  214. package/contracts/instance/service/PolicyServiceManager.sol +54 -0
  215. package/contracts/instance/service/PoolService.sol +142 -0
  216. package/contracts/instance/service/PoolServiceManager.sol +51 -0
  217. package/contracts/instance/service/ProductService.sol +241 -0
  218. package/contracts/instance/service/ProductServiceManager.sol +54 -0
  219. package/contracts/registry/ChainNft.sol +1 -1
  220. package/contracts/registry/IRegistry.sol +27 -30
  221. package/contracts/registry/IRegistryService.sol +37 -13
  222. package/contracts/registry/Registry.sol +150 -243
  223. package/contracts/registry/RegistryAccessManager.sol +210 -0
  224. package/contracts/registry/RegistryService.sol +86 -173
  225. package/contracts/registry/RegistryServiceManager.sol +18 -36
  226. package/contracts/registry/ReleaseManager.sol +342 -0
  227. package/contracts/registry/TokenRegistry.sol +5 -6
  228. package/contracts/shared/IRegisterable.sol +0 -2
  229. package/contracts/shared/IService.sol +2 -1
  230. package/contracts/shared/NftOwnable.sol +4 -4
  231. package/contracts/shared/ProxyManager.sol +1 -1
  232. package/contracts/shared/Service.sol +14 -8
  233. package/contracts/test/TestService.sol +3 -2
  234. package/contracts/types/NftIdSet.sol +26 -24
  235. package/contracts/types/RoleId.sol +10 -8
  236. package/package.json +1 -1
  237. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  238. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  239. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  240. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  241. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  242. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  243. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  244. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  245. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  246. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  247. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  248. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  249. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  250. package/contracts/components/BaseComponent.sol +0 -91
  251. package/contracts/components/IBaseComponent.sol +0 -25
  252. package/contracts/instance/AccessManagedSimple.sol +0 -115
  253. package/contracts/instance/AccessManagerSimple.sol +0 -692
  254. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  255. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  256. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  257. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  258. package/contracts/shared/RegisterableUpgradable.sol +0 -16
@@ -3,6 +3,28 @@
3
3
  "contractName": "Distribution",
4
4
  "sourceName": "contracts/components/Distribution.sol",
5
5
  "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "target",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AddressEmptyCode",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "account",
22
+ "type": "address"
23
+ }
24
+ ],
25
+ "name": "AddressInsufficientBalance",
26
+ "type": "error"
27
+ },
6
28
  {
7
29
  "inputs": [
8
30
  {
@@ -12,59 +34,80 @@
12
34
  },
13
35
  {
14
36
  "internalType": "NftId",
15
- "name": "instanceNftId",
37
+ "name": "nftId",
16
38
  "type": "uint96"
17
- },
39
+ }
40
+ ],
41
+ "name": "ErrorAlreadyLinked",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
18
46
  {
19
47
  "internalType": "address",
20
- "name": "token",
48
+ "name": "caller",
21
49
  "type": "address"
22
- },
50
+ }
51
+ ],
52
+ "name": "ErrorComponentNotProductService",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [],
57
+ "name": "ErrorComponentProductNftAlreadySet",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [
23
62
  {
24
- "internalType": "bool",
25
- "name": "verifying",
26
- "type": "bool"
63
+ "internalType": "address",
64
+ "name": "caller",
65
+ "type": "address"
27
66
  },
28
67
  {
29
- "components": [
30
- {
31
- "internalType": "UFixed",
32
- "name": "fractionalFee",
33
- "type": "uint256"
34
- },
35
- {
36
- "internalType": "uint256",
37
- "name": "fixedFee",
38
- "type": "uint256"
39
- }
40
- ],
41
- "internalType": "struct Fee",
42
- "name": "distributionFee",
43
- "type": "tuple"
44
- },
68
+ "internalType": "uint64",
69
+ "name": "requiredRoleIdNum",
70
+ "type": "uint64"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentUnauthorized",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
45
78
  {
46
79
  "internalType": "address",
47
- "name": "initialOwner",
80
+ "name": "newWallet",
48
81
  "type": "address"
49
82
  }
50
83
  ],
51
- "stateMutability": "nonpayable",
52
- "type": "constructor"
84
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
85
+ "type": "error"
53
86
  },
54
87
  {
55
88
  "inputs": [
56
89
  {
57
90
  "internalType": "address",
58
- "name": "registry",
91
+ "name": "oldWallet",
59
92
  "type": "address"
60
93
  },
61
94
  {
62
- "internalType": "NftId",
63
- "name": "nftId",
64
- "type": "uint96"
95
+ "internalType": "address",
96
+ "name": "newWallet",
97
+ "type": "address"
98
+ },
99
+ {
100
+ "internalType": "uint256",
101
+ "name": "allowance",
102
+ "type": "uint256"
103
+ },
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "balance",
107
+ "type": "uint256"
65
108
  }
66
109
  ],
67
- "name": "ErrorAlreadyLinked",
110
+ "name": "ErrorComponentWalletAllowanceTooSmall",
68
111
  "type": "error"
69
112
  },
70
113
  {
@@ -132,6 +175,11 @@
132
175
  "name": "ErrorRegistryNotInitialized",
133
176
  "type": "error"
134
177
  },
178
+ {
179
+ "inputs": [],
180
+ "name": "FailedInnerCall",
181
+ "type": "error"
182
+ },
135
183
  {
136
184
  "inputs": [],
137
185
  "name": "InvalidInitialization",
@@ -142,6 +190,17 @@
142
190
  "name": "NotInitializing",
143
191
  "type": "error"
144
192
  },
193
+ {
194
+ "inputs": [
195
+ {
196
+ "internalType": "address",
197
+ "name": "token",
198
+ "type": "address"
199
+ }
200
+ ],
201
+ "name": "SafeERC20FailedOperation",
202
+ "type": "error"
203
+ },
145
204
  {
146
205
  "anonymous": false,
147
206
  "inputs": [
@@ -155,6 +214,44 @@
155
214
  "name": "Initialized",
156
215
  "type": "event"
157
216
  },
217
+ {
218
+ "anonymous": false,
219
+ "inputs": [
220
+ {
221
+ "indexed": false,
222
+ "internalType": "address",
223
+ "name": "newWallet",
224
+ "type": "address"
225
+ }
226
+ ],
227
+ "name": "LogComponentWalletAddressChanged",
228
+ "type": "event"
229
+ },
230
+ {
231
+ "anonymous": false,
232
+ "inputs": [
233
+ {
234
+ "indexed": false,
235
+ "internalType": "address",
236
+ "name": "from",
237
+ "type": "address"
238
+ },
239
+ {
240
+ "indexed": false,
241
+ "internalType": "address",
242
+ "name": "to",
243
+ "type": "address"
244
+ },
245
+ {
246
+ "indexed": false,
247
+ "internalType": "uint256",
248
+ "name": "amount",
249
+ "type": "uint256"
250
+ }
251
+ ],
252
+ "name": "LogComponentWalletTokensTransferred",
253
+ "type": "event"
254
+ },
158
255
  {
159
256
  "inputs": [],
160
257
  "name": "REGISTERABLE_LOCATION_V1",
@@ -273,51 +370,12 @@
273
370
  },
274
371
  {
275
372
  "inputs": [],
276
- "name": "getInitialSetupInfo",
373
+ "name": "getInstance",
277
374
  "outputs": [
278
375
  {
279
- "components": [
280
- {
281
- "internalType": "NftId",
282
- "name": "productNftId",
283
- "type": "uint96"
284
- },
285
- {
286
- "internalType": "contract TokenHandler",
287
- "name": "tokenHandler",
288
- "type": "address"
289
- },
290
- {
291
- "components": [
292
- {
293
- "internalType": "UFixed",
294
- "name": "fractionalFee",
295
- "type": "uint256"
296
- },
297
- {
298
- "internalType": "uint256",
299
- "name": "fixedFee",
300
- "type": "uint256"
301
- }
302
- ],
303
- "internalType": "struct Fee",
304
- "name": "distributionFee",
305
- "type": "tuple"
306
- },
307
- {
308
- "internalType": "bool",
309
- "name": "isIntercepting",
310
- "type": "bool"
311
- },
312
- {
313
- "internalType": "address",
314
- "name": "wallet",
315
- "type": "address"
316
- }
317
- ],
318
- "internalType": "struct ISetup.DistributionSetupInfo",
319
- "name": "setupInfo",
320
- "type": "tuple"
376
+ "internalType": "contract IInstance",
377
+ "name": "instance",
378
+ "type": "address"
321
379
  }
322
380
  ],
323
381
  "stateMutability": "view",
@@ -325,15 +383,15 @@
325
383
  },
326
384
  {
327
385
  "inputs": [],
328
- "name": "getInstance",
386
+ "name": "getName",
329
387
  "outputs": [
330
388
  {
331
- "internalType": "contract IInstance",
332
- "name": "instance",
333
- "type": "address"
389
+ "internalType": "string",
390
+ "name": "name",
391
+ "type": "string"
334
392
  }
335
393
  ],
336
- "stateMutability": "view",
394
+ "stateMutability": "pure",
337
395
  "type": "function"
338
396
  },
339
397
  {
@@ -586,6 +644,19 @@
586
644
  "stateMutability": "nonpayable",
587
645
  "type": "function"
588
646
  },
647
+ {
648
+ "inputs": [
649
+ {
650
+ "internalType": "address",
651
+ "name": "newWallet",
652
+ "type": "address"
653
+ }
654
+ ],
655
+ "name": "setWallet",
656
+ "outputs": [],
657
+ "stateMutability": "nonpayable",
658
+ "type": "function"
659
+ },
589
660
  {
590
661
  "inputs": [
591
662
  {
@@ -613,58 +684,8 @@
613
684
  "type": "function"
614
685
  }
615
686
  ],
616
- "bytecode": "0x60806040523480156200001157600080fd5b5060405162001e2338038062001e23833981016040819052620000349162000738565b85858560786001856200006d6301ffc9a760e01b600090815260205260008051602062001e03833981519152805460ff19166001179055565b600280546001600160a01b031916331790556040805160208101909152600081526200009e878786868686620003d7565b6000620000b36001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03891660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801562000103573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200012d9190810190620008a1565b6080810151600780546001600160a01b0319166001600160a01b0390921691821790556040516301ffc9a760e01b815263e72ac88960e01b6004820152919250906301ffc9a790602401602060405180830381865afa15801562000195573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001bb919062000987565b620001e75760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b600760009054906101000a90046001600160a01b03166001600160a01b0316636fa298536040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200023b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002619190620009ac565b600380546001600160a01b03199081166001600160a01b0393841617909155600580543090831617905560068054909116918816919091179055634c0cba3d60e11b60009081526020527f8605f84a1fdbc6ff75d8a06315d161884729b429561b502d19c5a33135142c3a805460ff191660011790555050600a805460ff19168a1515179055505085516008555050506020808401516009556007546040805163329802c760e21b815290516001600160a01b03909216935063ca600b1c9260048083019391928290030181865afa15801562000342573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003689190620009ac565b600a80546001600160a01b039290921661010002610100600160a81b03199092169190911790556346956fbb60e01b60009081526020527fde8a87bec5ec8de928fbf3ef0018bfc89cfb626a8f5b139f23c48d93c5c755f4805460ff1916600117905550505050505062000b27565b620004086301ffc9a760e01b600090815260205260008051602062001e03833981519152805460ff19166001179055565b620004148287620004d9565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d01000000000000000000000000008615150217815590506001810162000493838262000a5b565b506303fb044760e21b60009081526020527fb43e4f3791bfcdefa3a0fbe2a5555f8d6490b90e01de0ff40c66f18b49b562c5805460ff1916600117905550505050505050565b600280546001600160a01b0319166001600160a01b038416179055620004ff8162000503565b5050565b6001546001600160a01b0316156200053e5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401620001de565b6001600160a01b038116620005665760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036200059e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001de565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156200061b575060408051601f3d908101601f19168201909252620006189181019062000987565b60015b620006455760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001de565b80620004ff5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620001de565b50565b6001600160a01b03811681146200067057600080fd5b8051620006968162000673565b919050565b80516001600160601b03811681146200069657600080fd5b805180151581146200069657600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715620006ff57620006ff620006c4565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620007305762000730620006c4565b604052919050565b60008060008060008086880360e08112156200075357600080fd5b8751620007608162000673565b965062000770602089016200069b565b95506040880151620007828162000673565b94506200079260608901620006b3565b93506040607f1982011215620007a757600080fd5b50604080519081016001600160401b0381118282101715620007cd57620007cd620006c4565b6040526080880151815260a0880151602082015260c0880151909250620007f48162000673565b809150509295509295509295565b805160ff811681146200069657600080fd5b600082601f8301126200082657600080fd5b81516001600160401b03811115620008425762000842620006c4565b602062000858601f8301601f1916820162000705565b82815285828487010111156200086d57600080fd5b60005b838110156200088d57858101830151828201840152820162000870565b506000928101909101919091529392505050565b600060208284031215620008b457600080fd5b81516001600160401b0380821115620008cc57600080fd5b9083019060e08286031215620008e157600080fd5b620008eb620006da565b620008f6836200069b565b815262000906602084016200069b565b6020820152620009196040840162000802565b60408201526200092c60608401620006b3565b60608201526200093f6080840162000689565b60808201526200095260a0840162000689565b60a082015260c0830151828111156200096a57600080fd5b620009788782860162000814565b60c08301525095945050505050565b6000602082840312156200099a57600080fd5b620009a582620006b3565b9392505050565b600060208284031215620009bf57600080fd5b8151620009a58162000673565b600181811c90821680620009e157607f821691505b60208210810362000a0257634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000a5657600081815260208120601f850160051c8101602086101562000a315750805b601f850160051c820191505b8181101562000a525782815560010162000a3d565b5050505b505050565b81516001600160401b0381111562000a775762000a77620006c4565b62000a8f8162000a888454620009cc565b8462000a08565b602080601f83116001811462000ac7576000841562000aae5750858301515b600019600386901b1c1916600185901b17855562000a52565b600085815260208120601f198616915b8281101562000af85788860151825594840194600190910190840162000ad7565b508582101562000b175787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6112cc8062000b376000396000f3fe608060405234801561001057600080fd5b506004361061014c5760003560e01c8063644c45e0116100c3578063d16d0fe81161007c578063d16d0fe814610336578063de7b5d1414610349578063e21475671461035a578063f7d39dea1461036e578063f80e207214610270578063f83d08ba1461038157600080fd5b8063644c45e01461029457806387ef9ba0146102ac578063893d20e8146102b75780638e7ff97e146102bf578063a69df4b514610326578063c200b8091461032e57600080fd5b80631eff4b22116101155780631eff4b221461020457806321df0da7146102395780632a65c6881461024a5780633f52c0f61461025d5780634cf30a84146102705780635ab1bd531461028357600080fd5b806251884a1461015157806301ffc9a7146101825780630fec111c146101bf57806313299604146101d5578063138461e0146101fa575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b6101af610190366004610e95565b6001600160e01b03191660009081526020819052604090205460ff1690565b6040519015158152602001610179565b6101c7610389565b604051610179929190610f0c565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610179565b610202610410565b005b61022b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610179565b6006546001600160a01b03166101e2565b610202610258366004610fcb565b610632565b61020261026b36600461101f565b610794565b61020261027e36600461106e565b6107fd565b6001546001600160a01b03166101e2565b600154600160a01b90046001600160601b0316610165565b600a5460ff166101af565b6101e2610865565b6102c7610983565b6040805182516001600160601b031681526020808401516001600160a01b0390811682840152848401518051948401949094529201516060808301919091528301511515608080830191909152909201511660a082015260c001610179565b6102026109f3565b6102c7610a70565b61022b61034436600461106e565b610b7f565b6007546001600160a01b03166101e2565b6101af610368366004611098565b50600090565b61022b61037c36600461106e565b610b94565b610202610c36565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c082018190529091806103cd610cb3565b50600a546040805160085460208201526009548183015260ff90921615156060808401919091528151808403909101815260809092019052909590945092505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610472573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049691906110c3565b156104dd576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166105065760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561054f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057391906110c3565b61059b576040516372657a5160e01b81526001600160a01b03821660048201526024016104d4565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156105e5573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061060991906110de565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600061063c610865565b90506001600160a01b0381161580159061065f5750336001600160a01b03821614155b1561067f5760405163700dd81160e01b81523360048201526024016104d4565b60075473__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9063c4cade9d90600160a01b90046001600160601b031660006040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156106fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061071f91906110c3565b61076b5760405162461bcd60e51b815260206004820152601a60248201527f70726f64756374206e667420696420616c72656164792073657400000000000060448201526064016104d4565b50600780546001600160601b03909216600160a01b026001600160a01b03909216919091179055565b600a54604051631fa9607b60e11b81526101009091046001600160a01b031690633f52c0f6906107c89084906004016110fb565b600060405180830381600087803b1580156107e257600080fd5b505af11580156107f6573d6000803e3d6000fd5b5050505050565b600b546001600160a01b031633146108615760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b60648201526084016104d4565b5050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156108ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ee91906110c3565b1561097357600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561094a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096e9190611132565b905090565b506002546001600160a01b031690565b61098b610e39565b506040805160a081018252600754600160a01b90046001600160601b031681526006546001600160a01b03166020808301919091528251808401845260085481526009549181019190915291810191909152600a5460ff161515606082015230608082015290565b60006109fd610865565b90506001600160a01b03811615801590610a205750336001600160a01b03821614155b15610a405760405163700dd81160e01b81523360048201526024016104d4565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024016107c8565b610a78610e39565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610ac2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae69190611132565b9050806001600160a01b0316639ad69c67610b116001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240160c060405180830381865afa158015610b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b79919061114f565b91505090565b6000610b8b8282611213565b90505b92915050565b600080610b9f610a70565b604081810151905163012ebd8360e21b81528151600482015260208201516024820152604481018690529192509073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015610c08573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2c9190611238565b5095945050505050565b6000610c40610865565b90506001600160a01b03811615801590610c635750336001600160a01b03821614155b15610c835760405163700dd81160e01b81523360048201526024016104d4565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a7906024016107c8565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610d3a6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610d82610865565b6001600160a01b03168152602001826001018054610d9f9061125c565b80601f0160208091040260200160405190810160405280929190818152602001828054610dcb9061125c565b8015610e185780601f10610ded57610100808354040283529160200191610e18565b820191906000526020600020905b815481529060010190602001808311610dfb57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6040518060a0016040528060006001600160601b0316815260200160006001600160a01b03168152602001610e81604051806040016040528060008152602001600081525090565b815260006020820181905260409091015290565b600060208284031215610ea757600080fd5b81356001600160e01b031981168114610ebf57600080fd5b9392505050565b6000815180845260005b81811015610eec57602081850181015186830182015201610ed0565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151610f5060a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152610f96610120840182610ec6565b90508281036020840152610faa8185610ec6565b95945050505050565b6001600160601b0381168114610fc857600080fd5b50565b600060208284031215610fdd57600080fd5b8135610ebf81610fb3565b6040805190810167ffffffffffffffff8111828210171561101957634e487b7160e01b600052604160045260246000fd5b60405290565b60006040828403121561103157600080fd5b611039610fe8565b82358152602083013560208201528091505092915050565b80356001600160c01b03198116811461106957600080fd5b919050565b6000806040838503121561108157600080fd5b61108a83611051565b946020939093013593505050565b6000602082840312156110aa57600080fd5b610b8b82611051565b8051801515811461106957600080fd5b6000602082840312156110d557600080fd5b610b8b826110b3565b6000602082840312156110f057600080fd5b8151610ebf81610fb3565b815181526020808301519082015260408101610b8e565b6001600160a01b0381168114610fc857600080fd5b805161106981611112565b60006020828403121561114457600080fd5b8151610ebf81611112565b600081830360c081121561116257600080fd5b60405160a0810181811067ffffffffffffffff8211171561119357634e487b7160e01b600052604160045260246000fd5b60405283516111a181610fb3565b815260208401516111b181611112565b60208201526040603f19830112156111c857600080fd5b6111d0610fe8565b915060408401518252606084015160208301528160408201526111f5608085016110b3565b606082015261120660a08501611127565b6080820152949350505050565b8082028115828204841417610b8e57634e487b7160e01b600052601160045260246000fd5b6000806040838503121561124b57600080fd5b505080516020909101519092909150565b600181811c9082168061127057607f821691505b60208210810361129057634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220ab2f318a94b14b9a1b6c03d4c8b3da3f6f436af388ad749b47bf5a18489dbc0964736f6c6343000814003367be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5",
617
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061014c5760003560e01c8063644c45e0116100c3578063d16d0fe81161007c578063d16d0fe814610336578063de7b5d1414610349578063e21475671461035a578063f7d39dea1461036e578063f80e207214610270578063f83d08ba1461038157600080fd5b8063644c45e01461029457806387ef9ba0146102ac578063893d20e8146102b75780638e7ff97e146102bf578063a69df4b514610326578063c200b8091461032e57600080fd5b80631eff4b22116101155780631eff4b221461020457806321df0da7146102395780632a65c6881461024a5780633f52c0f61461025d5780634cf30a84146102705780635ab1bd531461028357600080fd5b806251884a1461015157806301ffc9a7146101825780630fec111c146101bf57806313299604146101d5578063138461e0146101fa575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b6101af610190366004610e95565b6001600160e01b03191660009081526020819052604090205460ff1690565b6040519015158152602001610179565b6101c7610389565b604051610179929190610f0c565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610179565b610202610410565b005b61022b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610179565b6006546001600160a01b03166101e2565b610202610258366004610fcb565b610632565b61020261026b36600461101f565b610794565b61020261027e36600461106e565b6107fd565b6001546001600160a01b03166101e2565b600154600160a01b90046001600160601b0316610165565b600a5460ff166101af565b6101e2610865565b6102c7610983565b6040805182516001600160601b031681526020808401516001600160a01b0390811682840152848401518051948401949094529201516060808301919091528301511515608080830191909152909201511660a082015260c001610179565b6102026109f3565b6102c7610a70565b61022b61034436600461106e565b610b7f565b6007546001600160a01b03166101e2565b6101af610368366004611098565b50600090565b61022b61037c36600461106e565b610b94565b610202610c36565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c082018190529091806103cd610cb3565b50600a546040805160085460208201526009548183015260ff90921615156060808401919091528151808403909101815260809092019052909590945092505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610472573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049691906110c3565b156104dd576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166105065760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561054f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057391906110c3565b61059b576040516372657a5160e01b81526001600160a01b03821660048201526024016104d4565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156105e5573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061060991906110de565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600061063c610865565b90506001600160a01b0381161580159061065f5750336001600160a01b03821614155b1561067f5760405163700dd81160e01b81523360048201526024016104d4565b60075473__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9063c4cade9d90600160a01b90046001600160601b031660006040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156106fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061071f91906110c3565b61076b5760405162461bcd60e51b815260206004820152601a60248201527f70726f64756374206e667420696420616c72656164792073657400000000000060448201526064016104d4565b50600780546001600160601b03909216600160a01b026001600160a01b03909216919091179055565b600a54604051631fa9607b60e11b81526101009091046001600160a01b031690633f52c0f6906107c89084906004016110fb565b600060405180830381600087803b1580156107e257600080fd5b505af11580156107f6573d6000803e3d6000fd5b5050505050565b600b546001600160a01b031633146108615760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b60648201526084016104d4565b5050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156108ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ee91906110c3565b1561097357600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa15801561094a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061096e9190611132565b905090565b506002546001600160a01b031690565b61098b610e39565b506040805160a081018252600754600160a01b90046001600160601b031681526006546001600160a01b03166020808301919091528251808401845260085481526009549181019190915291810191909152600a5460ff161515606082015230608082015290565b60006109fd610865565b90506001600160a01b03811615801590610a205750336001600160a01b03821614155b15610a405760405163700dd81160e01b81523360048201526024016104d4565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024016107c8565b610a78610e39565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610ac2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ae69190611132565b9050806001600160a01b0316639ad69c67610b116001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240160c060405180830381865afa158015610b55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b79919061114f565b91505090565b6000610b8b8282611213565b90505b92915050565b600080610b9f610a70565b604081810151905163012ebd8360e21b81528151600482015260208201516024820152604481018690529192509073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015610c08573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c2c9190611238565b5095945050505050565b6000610c40610865565b90506001600160a01b03811615801590610c635750336001600160a01b03821614155b15610c835760405163700dd81160e01b81523360048201526024016104d4565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a7906024016107c8565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610d3a6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610d82610865565b6001600160a01b03168152602001826001018054610d9f9061125c565b80601f0160208091040260200160405190810160405280929190818152602001828054610dcb9061125c565b8015610e185780601f10610ded57610100808354040283529160200191610e18565b820191906000526020600020905b815481529060010190602001808311610dfb57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6040518060a0016040528060006001600160601b0316815260200160006001600160a01b03168152602001610e81604051806040016040528060008152602001600081525090565b815260006020820181905260409091015290565b600060208284031215610ea757600080fd5b81356001600160e01b031981168114610ebf57600080fd5b9392505050565b6000815180845260005b81811015610eec57602081850181015186830182015201610ed0565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151610f5060a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152610f96610120840182610ec6565b90508281036020840152610faa8185610ec6565b95945050505050565b6001600160601b0381168114610fc857600080fd5b50565b600060208284031215610fdd57600080fd5b8135610ebf81610fb3565b6040805190810167ffffffffffffffff8111828210171561101957634e487b7160e01b600052604160045260246000fd5b60405290565b60006040828403121561103157600080fd5b611039610fe8565b82358152602083013560208201528091505092915050565b80356001600160c01b03198116811461106957600080fd5b919050565b6000806040838503121561108157600080fd5b61108a83611051565b946020939093013593505050565b6000602082840312156110aa57600080fd5b610b8b82611051565b8051801515811461106957600080fd5b6000602082840312156110d557600080fd5b610b8b826110b3565b6000602082840312156110f057600080fd5b8151610ebf81610fb3565b815181526020808301519082015260408101610b8e565b6001600160a01b0381168114610fc857600080fd5b805161106981611112565b60006020828403121561114457600080fd5b8151610ebf81611112565b600081830360c081121561116257600080fd5b60405160a0810181811067ffffffffffffffff8211171561119357634e487b7160e01b600052604160045260246000fd5b60405283516111a181610fb3565b815260208401516111b181611112565b60208201526040603f19830112156111c857600080fd5b6111d0610fe8565b915060408401518252606084015160208301528160408201526111f5608085016110b3565b606082015261120660a08501611127565b6080820152949350505050565b8082028115828204841417610b8e57634e487b7160e01b600052601160045260246000fd5b6000806040838503121561124b57600080fd5b505080516020909101519092909150565b600181811c9082168061127057607f821691505b60208210810361129057634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220ab2f318a94b14b9a1b6c03d4c8b3da3f6f436af388ad749b47bf5a18489dbc0964736f6c63430008140033",
618
- "linkReferences": {
619
- "contracts/types/Fee.sol": {
620
- "FeeLib": [
621
- {
622
- "length": 20,
623
- "start": 5894
624
- }
625
- ]
626
- },
627
- "contracts/types/NftId.sol": {
628
- "NftIdLib": [
629
- {
630
- "length": 20,
631
- "start": 3951
632
- },
633
- {
634
- "length": 20,
635
- "start": 4539
636
- },
637
- {
638
- "length": 20,
639
- "start": 5063
640
- }
641
- ]
642
- }
643
- },
644
- "deployedLinkReferences": {
645
- "contracts/types/Fee.sol": {
646
- "FeeLib": [
647
- {
648
- "length": 20,
649
- "start": 3023
650
- }
651
- ]
652
- },
653
- "contracts/types/NftId.sol": {
654
- "NftIdLib": [
655
- {
656
- "length": 20,
657
- "start": 1080
658
- },
659
- {
660
- "length": 20,
661
- "start": 1668
662
- },
663
- {
664
- "length": 20,
665
- "start": 2192
666
- }
667
- ]
668
- }
669
- }
687
+ "bytecode": "0x",
688
+ "deployedBytecode": "0x",
689
+ "linkReferences": {},
690
+ "deployedLinkReferences": {}
670
691
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/821bf2236b07239308a4e14d6b290218.json"
4
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_format": "hh-sol-artifact-1",
3
- "contractName": "BaseComponent",
4
- "sourceName": "contracts/components/BaseComponent.sol",
3
+ "contractName": "IComponent",
4
+ "sourceName": "contracts/components/IComponent.sol",
5
5
  "abi": [
6
6
  {
7
7
  "inputs": [
@@ -23,75 +23,123 @@
23
23
  "inputs": [
24
24
  {
25
25
  "internalType": "address",
26
- "name": "contractAddress",
26
+ "name": "caller",
27
27
  "type": "address"
28
28
  }
29
29
  ],
30
- "name": "ErrorContractNotRegistered",
30
+ "name": "ErrorComponentNotProductService",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [],
35
+ "name": "ErrorComponentProductNftAlreadySet",
31
36
  "type": "error"
32
37
  },
33
38
  {
34
39
  "inputs": [
35
40
  {
36
41
  "internalType": "address",
37
- "name": "account",
42
+ "name": "caller",
38
43
  "type": "address"
44
+ },
45
+ {
46
+ "internalType": "uint64",
47
+ "name": "requiredRoleIdNum",
48
+ "type": "uint64"
39
49
  }
40
50
  ],
41
- "name": "ErrorNotOwner",
51
+ "name": "ErrorComponentUnauthorized",
42
52
  "type": "error"
43
53
  },
44
54
  {
45
55
  "inputs": [
46
56
  {
47
57
  "internalType": "address",
48
- "name": "registryAddress",
58
+ "name": "newWallet",
49
59
  "type": "address"
50
60
  }
51
61
  ],
52
- "name": "ErrorNotRegistry",
62
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
53
63
  "type": "error"
54
64
  },
55
65
  {
56
66
  "inputs": [
57
67
  {
58
68
  "internalType": "address",
59
- "name": "registryAddress",
69
+ "name": "oldWallet",
60
70
  "type": "address"
71
+ },
72
+ {
73
+ "internalType": "address",
74
+ "name": "newWallet",
75
+ "type": "address"
76
+ },
77
+ {
78
+ "internalType": "uint256",
79
+ "name": "allowance",
80
+ "type": "uint256"
81
+ },
82
+ {
83
+ "internalType": "uint256",
84
+ "name": "balance",
85
+ "type": "uint256"
61
86
  }
62
87
  ],
63
- "name": "ErrorRegisterableNotRegistry",
88
+ "name": "ErrorComponentWalletAllowanceTooSmall",
64
89
  "type": "error"
65
90
  },
66
91
  {
67
- "inputs": [],
68
- "name": "ErrorRegistryAddressZero",
92
+ "inputs": [
93
+ {
94
+ "internalType": "address",
95
+ "name": "contractAddress",
96
+ "type": "address"
97
+ }
98
+ ],
99
+ "name": "ErrorContractNotRegistered",
69
100
  "type": "error"
70
101
  },
71
102
  {
72
103
  "inputs": [
73
104
  {
74
105
  "internalType": "address",
75
- "name": "registry",
106
+ "name": "account",
76
107
  "type": "address"
77
108
  }
78
109
  ],
79
- "name": "ErrorRegistryAlreadyInitialized",
110
+ "name": "ErrorNotOwner",
80
111
  "type": "error"
81
112
  },
82
113
  {
83
- "inputs": [],
84
- "name": "ErrorRegistryNotInitialized",
114
+ "inputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "registryAddress",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "ErrorNotRegistry",
85
122
  "type": "error"
86
123
  },
87
124
  {
88
125
  "inputs": [],
89
- "name": "InvalidInitialization",
126
+ "name": "ErrorRegistryAddressZero",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "registry",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "ErrorRegistryAlreadyInitialized",
90
138
  "type": "error"
91
139
  },
92
140
  {
93
141
  "inputs": [],
94
- "name": "NotInitializing",
142
+ "name": "ErrorRegistryNotInitialized",
95
143
  "type": "error"
96
144
  },
97
145
  {
@@ -99,26 +147,38 @@
99
147
  "inputs": [
100
148
  {
101
149
  "indexed": false,
102
- "internalType": "uint64",
103
- "name": "version",
104
- "type": "uint64"
150
+ "internalType": "address",
151
+ "name": "newWallet",
152
+ "type": "address"
105
153
  }
106
154
  ],
107
- "name": "Initialized",
155
+ "name": "LogComponentWalletAddressChanged",
108
156
  "type": "event"
109
157
  },
110
158
  {
111
- "inputs": [],
112
- "name": "REGISTERABLE_LOCATION_V1",
113
- "outputs": [
159
+ "anonymous": false,
160
+ "inputs": [
114
161
  {
115
- "internalType": "bytes32",
116
- "name": "",
117
- "type": "bytes32"
162
+ "indexed": false,
163
+ "internalType": "address",
164
+ "name": "from",
165
+ "type": "address"
166
+ },
167
+ {
168
+ "indexed": false,
169
+ "internalType": "address",
170
+ "name": "to",
171
+ "type": "address"
172
+ },
173
+ {
174
+ "indexed": false,
175
+ "internalType": "uint256",
176
+ "name": "amount",
177
+ "type": "uint256"
118
178
  }
119
179
  ],
120
- "stateMutability": "view",
121
- "type": "function"
180
+ "name": "LogComponentWalletTokensTransferred",
181
+ "type": "event"
122
182
  },
123
183
  {
124
184
  "inputs": [],
@@ -188,6 +248,19 @@
188
248
  "stateMutability": "view",
189
249
  "type": "function"
190
250
  },
251
+ {
252
+ "inputs": [],
253
+ "name": "getName",
254
+ "outputs": [
255
+ {
256
+ "internalType": "string",
257
+ "name": "name",
258
+ "type": "string"
259
+ }
260
+ ],
261
+ "stateMutability": "pure",
262
+ "type": "function"
263
+ },
191
264
  {
192
265
  "inputs": [],
193
266
  "name": "getNftId",
@@ -293,6 +366,19 @@
293
366
  "stateMutability": "nonpayable",
294
367
  "type": "function"
295
368
  },
369
+ {
370
+ "inputs": [
371
+ {
372
+ "internalType": "address",
373
+ "name": "walletAddress",
374
+ "type": "address"
375
+ }
376
+ ],
377
+ "name": "setWallet",
378
+ "outputs": [],
379
+ "stateMutability": "nonpayable",
380
+ "type": "function"
381
+ },
296
382
  {
297
383
  "inputs": [
298
384
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/e699570ad48a26ed8744892e7f745983.json"
3
+ "buildInfo": "../../../build-info/821bf2236b07239308a4e14d6b290218.json"
4
4
  }