@etherisc/gif-next 0.0.2-c8cedfe-604 → 0.0.2-c9b0563-536

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. package/README.md +63 -1
  2. package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
  3. package/artifacts/contracts/components/Component.sol/Component.json +656 -0
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  5. package/artifacts/contracts/components/Distribution.sol/Distribution.json +311 -132
  6. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
  7. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → components/IComponent.sol/IComponent.json} +171 -158
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  9. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +445 -1
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  11. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +522 -58
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  13. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +596 -5
  14. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  15. package/artifacts/contracts/components/Pool.sol/Pool.json +306 -182
  16. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  17. package/artifacts/contracts/components/Product.sol/Product.json +329 -155
  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/BundleManager.sol/BundleManager.dbg.json +4 -0
  39. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +764 -0
  40. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +4 -0
  41. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → Cloneable.sol/Cloneable.json} +86 -2
  42. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +1629 -93
  44. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  45. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +125 -19
  46. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/Instance.sol/Instance.json +185 -642
  48. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +231 -114
  50. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +164 -66
  52. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +316 -104
  54. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  55. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +48 -43
  56. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  57. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +261 -0
  58. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/base/{ComponentServiceBase.sol/ComponentServiceBase.json → ComponentService.sol/ComponentService.json} +138 -16
  60. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  61. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  62. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  63. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  64. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  65. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +59 -16
  66. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  68. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  70. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  71. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  72. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
  73. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1102 -0
  74. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  75. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +449 -0
  76. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  77. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +176 -40
  78. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  79. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +34 -25
  80. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/service/{IComponentOwnerService.sol/IComponentOwnerService.json → IBundleService.sol/IBundleService.json} +295 -46
  82. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  83. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +13 -18
  84. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  85. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +766 -0
  86. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  87. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +15 -82
  88. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  89. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +25 -245
  90. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1227 -0
  92. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  93. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +505 -0
  94. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +4 -0
  95. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +806 -0
  96. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  97. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +437 -0
  98. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +4 -0
  99. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +856 -0
  100. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +437 -0
  102. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  103. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  104. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +195 -224
  106. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +221 -93
  108. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  109. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  110. package/artifacts/contracts/registry/Registry.sol/Registry.json +208 -329
  111. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  112. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  113. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  114. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +75 -112
  115. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  116. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +51 -112
  117. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  118. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +547 -0
  119. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  120. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +13 -29
  121. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  122. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  123. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  124. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  125. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +0 -5
  126. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  127. package/artifacts/contracts/shared/IService.sol/IService.json +13 -18
  128. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  129. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  130. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +19 -6
  131. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  132. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +19 -6
  133. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  134. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +19 -11
  135. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  136. package/artifacts/contracts/shared/Service.sol/Service.json +26 -18
  137. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  138. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  139. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  140. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  141. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  142. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +19 -11
  143. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  144. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  145. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  146. package/artifacts/contracts/test/TestService.sol/TestService.json +44 -36
  147. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  148. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  149. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  150. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  151. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  152. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  153. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  154. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  155. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  156. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  157. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  158. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  159. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +26 -3
  160. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  161. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  162. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  163. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  164. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  165. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  166. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  167. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  168. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  169. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  170. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  171. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  172. package/contracts/components/Component.sol +216 -0
  173. package/contracts/components/Distribution.sol +39 -52
  174. package/contracts/components/IComponent.sol +43 -0
  175. package/contracts/components/IDistributionComponent.sol +4 -3
  176. package/contracts/components/IPoolComponent.sol +7 -18
  177. package/contracts/components/IProductComponent.sol +7 -3
  178. package/contracts/components/Pool.sol +59 -109
  179. package/contracts/components/Product.sol +77 -108
  180. package/contracts/instance/BundleManager.sol +125 -0
  181. package/contracts/instance/Cloneable.sol +46 -0
  182. package/contracts/instance/IInstance.sol +49 -10
  183. package/contracts/instance/IInstanceService.sol +15 -4
  184. package/contracts/instance/Instance.sol +71 -245
  185. package/contracts/instance/InstanceAccessManager.sol +88 -78
  186. package/contracts/instance/InstanceReader.sol +29 -26
  187. package/contracts/instance/InstanceService.sol +355 -81
  188. package/contracts/instance/InstanceServiceManager.sol +10 -12
  189. package/contracts/instance/ObjectManager.sol +84 -0
  190. package/contracts/instance/base/ComponentService.sol +134 -0
  191. package/contracts/instance/module/IAccess.sol +27 -17
  192. package/contracts/instance/module/IBundle.sol +1 -0
  193. package/contracts/instance/module/ISetup.sol +3 -0
  194. package/contracts/instance/service/BundleService.sol +293 -0
  195. package/contracts/instance/service/BundleServiceManager.sol +51 -0
  196. package/contracts/instance/service/DistributionService.sol +44 -34
  197. package/contracts/instance/service/DistributionServiceManager.sol +10 -12
  198. package/contracts/instance/service/IBundleService.sol +44 -0
  199. package/contracts/instance/service/IPolicyService.sol +94 -0
  200. package/contracts/instance/service/IPoolService.sol +6 -23
  201. package/contracts/instance/service/IProductService.sol +6 -73
  202. package/contracts/instance/service/PolicyService.sol +538 -0
  203. package/contracts/instance/service/PolicyServiceManager.sol +54 -0
  204. package/contracts/instance/service/PoolService.sol +110 -0
  205. package/contracts/instance/service/PoolServiceManager.sol +51 -0
  206. package/contracts/instance/service/ProductService.sol +233 -0
  207. package/contracts/instance/service/ProductServiceManager.sol +54 -0
  208. package/contracts/registry/ChainNft.sol +1 -1
  209. package/contracts/registry/IRegistry.sol +35 -31
  210. package/contracts/registry/IRegistryService.sol +45 -13
  211. package/contracts/registry/Registry.sol +206 -243
  212. package/contracts/registry/RegistryAccessManager.sol +216 -0
  213. package/contracts/registry/RegistryService.sol +83 -220
  214. package/contracts/registry/RegistryServiceManager.sol +18 -36
  215. package/contracts/registry/ReleaseManager.sol +332 -0
  216. package/contracts/registry/TokenRegistry.sol +8 -7
  217. package/contracts/shared/IRegisterable.sol +1 -3
  218. package/contracts/shared/IService.sol +2 -1
  219. package/contracts/shared/NftOwnable.sol +7 -4
  220. package/contracts/shared/ProxyManager.sol +1 -1
  221. package/contracts/shared/Registerable.sol +10 -14
  222. package/contracts/shared/Service.sol +14 -8
  223. package/contracts/test/TestService.sol +3 -2
  224. package/contracts/types/NftIdSet.sol +26 -24
  225. package/contracts/types/RoleId.sol +10 -8
  226. package/package.json +3 -3
  227. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  228. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  229. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  230. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  231. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  232. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  233. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  234. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  235. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  236. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  237. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  238. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  239. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  240. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  241. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  242. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  243. package/contracts/components/BaseComponent.sol +0 -91
  244. package/contracts/components/IBaseComponent.sol +0 -25
  245. package/contracts/instance/AccessManagedSimple.sol +0 -115
  246. package/contracts/instance/AccessManagerSimple.sol +0 -692
  247. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  248. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  249. package/contracts/instance/base/IInstanceBase.sol +0 -23
  250. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  251. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  252. package/contracts/shared/RegisterableUpgradable.sol +0 -16
@@ -7,108 +7,166 @@
7
7
  "inputs": [
8
8
  {
9
9
  "internalType": "address",
10
- "name": "registry",
10
+ "name": "authority",
11
11
  "type": "address"
12
- },
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
13
19
  {
14
- "internalType": "NftId",
15
- "name": "instanceNftId",
16
- "type": "uint96"
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
17
23
  },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
18
35
  {
19
36
  "internalType": "address",
20
- "name": "token",
37
+ "name": "caller",
21
38
  "type": "address"
22
- },
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
23
46
  {
24
- "internalType": "bool",
25
- "name": "isInterceptor",
26
- "type": "bool"
27
- },
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
28
57
  {
29
- "internalType": "bool",
30
- "name": "verifying",
31
- "type": "bool"
32
- },
58
+ "internalType": "address",
59
+ "name": "account",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "AddressInsufficientBalance",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
33
68
  {
34
- "internalType": "UFixed",
35
- "name": "collateralizationLevel",
36
- "type": "uint256"
69
+ "internalType": "address",
70
+ "name": "registry",
71
+ "type": "address"
37
72
  },
38
73
  {
39
- "components": [
40
- {
41
- "internalType": "UFixed",
42
- "name": "fractionalFee",
43
- "type": "uint256"
44
- },
45
- {
46
- "internalType": "uint256",
47
- "name": "fixedFee",
48
- "type": "uint256"
49
- }
50
- ],
51
- "internalType": "struct Fee",
52
- "name": "poolFee",
53
- "type": "tuple"
54
- },
74
+ "internalType": "NftId",
75
+ "name": "nftId",
76
+ "type": "uint96"
77
+ }
78
+ ],
79
+ "name": "ErrorAlreadyLinked",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [
55
84
  {
56
- "components": [
57
- {
58
- "internalType": "UFixed",
59
- "name": "fractionalFee",
60
- "type": "uint256"
61
- },
62
- {
63
- "internalType": "uint256",
64
- "name": "fixedFee",
65
- "type": "uint256"
66
- }
67
- ],
68
- "internalType": "struct Fee",
69
- "name": "stakingFee",
70
- "type": "tuple"
85
+ "internalType": "NftId",
86
+ "name": "instanceNftId",
87
+ "type": "uint96"
71
88
  },
72
89
  {
73
- "components": [
74
- {
75
- "internalType": "UFixed",
76
- "name": "fractionalFee",
77
- "type": "uint256"
78
- },
79
- {
80
- "internalType": "uint256",
81
- "name": "fixedFee",
82
- "type": "uint256"
83
- }
84
- ],
85
- "internalType": "struct Fee",
86
- "name": "performanceFee",
87
- "type": "tuple"
90
+ "internalType": "address",
91
+ "name": "instance",
92
+ "type": "address"
93
+ }
94
+ ],
95
+ "name": "ErrorComponentNotInstance",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "address",
102
+ "name": "caller",
103
+ "type": "address"
104
+ }
105
+ ],
106
+ "name": "ErrorComponentNotProductService",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [],
111
+ "name": "ErrorComponentProductNftAlreadySet",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "address",
118
+ "name": "caller",
119
+ "type": "address"
88
120
  },
121
+ {
122
+ "internalType": "uint64",
123
+ "name": "requiredRoleIdNum",
124
+ "type": "uint64"
125
+ }
126
+ ],
127
+ "name": "ErrorComponentUnauthorized",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
89
132
  {
90
133
  "internalType": "address",
91
- "name": "initialOwner",
134
+ "name": "newWallet",
92
135
  "type": "address"
93
136
  }
94
137
  ],
95
- "stateMutability": "nonpayable",
96
- "type": "constructor"
138
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [],
143
+ "name": "ErrorComponentWalletAddressZero",
144
+ "type": "error"
97
145
  },
98
146
  {
99
147
  "inputs": [
100
148
  {
101
149
  "internalType": "address",
102
- "name": "registry",
150
+ "name": "oldWallet",
103
151
  "type": "address"
104
152
  },
105
153
  {
106
- "internalType": "NftId",
107
- "name": "nftId",
108
- "type": "uint96"
154
+ "internalType": "address",
155
+ "name": "newWallet",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "internalType": "uint256",
160
+ "name": "allowance",
161
+ "type": "uint256"
162
+ },
163
+ {
164
+ "internalType": "uint256",
165
+ "name": "balance",
166
+ "type": "uint256"
109
167
  }
110
168
  ],
111
- "name": "ErrorAlreadyLinked",
169
+ "name": "ErrorComponentWalletAllowanceTooSmall",
112
170
  "type": "error"
113
171
  },
114
172
  {
@@ -176,6 +234,11 @@
176
234
  "name": "ErrorRegistryNotInitialized",
177
235
  "type": "error"
178
236
  },
237
+ {
238
+ "inputs": [],
239
+ "name": "FailedInnerCall",
240
+ "type": "error"
241
+ },
179
242
  {
180
243
  "inputs": [],
181
244
  "name": "InvalidInitialization",
@@ -186,6 +249,30 @@
186
249
  "name": "NotInitializing",
187
250
  "type": "error"
188
251
  },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "address",
256
+ "name": "token",
257
+ "type": "address"
258
+ }
259
+ ],
260
+ "name": "SafeERC20FailedOperation",
261
+ "type": "error"
262
+ },
263
+ {
264
+ "anonymous": false,
265
+ "inputs": [
266
+ {
267
+ "indexed": false,
268
+ "internalType": "address",
269
+ "name": "authority",
270
+ "type": "address"
271
+ }
272
+ ],
273
+ "name": "AuthorityUpdated",
274
+ "type": "event"
275
+ },
189
276
  {
190
277
  "anonymous": false,
191
278
  "inputs": [
@@ -199,6 +286,44 @@
199
286
  "name": "Initialized",
200
287
  "type": "event"
201
288
  },
289
+ {
290
+ "anonymous": false,
291
+ "inputs": [
292
+ {
293
+ "indexed": false,
294
+ "internalType": "address",
295
+ "name": "newWallet",
296
+ "type": "address"
297
+ }
298
+ ],
299
+ "name": "LogComponentWalletAddressChanged",
300
+ "type": "event"
301
+ },
302
+ {
303
+ "anonymous": false,
304
+ "inputs": [
305
+ {
306
+ "indexed": false,
307
+ "internalType": "address",
308
+ "name": "from",
309
+ "type": "address"
310
+ },
311
+ {
312
+ "indexed": false,
313
+ "internalType": "address",
314
+ "name": "to",
315
+ "type": "address"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "uint256",
320
+ "name": "amount",
321
+ "type": "uint256"
322
+ }
323
+ ],
324
+ "name": "LogComponentWalletTokensTransferred",
325
+ "type": "event"
326
+ },
202
327
  {
203
328
  "anonymous": false,
204
329
  "inputs": [
@@ -226,7 +351,7 @@
226
351
  },
227
352
  {
228
353
  "inputs": [],
229
- "name": "REGISTERABLE_LOCATION_V1",
354
+ "name": "CONTRACT_LOCATION_V1",
230
355
  "outputs": [
231
356
  {
232
357
  "internalType": "bytes32",
@@ -238,49 +363,29 @@
238
363
  "type": "function"
239
364
  },
240
365
  {
241
- "inputs": [
242
- {
243
- "components": [
244
- {
245
- "internalType": "UFixed",
246
- "name": "fractionalFee",
247
- "type": "uint256"
248
- },
249
- {
250
- "internalType": "uint256",
251
- "name": "fixedFee",
252
- "type": "uint256"
253
- }
254
- ],
255
- "internalType": "struct Fee",
256
- "name": "fee",
257
- "type": "tuple"
258
- },
259
- {
260
- "internalType": "uint256",
261
- "name": "initialAmount",
262
- "type": "uint256"
263
- },
264
- {
265
- "internalType": "uint256",
266
- "name": "lifetime",
267
- "type": "uint256"
268
- },
366
+ "inputs": [],
367
+ "name": "REGISTERABLE_LOCATION_V1",
368
+ "outputs": [
269
369
  {
270
- "internalType": "bytes",
271
- "name": "filter",
272
- "type": "bytes"
370
+ "internalType": "bytes32",
371
+ "name": "",
372
+ "type": "bytes32"
273
373
  }
274
374
  ],
275
- "name": "createBundle",
375
+ "stateMutability": "view",
376
+ "type": "function"
377
+ },
378
+ {
379
+ "inputs": [],
380
+ "name": "authority",
276
381
  "outputs": [
277
382
  {
278
- "internalType": "NftId",
279
- "name": "bundleNftId",
280
- "type": "uint96"
383
+ "internalType": "address",
384
+ "name": "",
385
+ "type": "address"
281
386
  }
282
387
  ],
283
- "stateMutability": "nonpayable",
388
+ "stateMutability": "view",
284
389
  "type": "function"
285
390
  },
286
391
  {
@@ -339,13 +444,21 @@
339
444
  }
340
445
  ],
341
446
  "internalType": "struct IRegistry.ObjectInfo",
342
- "name": "",
447
+ "name": "info",
343
448
  "type": "tuple"
344
- },
449
+ }
450
+ ],
451
+ "stateMutability": "view",
452
+ "type": "function"
453
+ },
454
+ {
455
+ "inputs": [],
456
+ "name": "getInitialOwner",
457
+ "outputs": [
345
458
  {
346
- "internalType": "bytes",
459
+ "internalType": "address",
347
460
  "name": "",
348
- "type": "bytes"
461
+ "type": "address"
349
462
  }
350
463
  ],
351
464
  "stateMutability": "view",
@@ -364,6 +477,32 @@
364
477
  "stateMutability": "view",
365
478
  "type": "function"
366
479
  },
480
+ {
481
+ "inputs": [],
482
+ "name": "getInstanceService",
483
+ "outputs": [
484
+ {
485
+ "internalType": "contract IInstanceService",
486
+ "name": "",
487
+ "type": "address"
488
+ }
489
+ ],
490
+ "stateMutability": "view",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [],
495
+ "name": "getName",
496
+ "outputs": [
497
+ {
498
+ "internalType": "string",
499
+ "name": "name",
500
+ "type": "string"
501
+ }
502
+ ],
503
+ "stateMutability": "view",
504
+ "type": "function"
505
+ },
367
506
  {
368
507
  "inputs": [],
369
508
  "name": "getNftId",
@@ -403,6 +542,19 @@
403
542
  "stateMutability": "view",
404
543
  "type": "function"
405
544
  },
545
+ {
546
+ "inputs": [],
547
+ "name": "getProductService",
548
+ "outputs": [
549
+ {
550
+ "internalType": "contract IProductService",
551
+ "name": "",
552
+ "type": "address"
553
+ }
554
+ ],
555
+ "stateMutability": "view",
556
+ "type": "function"
557
+ },
406
558
  {
407
559
  "inputs": [],
408
560
  "name": "getRegistry",
@@ -493,6 +645,11 @@
493
645
  "name": "isIntercepting",
494
646
  "type": "bool"
495
647
  },
648
+ {
649
+ "internalType": "bool",
650
+ "name": "isConfirmingApplication",
651
+ "type": "bool"
652
+ },
496
653
  {
497
654
  "internalType": "address",
498
655
  "name": "wallet",
@@ -535,17 +692,30 @@
535
692
  },
536
693
  {
537
694
  "inputs": [],
538
- "name": "isVerifying",
695
+ "name": "isConfirmingApplication",
539
696
  "outputs": [
540
697
  {
541
698
  "internalType": "bool",
542
- "name": "verifying",
699
+ "name": "isConfirmingApplication",
543
700
  "type": "bool"
544
701
  }
545
702
  ],
546
703
  "stateMutability": "view",
547
704
  "type": "function"
548
705
  },
706
+ {
707
+ "inputs": [],
708
+ "name": "isConsumingScheduledOp",
709
+ "outputs": [
710
+ {
711
+ "internalType": "bytes4",
712
+ "name": "",
713
+ "type": "bytes4"
714
+ }
715
+ ],
716
+ "stateMutability": "view",
717
+ "type": "function"
718
+ },
549
719
  {
550
720
  "inputs": [],
551
721
  "name": "linkToRegisteredNftId",
@@ -587,29 +757,12 @@
587
757
  {
588
758
  "inputs": [
589
759
  {
590
- "internalType": "NftId",
591
- "name": "bundleNftId",
592
- "type": "uint96"
593
- },
594
- {
595
- "components": [
596
- {
597
- "internalType": "UFixed",
598
- "name": "fractionalFee",
599
- "type": "uint256"
600
- },
601
- {
602
- "internalType": "uint256",
603
- "name": "fixedFee",
604
- "type": "uint256"
605
- }
606
- ],
607
- "internalType": "struct Fee",
608
- "name": "fee",
609
- "type": "tuple"
760
+ "internalType": "address",
761
+ "name": "newAuthority",
762
+ "type": "address"
610
763
  }
611
764
  ],
612
- "name": "setBundleFee",
765
+ "name": "setAuthority",
613
766
  "outputs": [],
614
767
  "stateMutability": "nonpayable",
615
768
  "type": "function"
@@ -686,6 +839,19 @@
686
839
  "stateMutability": "nonpayable",
687
840
  "type": "function"
688
841
  },
842
+ {
843
+ "inputs": [
844
+ {
845
+ "internalType": "address",
846
+ "name": "newWallet",
847
+ "type": "address"
848
+ }
849
+ ],
850
+ "name": "setWallet",
851
+ "outputs": [],
852
+ "stateMutability": "nonpayable",
853
+ "type": "function"
854
+ },
689
855
  {
690
856
  "inputs": [
691
857
  {
@@ -741,50 +907,8 @@
741
907
  "type": "function"
742
908
  }
743
909
  ],
744
- "bytecode": "0x60806040523480156200001157600080fd5b506040516200233d3803806200233d83398101604081905262000034916200070a565b898989608c8a856200006c6301ffc9a760e01b60009081526020526000805160206200231d833981519152805460ff19166001179055565b600280546001600160a01b031916331790556040805160208101909152600081526200009d87878686868662000357565b6000620000b26001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03891660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801562000102573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200012c91908101906200087b565b6080810151600780546001600160a01b0319166001600160a01b0390921691821790556040516301ffc9a760e01b815263e72ac88960e01b6004820152919250906301ffc9a790602401602060405180830381865afa15801562000194573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001ba919062000961565b620001e65760405162461bcd60e51b815260206004820152600060248201526044015b60405180910390fd5b600760009054906101000a90046001600160a01b03166001600160a01b0316636fa298536040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200023a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000260919062000986565b600380546001600160a01b03199081166001600160a01b0393841617909155600580543090831617905560068054909116918816919091179055634c0cba3d60e11b60009081526020527f8605f84a1fdbc6ff75d8a06315d161884729b429561b502d19c5a33135142c3a805460ff1916600117905550506008805460ff19168d1515179055505050600988905550508451600a5550602080850151600b558351600c5583810151600d558251600e55820151600f5562000347632d744d3360e11b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b5050505050505050505062000b01565b620003886301ffc9a760e01b60009081526020526000805160206200231d833981519152805460ff19166001179055565b62000394828762000459565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d01000000000000000000000000008615150217815590506001810162000413838262000a35565b506303fb044760e21b60009081526020527fb43e4f3791bfcdefa3a0fbe2a5555f8d6490b90e01de0ff40c66f18b49b562c5805460ff1916600117905550505050505050565b600280546001600160a01b0319166001600160a01b0384161790556200047f8162000483565b5050565b6001546001600160a01b031615620004be5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401620001dd565b6001600160a01b038116620004e65760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036200051e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001dd565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156200059b575060408051601f3d908101601f19168201909252620005989181019062000961565b60015b620005c55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401620001dd565b806200047f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401620001dd565b50565b6001600160a01b0381168114620005f057600080fd5b80516200061681620005f3565b919050565b80516001600160601b03811681146200061657600080fd5b805180151581146200061657600080fd5b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156200067f576200067f62000644565b60405290565b604051601f8201601f191681016001600160401b0381118282101715620006b057620006b062000644565b604052919050565b600060408284031215620006cb57600080fd5b604080519081016001600160401b0381118282101715620006f057620006f062000644565b604052825181526020928301519281019290925250919050565b6000806000806000806000806000806101a08b8d0312156200072b57600080fd5b8a516200073881620005f3565b99506200074860208c016200061b565b985060408b01516200075a81620005f3565b97506200076a60608c0162000633565b96506200077a60808c0162000633565b955060a08b01519450620007928c60c08d01620006b8565b9350620007a48c6101008d01620006b8565b9250620007b68c6101408d01620006b8565b91506101808b0151620007c981620005f3565b809150509295989b9194979a5092959850565b805160ff811681146200061657600080fd5b600082601f8301126200080057600080fd5b81516001600160401b038111156200081c576200081c62000644565b602062000832601f8301601f1916820162000685565b82815285828487010111156200084757600080fd5b60005b83811015620008675785810183015182820184015282016200084a565b506000928101909101919091529392505050565b6000602082840312156200088e57600080fd5b81516001600160401b0380821115620008a657600080fd5b9083019060e08286031215620008bb57600080fd5b620008c56200065a565b620008d0836200061b565b8152620008e0602084016200061b565b6020820152620008f360408401620007dc565b6040820152620009066060840162000633565b6060820152620009196080840162000609565b60808201526200092c60a0840162000609565b60a082015260c0830151828111156200094457600080fd5b6200095287828601620007ee565b60c08301525095945050505050565b6000602082840312156200097457600080fd5b6200097f8262000633565b9392505050565b6000602082840312156200099957600080fd5b81516200097f81620005f3565b600181811c90821680620009bb57607f821691505b602082108103620009dc57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000a3057600081815260208120601f850160051c8101602086101562000a0b5750805b601f850160051c820191505b8181101562000a2c5782815560010162000a17565b5050505b505050565b81516001600160401b0381111562000a515762000a5162000644565b62000a698162000a628454620009a6565b84620009e2565b602080601f83116001811462000aa1576000841562000a885750858301515b600019600386901b1c1916600185901b17855562000a2c565b600085815260208120601f198616915b8281101562000ad25788860151825594840194600190910190840162000ab1565b508582101562000af15787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b61180c8062000b116000396000f3fe608060405234801561001057600080fd5b50600436106101415760003560e01c8063644c45e0116100b8578063a69df4b51161007c578063a69df4b5146102cf578063c200b809146102d7578063d7f5e609146102ec578063dab12325146102ff578063de7b5d1414610315578063f83d08ba1461032657600080fd5b8063644c45e01461027e57806365effc1a1461029657806382678766146102a957806387ef9ba0146102bc578063893d20e8146102c757600080fd5b80631eff4b221161010a5780631eff4b22146101f957806321df0da71461022e5780632a65c6881461023f57806354afef63146102525780635ab1bd531461025a578063636450f51461026b57600080fd5b806251884a1461014657806301ffc9a7146101775780630fec111c146101b457806313299604146101ca578063138461e0146101ef575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b6101a46101853660046110e6565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200161016e565b6101bc61032e565b60405161016e92919061115d565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b6101f761044f565b005b6102207f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b6006546001600160a01b03166101d7565b6101f761024d36600461121c565b610671565b600954610220565b6001546001600160a01b03166101d7565b6101f76102793660046112cc565b6107d3565b600154600160a01b90046001600160601b031661015a565b6101f76102a436600461138f565b61083b565b6101f76102b736600461140d565b6108b1565b60085460ff166101a4565b6101d761098c565b6101f7610aaa565b6102df610b58565b60405161016e9190611453565b61015a6102fa3660046114f8565b610e0b565b6101a461030d36600461155a565b600192915050565b6007546001600160a01b03166101d7565b6101f7610e95565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c08201819052909180610372610f12565b915091508160405180610100016040528061039d6007546001600160601b03600160a01b9091041690565b6001600160601b03168152600060208083019190915260095460408084019190915280518082018252600a548152600b5481840152606084015280518082018252600c548152600d5481840152608084015280518082018252600e548152600f548184015260a084015260085460ff16151560c08401526005546001600160a01b031660e0909301929092529051610436929101611453565b6040516020818303038152906040529350935050509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156104b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d591906115d3565b1561051c576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166105455760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561058e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b291906115d3565b6105da576040516372657a5160e01b81526001600160a01b0382166004820152602401610513565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610624573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061064891906115f9565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600061067b61098c565b90506001600160a01b0381161580159061069e5750336001600160a01b03821614155b156106be5760405163700dd81160e01b8152336004820152602401610513565b60075473__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9063c4cade9d90600160a01b90046001600160601b031660006040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561073a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075e91906115d3565b6107aa5760405162461bcd60e51b815260206004820152601a60248201527f70726f64756374206e667420696420616c7265616479207365740000000000006044820152606401610513565b50600780546001600160601b03909216600160a01b026001600160a01b03909216919091179055565b60105460405163636450f560e01b81526001600160a01b039091169063636450f5906108059085908590600401611616565b600060405180830381600087803b15801561081f57600080fd5b505af1158015610833573d6000803e3d6000fd5b505050505050565b6011546001600160a01b0316331461089f5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b6064820152608401610513565b6108ab84848484611098565b50505050565b60006108bb61098c565b90506001600160a01b038116158015906108de5750336001600160a01b03821614155b156108fe5760405163700dd81160e01b8152336004820152602401610513565b601054604051634133c3b360e11b8152855160048201526020808701516024830152855160448301528086015160648301528451608483015284015160a48201526001600160a01b039091169063826787669060c401600060405180830381600087803b15801561096e57600080fd5b505af1158015610982573d6000803e3d6000fd5b5050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156109f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1591906115d3565b15610a9a57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610a71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a95919061165d565b905090565b506002546001600160a01b031690565b6000610ab461098c565b90506001600160a01b03811615801590610ad75750336001600160a01b03821614155b15610af75760405163700dd81160e01b8152336004820152602401610513565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b158015610b3d57600080fd5b505af1158015610b51573d6000803e3d6000fd5b5050505050565b610bcb60408051610100810182526000808252602080830182905282840182905283518085018552828152808201839052606084015283518085018552828152808201839052608084015283518085019094528184528301529060a0820190815260006020820181905260409091015290565b6001546040805163c4cade9d60e01b8152600160a01b9092046001600160601b03166004830152600060248301525173__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9163c4cade9d9160448083019260209291908290030181865af4158015610c3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c5e91906115d3565b15610d0357506040805161010081018252600754600160a01b90046001600160601b0316815260006020808301919091526009548284015282518084018452600a548152600b5481830152606083015282518084018452600c548152600d548183015260808301528251808401909352600e548352600f549083015260a081019190915260085460ff16151560c08201526005546001600160a01b031660e082015290565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610d4d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d71919061165d565b9050806001600160a01b03166355e343a9610d9c6001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161016060405180830381865afa158015610de1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e0591906116aa565b91505090565b60105460405163e3458d5360e01b815260009133916001600160a01b039091169063e3458d5390610e489084908a908a908a908a9060040161174c565b6020604051808303816000875af1158015610e67573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8b91906115f9565b9695505050505050565b6000610e9f61098c565b90506001600160a01b03811615801590610ec25750336001600160a01b03821614155b15610ee25760405163700dd81160e01b8152336004820152602401610513565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a790602401610b23565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610f996001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610fe161098c565b6001600160a01b03168152602001826001018054610ffe9061179c565b80601f016020809104026020016040519081016040528092919081815260200182805461102a9061179c565b80156110775780601f1061104c57610100808354040283529160200191611077565b820191906000526020600020905b81548152906001019060200180831161105a57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b6000602082840312156110f857600080fd5b81356001600160e01b03198116811461111057600080fd5b9392505050565b6000815180845260005b8181101561113d57602081850181015186830182015201611121565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff604085015116608083015260608401516111a160a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e06101008401526111e7610120840182611117565b905082810360208401526111fb8185611117565b95945050505050565b6001600160601b038116811461121957600080fd5b50565b60006020828403121561122e57600080fd5b813561111081611204565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561127257611272611239565b60405290565b604051610100810167ffffffffffffffff8111828210171561127257611272611239565b6000604082840312156112ae57600080fd5b6112b661124f565b9050813581526020820135602082015292915050565b600080606083850312156112df57600080fd5b82356112ea81611204565b91506112f9846020850161129c565b90509250929050565b600082601f83011261131357600080fd5b813567ffffffffffffffff8082111561132e5761132e611239565b604051601f8301601f19908116603f0116810190828211818310171561135657611356611239565b8160405283815286602085880101111561136f57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080608085870312156113a557600080fd5b84356113b081611204565b9350602085013567ffffffffffffffff808211156113cd57600080fd5b6113d988838901611302565b945060408701359150808211156113ef57600080fd5b506113fc87828801611302565b949793965093946060013593505050565b600080600060c0848603121561142257600080fd5b61142c858561129c565b925061143b856040860161129c565b915061144a856080860161129c565b90509250925092565b81516001600160601b031681526020808301516001600160a01b0316908201526040808301519082015260608083015161016083019161149f9084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151151561012083015260e08301516001600160a01b0381166101408401525092915050565b60008060008060a0858703121561150e57600080fd5b611518868661129c565b93506040850135925060608501359150608085013567ffffffffffffffff81111561154257600080fd5b61154e87828801611302565b91505092959194509250565b6000806040838503121561156d57600080fd5b823567ffffffffffffffff8082111561158557600080fd5b61159186838701611302565b935060208501359150808211156115a757600080fd5b506115b485828601611302565b9150509250929050565b805180151581146115ce57600080fd5b919050565b6000602082840312156115e557600080fd5b611110826115be565b80516115ce81611204565b60006020828403121561160b57600080fd5b815161111081611204565b6001600160601b038316815260608101611110602083018480518252602090810151910152565b6001600160a01b038116811461121957600080fd5b80516115ce8161163d565b60006020828403121561166f57600080fd5b81516111108161163d565b60006040828403121561168c57600080fd5b61169461124f565b9050815181526020820151602082015292915050565b600061016082840312156116bd57600080fd5b6116c5611278565b6116ce836115ee565b81526116dc60208401611652565b6020820152604083015160408201526116f8846060850161167a565b606082015261170a8460a0850161167a565b608082015261171c8460e0850161167a565b60a082015261172e61012084016115be565b60c08201526117406101408401611652565b60e08201529392505050565b6001600160a01b038616815261176f602082018680518252602090810151910152565b83606082015282608082015260c060a0820152600061179160c0830184611117565b979650505050505050565b600181811c908216806117b057607f821691505b6020821081036117d057634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220658e632e9fa4f2359e49209c17c5d9b67d7f9f76377243f2fcf053628f80642764736f6c6343000814003367be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5",
745
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101415760003560e01c8063644c45e0116100b8578063a69df4b51161007c578063a69df4b5146102cf578063c200b809146102d7578063d7f5e609146102ec578063dab12325146102ff578063de7b5d1414610315578063f83d08ba1461032657600080fd5b8063644c45e01461027e57806365effc1a1461029657806382678766146102a957806387ef9ba0146102bc578063893d20e8146102c757600080fd5b80631eff4b221161010a5780631eff4b22146101f957806321df0da71461022e5780632a65c6881461023f57806354afef63146102525780635ab1bd531461025a578063636450f51461026b57600080fd5b806251884a1461014657806301ffc9a7146101775780630fec111c146101b457806313299604146101ca578063138461e0146101ef575b600080fd5b600754600160a01b90046001600160601b03165b6040516001600160601b0390911681526020015b60405180910390f35b6101a46101853660046110e6565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200161016e565b6101bc61032e565b60405161016e92919061115d565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b6101f761044f565b005b6102207f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b6006546001600160a01b03166101d7565b6101f761024d36600461121c565b610671565b600954610220565b6001546001600160a01b03166101d7565b6101f76102793660046112cc565b6107d3565b600154600160a01b90046001600160601b031661015a565b6101f76102a436600461138f565b61083b565b6101f76102b736600461140d565b6108b1565b60085460ff166101a4565b6101d761098c565b6101f7610aaa565b6102df610b58565b60405161016e9190611453565b61015a6102fa3660046114f8565b610e0b565b6101a461030d36600461155a565b600192915050565b6007546001600160a01b03166101d7565b6101f7610e95565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c08201819052909180610372610f12565b915091508160405180610100016040528061039d6007546001600160601b03600160a01b9091041690565b6001600160601b03168152600060208083019190915260095460408084019190915280518082018252600a548152600b5481840152606084015280518082018252600c548152600d5481840152608084015280518082018252600e548152600f548184015260a084015260085460ff16151560c08401526005546001600160a01b031660e0909301929092529051610436929101611453565b6040516020818303038152906040529350935050509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156104b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d591906115d3565b1561051c576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166105455760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561058e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b291906115d3565b6105da576040516372657a5160e01b81526001600160a01b0382166004820152602401610513565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610624573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061064891906115f9565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600061067b61098c565b90506001600160a01b0381161580159061069e5750336001600160a01b03821614155b156106be5760405163700dd81160e01b8152336004820152602401610513565b60075473__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9063c4cade9d90600160a01b90046001600160601b031660006040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561073a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075e91906115d3565b6107aa5760405162461bcd60e51b815260206004820152601a60248201527f70726f64756374206e667420696420616c7265616479207365740000000000006044820152606401610513565b50600780546001600160601b03909216600160a01b026001600160a01b03909216919091179055565b60105460405163636450f560e01b81526001600160a01b039091169063636450f5906108059085908590600401611616565b600060405180830381600087803b15801561081f57600080fd5b505af1158015610833573d6000803e3d6000fd5b505050505050565b6011546001600160a01b0316331461089f5760405162461bcd60e51b815260206004820152602160248201527f4552524f523a504f4c2d3030323a4e4f545f50524f445543545f5345525649436044820152604560f81b6064820152608401610513565b6108ab84848484611098565b50505050565b60006108bb61098c565b90506001600160a01b038116158015906108de5750336001600160a01b03821614155b156108fe5760405163700dd81160e01b8152336004820152602401610513565b601054604051634133c3b360e11b8152855160048201526020808701516024830152855160448301528086015160648301528451608483015284015160a48201526001600160a01b039091169063826787669060c401600060405180830381600087803b15801561096e57600080fd5b505af1158015610982573d6000803e3d6000fd5b5050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156109f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1591906115d3565b15610a9a57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610a71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a95919061165d565b905090565b506002546001600160a01b031690565b6000610ab461098c565b90506001600160a01b03811615801590610ad75750336001600160a01b03821614155b15610af75760405163700dd81160e01b8152336004820152602401610513565b600354604051630bdb124f60e21b81523060048201526001600160a01b0390911690632f6c493c906024015b600060405180830381600087803b158015610b3d57600080fd5b505af1158015610b51573d6000803e3d6000fd5b5050505050565b610bcb60408051610100810182526000808252602080830182905282840182905283518085018552828152808201839052606084015283518085018552828152808201839052608084015283518085019094528184528301529060a0820190815260006020820181905260409091015290565b6001546040805163c4cade9d60e01b8152600160a01b9092046001600160601b03166004830152600060248301525173__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__9163c4cade9d9160448083019260209291908290030181865af4158015610c3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c5e91906115d3565b15610d0357506040805161010081018252600754600160a01b90046001600160601b0316815260006020808301919091526009548284015282518084018452600a548152600b5481830152606083015282518084018452600c548152600d548183015260808301528251808401909352600e548352600f549083015260a081019190915260085460ff16151560c08201526005546001600160a01b031660e082015290565b600754604080516302cd307160e01b815290516000926001600160a01b0316916302cd30719160048083019260209291908290030181865afa158015610d4d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d71919061165d565b9050806001600160a01b03166355e343a9610d9c6001546001600160601b03600160a01b9091041690565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161016060405180830381865afa158015610de1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e0591906116aa565b91505090565b60105460405163e3458d5360e01b815260009133916001600160a01b039091169063e3458d5390610e489084908a908a908a908a9060040161174c565b6020604051808303816000875af1158015610e67573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8b91906115f9565b9695505050505050565b6000610e9f61098c565b90506001600160a01b03811615801590610ec25750336001600160a01b03821614155b15610ee25760405163700dd81160e01b8152336004820152602401610513565b60035460405163f435f5a760e01b81523060048201526001600160a01b039091169063f435f5a790602401610b23565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610f996001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610fe161098c565b6001600160a01b03168152602001826001018054610ffe9061179c565b80601f016020809104026020016040519081016040528092919081815260200182805461102a9061179c565b80156110775780601f1061104c57610100808354040283529160200191611077565b820191906000526020600020905b81548152906001019060200180831161105a57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b604080516001600160601b038616815260208101839052308183015290517ffa749b7f8c958183586325608c5d122eb3a8beb56a4d6ac2c88b78193e9facb99181900360600190a150505050565b6000602082840312156110f857600080fd5b81356001600160e01b03198116811461111057600080fd5b9392505050565b6000815180845260005b8181101561113d57602081850181015186830182015201611121565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff604085015116608083015260608401516111a160a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e06101008401526111e7610120840182611117565b905082810360208401526111fb8185611117565b95945050505050565b6001600160601b038116811461121957600080fd5b50565b60006020828403121561122e57600080fd5b813561111081611204565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff8111828210171561127257611272611239565b60405290565b604051610100810167ffffffffffffffff8111828210171561127257611272611239565b6000604082840312156112ae57600080fd5b6112b661124f565b9050813581526020820135602082015292915050565b600080606083850312156112df57600080fd5b82356112ea81611204565b91506112f9846020850161129c565b90509250929050565b600082601f83011261131357600080fd5b813567ffffffffffffffff8082111561132e5761132e611239565b604051601f8301601f19908116603f0116810190828211818310171561135657611356611239565b8160405283815286602085880101111561136f57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080608085870312156113a557600080fd5b84356113b081611204565b9350602085013567ffffffffffffffff808211156113cd57600080fd5b6113d988838901611302565b945060408701359150808211156113ef57600080fd5b506113fc87828801611302565b949793965093946060013593505050565b600080600060c0848603121561142257600080fd5b61142c858561129c565b925061143b856040860161129c565b915061144a856080860161129c565b90509250925092565b81516001600160601b031681526020808301516001600160a01b0316908201526040808301519082015260608083015161016083019161149f9084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151151561012083015260e08301516001600160a01b0381166101408401525092915050565b60008060008060a0858703121561150e57600080fd5b611518868661129c565b93506040850135925060608501359150608085013567ffffffffffffffff81111561154257600080fd5b61154e87828801611302565b91505092959194509250565b6000806040838503121561156d57600080fd5b823567ffffffffffffffff8082111561158557600080fd5b61159186838701611302565b935060208501359150808211156115a757600080fd5b506115b485828601611302565b9150509250929050565b805180151581146115ce57600080fd5b919050565b6000602082840312156115e557600080fd5b611110826115be565b80516115ce81611204565b60006020828403121561160b57600080fd5b815161111081611204565b6001600160601b038316815260608101611110602083018480518252602090810151910152565b6001600160a01b038116811461121957600080fd5b80516115ce8161163d565b60006020828403121561166f57600080fd5b81516111108161163d565b60006040828403121561168c57600080fd5b61169461124f565b9050815181526020820151602082015292915050565b600061016082840312156116bd57600080fd5b6116c5611278565b6116ce836115ee565b81526116dc60208401611652565b6020820152604083015160408201526116f8846060850161167a565b606082015261170a8460a0850161167a565b608082015261171c8460e0850161167a565b60a082015261172e61012084016115be565b60c08201526117406101408401611652565b60e08201529392505050565b6001600160a01b038616815261176f602082018680518252602090810151910152565b83606082015282608082015260c060a0820152600061179160c0830184611117565b979650505050505050565b600181811c908216806117b057607f821691505b6020821081036117d057634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220658e632e9fa4f2359e49209c17c5d9b67d7f9f76377243f2fcf053628f80642764736f6c63430008140033",
746
- "linkReferences": {
747
- "contracts/types/NftId.sol": {
748
- "NftIdLib": [
749
- {
750
- "length": 20,
751
- "start": 3976
752
- },
753
- {
754
- "length": 20,
755
- "start": 4564
756
- },
757
- {
758
- "length": 20,
759
- "start": 5320
760
- },
761
- {
762
- "length": 20,
763
- "start": 5901
764
- }
765
- ]
766
- }
767
- },
768
- "deployedLinkReferences": {
769
- "contracts/types/NftId.sol": {
770
- "NftIdLib": [
771
- {
772
- "length": 20,
773
- "start": 1143
774
- },
775
- {
776
- "length": 20,
777
- "start": 1731
778
- },
779
- {
780
- "length": 20,
781
- "start": 2487
782
- },
783
- {
784
- "length": 20,
785
- "start": 3068
786
- }
787
- ]
788
- }
789
- }
910
+ "bytecode": "0x",
911
+ "deployedBytecode": "0x",
912
+ "linkReferences": {},
913
+ "deployedLinkReferences": {}
790
914
  }