@etherisc/gif-next 0.0.2-b060f43-678 → 0.0.2-b12de3e-067

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +1 -1
  2. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  3. package/artifacts/contracts/components/Distribution.sol/Distribution.json +2 -2
  4. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +1 -1
  5. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  6. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  7. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  8. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  9. package/artifacts/contracts/components/Pool.sol/Pool.json +5 -5
  10. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  11. package/artifacts/contracts/components/Product.sol/Product.json +5 -5
  12. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +1 -1
  13. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +1 -1
  14. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +1 -1
  15. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  16. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  17. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  18. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  19. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  20. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  21. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  22. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  23. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  24. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  27. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  31. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  32. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +1 -1
  33. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  34. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +2 -2
  35. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +1 -1
  36. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +1 -1
  37. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +26 -0
  39. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +11 -0
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +100 -74
  44. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  45. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +2 -2
  46. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +1 -1
  47. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +2 -2
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2 -2
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +215 -95
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +79 -31
  54. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
  55. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +2 -2
  56. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +1 -1
  57. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -19
  58. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
  59. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  60. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  61. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  62. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  63. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  64. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  65. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  66. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  68. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  70. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
  71. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +923 -0
  72. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  73. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +440 -0
  74. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +1 -1
  75. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +2 -2
  76. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  77. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +16 -48
  78. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  79. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +8 -24
  80. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +669 -0
  82. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +1 -1
  83. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  84. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  85. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +664 -0
  86. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  87. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +6 -235
  88. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  89. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +9 -233
  90. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +984 -0
  92. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  93. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +464 -0
  94. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  95. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +20 -351
  96. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  97. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +10 -46
  98. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
  99. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +20 -399
  100. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
  101. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +10 -78
  102. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  103. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  104. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  105. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  106. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  107. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  108. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +2 -2
  109. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  110. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +2 -2
  111. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  112. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  113. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  114. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  115. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  116. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  117. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  118. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  119. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  120. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  121. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +1 -1
  122. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  123. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  124. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  125. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  126. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  127. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  128. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  129. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  130. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  131. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  132. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  133. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  134. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  135. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  136. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  137. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  138. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  139. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  140. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  141. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  142. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  143. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  144. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  145. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  146. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  147. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  148. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  149. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  150. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  151. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  152. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  153. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  154. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  155. package/contracts/components/Pool.sol +9 -5
  156. package/contracts/components/Product.sol +8 -5
  157. package/contracts/instance/IInstance.sol +4 -0
  158. package/contracts/instance/IInstanceService.sol +2 -0
  159. package/contracts/instance/Instance.sol +10 -1
  160. package/contracts/instance/InstanceService.sol +134 -69
  161. package/contracts/instance/base/ComponentServiceBase.sol +15 -77
  162. package/contracts/instance/service/BundleService.sol +260 -0
  163. package/contracts/instance/service/BundleServiceManager.sol +54 -0
  164. package/contracts/instance/service/DistributionService.sol +38 -8
  165. package/contracts/instance/service/IBundleService.sol +45 -0
  166. package/contracts/instance/service/IPolicyService.sol +87 -0
  167. package/contracts/instance/service/IPoolService.sol +2 -33
  168. package/contracts/instance/service/IProductService.sol +2 -72
  169. package/contracts/instance/service/PolicyService.sol +508 -0
  170. package/contracts/instance/service/PolicyServiceManager.sol +54 -0
  171. package/contracts/instance/service/PoolService.sol +38 -201
  172. package/contracts/instance/service/ProductService.sol +50 -447
  173. package/contracts/types/RoleId.sol +2 -0
  174. package/package.json +1 -1
@@ -278,8 +278,8 @@
278
278
  "type": "function"
279
279
  }
280
280
  ],
281
- "bytecode": "0x608060405234801561001057600080fd5b50600080546001600160a01b0319169055600380546001600160601b031690556109a98061003f6000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c80637e7986691161005b5780637e798669146100f75780638fb3603714610112578063bf7e214f14610133578063c861c2501461015157600080fd5b806302cd30711461008d578063485cc955146100be5780635ab1bd53146100d35780637a9e5e4b146100e4575b600080fd5b600354600160601b90046001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100d16100cc366004610675565b610164565b005b6000546001600160a01b03166100a1565b6100d16100f23660046106ae565b61030b565b6003546040516001600160601b0390911681526020016100b5565b61011a6103a9565b6040516001600160e01b031990911681526020016100b5565b600080516020610954833981519152546001600160a01b03166100a1565b6100d161015f3660046106e7565b6103e2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156101aa5750825b905060008267ffffffffffffffff1660011480156101c75750303b155b9050811580156101d5575080155b156101f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561021d57845460ff60401b1916600160401b1785555b6102268761058f565b856001600160a01b03163b6000036102615760405163071669cf60e21b81526001600160a01b03871660048201526024015b60405180910390fd5b600080546001600160a01b0319166001600160a01b0388811691821790925560408051928a16835260208301919091527fa6804c76412ae2d729353ed187a48b0b95177ee5c111049b80878fd127224412910160405180910390a1831561030257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b3361032b600080516020610954833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103665760405162d1953b60e31b81526001600160a01b0382166004820152602401610258565b816001600160a01b03163b60000361039c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610258565b6103a5826105a3565b5050565b600080516020610954833981519152805460009190600160a01b900460ff166103d35760006103dc565b638fb3603760e01b5b91505090565b6103ec8383610164565b600080546040516305247a1760e51b81526001600160601b03841660048201526001600160a01b039091169063a48f42e090602401600060405180830381865afa15801561043e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104669190810190610863565b90506104848160400151610478604690565b60ff9081169116141590565b156104ad57604051632295742160e21b81526001600160601b0383166004820152602401610258565b600081608001519050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105189190610936565b6001600160601b0384166001600160a01b03918216600160601b9081026bffffffffffffffffffffffff1916821760038190556040805193845291900490921660208201527fc23472ef19cd3719232c2fbc22eb87b48424eba43454acefd67a6578fda49d90910160405180910390a15050505050565b610597610604565b6105a08161064f565b50565b60008051602061095483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661064d57604051631afcd79f60e31b815260040160405180910390fd5b565b610657610604565b6105a0816105a3565b6001600160a01b03811681146105a057600080fd5b6000806040838503121561068857600080fd5b823561069381610660565b915060208301356106a381610660565b809150509250929050565b6000602082840312156106c057600080fd5b81356106cb81610660565b9392505050565b6001600160601b03811681146105a057600080fd5b6000806000606084860312156106fc57600080fd5b833561070781610660565b9250602084013561071781610660565b91506040840135610727816106d2565b809150509250925092565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff8111828210171561076b5761076b610732565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561079a5761079a610732565b604052919050565b80516107ad816106d2565b919050565b805160ff811681146107ad57600080fd5b805180151581146107ad57600080fd5b80516107ad81610660565b600082601f8301126107ef57600080fd5b815167ffffffffffffffff81111561080957610809610732565b602061081d601f8301601f19168201610771565b828152858284870101111561083157600080fd5b60005b8381101561084f578581018301518282018401528201610834565b506000928101909101919091529392505050565b60006020828403121561087557600080fd5b815167ffffffffffffffff8082111561088d57600080fd5b9083019060e082860312156108a157600080fd5b6108a9610748565b6108b2836107a2565b81526108c0602084016107a2565b60208201526108d1604084016107b2565b60408201526108e2606084016107c3565b60608201526108f3608084016107d3565b608082015261090460a084016107d3565b60a082015260c08301518281111561091b57600080fd5b610927878286016107de565b60c08301525095945050505050565b60006020828403121561094857600080fd5b81516106cb8161066056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220ebf9adeca663f12509c71b63d1f358fda0c06d42f958d65dcd86239406b9af8064736f6c63430008140033",
282
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100885760003560e01c80637e7986691161005b5780637e798669146100f75780638fb3603714610112578063bf7e214f14610133578063c861c2501461015157600080fd5b806302cd30711461008d578063485cc955146100be5780635ab1bd53146100d35780637a9e5e4b146100e4575b600080fd5b600354600160601b90046001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100d16100cc366004610675565b610164565b005b6000546001600160a01b03166100a1565b6100d16100f23660046106ae565b61030b565b6003546040516001600160601b0390911681526020016100b5565b61011a6103a9565b6040516001600160e01b031990911681526020016100b5565b600080516020610954833981519152546001600160a01b03166100a1565b6100d161015f3660046106e7565b6103e2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156101aa5750825b905060008267ffffffffffffffff1660011480156101c75750303b155b9050811580156101d5575080155b156101f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561021d57845460ff60401b1916600160401b1785555b6102268761058f565b856001600160a01b03163b6000036102615760405163071669cf60e21b81526001600160a01b03871660048201526024015b60405180910390fd5b600080546001600160a01b0319166001600160a01b0388811691821790925560408051928a16835260208301919091527fa6804c76412ae2d729353ed187a48b0b95177ee5c111049b80878fd127224412910160405180910390a1831561030257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b3361032b600080516020610954833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103665760405162d1953b60e31b81526001600160a01b0382166004820152602401610258565b816001600160a01b03163b60000361039c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610258565b6103a5826105a3565b5050565b600080516020610954833981519152805460009190600160a01b900460ff166103d35760006103dc565b638fb3603760e01b5b91505090565b6103ec8383610164565b600080546040516305247a1760e51b81526001600160601b03841660048201526001600160a01b039091169063a48f42e090602401600060405180830381865afa15801561043e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104669190810190610863565b90506104848160400151610478604690565b60ff9081169116141590565b156104ad57604051632295742160e21b81526001600160601b0383166004820152602401610258565b600081608001519050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105189190610936565b6001600160601b0384166001600160a01b03918216600160601b9081026bffffffffffffffffffffffff1916821760038190556040805193845291900490921660208201527fc23472ef19cd3719232c2fbc22eb87b48424eba43454acefd67a6578fda49d90910160405180910390a15050505050565b610597610604565b6105a08161064f565b50565b60008051602061095483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661064d57604051631afcd79f60e31b815260040160405180910390fd5b565b610657610604565b6105a0816105a3565b6001600160a01b03811681146105a057600080fd5b6000806040838503121561068857600080fd5b823561069381610660565b915060208301356106a381610660565b809150509250929050565b6000602082840312156106c057600080fd5b81356106cb81610660565b9392505050565b6001600160601b03811681146105a057600080fd5b6000806000606084860312156106fc57600080fd5b833561070781610660565b9250602084013561071781610660565b91506040840135610727816106d2565b809150509250925092565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff8111828210171561076b5761076b610732565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561079a5761079a610732565b604052919050565b80516107ad816106d2565b919050565b805160ff811681146107ad57600080fd5b805180151581146107ad57600080fd5b80516107ad81610660565b600082601f8301126107ef57600080fd5b815167ffffffffffffffff81111561080957610809610732565b602061081d601f8301601f19168201610771565b828152858284870101111561083157600080fd5b60005b8381101561084f578581018301518282018401528201610834565b506000928101909101919091529392505050565b60006020828403121561087557600080fd5b815167ffffffffffffffff8082111561088d57600080fd5b9083019060e082860312156108a157600080fd5b6108a9610748565b6108b2836107a2565b81526108c0602084016107a2565b60208201526108d1604084016107b2565b60408201526108e2606084016107c3565b60608201526108f3608084016107d3565b608082015261090460a084016107d3565b60a082015260c08301518281111561091b57600080fd5b610927878286016107de565b60c08301525095945050505050565b60006020828403121561094857600080fd5b81516106cb8161066056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220ebf9adeca663f12509c71b63d1f358fda0c06d42f958d65dcd86239406b9af8064736f6c63430008140033",
281
+ "bytecode": "0x608060405234801561001057600080fd5b50600080546001600160a01b0319169055600380546001600160601b031690556109a98061003f6000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c80637e7986691161005b5780637e798669146100f75780638fb3603714610112578063bf7e214f14610133578063c861c2501461015157600080fd5b806302cd30711461008d578063485cc955146100be5780635ab1bd53146100d35780637a9e5e4b146100e4575b600080fd5b600354600160601b90046001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100d16100cc366004610675565b610164565b005b6000546001600160a01b03166100a1565b6100d16100f23660046106ae565b61030b565b6003546040516001600160601b0390911681526020016100b5565b61011a6103a9565b6040516001600160e01b031990911681526020016100b5565b600080516020610954833981519152546001600160a01b03166100a1565b6100d161015f3660046106e7565b6103e2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156101aa5750825b905060008267ffffffffffffffff1660011480156101c75750303b155b9050811580156101d5575080155b156101f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561021d57845460ff60401b1916600160401b1785555b6102268761058f565b856001600160a01b03163b6000036102615760405163071669cf60e21b81526001600160a01b03871660048201526024015b60405180910390fd5b600080546001600160a01b0319166001600160a01b0388811691821790925560408051928a16835260208301919091527fa6804c76412ae2d729353ed187a48b0b95177ee5c111049b80878fd127224412910160405180910390a1831561030257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b3361032b600080516020610954833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103665760405162d1953b60e31b81526001600160a01b0382166004820152602401610258565b816001600160a01b03163b60000361039c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610258565b6103a5826105a3565b5050565b600080516020610954833981519152805460009190600160a01b900460ff166103d35760006103dc565b638fb3603760e01b5b91505090565b6103ec8383610164565b600080546040516305247a1760e51b81526001600160601b03841660048201526001600160a01b039091169063a48f42e090602401600060405180830381865afa15801561043e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104669190810190610863565b90506104848160400151610478604690565b60ff9081169116141590565b156104ad57604051632295742160e21b81526001600160601b0383166004820152602401610258565b600081608001519050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105189190610936565b6001600160601b0384166001600160a01b03918216600160601b9081026bffffffffffffffffffffffff1916821760038190556040805193845291900490921660208201527fc23472ef19cd3719232c2fbc22eb87b48424eba43454acefd67a6578fda49d90910160405180910390a15050505050565b610597610604565b6105a08161064f565b50565b60008051602061095483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661064d57604051631afcd79f60e31b815260040160405180910390fd5b565b610657610604565b6105a0816105a3565b6001600160a01b03811681146105a057600080fd5b6000806040838503121561068857600080fd5b823561069381610660565b915060208301356106a381610660565b809150509250929050565b6000602082840312156106c057600080fd5b81356106cb81610660565b9392505050565b6001600160601b03811681146105a057600080fd5b6000806000606084860312156106fc57600080fd5b833561070781610660565b9250602084013561071781610660565b91506040840135610727816106d2565b809150509250925092565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff8111828210171561076b5761076b610732565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561079a5761079a610732565b604052919050565b80516107ad816106d2565b919050565b805160ff811681146107ad57600080fd5b805180151581146107ad57600080fd5b80516107ad81610660565b600082601f8301126107ef57600080fd5b815167ffffffffffffffff81111561080957610809610732565b602061081d601f8301601f19168201610771565b828152858284870101111561083157600080fd5b60005b8381101561084f578581018301518282018401528201610834565b506000928101909101919091529392505050565b60006020828403121561087557600080fd5b815167ffffffffffffffff8082111561088d57600080fd5b9083019060e082860312156108a157600080fd5b6108a9610748565b6108b2836107a2565b81526108c0602084016107a2565b60208201526108d1604084016107b2565b60408201526108e2606084016107c3565b60608201526108f3608084016107d3565b608082015261090460a084016107d3565b60a082015260c08301518281111561091b57600080fd5b610927878286016107de565b60c08301525095945050505050565b60006020828403121561094857600080fd5b81516106cb8161066056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122011e7a40e7aed8ac2a40ae26fc28d866fc26b770e67960df0c0dd0ca6a3234b0964736f6c63430008140033",
282
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100885760003560e01c80637e7986691161005b5780637e798669146100f75780638fb3603714610112578063bf7e214f14610133578063c861c2501461015157600080fd5b806302cd30711461008d578063485cc955146100be5780635ab1bd53146100d35780637a9e5e4b146100e4575b600080fd5b600354600160601b90046001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100d16100cc366004610675565b610164565b005b6000546001600160a01b03166100a1565b6100d16100f23660046106ae565b61030b565b6003546040516001600160601b0390911681526020016100b5565b61011a6103a9565b6040516001600160e01b031990911681526020016100b5565b600080516020610954833981519152546001600160a01b03166100a1565b6100d161015f3660046106e7565b6103e2565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156101aa5750825b905060008267ffffffffffffffff1660011480156101c75750303b155b9050811580156101d5575080155b156101f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561021d57845460ff60401b1916600160401b1785555b6102268761058f565b856001600160a01b03163b6000036102615760405163071669cf60e21b81526001600160a01b03871660048201526024015b60405180910390fd5b600080546001600160a01b0319166001600160a01b0388811691821790925560408051928a16835260208301919091527fa6804c76412ae2d729353ed187a48b0b95177ee5c111049b80878fd127224412910160405180910390a1831561030257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b3361032b600080516020610954833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103665760405162d1953b60e31b81526001600160a01b0382166004820152602401610258565b816001600160a01b03163b60000361039c576040516361798f2f60e11b81526001600160a01b0383166004820152602401610258565b6103a5826105a3565b5050565b600080516020610954833981519152805460009190600160a01b900460ff166103d35760006103dc565b638fb3603760e01b5b91505090565b6103ec8383610164565b600080546040516305247a1760e51b81526001600160601b03841660048201526001600160a01b039091169063a48f42e090602401600060405180830381865afa15801561043e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526104669190810190610863565b90506104848160400151610478604690565b60ff9081169116141590565b156104ad57604051632295742160e21b81526001600160601b0383166004820152602401610258565b600081608001519050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105189190610936565b6001600160601b0384166001600160a01b03918216600160601b9081026bffffffffffffffffffffffff1916821760038190556040805193845291900490921660208201527fc23472ef19cd3719232c2fbc22eb87b48424eba43454acefd67a6578fda49d90910160405180910390a15050505050565b610597610604565b6105a08161064f565b50565b60008051602061095483398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661064d57604051631afcd79f60e31b815260040160405180910390fd5b565b610657610604565b6105a0816105a3565b6001600160a01b03811681146105a057600080fd5b6000806040838503121561068857600080fd5b823561069381610660565b915060208301356106a381610660565b809150509250929050565b6000602082840312156106c057600080fd5b81356106cb81610660565b9392505050565b6001600160601b03811681146105a057600080fd5b6000806000606084860312156106fc57600080fd5b833561070781610660565b9250602084013561071781610660565b91506040840135610727816106d2565b809150509250925092565b634e487b7160e01b600052604160045260246000fd5b60405160e0810167ffffffffffffffff8111828210171561076b5761076b610732565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561079a5761079a610732565b604052919050565b80516107ad816106d2565b919050565b805160ff811681146107ad57600080fd5b805180151581146107ad57600080fd5b80516107ad81610660565b600082601f8301126107ef57600080fd5b815167ffffffffffffffff81111561080957610809610732565b602061081d601f8301601f19168201610771565b828152858284870101111561083157600080fd5b60005b8381101561084f578581018301518282018401528201610834565b506000928101909101919091529392505050565b60006020828403121561087557600080fd5b815167ffffffffffffffff8082111561088d57600080fd5b9083019060e082860312156108a157600080fd5b6108a9610748565b6108b2836107a2565b81526108c0602084016107a2565b60208201526108d1604084016107b2565b60408201526108e2606084016107c3565b60608201526108f3608084016107d3565b608082015261090460a084016107d3565b60a082015260c08301518281111561091b57600080fd5b610927878286016107de565b60c08301525095945050505050565b60006020828403121561094857600080fd5b81516106cb8161066056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122011e7a40e7aed8ac2a40ae26fc28d866fc26b770e67960df0c0dd0ca6a3234b0964736f6c63430008140033",
283
283
  "linkReferences": {},
284
284
  "deployedLinkReferences": {}
285
285
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -471,25 +471,6 @@
471
471
  "stateMutability": "nonpayable",
472
472
  "type": "function"
473
473
  },
474
- {
475
- "inputs": [
476
- {
477
- "internalType": "address",
478
- "name": "componentAddress",
479
- "type": "address"
480
- }
481
- ],
482
- "name": "register",
483
- "outputs": [
484
- {
485
- "internalType": "NftId",
486
- "name": "componentNftId",
487
- "type": "uint96"
488
- }
489
- ],
490
- "stateMutability": "nonpayable",
491
- "type": "function"
492
- },
493
474
  {
494
475
  "inputs": [
495
476
  {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/cc9a3e9ee46dddbc045823ba7b798dc1.json"
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/21904db660ef62061ace66e5e42ffc9e.json"
4
+ }