@etherisc/gif-next 0.0.2-bca36d7-613 → 0.0.2-bdcb44f-543
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +140 -2
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/components/Component.sol/Component.json +774 -0
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +895 -226
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → components/IComponent.sol/IComponent.json} +164 -159
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +699 -22
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +838 -58
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +524 -9
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +874 -197
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +570 -225
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +764 -0
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → Cloneable.sol/Cloneable.json} +74 -3
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +2196 -125
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +194 -165
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +909 -1099
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +199 -145
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +213 -141
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +501 -210
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +338 -77
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +261 -0
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/instance/base/{ComponentServiceBase.sol/ComponentServiceBase.json → ComponentService.sol/ComponentService.json} +215 -144
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +2 -2
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +2 -2
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +59 -16
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +968 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +665 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +1096 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +661 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +754 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +637 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +1553 -0
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +793 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.json +556 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +633 -0
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/{IComponentOwnerService.sol/IComponentOwnerService.json → IClaimService.sol/IClaimService.json} +150 -207
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +596 -184
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +519 -0
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +37 -251
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +47 -414
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +1000 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +689 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +727 -0
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +649 -0
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +777 -0
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +649 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +354 -61
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +234 -216
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +314 -188
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +229 -313
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +304 -138
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +547 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +498 -0
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +40 -29
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +129 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +21 -34
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IB.sol/IB.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +18 -20
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +31 -183
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +120 -27
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +248 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +294 -61
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +129 -51
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +84 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +127 -170
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +129 -51
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
- package/artifacts/contracts/test/TestService.sol/TestService.json +148 -227
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +2 -2
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +8 -190
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +100 -0
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +2 -2
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +26 -3
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +100 -0
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +2 -2
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +2 -2
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +25 -7
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/types/Version.sol/VersionLib.json +2 -2
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +22 -3
- package/contracts/components/Component.sol +221 -0
- package/contracts/components/Distribution.sol +206 -79
- package/contracts/components/IComponent.sol +68 -0
- package/contracts/components/IDistributionComponent.sol +44 -8
- package/contracts/components/IPoolComponent.sol +126 -37
- package/contracts/components/IProductComponent.sol +10 -5
- package/contracts/components/Pool.sol +288 -169
- package/contracts/components/Product.sol +126 -134
- package/contracts/instance/BundleManager.sol +125 -0
- package/contracts/instance/Cloneable.sol +46 -0
- package/contracts/instance/IInstance.sol +74 -10
- package/contracts/instance/IInstanceService.sol +33 -4
- package/contracts/instance/Instance.sol +123 -274
- package/contracts/instance/InstanceAccessManager.sol +87 -78
- package/contracts/instance/InstanceReader.sol +29 -26
- package/contracts/instance/InstanceService.sol +429 -77
- package/contracts/instance/InstanceServiceManager.sol +11 -13
- package/contracts/instance/ObjectManager.sol +84 -0
- package/contracts/instance/base/ComponentService.sol +134 -0
- package/contracts/instance/module/IAccess.sol +27 -18
- package/contracts/instance/module/IBundle.sol +2 -0
- package/contracts/instance/module/IDistribution.sol +2 -0
- package/contracts/instance/module/IPolicy.sol +30 -3
- package/contracts/instance/module/ISetup.sol +12 -9
- package/contracts/instance/service/ApplicationService.sol +349 -0
- package/contracts/instance/service/ApplicationServiceManager.sol +35 -0
- package/contracts/instance/service/BundleService.sol +299 -0
- package/contracts/instance/service/BundleServiceManager.sol +51 -0
- package/contracts/instance/service/ClaimService.sol +151 -0
- package/contracts/instance/service/ClaimServiceManager.sol +35 -0
- package/contracts/instance/service/DistributionService.sol +394 -0
- package/contracts/instance/service/DistributionServiceManager.sol +51 -0
- package/contracts/instance/service/IApplicationService.sol +82 -0
- package/contracts/instance/service/IBundleService.sol +55 -0
- package/contracts/instance/service/IClaimService.sol +61 -0
- package/contracts/instance/service/IDistributionService.sol +74 -0
- package/contracts/instance/service/IPolicyService.sol +70 -0
- package/contracts/instance/service/IPoolService.sol +6 -23
- package/contracts/instance/service/IProductService.sol +6 -73
- package/contracts/instance/service/PolicyService.sol +402 -0
- package/contracts/instance/service/PolicyServiceManager.sol +54 -0
- package/contracts/instance/service/PoolService.sol +109 -0
- package/contracts/instance/service/PoolServiceManager.sol +51 -0
- package/contracts/instance/service/ProductService.sol +233 -0
- package/contracts/instance/service/ProductServiceManager.sol +54 -0
- package/contracts/registry/ChainNft.sol +1 -1
- package/contracts/registry/IRegistry.sol +49 -8
- package/contracts/registry/IRegistryService.sol +46 -14
- package/contracts/registry/Registry.sol +261 -220
- package/contracts/registry/RegistryAccessManager.sol +216 -0
- package/contracts/registry/RegistryService.sol +112 -273
- package/contracts/registry/RegistryServiceManager.sol +24 -26
- package/contracts/registry/ReleaseManager.sol +322 -0
- package/contracts/registry/TokenRegistry.sol +116 -0
- package/contracts/shared/ERC165.sol +14 -8
- package/contracts/shared/INftOwnable.sol +11 -10
- package/contracts/shared/IPolicyHolder.sol +26 -0
- package/contracts/shared/IRegisterable.sol +4 -6
- package/contracts/shared/IRegistryLinked.sol +12 -0
- package/contracts/shared/IService.sol +4 -1
- package/contracts/shared/IVersionable.sol +4 -47
- package/contracts/shared/NftOwnable.sol +67 -83
- package/contracts/shared/PolicyHolder.sol +81 -0
- package/contracts/shared/ProxyManager.sol +100 -25
- package/contracts/shared/Registerable.sol +16 -31
- package/contracts/shared/RegistryLinked.sol +48 -0
- package/contracts/shared/Service.sol +26 -22
- package/contracts/shared/Versionable.sol +4 -92
- package/contracts/test/TestRegisterable.sol +1 -1
- package/contracts/test/TestService.sol +4 -3
- package/contracts/types/ClaimId.sol +52 -0
- package/contracts/types/DistributorType.sol +2 -2
- package/contracts/types/NftIdSet.sol +26 -24
- package/contracts/types/ObjectType.sol +9 -5
- package/contracts/types/PayoutId.sol +54 -0
- package/contracts/types/RoleId.sol +19 -6
- package/contracts/types/Seconds.sol +54 -0
- package/contracts/types/StateId.sol +4 -0
- package/contracts/types/Timestamp.sol +12 -13
- package/contracts/types/Version.sol +4 -1
- package/package.json +3 -3
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -314
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -267
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/contracts/components/BaseComponent.sol +0 -86
- package/contracts/components/IBaseComponent.sol +0 -24
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagedSimple.sol +0 -122
- package/contracts/instance/AccessManagerSimple.sol +0 -692
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/base/ComponentServiceBase.sol +0 -49
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "
|
4
|
-
"sourceName": "contracts/instance/base/
|
3
|
+
"contractName": "ComponentService",
|
4
|
+
"sourceName": "contracts/instance/base/ComponentService.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
7
|
"inputs": [
|
8
8
|
{
|
9
9
|
"internalType": "address",
|
10
|
-
"name": "
|
10
|
+
"name": "component",
|
11
11
|
"type": "address"
|
12
12
|
},
|
13
13
|
{
|
@@ -16,72 +16,152 @@
|
|
16
16
|
"type": "uint96"
|
17
17
|
}
|
18
18
|
],
|
19
|
-
"name": "
|
19
|
+
"name": "ErrorComponentServiceAlreadyRegistered",
|
20
20
|
"type": "error"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"inputs": [
|
24
24
|
{
|
25
25
|
"internalType": "address",
|
26
|
-
"name": "
|
26
|
+
"name": "component",
|
27
27
|
"type": "address"
|
28
28
|
}
|
29
29
|
],
|
30
|
-
"name": "
|
30
|
+
"name": "ErrorComponentServiceComponentLocked",
|
31
31
|
"type": "error"
|
32
32
|
},
|
33
33
|
{
|
34
34
|
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "NftId",
|
37
|
+
"name": "instanceNftId",
|
38
|
+
"type": "uint96"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"internalType": "RoleId",
|
42
|
+
"name": "requiredRole",
|
43
|
+
"type": "uint64"
|
44
|
+
},
|
35
45
|
{
|
36
46
|
"internalType": "address",
|
37
|
-
"name": "
|
47
|
+
"name": "sender",
|
38
48
|
"type": "address"
|
39
49
|
}
|
40
50
|
],
|
41
|
-
"name": "
|
51
|
+
"name": "ErrorComponentServiceExpectedRoleMissing",
|
42
52
|
"type": "error"
|
43
53
|
},
|
44
54
|
{
|
45
55
|
"inputs": [
|
46
56
|
{
|
47
57
|
"internalType": "address",
|
48
|
-
"name": "
|
58
|
+
"name": "component",
|
49
59
|
"type": "address"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"internalType": "ObjectType",
|
63
|
+
"name": "requiredType",
|
64
|
+
"type": "uint8"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"internalType": "ObjectType",
|
68
|
+
"name": "componentType",
|
69
|
+
"type": "uint8"
|
50
70
|
}
|
51
71
|
],
|
52
|
-
"name": "
|
72
|
+
"name": "ErrorComponentServiceInvalidType",
|
53
73
|
"type": "error"
|
54
74
|
},
|
55
75
|
{
|
56
76
|
"inputs": [
|
57
77
|
{
|
58
78
|
"internalType": "address",
|
59
|
-
"name": "
|
79
|
+
"name": "component",
|
60
80
|
"type": "address"
|
61
81
|
}
|
62
82
|
],
|
63
|
-
"name": "
|
83
|
+
"name": "ErrorComponentServiceNotComponent",
|
64
84
|
"type": "error"
|
65
85
|
},
|
66
86
|
{
|
67
|
-
"inputs": [
|
68
|
-
|
87
|
+
"inputs": [
|
88
|
+
{
|
89
|
+
"internalType": "address",
|
90
|
+
"name": "component",
|
91
|
+
"type": "address"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"internalType": "address",
|
95
|
+
"name": "initialOwner",
|
96
|
+
"type": "address"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"internalType": "address",
|
100
|
+
"name": "sender",
|
101
|
+
"type": "address"
|
102
|
+
}
|
103
|
+
],
|
104
|
+
"name": "ErrorComponentServiceSenderNotOwner",
|
69
105
|
"type": "error"
|
70
106
|
},
|
71
107
|
{
|
72
108
|
"inputs": [
|
73
109
|
{
|
74
110
|
"internalType": "address",
|
75
|
-
"name": "
|
111
|
+
"name": "caller",
|
76
112
|
"type": "address"
|
77
113
|
}
|
78
114
|
],
|
79
|
-
"name": "
|
115
|
+
"name": "ErrorIServiceCallerUnknown",
|
116
|
+
"type": "error"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"inputs": [
|
120
|
+
{
|
121
|
+
"internalType": "NftId",
|
122
|
+
"name": "nftId",
|
123
|
+
"type": "uint96"
|
124
|
+
}
|
125
|
+
],
|
126
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
127
|
+
"type": "error"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"inputs": [
|
131
|
+
{
|
132
|
+
"internalType": "address",
|
133
|
+
"name": "contractAddress",
|
134
|
+
"type": "address"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
80
138
|
"type": "error"
|
81
139
|
},
|
82
140
|
{
|
83
141
|
"inputs": [],
|
84
|
-
"name": "
|
142
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
143
|
+
"type": "error"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"inputs": [
|
147
|
+
{
|
148
|
+
"internalType": "address",
|
149
|
+
"name": "account",
|
150
|
+
"type": "address"
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"name": "ErrorNftOwnableNotOwner",
|
154
|
+
"type": "error"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"inputs": [
|
158
|
+
{
|
159
|
+
"internalType": "address",
|
160
|
+
"name": "registryAddress",
|
161
|
+
"type": "address"
|
162
|
+
}
|
163
|
+
],
|
164
|
+
"name": "ErrorNotRegistry",
|
85
165
|
"type": "error"
|
86
166
|
},
|
87
167
|
{
|
@@ -108,29 +188,17 @@
|
|
108
188
|
"type": "event"
|
109
189
|
},
|
110
190
|
{
|
111
|
-
"
|
112
|
-
"
|
113
|
-
|
114
|
-
"indexed": false,
|
115
|
-
"internalType": "Version",
|
116
|
-
"name": "version",
|
117
|
-
"type": "uint24"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"indexed": false,
|
121
|
-
"internalType": "address",
|
122
|
-
"name": "implementation",
|
123
|
-
"type": "address"
|
124
|
-
},
|
191
|
+
"inputs": [],
|
192
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
193
|
+
"outputs": [
|
125
194
|
{
|
126
|
-
"
|
127
|
-
"
|
128
|
-
"
|
129
|
-
"type": "address"
|
195
|
+
"internalType": "bytes32",
|
196
|
+
"name": "",
|
197
|
+
"type": "bytes32"
|
130
198
|
}
|
131
199
|
],
|
132
|
-
"
|
133
|
-
"type": "
|
200
|
+
"stateMutability": "view",
|
201
|
+
"type": "function"
|
134
202
|
},
|
135
203
|
{
|
136
204
|
"inputs": [],
|
@@ -145,6 +213,19 @@
|
|
145
213
|
"stateMutability": "view",
|
146
214
|
"type": "function"
|
147
215
|
},
|
216
|
+
{
|
217
|
+
"inputs": [],
|
218
|
+
"name": "getDomain",
|
219
|
+
"outputs": [
|
220
|
+
{
|
221
|
+
"internalType": "ObjectType",
|
222
|
+
"name": "",
|
223
|
+
"type": "uint8"
|
224
|
+
}
|
225
|
+
],
|
226
|
+
"stateMutability": "pure",
|
227
|
+
"type": "function"
|
228
|
+
},
|
148
229
|
{
|
149
230
|
"inputs": [],
|
150
231
|
"name": "getInitialInfo",
|
@@ -188,13 +269,8 @@
|
|
188
269
|
}
|
189
270
|
],
|
190
271
|
"internalType": "struct IRegistry.ObjectInfo",
|
191
|
-
"name": "",
|
272
|
+
"name": "info",
|
192
273
|
"type": "tuple"
|
193
|
-
},
|
194
|
-
{
|
195
|
-
"internalType": "bytes",
|
196
|
-
"name": "data",
|
197
|
-
"type": "bytes"
|
198
274
|
}
|
199
275
|
],
|
200
276
|
"stateMutability": "view",
|
@@ -202,12 +278,12 @@
|
|
202
278
|
},
|
203
279
|
{
|
204
280
|
"inputs": [],
|
205
|
-
"name": "
|
281
|
+
"name": "getInstanceService",
|
206
282
|
"outputs": [
|
207
283
|
{
|
208
|
-
"internalType": "
|
284
|
+
"internalType": "contract InstanceService",
|
209
285
|
"name": "",
|
210
|
-
"type": "
|
286
|
+
"type": "address"
|
211
287
|
}
|
212
288
|
],
|
213
289
|
"stateMutability": "view",
|
@@ -226,19 +302,6 @@
|
|
226
302
|
"stateMutability": "view",
|
227
303
|
"type": "function"
|
228
304
|
},
|
229
|
-
{
|
230
|
-
"inputs": [],
|
231
|
-
"name": "getName",
|
232
|
-
"outputs": [
|
233
|
-
{
|
234
|
-
"internalType": "string",
|
235
|
-
"name": "name",
|
236
|
-
"type": "string"
|
237
|
-
}
|
238
|
-
],
|
239
|
-
"stateMutability": "pure",
|
240
|
-
"type": "function"
|
241
|
-
},
|
242
305
|
{
|
243
306
|
"inputs": [],
|
244
307
|
"name": "getNftId",
|
@@ -280,10 +343,10 @@
|
|
280
343
|
},
|
281
344
|
{
|
282
345
|
"inputs": [],
|
283
|
-
"name": "
|
346
|
+
"name": "getRegistryAddress",
|
284
347
|
"outputs": [
|
285
348
|
{
|
286
|
-
"internalType": "
|
349
|
+
"internalType": "address",
|
287
350
|
"name": "",
|
288
351
|
"type": "address"
|
289
352
|
}
|
@@ -293,25 +356,19 @@
|
|
293
356
|
},
|
294
357
|
{
|
295
358
|
"inputs": [],
|
296
|
-
"name": "
|
359
|
+
"name": "getRegistryService",
|
297
360
|
"outputs": [
|
298
361
|
{
|
299
|
-
"internalType": "
|
362
|
+
"internalType": "contract IRegistryService",
|
300
363
|
"name": "",
|
301
|
-
"type": "
|
364
|
+
"type": "address"
|
302
365
|
}
|
303
366
|
],
|
304
|
-
"stateMutability": "
|
367
|
+
"stateMutability": "view",
|
305
368
|
"type": "function"
|
306
369
|
},
|
307
370
|
{
|
308
|
-
"inputs": [
|
309
|
-
{
|
310
|
-
"internalType": "uint256",
|
311
|
-
"name": "idx",
|
312
|
-
"type": "uint256"
|
313
|
-
}
|
314
|
-
],
|
371
|
+
"inputs": [],
|
315
372
|
"name": "getVersion",
|
316
373
|
"outputs": [
|
317
374
|
{
|
@@ -320,87 +377,68 @@
|
|
320
377
|
"type": "uint24"
|
321
378
|
}
|
322
379
|
],
|
323
|
-
"stateMutability": "
|
380
|
+
"stateMutability": "pure",
|
324
381
|
"type": "function"
|
325
382
|
},
|
326
383
|
{
|
327
384
|
"inputs": [],
|
328
|
-
"name": "
|
329
|
-
"outputs": [
|
330
|
-
|
331
|
-
"internalType": "uint256",
|
332
|
-
"name": "",
|
333
|
-
"type": "uint256"
|
334
|
-
}
|
335
|
-
],
|
336
|
-
"stateMutability": "view",
|
385
|
+
"name": "initializeERC165",
|
386
|
+
"outputs": [],
|
387
|
+
"stateMutability": "nonpayable",
|
337
388
|
"type": "function"
|
338
389
|
},
|
339
390
|
{
|
340
391
|
"inputs": [
|
341
392
|
{
|
342
|
-
"internalType": "
|
343
|
-
"name": "
|
344
|
-
"type": "
|
345
|
-
}
|
346
|
-
],
|
347
|
-
"name": "getVersionInfo",
|
348
|
-
"outputs": [
|
393
|
+
"internalType": "address",
|
394
|
+
"name": "initialOwner",
|
395
|
+
"type": "address"
|
396
|
+
},
|
349
397
|
{
|
350
|
-
"
|
351
|
-
|
352
|
-
|
353
|
-
"name": "version",
|
354
|
-
"type": "uint24"
|
355
|
-
},
|
356
|
-
{
|
357
|
-
"internalType": "address",
|
358
|
-
"name": "implementation",
|
359
|
-
"type": "address"
|
360
|
-
},
|
361
|
-
{
|
362
|
-
"internalType": "address",
|
363
|
-
"name": "activatedBy",
|
364
|
-
"type": "address"
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"internalType": "Timestamp",
|
368
|
-
"name": "activatedAt",
|
369
|
-
"type": "uint40"
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"internalType": "Blocknumber",
|
373
|
-
"name": "activatedIn",
|
374
|
-
"type": "uint32"
|
375
|
-
}
|
376
|
-
],
|
377
|
-
"internalType": "struct IVersionable.VersionInfo",
|
378
|
-
"name": "",
|
379
|
-
"type": "tuple"
|
398
|
+
"internalType": "address",
|
399
|
+
"name": "registryAddress",
|
400
|
+
"type": "address"
|
380
401
|
}
|
381
402
|
],
|
382
|
-
"
|
403
|
+
"name": "initializeNftOwnable",
|
404
|
+
"outputs": [],
|
405
|
+
"stateMutability": "nonpayable",
|
383
406
|
"type": "function"
|
384
407
|
},
|
385
408
|
{
|
386
409
|
"inputs": [
|
387
410
|
{
|
388
411
|
"internalType": "address",
|
389
|
-
"name": "
|
412
|
+
"name": "registryAddress",
|
390
413
|
"type": "address"
|
391
414
|
},
|
415
|
+
{
|
416
|
+
"internalType": "NftId",
|
417
|
+
"name": "parentNftId",
|
418
|
+
"type": "uint96"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"internalType": "ObjectType",
|
422
|
+
"name": "objectType",
|
423
|
+
"type": "uint8"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"internalType": "bool",
|
427
|
+
"name": "isInterceptor",
|
428
|
+
"type": "bool"
|
429
|
+
},
|
392
430
|
{
|
393
431
|
"internalType": "address",
|
394
|
-
"name": "
|
432
|
+
"name": "initialOwner",
|
395
433
|
"type": "address"
|
396
434
|
},
|
397
435
|
{
|
398
436
|
"internalType": "bytes",
|
399
|
-
"name": "
|
437
|
+
"name": "registryData",
|
400
438
|
"type": "bytes"
|
401
439
|
}
|
402
440
|
],
|
403
|
-
"name": "
|
441
|
+
"name": "initializeRegisterable",
|
404
442
|
"outputs": [],
|
405
443
|
"stateMutability": "nonpayable",
|
406
444
|
"type": "function"
|
@@ -408,20 +446,50 @@
|
|
408
446
|
{
|
409
447
|
"inputs": [
|
410
448
|
{
|
411
|
-
"internalType": "
|
412
|
-
"name": "
|
413
|
-
"type": "
|
449
|
+
"internalType": "address",
|
450
|
+
"name": "registryAddress",
|
451
|
+
"type": "address"
|
414
452
|
}
|
415
453
|
],
|
416
|
-
"name": "
|
417
|
-
"outputs": [
|
454
|
+
"name": "initializeRegistryLinked",
|
455
|
+
"outputs": [],
|
456
|
+
"stateMutability": "nonpayable",
|
457
|
+
"type": "function"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"inputs": [
|
418
461
|
{
|
419
|
-
"internalType": "
|
420
|
-
"name": "",
|
421
|
-
"type": "
|
462
|
+
"internalType": "address",
|
463
|
+
"name": "registry",
|
464
|
+
"type": "address"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"internalType": "address",
|
468
|
+
"name": "initialOwner",
|
469
|
+
"type": "address"
|
422
470
|
}
|
423
471
|
],
|
424
|
-
"
|
472
|
+
"name": "initializeService",
|
473
|
+
"outputs": [],
|
474
|
+
"stateMutability": "nonpayable",
|
475
|
+
"type": "function"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"inputs": [
|
479
|
+
{
|
480
|
+
"internalType": "address",
|
481
|
+
"name": "activatedBy",
|
482
|
+
"type": "address"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"internalType": "bytes",
|
486
|
+
"name": "data",
|
487
|
+
"type": "bytes"
|
488
|
+
}
|
489
|
+
],
|
490
|
+
"name": "initializeVersionable",
|
491
|
+
"outputs": [],
|
492
|
+
"stateMutability": "nonpayable",
|
425
493
|
"type": "function"
|
426
494
|
},
|
427
495
|
{
|
@@ -431,6 +499,19 @@
|
|
431
499
|
"stateMutability": "nonpayable",
|
432
500
|
"type": "function"
|
433
501
|
},
|
502
|
+
{
|
503
|
+
"inputs": [
|
504
|
+
{
|
505
|
+
"internalType": "bytes4",
|
506
|
+
"name": "interfaceId",
|
507
|
+
"type": "bytes4"
|
508
|
+
}
|
509
|
+
],
|
510
|
+
"name": "registerInterface",
|
511
|
+
"outputs": [],
|
512
|
+
"stateMutability": "nonpayable",
|
513
|
+
"type": "function"
|
514
|
+
},
|
434
515
|
{
|
435
516
|
"inputs": [
|
436
517
|
{
|
@@ -452,23 +533,13 @@
|
|
452
533
|
},
|
453
534
|
{
|
454
535
|
"inputs": [
|
455
|
-
{
|
456
|
-
"internalType": "address",
|
457
|
-
"name": "implementation",
|
458
|
-
"type": "address"
|
459
|
-
},
|
460
|
-
{
|
461
|
-
"internalType": "address",
|
462
|
-
"name": "activatedBy",
|
463
|
-
"type": "address"
|
464
|
-
},
|
465
536
|
{
|
466
537
|
"internalType": "bytes",
|
467
538
|
"name": "data",
|
468
539
|
"type": "bytes"
|
469
540
|
}
|
470
541
|
],
|
471
|
-
"name": "
|
542
|
+
"name": "upgradeVersionable",
|
472
543
|
"outputs": [],
|
473
544
|
"stateMutability": "nonpayable",
|
474
545
|
"type": "function"
|
@@ -445,8 +445,8 @@
|
|
445
445
|
"type": "function"
|
446
446
|
}
|
447
447
|
],
|
448
|
-
"bytecode": "
|
449
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061009e5760003560e01c8063a5961b4c11610066578063a5961b4c1461016b578063a89896751461021c578063bf1db3f914610231578063e9e96c7014610244578063f48016ce1461028257600080fd5b806309648a9d146100a35780630d358181146100e257806338a699a41461010857806354f6127f1461012b5780638eaa6ac01461014b575b600080fd5b6100cb6100b13660046106eb565b600090815260026020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b6100cb6100f0366004610716565b60ff9081166000908152602081905260409020541690565b61011b6101163660046106eb565b6102a3565b60405190151581526020016100d9565b61013e6101393660046106eb565b610334565b6040516100d99190610779565b61015e6101593660046106eb565b6103d9565b6040516100d991906107d6565b61020f6101793660046106eb565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915250600090815260026020908152604091829020825160a081018452905460ff8082168352610100820416928201929092526001600160a01b03620100008304169281019290925263ffffffff600160b01b820481166060840152600160d01b90910416608082015290565b6040516100d9919061080a565b61022f61022a366004610818565b61051a565b005b61011b61023f366004610716565b610614565b61011b610252366004610818565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b610295610290366004610863565b610661565b6040519081526020016100d9565b60008181526002602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024015b602060405180830381865af415801561030a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061032e91906108a3565b92915050565b6000818152600260205260409020600101805460609190610354906108c5565b80601f0160208091040260200160405190810160405280929190818152602001828054610380906108c5565b80156103cd5780601f106103a2576101008083540402835291602001916103cd565b820191906000526020600020905b8154815290600101906020018083116103b057829003601f168201915b50505050509050919050565b6040805160e081018252600091810182815260608083018490526080830184905260a0830184905260c083019390935281526020810191909152600082815260026020908152604091829020825160e081018452815460ff80821695830195865261010082041660608301526001600160a01b0362010000820416608083015263ffffffff600160b01b8204811660a0840152600160d01b9091041660c08201529283526001810180549192840191610491906108c5565b80601f01602080910402602001604051908101604052809291908181526020018280546104bd906108c5565b801561050a5780601f106104df5761010080835404028352916020019161050a565b820191906000526020600020905b8154815290600101906020018083116104ed57829003601f168201915b5050505050815250509050919050565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af415801561057f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a391906108a3565b156105ad57505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661060f57604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024016102ed565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$c8f743efd2b4f0c9300f2558c784479d3e$
|
448
|
+
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000040565b62000026620001f4565b620000306200032d565b6200003a62000595565b6200070b565b60dc600090815260208190527f5bd290414b404036f9d63146803dd83b59a8e1905062a5bfed8b0154d20a390d805460ff1916606417905560019081906200008660dc90565b60ff1660ff1681526020019081526020016000206000620000ac620006d960201b60201c565b60ff1660ff1681526020019081526020016000206000620000d2620006e360201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019081906200010560dc90565b60ff1660ff16815260200190815260200160002060006200012b620006e360201b60201c565b60ff1660ff168152602001908152602001600020600062000151620006d960201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019081906200018460dc90565b60ff1660ff1681526020019081526020016000206000620001aa620006e360201b60201c565b60ff1660ff1681526020019081526020016000206000620001d0620006e860201b60201c565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f9db7038e59677010ca8f72fa448bad1b4f3c53346b666689163ccac31db467728054606460ff1991821681179092557f1a3062e9a24818c8281fcfb58ec4f3083a2f9a1314ac63f80d8d646661fdc5098054909116600190811790915560009182526020819052907f1bd07f61ef326b4de236f5b68f225f46ff76ee2c375ae31a06da201c49c70c129062000288606e90565b60ff1660ff1681526020019081526020016000206000620002ae620006d960201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001908190620002e1606490565b60ff1660ff168152602001908152602001600020600062000307620006e360201b60201c565b60ff1660ff1681526020019081526020016000206000620001d0620006ed60201b60201c565b60d3600090815260208190527fa57aae0b1e878b4cf2d1f237d2c6d245fa2af12f527cffc45e0a81d7b3c46abe805460ff1916600a17905560019081906200037360d390565b60ff1660ff168152602001908152602001600020600062000399620006f260201b60201c565b60ff1660ff1681526020019081526020016000206000620003bf620006f760201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001908190620003f260d390565b60ff1660ff168152602001908152602001600020600062000418620006f260201b60201c565b60ff1660ff16815260200190815260200160002060006200043e620006fc60201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019081906200047160d390565b60ff1660ff168152602001908152602001600020600062000497620006f260201b60201c565b60ff1660ff1681526020019081526020016000206000620004bd6200070160201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001908190620004f060d390565b60ff1660ff1681526020019081526020016000206000620005166200070160201b60201c565b60ff1660ff16815260200190815260200160002060006200053c620006d960201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019081906200056f60d390565b60ff1660ff1681526020019081526020016000206000620001aa620006d960201b60201c565b60c8600090815260208190527fc5f2c791ab4e0b1a0b6c600884b07e98575b00ebd7c3166c4272a53bebf71403805460ff191660641790556001908190620005db60c890565b60ff1660ff168152602001908152602001600020600062000601620006d960201b60201c565b60ff1660ff168152602001908152602001600020600062000627620006e360201b60201c565b60ff16815260208101919091526040016000908120805460ff19169215159290921790915560019081906200065a60c890565b60ff1660ff168152602001908152602001600020600062000680620006e360201b60201c565b60ff1660ff1681526020019081526020016000206000620006a6620006d960201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001908190620002e160c890565b606490565b905090565b606e90565b60c890565b60d290565b600a90565b601490565b601e90565b60006028620006de565b61094e806200071b6000396000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c8063a5961b4c11610066578063a5961b4c1461016b578063a89896751461021c578063bf1db3f914610231578063e9e96c7014610244578063f48016ce1461028257600080fd5b806309648a9d146100a35780630d358181146100e257806338a699a41461010857806354f6127f1461012b5780638eaa6ac01461014b575b600080fd5b6100cb6100b13660046106eb565b600090815260026020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b6100cb6100f0366004610716565b60ff9081166000908152602081905260409020541690565b61011b6101163660046106eb565b6102a3565b60405190151581526020016100d9565b61013e6101393660046106eb565b610334565b6040516100d99190610779565b61015e6101593660046106eb565b6103d9565b6040516100d991906107d6565b61020f6101793660046106eb565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915250600090815260026020908152604091829020825160a081018452905460ff8082168352610100820416928201929092526001600160a01b03620100008304169281019290925263ffffffff600160b01b820481166060840152600160d01b90910416608082015290565b6040516100d9919061080a565b61022f61022a366004610818565b61051a565b005b61011b61023f366004610716565b610614565b61011b610252366004610818565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b610295610290366004610863565b610661565b6040519081526020016100d9565b60008181526002602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024015b602060405180830381865af415801561030a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061032e91906108a3565b92915050565b6000818152600260205260409020600101805460609190610354906108c5565b80601f0160208091040260200160405190810160405280929190818152602001828054610380906108c5565b80156103cd5780601f106103a2576101008083540402835291602001916103cd565b820191906000526020600020905b8154815290600101906020018083116103b057829003601f168201915b50505050509050919050565b6040805160e081018252600091810182815260608083018490526080830184905260a0830184905260c083019390935281526020810191909152600082815260026020908152604091829020825160e081018452815460ff80821695830195865261010082041660608301526001600160a01b0362010000820416608083015263ffffffff600160b01b8204811660a0840152600160d01b9091041660c08201529283526001810180549192840191610491906108c5565b80601f01602080910402602001604051908101604052809291908181526020018280546104bd906108c5565b801561050a5780601f106104df5761010080835404028352916020019161050a565b820191906000526020600020905b8154815290600101906020018083116104ed57829003601f168201915b5050505050815250509050919050565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af415801561057f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a391906108a3565b156105ad57505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661060f57604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024016102ed565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__9063f48016ce90604401602060405180830381865af41580156106c0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106e491906108ff565b9392505050565b6000602082840312156106fd57600080fd5b5035919050565b60ff8116811461071357600080fd5b50565b60006020828403121561072857600080fd5b81356106e481610704565b6000815180845260005b818110156107595760208185018101518683018201520161073d565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006106e46020830184610733565b60ff815116825260ff602082015116602083015260018060a01b036040820151166040830152606081015163ffffffff808216606085015280608084015116608085015250505050565b602081526107e860208201835161078c565b6000602083015160c08084015261080260e0840182610733565b949350505050565b60a0810161032e828461078c565b60008060006060848603121561082d57600080fd5b833561083881610704565b9250602084013561084881610704565b9150604084013561085881610704565b809150509250925092565b6000806040838503121561087657600080fd5b823561088181610704565b9150602083013560ff198116811461089857600080fd5b809150509250929050565b6000602082840312156108b557600080fd5b815180151581146106e457600080fd5b600181811c908216806108d957607f821691505b6020821081036108f957634e487b7160e01b600052602260045260246000fd5b50919050565b60006020828403121561091157600080fd5b505191905056fea26469706673582212206eaf3abf03c8738a8ee907007d8321b0e69730562c085f0529dfd72d3bdc738b64736f6c63430008140033",
|
449
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061009e5760003560e01c8063a5961b4c11610066578063a5961b4c1461016b578063a89896751461021c578063bf1db3f914610231578063e9e96c7014610244578063f48016ce1461028257600080fd5b806309648a9d146100a35780630d358181146100e257806338a699a41461010857806354f6127f1461012b5780638eaa6ac01461014b575b600080fd5b6100cb6100b13660046106eb565b600090815260026020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b6100cb6100f0366004610716565b60ff9081166000908152602081905260409020541690565b61011b6101163660046106eb565b6102a3565b60405190151581526020016100d9565b61013e6101393660046106eb565b610334565b6040516100d99190610779565b61015e6101593660046106eb565b6103d9565b6040516100d991906107d6565b61020f6101793660046106eb565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915250600090815260026020908152604091829020825160a081018452905460ff8082168352610100820416928201929092526001600160a01b03620100008304169281019290925263ffffffff600160b01b820481166060840152600160d01b90910416608082015290565b6040516100d9919061080a565b61022f61022a366004610818565b61051a565b005b61011b61023f366004610716565b610614565b61011b610252366004610818565b60ff9283166000908152600160209081526040808320948616835293815283822092851682529190915220541690565b610295610290366004610863565b610661565b6040519081526020016100d9565b60008181526002602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024015b602060405180830381865af415801561030a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061032e91906108a3565b92915050565b6000818152600260205260409020600101805460609190610354906108c5565b80601f0160208091040260200160405190810160405280929190818152602001828054610380906108c5565b80156103cd5780601f106103a2576101008083540402835291602001916103cd565b820191906000526020600020905b8154815290600101906020018083116103b057829003601f168201915b50505050509050919050565b6040805160e081018252600091810182815260608083018490526080830184905260a0830184905260c083019390935281526020810191909152600082815260026020908152604091829020825160e081018452815460ff80821695830195865261010082041660608301526001600160a01b0362010000820416608083015263ffffffff600160b01b8204811660a0840152600160d01b9091041660c08201529283526001810180549192840191610491906108c5565b80601f01602080910402602001604051908101604052809291908181526020018280546104bd906108c5565b801561050a5780601f106104df5761010080835404028352916020019161050a565b820191906000526020600020905b8154815290600101906020018083116104ed57829003601f168201915b5050505050815250509050919050565b60ff8381166000908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af415801561057f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a391906108a3565b156105ad57505050565b60ff80841660009081526001602090815260408083208685168452825280832085851684529091529020541661060f57604051636bb20ea760e01b815260ff808516600483015280841660248301528216604482015260640160405180910390fd5b505050565b60ff81811660009081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024016102ed565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__9063f48016ce90604401602060405180830381865af41580156106c0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106e491906108ff565b9392505050565b6000602082840312156106fd57600080fd5b5035919050565b60ff8116811461071357600080fd5b50565b60006020828403121561072857600080fd5b81356106e481610704565b6000815180845260005b818110156107595760208185018101518683018201520161073d565b506000602082860101526020601f19601f83011685010191505092915050565b6020815260006106e46020830184610733565b60ff815116825260ff602082015116602083015260018060a01b036040820151166040830152606081015163ffffffff808216606085015280608084015116608085015250505050565b602081526107e860208201835161078c565b6000602083015160c08084015261080260e0840182610733565b949350505050565b60a0810161032e828461078c565b60008060006060848603121561082d57600080fd5b833561083881610704565b9250602084013561084881610704565b9150604084013561085881610704565b809150509250925092565b6000806040838503121561087657600080fd5b823561088181610704565b9150602083013560ff198116811461089857600080fd5b809150509250929050565b6000602082840312156108b557600080fd5b815180151581146106e457600080fd5b600181811c908216806108d957607f821691505b6020821081036108f957634e487b7160e01b600052602260045260246000fd5b50919050565b60006020828403121561091157600080fd5b505191905056fea26469706673582212206eaf3abf03c8738a8ee907007d8321b0e69730562c085f0529dfd72d3bdc738b64736f6c63430008140033",
|
450
450
|
"linkReferences": {
|
451
451
|
"contracts/types/Key32.sol": {
|
452
452
|
"Key32Lib": [
|