@etherisc/gif-next 0.0.2-fc8b370-882 → 0.0.2-fd2113c-488
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +250 -14
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1378 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +709 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +285 -1486
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +769 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +489 -1720
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1701 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1220 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +758 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ModuleBase.sol/ModuleBase.json → oracle/IOracle.sol/IOracle.json} +2 -2
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +678 -77
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -107
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
- 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/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -138
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/{types/ChainId.sol/ChainIdLib.json → type/UFixed.sol/MathLib.json} +4 -4
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/{types/UFixed.sol/UFixedMathLib.json → type/UFixed.sol/UFixedLib.json} +4 -4
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
- package/contracts/distribution/Distribution.sol +261 -0
- package/contracts/distribution/DistributionService.sol +297 -0
- package/contracts/distribution/DistributionServiceManager.sol +42 -0
- package/contracts/distribution/IDistributionComponent.sol +66 -0
- package/contracts/distribution/IDistributionService.sol +81 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +79 -44
- package/contracts/instance/IInstanceService.sol +97 -0
- package/contracts/instance/Instance.sol +247 -52
- package/contracts/instance/InstanceAdmin.sol +331 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
- package/contracts/instance/InstanceReader.sol +392 -0
- package/contracts/instance/InstanceService.sol +439 -0
- package/contracts/instance/InstanceServiceManager.sol +44 -0
- package/contracts/instance/InstanceStore.sol +269 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectManager.sol +80 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +52 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
- package/contracts/oracle/IOracle.sol +20 -0
- package/contracts/oracle/IOracleComponent.sol +32 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +145 -0
- package/contracts/oracle/OracleService.sol +278 -0
- package/contracts/oracle/OracleServiceManager.sol +42 -0
- package/contracts/pool/BundleService.sol +296 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/pool/IBundleService.sol +106 -0
- package/contracts/pool/IPoolComponent.sol +112 -0
- package/contracts/pool/IPoolService.sol +150 -0
- package/contracts/pool/Pool.sol +299 -0
- package/contracts/pool/PoolService.sol +452 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +254 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/ClaimService.sol +442 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +99 -0
- package/contracts/product/IPolicyService.sol +78 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +42 -0
- package/contracts/product/IProductService.sol +33 -0
- package/contracts/product/PolicyService.sol +475 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/product/Product.sol +377 -0
- package/contracts/product/ProductService.sol +124 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +95 -37
- package/contracts/registry/IRegistry.sol +95 -28
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/IServiceAuthorization.sol +35 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +482 -281
- package/contracts/registry/RegistryAdmin.sol +333 -0
- package/contracts/registry/RegistryService.sol +266 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseManager.sol +527 -0
- package/contracts/registry/ServiceAuthorization.sol +86 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/AccessAdmin.sol +759 -0
- package/contracts/shared/AccessManagerCustom.sol +741 -0
- package/contracts/shared/AccessManagerExtended.sol +481 -0
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
- package/contracts/shared/Component.sol +281 -0
- package/contracts/shared/ComponentService.sol +617 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/ERC165.sol +15 -9
- package/contracts/shared/IAccessAdmin.sol +168 -0
- package/contracts/shared/IAccessManagerExtended.sol +74 -0
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +102 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
- package/contracts/shared/IKeyValueStore.sol +53 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -4
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/IVersionable.sol +38 -37
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InstanceLinkedComponent.sol +144 -0
- package/contracts/shared/KeyValueStore.sol +127 -0
- package/contracts/shared/Lifecycle.sol +130 -0
- package/contracts/shared/NftIdSetManager.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +102 -0
- package/contracts/shared/ProxyManager.sol +199 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +83 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +38 -68
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +153 -0
- package/contracts/staking/StakeManagerLib.sol +231 -0
- package/contracts/staking/Staking.sol +513 -0
- package/contracts/staking/StakingManager.sol +54 -0
- package/contracts/staking/StakingReader.sol +187 -0
- package/contracts/staking/StakingService.sol +411 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +613 -0
- package/contracts/staking/TargetManagerLib.sol +207 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +128 -0
- package/contracts/{types → type}/Blocknumber.sol +21 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +241 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +201 -0
- package/contracts/type/Seconds.sol +81 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +39 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +27 -14
- package/contracts/{types → type}/UFixed.sol +129 -12
- package/contracts/{types → type}/Version.sol +15 -2
- package/package.json +8 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- 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/IB.sol/IB.json +0 -50
- 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/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- 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/README.md +0 -112
- 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/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
@@ -0,0 +1,1600 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "IAccessManagerExtendedWithDisable",
|
4
|
+
"sourceName": "contracts/shared/IAccessManagerExtendedWithDisable.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "bytes32",
|
10
|
+
"name": "operationId",
|
11
|
+
"type": "bytes32"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagerAlreadyScheduled",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [],
|
19
|
+
"name": "AccessManagerBadConfirmation",
|
20
|
+
"type": "error"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"inputs": [],
|
24
|
+
"name": "AccessManagerDisabled",
|
25
|
+
"type": "error"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"inputs": [
|
29
|
+
{
|
30
|
+
"internalType": "bytes32",
|
31
|
+
"name": "operationId",
|
32
|
+
"type": "bytes32"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"name": "AccessManagerExpired",
|
36
|
+
"type": "error"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"inputs": [
|
40
|
+
{
|
41
|
+
"internalType": "address",
|
42
|
+
"name": "initialAdmin",
|
43
|
+
"type": "address"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"name": "AccessManagerInvalidInitialAdmin",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [
|
51
|
+
{
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "account",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"name": "AccessManagerLockedAccount",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [
|
62
|
+
{
|
63
|
+
"internalType": "uint64",
|
64
|
+
"name": "roleId",
|
65
|
+
"type": "uint64"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"name": "AccessManagerLockedRole",
|
69
|
+
"type": "error"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"inputs": [
|
73
|
+
{
|
74
|
+
"internalType": "bytes32",
|
75
|
+
"name": "operationId",
|
76
|
+
"type": "bytes32"
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"name": "AccessManagerNotReady",
|
80
|
+
"type": "error"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"inputs": [
|
84
|
+
{
|
85
|
+
"internalType": "bytes32",
|
86
|
+
"name": "operationId",
|
87
|
+
"type": "bytes32"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"name": "AccessManagerNotScheduled",
|
91
|
+
"type": "error"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"inputs": [
|
95
|
+
{
|
96
|
+
"internalType": "uint64",
|
97
|
+
"name": "roleId",
|
98
|
+
"type": "uint64"
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"name": "AccessManagerRoleIdAlreadyExists",
|
102
|
+
"type": "error"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"inputs": [
|
106
|
+
{
|
107
|
+
"internalType": "uint64",
|
108
|
+
"name": "roleId",
|
109
|
+
"type": "uint64"
|
110
|
+
}
|
111
|
+
],
|
112
|
+
"name": "AccessManagerRoleIdNotExists",
|
113
|
+
"type": "error"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"inputs": [
|
117
|
+
{
|
118
|
+
"internalType": "uint64",
|
119
|
+
"name": "roleId",
|
120
|
+
"type": "uint64"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "AccessManagerRoleIdTooBig",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [],
|
128
|
+
"name": "AccessManagerRoleIdZero",
|
129
|
+
"type": "error"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"inputs": [
|
133
|
+
{
|
134
|
+
"internalType": "uint64",
|
135
|
+
"name": "newRoleId",
|
136
|
+
"type": "uint64"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"internalType": "uint64",
|
140
|
+
"name": "existingRoleId",
|
141
|
+
"type": "uint64"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"internalType": "string",
|
145
|
+
"name": "duplicateName",
|
146
|
+
"type": "string"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"name": "AccessManagerRoleNameAlreadyExists",
|
150
|
+
"type": "error"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"inputs": [
|
154
|
+
{
|
155
|
+
"internalType": "uint64",
|
156
|
+
"name": "roleId",
|
157
|
+
"type": "uint64"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"name": "AccessManagerRoleNameEmpty",
|
161
|
+
"type": "error"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"inputs": [],
|
165
|
+
"name": "AccessManagerTargetAddressZero",
|
166
|
+
"type": "error"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"inputs": [
|
170
|
+
{
|
171
|
+
"internalType": "address",
|
172
|
+
"name": "target",
|
173
|
+
"type": "address"
|
174
|
+
}
|
175
|
+
],
|
176
|
+
"name": "AccessManagerTargetAlreadyExists",
|
177
|
+
"type": "error"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"inputs": [
|
181
|
+
{
|
182
|
+
"internalType": "address",
|
183
|
+
"name": "target",
|
184
|
+
"type": "address"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"internalType": "address",
|
188
|
+
"name": "targetAuthority",
|
189
|
+
"type": "address"
|
190
|
+
}
|
191
|
+
],
|
192
|
+
"name": "AccessManagerTargetAuthorityInvalid",
|
193
|
+
"type": "error"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"inputs": [
|
197
|
+
{
|
198
|
+
"internalType": "address",
|
199
|
+
"name": "newTarget",
|
200
|
+
"type": "address"
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"internalType": "address",
|
204
|
+
"name": "existingTarget",
|
205
|
+
"type": "address"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"internalType": "string",
|
209
|
+
"name": "duplicateName",
|
210
|
+
"type": "string"
|
211
|
+
}
|
212
|
+
],
|
213
|
+
"name": "AccessManagerTargetNameAlreadyExists",
|
214
|
+
"type": "error"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"inputs": [
|
218
|
+
{
|
219
|
+
"internalType": "address",
|
220
|
+
"name": "target",
|
221
|
+
"type": "address"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"name": "AccessManagerTargetNameEmpty",
|
225
|
+
"type": "error"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"inputs": [
|
229
|
+
{
|
230
|
+
"internalType": "address",
|
231
|
+
"name": "target",
|
232
|
+
"type": "address"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"name": "AccessManagerTargetNotExists",
|
236
|
+
"type": "error"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"inputs": [
|
240
|
+
{
|
241
|
+
"internalType": "address",
|
242
|
+
"name": "msgsender",
|
243
|
+
"type": "address"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"internalType": "uint64",
|
247
|
+
"name": "roleId",
|
248
|
+
"type": "uint64"
|
249
|
+
}
|
250
|
+
],
|
251
|
+
"name": "AccessManagerUnauthorizedAccount",
|
252
|
+
"type": "error"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"inputs": [
|
256
|
+
{
|
257
|
+
"internalType": "address",
|
258
|
+
"name": "caller",
|
259
|
+
"type": "address"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"internalType": "address",
|
263
|
+
"name": "target",
|
264
|
+
"type": "address"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"internalType": "bytes4",
|
268
|
+
"name": "selector",
|
269
|
+
"type": "bytes4"
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"name": "AccessManagerUnauthorizedCall",
|
273
|
+
"type": "error"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"inputs": [
|
277
|
+
{
|
278
|
+
"internalType": "address",
|
279
|
+
"name": "msgsender",
|
280
|
+
"type": "address"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"internalType": "address",
|
284
|
+
"name": "caller",
|
285
|
+
"type": "address"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"internalType": "address",
|
289
|
+
"name": "target",
|
290
|
+
"type": "address"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"internalType": "bytes4",
|
294
|
+
"name": "selector",
|
295
|
+
"type": "bytes4"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"name": "AccessManagerUnauthorizedCancel",
|
299
|
+
"type": "error"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"inputs": [
|
303
|
+
{
|
304
|
+
"internalType": "address",
|
305
|
+
"name": "target",
|
306
|
+
"type": "address"
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"name": "AccessManagerUnauthorizedConsume",
|
310
|
+
"type": "error"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"anonymous": false,
|
314
|
+
"inputs": [
|
315
|
+
{
|
316
|
+
"indexed": false,
|
317
|
+
"internalType": "uint64",
|
318
|
+
"name": "roleId",
|
319
|
+
"type": "uint64"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"indexed": false,
|
323
|
+
"internalType": "string",
|
324
|
+
"name": "name",
|
325
|
+
"type": "string"
|
326
|
+
}
|
327
|
+
],
|
328
|
+
"name": "LogRoleCreation",
|
329
|
+
"type": "event"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"anonymous": false,
|
333
|
+
"inputs": [
|
334
|
+
{
|
335
|
+
"indexed": false,
|
336
|
+
"internalType": "address",
|
337
|
+
"name": "target",
|
338
|
+
"type": "address"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"indexed": false,
|
342
|
+
"internalType": "string",
|
343
|
+
"name": "name",
|
344
|
+
"type": "string"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"name": "LogTargetCreation",
|
348
|
+
"type": "event"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"anonymous": false,
|
352
|
+
"inputs": [
|
353
|
+
{
|
354
|
+
"indexed": true,
|
355
|
+
"internalType": "bytes32",
|
356
|
+
"name": "operationId",
|
357
|
+
"type": "bytes32"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"indexed": true,
|
361
|
+
"internalType": "uint32",
|
362
|
+
"name": "nonce",
|
363
|
+
"type": "uint32"
|
364
|
+
}
|
365
|
+
],
|
366
|
+
"name": "OperationCanceled",
|
367
|
+
"type": "event"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"anonymous": false,
|
371
|
+
"inputs": [
|
372
|
+
{
|
373
|
+
"indexed": true,
|
374
|
+
"internalType": "bytes32",
|
375
|
+
"name": "operationId",
|
376
|
+
"type": "bytes32"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"indexed": true,
|
380
|
+
"internalType": "uint32",
|
381
|
+
"name": "nonce",
|
382
|
+
"type": "uint32"
|
383
|
+
}
|
384
|
+
],
|
385
|
+
"name": "OperationExecuted",
|
386
|
+
"type": "event"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"anonymous": false,
|
390
|
+
"inputs": [
|
391
|
+
{
|
392
|
+
"indexed": true,
|
393
|
+
"internalType": "bytes32",
|
394
|
+
"name": "operationId",
|
395
|
+
"type": "bytes32"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"indexed": true,
|
399
|
+
"internalType": "uint32",
|
400
|
+
"name": "nonce",
|
401
|
+
"type": "uint32"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"indexed": false,
|
405
|
+
"internalType": "uint48",
|
406
|
+
"name": "schedule",
|
407
|
+
"type": "uint48"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"indexed": false,
|
411
|
+
"internalType": "address",
|
412
|
+
"name": "caller",
|
413
|
+
"type": "address"
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"indexed": false,
|
417
|
+
"internalType": "address",
|
418
|
+
"name": "target",
|
419
|
+
"type": "address"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"indexed": false,
|
423
|
+
"internalType": "bytes",
|
424
|
+
"name": "data",
|
425
|
+
"type": "bytes"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"name": "OperationScheduled",
|
429
|
+
"type": "event"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"anonymous": false,
|
433
|
+
"inputs": [
|
434
|
+
{
|
435
|
+
"indexed": true,
|
436
|
+
"internalType": "uint64",
|
437
|
+
"name": "roleId",
|
438
|
+
"type": "uint64"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"indexed": true,
|
442
|
+
"internalType": "uint64",
|
443
|
+
"name": "admin",
|
444
|
+
"type": "uint64"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"name": "RoleAdminChanged",
|
448
|
+
"type": "event"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"anonymous": false,
|
452
|
+
"inputs": [
|
453
|
+
{
|
454
|
+
"indexed": true,
|
455
|
+
"internalType": "uint64",
|
456
|
+
"name": "roleId",
|
457
|
+
"type": "uint64"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"indexed": false,
|
461
|
+
"internalType": "uint32",
|
462
|
+
"name": "delay",
|
463
|
+
"type": "uint32"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"indexed": false,
|
467
|
+
"internalType": "uint48",
|
468
|
+
"name": "since",
|
469
|
+
"type": "uint48"
|
470
|
+
}
|
471
|
+
],
|
472
|
+
"name": "RoleGrantDelayChanged",
|
473
|
+
"type": "event"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"anonymous": false,
|
477
|
+
"inputs": [
|
478
|
+
{
|
479
|
+
"indexed": true,
|
480
|
+
"internalType": "uint64",
|
481
|
+
"name": "roleId",
|
482
|
+
"type": "uint64"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"indexed": true,
|
486
|
+
"internalType": "address",
|
487
|
+
"name": "account",
|
488
|
+
"type": "address"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"indexed": false,
|
492
|
+
"internalType": "uint32",
|
493
|
+
"name": "delay",
|
494
|
+
"type": "uint32"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"indexed": false,
|
498
|
+
"internalType": "uint48",
|
499
|
+
"name": "since",
|
500
|
+
"type": "uint48"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"indexed": false,
|
504
|
+
"internalType": "bool",
|
505
|
+
"name": "newMember",
|
506
|
+
"type": "bool"
|
507
|
+
}
|
508
|
+
],
|
509
|
+
"name": "RoleGranted",
|
510
|
+
"type": "event"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"anonymous": false,
|
514
|
+
"inputs": [
|
515
|
+
{
|
516
|
+
"indexed": true,
|
517
|
+
"internalType": "uint64",
|
518
|
+
"name": "roleId",
|
519
|
+
"type": "uint64"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"indexed": true,
|
523
|
+
"internalType": "uint64",
|
524
|
+
"name": "guardian",
|
525
|
+
"type": "uint64"
|
526
|
+
}
|
527
|
+
],
|
528
|
+
"name": "RoleGuardianChanged",
|
529
|
+
"type": "event"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"anonymous": false,
|
533
|
+
"inputs": [
|
534
|
+
{
|
535
|
+
"indexed": true,
|
536
|
+
"internalType": "uint64",
|
537
|
+
"name": "roleId",
|
538
|
+
"type": "uint64"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"indexed": false,
|
542
|
+
"internalType": "string",
|
543
|
+
"name": "label",
|
544
|
+
"type": "string"
|
545
|
+
}
|
546
|
+
],
|
547
|
+
"name": "RoleLabel",
|
548
|
+
"type": "event"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"anonymous": false,
|
552
|
+
"inputs": [
|
553
|
+
{
|
554
|
+
"indexed": true,
|
555
|
+
"internalType": "uint64",
|
556
|
+
"name": "roleId",
|
557
|
+
"type": "uint64"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"indexed": true,
|
561
|
+
"internalType": "address",
|
562
|
+
"name": "account",
|
563
|
+
"type": "address"
|
564
|
+
}
|
565
|
+
],
|
566
|
+
"name": "RoleRevoked",
|
567
|
+
"type": "event"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"anonymous": false,
|
571
|
+
"inputs": [
|
572
|
+
{
|
573
|
+
"indexed": true,
|
574
|
+
"internalType": "address",
|
575
|
+
"name": "target",
|
576
|
+
"type": "address"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"indexed": false,
|
580
|
+
"internalType": "uint32",
|
581
|
+
"name": "delay",
|
582
|
+
"type": "uint32"
|
583
|
+
},
|
584
|
+
{
|
585
|
+
"indexed": false,
|
586
|
+
"internalType": "uint48",
|
587
|
+
"name": "since",
|
588
|
+
"type": "uint48"
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"name": "TargetAdminDelayUpdated",
|
592
|
+
"type": "event"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"anonymous": false,
|
596
|
+
"inputs": [
|
597
|
+
{
|
598
|
+
"indexed": true,
|
599
|
+
"internalType": "address",
|
600
|
+
"name": "target",
|
601
|
+
"type": "address"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"indexed": false,
|
605
|
+
"internalType": "bool",
|
606
|
+
"name": "closed",
|
607
|
+
"type": "bool"
|
608
|
+
}
|
609
|
+
],
|
610
|
+
"name": "TargetClosed",
|
611
|
+
"type": "event"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"anonymous": false,
|
615
|
+
"inputs": [
|
616
|
+
{
|
617
|
+
"indexed": true,
|
618
|
+
"internalType": "address",
|
619
|
+
"name": "target",
|
620
|
+
"type": "address"
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"indexed": false,
|
624
|
+
"internalType": "bytes4",
|
625
|
+
"name": "selector",
|
626
|
+
"type": "bytes4"
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"indexed": true,
|
630
|
+
"internalType": "uint64",
|
631
|
+
"name": "roleId",
|
632
|
+
"type": "uint64"
|
633
|
+
}
|
634
|
+
],
|
635
|
+
"name": "TargetFunctionRoleUpdated",
|
636
|
+
"type": "event"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"inputs": [
|
640
|
+
{
|
641
|
+
"internalType": "address",
|
642
|
+
"name": "caller",
|
643
|
+
"type": "address"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"internalType": "address",
|
647
|
+
"name": "target",
|
648
|
+
"type": "address"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"internalType": "bytes4",
|
652
|
+
"name": "selector",
|
653
|
+
"type": "bytes4"
|
654
|
+
}
|
655
|
+
],
|
656
|
+
"name": "canCall",
|
657
|
+
"outputs": [
|
658
|
+
{
|
659
|
+
"internalType": "bool",
|
660
|
+
"name": "allowed",
|
661
|
+
"type": "bool"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"internalType": "uint32",
|
665
|
+
"name": "delay",
|
666
|
+
"type": "uint32"
|
667
|
+
}
|
668
|
+
],
|
669
|
+
"stateMutability": "view",
|
670
|
+
"type": "function"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"inputs": [
|
674
|
+
{
|
675
|
+
"internalType": "address",
|
676
|
+
"name": "caller",
|
677
|
+
"type": "address"
|
678
|
+
},
|
679
|
+
{
|
680
|
+
"internalType": "address",
|
681
|
+
"name": "target",
|
682
|
+
"type": "address"
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"internalType": "bytes",
|
686
|
+
"name": "data",
|
687
|
+
"type": "bytes"
|
688
|
+
}
|
689
|
+
],
|
690
|
+
"name": "cancel",
|
691
|
+
"outputs": [
|
692
|
+
{
|
693
|
+
"internalType": "uint32",
|
694
|
+
"name": "",
|
695
|
+
"type": "uint32"
|
696
|
+
}
|
697
|
+
],
|
698
|
+
"stateMutability": "nonpayable",
|
699
|
+
"type": "function"
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"inputs": [
|
703
|
+
{
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "caller",
|
706
|
+
"type": "address"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"internalType": "bytes",
|
710
|
+
"name": "data",
|
711
|
+
"type": "bytes"
|
712
|
+
}
|
713
|
+
],
|
714
|
+
"name": "consumeScheduledOp",
|
715
|
+
"outputs": [],
|
716
|
+
"stateMutability": "nonpayable",
|
717
|
+
"type": "function"
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"inputs": [
|
721
|
+
{
|
722
|
+
"internalType": "uint64",
|
723
|
+
"name": "roleId",
|
724
|
+
"type": "uint64"
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"internalType": "string",
|
728
|
+
"name": "roleName",
|
729
|
+
"type": "string"
|
730
|
+
}
|
731
|
+
],
|
732
|
+
"name": "createRole",
|
733
|
+
"outputs": [],
|
734
|
+
"stateMutability": "nonpayable",
|
735
|
+
"type": "function"
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"inputs": [
|
739
|
+
{
|
740
|
+
"internalType": "address",
|
741
|
+
"name": "target",
|
742
|
+
"type": "address"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"internalType": "string",
|
746
|
+
"name": "name",
|
747
|
+
"type": "string"
|
748
|
+
}
|
749
|
+
],
|
750
|
+
"name": "createTarget",
|
751
|
+
"outputs": [],
|
752
|
+
"stateMutability": "nonpayable",
|
753
|
+
"type": "function"
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"inputs": [
|
757
|
+
{
|
758
|
+
"internalType": "Seconds",
|
759
|
+
"name": "delay",
|
760
|
+
"type": "uint40"
|
761
|
+
}
|
762
|
+
],
|
763
|
+
"name": "disable",
|
764
|
+
"outputs": [],
|
765
|
+
"stateMutability": "nonpayable",
|
766
|
+
"type": "function"
|
767
|
+
},
|
768
|
+
{
|
769
|
+
"inputs": [],
|
770
|
+
"name": "enable",
|
771
|
+
"outputs": [],
|
772
|
+
"stateMutability": "nonpayable",
|
773
|
+
"type": "function"
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"inputs": [
|
777
|
+
{
|
778
|
+
"internalType": "address",
|
779
|
+
"name": "target",
|
780
|
+
"type": "address"
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"internalType": "bytes",
|
784
|
+
"name": "data",
|
785
|
+
"type": "bytes"
|
786
|
+
}
|
787
|
+
],
|
788
|
+
"name": "execute",
|
789
|
+
"outputs": [
|
790
|
+
{
|
791
|
+
"internalType": "uint32",
|
792
|
+
"name": "",
|
793
|
+
"type": "uint32"
|
794
|
+
}
|
795
|
+
],
|
796
|
+
"stateMutability": "payable",
|
797
|
+
"type": "function"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"inputs": [],
|
801
|
+
"name": "expiration",
|
802
|
+
"outputs": [
|
803
|
+
{
|
804
|
+
"internalType": "uint32",
|
805
|
+
"name": "",
|
806
|
+
"type": "uint32"
|
807
|
+
}
|
808
|
+
],
|
809
|
+
"stateMutability": "view",
|
810
|
+
"type": "function"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"inputs": [
|
814
|
+
{
|
815
|
+
"internalType": "uint64",
|
816
|
+
"name": "roleId",
|
817
|
+
"type": "uint64"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"internalType": "address",
|
821
|
+
"name": "account",
|
822
|
+
"type": "address"
|
823
|
+
}
|
824
|
+
],
|
825
|
+
"name": "getAccess",
|
826
|
+
"outputs": [
|
827
|
+
{
|
828
|
+
"internalType": "uint48",
|
829
|
+
"name": "",
|
830
|
+
"type": "uint48"
|
831
|
+
},
|
832
|
+
{
|
833
|
+
"internalType": "uint32",
|
834
|
+
"name": "",
|
835
|
+
"type": "uint32"
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"internalType": "uint32",
|
839
|
+
"name": "",
|
840
|
+
"type": "uint32"
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"internalType": "uint48",
|
844
|
+
"name": "",
|
845
|
+
"type": "uint48"
|
846
|
+
}
|
847
|
+
],
|
848
|
+
"stateMutability": "view",
|
849
|
+
"type": "function"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"inputs": [
|
853
|
+
{
|
854
|
+
"internalType": "bytes32",
|
855
|
+
"name": "id",
|
856
|
+
"type": "bytes32"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"name": "getNonce",
|
860
|
+
"outputs": [
|
861
|
+
{
|
862
|
+
"internalType": "uint32",
|
863
|
+
"name": "",
|
864
|
+
"type": "uint32"
|
865
|
+
}
|
866
|
+
],
|
867
|
+
"stateMutability": "view",
|
868
|
+
"type": "function"
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"inputs": [
|
872
|
+
{
|
873
|
+
"internalType": "uint64",
|
874
|
+
"name": "roleId",
|
875
|
+
"type": "uint64"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"name": "getRoleAdmin",
|
879
|
+
"outputs": [
|
880
|
+
{
|
881
|
+
"internalType": "uint64",
|
882
|
+
"name": "",
|
883
|
+
"type": "uint64"
|
884
|
+
}
|
885
|
+
],
|
886
|
+
"stateMutability": "view",
|
887
|
+
"type": "function"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"inputs": [
|
891
|
+
{
|
892
|
+
"internalType": "uint64",
|
893
|
+
"name": "roleId",
|
894
|
+
"type": "uint64"
|
895
|
+
}
|
896
|
+
],
|
897
|
+
"name": "getRoleGrantDelay",
|
898
|
+
"outputs": [
|
899
|
+
{
|
900
|
+
"internalType": "uint32",
|
901
|
+
"name": "",
|
902
|
+
"type": "uint32"
|
903
|
+
}
|
904
|
+
],
|
905
|
+
"stateMutability": "view",
|
906
|
+
"type": "function"
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"inputs": [
|
910
|
+
{
|
911
|
+
"internalType": "uint64",
|
912
|
+
"name": "roleId",
|
913
|
+
"type": "uint64"
|
914
|
+
}
|
915
|
+
],
|
916
|
+
"name": "getRoleGuardian",
|
917
|
+
"outputs": [
|
918
|
+
{
|
919
|
+
"internalType": "uint64",
|
920
|
+
"name": "",
|
921
|
+
"type": "uint64"
|
922
|
+
}
|
923
|
+
],
|
924
|
+
"stateMutability": "view",
|
925
|
+
"type": "function"
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"inputs": [
|
929
|
+
{
|
930
|
+
"internalType": "uint256",
|
931
|
+
"name": "idx",
|
932
|
+
"type": "uint256"
|
933
|
+
}
|
934
|
+
],
|
935
|
+
"name": "getRoleId",
|
936
|
+
"outputs": [
|
937
|
+
{
|
938
|
+
"internalType": "uint64",
|
939
|
+
"name": "roleId",
|
940
|
+
"type": "uint64"
|
941
|
+
}
|
942
|
+
],
|
943
|
+
"stateMutability": "view",
|
944
|
+
"type": "function"
|
945
|
+
},
|
946
|
+
{
|
947
|
+
"inputs": [
|
948
|
+
{
|
949
|
+
"internalType": "string",
|
950
|
+
"name": "name",
|
951
|
+
"type": "string"
|
952
|
+
}
|
953
|
+
],
|
954
|
+
"name": "getRoleId",
|
955
|
+
"outputs": [
|
956
|
+
{
|
957
|
+
"internalType": "uint64",
|
958
|
+
"name": "roleId",
|
959
|
+
"type": "uint64"
|
960
|
+
}
|
961
|
+
],
|
962
|
+
"stateMutability": "view",
|
963
|
+
"type": "function"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"inputs": [
|
967
|
+
{
|
968
|
+
"internalType": "uint64",
|
969
|
+
"name": "roleId",
|
970
|
+
"type": "uint64"
|
971
|
+
}
|
972
|
+
],
|
973
|
+
"name": "getRoleInfo",
|
974
|
+
"outputs": [
|
975
|
+
{
|
976
|
+
"components": [
|
977
|
+
{
|
978
|
+
"internalType": "uint64",
|
979
|
+
"name": "id",
|
980
|
+
"type": "uint64"
|
981
|
+
},
|
982
|
+
{
|
983
|
+
"internalType": "string",
|
984
|
+
"name": "name",
|
985
|
+
"type": "string"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"internalType": "Timestamp",
|
989
|
+
"name": "createdAt",
|
990
|
+
"type": "uint40"
|
991
|
+
}
|
992
|
+
],
|
993
|
+
"internalType": "struct IAccessManagerExtended.RoleInfo",
|
994
|
+
"name": "",
|
995
|
+
"type": "tuple"
|
996
|
+
}
|
997
|
+
],
|
998
|
+
"stateMutability": "view",
|
999
|
+
"type": "function"
|
1000
|
+
},
|
1001
|
+
{
|
1002
|
+
"inputs": [
|
1003
|
+
{
|
1004
|
+
"internalType": "uint64",
|
1005
|
+
"name": "roleId",
|
1006
|
+
"type": "uint64"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"internalType": "uint256",
|
1010
|
+
"name": "idx",
|
1011
|
+
"type": "uint256"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"name": "getRoleMember",
|
1015
|
+
"outputs": [
|
1016
|
+
{
|
1017
|
+
"internalType": "address",
|
1018
|
+
"name": "member",
|
1019
|
+
"type": "address"
|
1020
|
+
}
|
1021
|
+
],
|
1022
|
+
"stateMutability": "view",
|
1023
|
+
"type": "function"
|
1024
|
+
},
|
1025
|
+
{
|
1026
|
+
"inputs": [
|
1027
|
+
{
|
1028
|
+
"internalType": "uint64",
|
1029
|
+
"name": "roleId",
|
1030
|
+
"type": "uint64"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"name": "getRoleMembers",
|
1034
|
+
"outputs": [
|
1035
|
+
{
|
1036
|
+
"internalType": "uint256",
|
1037
|
+
"name": "numberOfMembers",
|
1038
|
+
"type": "uint256"
|
1039
|
+
}
|
1040
|
+
],
|
1041
|
+
"stateMutability": "view",
|
1042
|
+
"type": "function"
|
1043
|
+
},
|
1044
|
+
{
|
1045
|
+
"inputs": [],
|
1046
|
+
"name": "getRoles",
|
1047
|
+
"outputs": [
|
1048
|
+
{
|
1049
|
+
"internalType": "uint256",
|
1050
|
+
"name": "numberOfRoles",
|
1051
|
+
"type": "uint256"
|
1052
|
+
}
|
1053
|
+
],
|
1054
|
+
"stateMutability": "view",
|
1055
|
+
"type": "function"
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"inputs": [
|
1059
|
+
{
|
1060
|
+
"internalType": "bytes32",
|
1061
|
+
"name": "id",
|
1062
|
+
"type": "bytes32"
|
1063
|
+
}
|
1064
|
+
],
|
1065
|
+
"name": "getSchedule",
|
1066
|
+
"outputs": [
|
1067
|
+
{
|
1068
|
+
"internalType": "uint48",
|
1069
|
+
"name": "",
|
1070
|
+
"type": "uint48"
|
1071
|
+
}
|
1072
|
+
],
|
1073
|
+
"stateMutability": "view",
|
1074
|
+
"type": "function"
|
1075
|
+
},
|
1076
|
+
{
|
1077
|
+
"inputs": [
|
1078
|
+
{
|
1079
|
+
"internalType": "string",
|
1080
|
+
"name": "name",
|
1081
|
+
"type": "string"
|
1082
|
+
}
|
1083
|
+
],
|
1084
|
+
"name": "getTargetAddress",
|
1085
|
+
"outputs": [
|
1086
|
+
{
|
1087
|
+
"internalType": "address",
|
1088
|
+
"name": "targetAddress",
|
1089
|
+
"type": "address"
|
1090
|
+
}
|
1091
|
+
],
|
1092
|
+
"stateMutability": "view",
|
1093
|
+
"type": "function"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"inputs": [
|
1097
|
+
{
|
1098
|
+
"internalType": "address",
|
1099
|
+
"name": "target",
|
1100
|
+
"type": "address"
|
1101
|
+
}
|
1102
|
+
],
|
1103
|
+
"name": "getTargetAdminDelay",
|
1104
|
+
"outputs": [
|
1105
|
+
{
|
1106
|
+
"internalType": "uint32",
|
1107
|
+
"name": "",
|
1108
|
+
"type": "uint32"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"stateMutability": "view",
|
1112
|
+
"type": "function"
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"inputs": [
|
1116
|
+
{
|
1117
|
+
"internalType": "address",
|
1118
|
+
"name": "target",
|
1119
|
+
"type": "address"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"internalType": "bytes4",
|
1123
|
+
"name": "selector",
|
1124
|
+
"type": "bytes4"
|
1125
|
+
}
|
1126
|
+
],
|
1127
|
+
"name": "getTargetFunctionRole",
|
1128
|
+
"outputs": [
|
1129
|
+
{
|
1130
|
+
"internalType": "uint64",
|
1131
|
+
"name": "",
|
1132
|
+
"type": "uint64"
|
1133
|
+
}
|
1134
|
+
],
|
1135
|
+
"stateMutability": "view",
|
1136
|
+
"type": "function"
|
1137
|
+
},
|
1138
|
+
{
|
1139
|
+
"inputs": [
|
1140
|
+
{
|
1141
|
+
"internalType": "address",
|
1142
|
+
"name": "target",
|
1143
|
+
"type": "address"
|
1144
|
+
}
|
1145
|
+
],
|
1146
|
+
"name": "getTargetInfo",
|
1147
|
+
"outputs": [
|
1148
|
+
{
|
1149
|
+
"components": [
|
1150
|
+
{
|
1151
|
+
"internalType": "address",
|
1152
|
+
"name": "taddress",
|
1153
|
+
"type": "address"
|
1154
|
+
},
|
1155
|
+
{
|
1156
|
+
"internalType": "string",
|
1157
|
+
"name": "name",
|
1158
|
+
"type": "string"
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"internalType": "Timestamp",
|
1162
|
+
"name": "createdAt",
|
1163
|
+
"type": "uint40"
|
1164
|
+
}
|
1165
|
+
],
|
1166
|
+
"internalType": "struct IAccessManagerExtended.TargetInfo",
|
1167
|
+
"name": "",
|
1168
|
+
"type": "tuple"
|
1169
|
+
}
|
1170
|
+
],
|
1171
|
+
"stateMutability": "view",
|
1172
|
+
"type": "function"
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"inputs": [],
|
1176
|
+
"name": "getVersion",
|
1177
|
+
"outputs": [
|
1178
|
+
{
|
1179
|
+
"internalType": "VersionPart",
|
1180
|
+
"name": "version",
|
1181
|
+
"type": "uint8"
|
1182
|
+
}
|
1183
|
+
],
|
1184
|
+
"stateMutability": "view",
|
1185
|
+
"type": "function"
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"inputs": [
|
1189
|
+
{
|
1190
|
+
"internalType": "uint64",
|
1191
|
+
"name": "roleId",
|
1192
|
+
"type": "uint64"
|
1193
|
+
},
|
1194
|
+
{
|
1195
|
+
"internalType": "address",
|
1196
|
+
"name": "account",
|
1197
|
+
"type": "address"
|
1198
|
+
},
|
1199
|
+
{
|
1200
|
+
"internalType": "uint32",
|
1201
|
+
"name": "executionDelay",
|
1202
|
+
"type": "uint32"
|
1203
|
+
}
|
1204
|
+
],
|
1205
|
+
"name": "grantRole",
|
1206
|
+
"outputs": [],
|
1207
|
+
"stateMutability": "nonpayable",
|
1208
|
+
"type": "function"
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"inputs": [
|
1212
|
+
{
|
1213
|
+
"internalType": "uint64",
|
1214
|
+
"name": "roleId",
|
1215
|
+
"type": "uint64"
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"internalType": "address",
|
1219
|
+
"name": "account",
|
1220
|
+
"type": "address"
|
1221
|
+
}
|
1222
|
+
],
|
1223
|
+
"name": "hasRole",
|
1224
|
+
"outputs": [
|
1225
|
+
{
|
1226
|
+
"internalType": "bool",
|
1227
|
+
"name": "",
|
1228
|
+
"type": "bool"
|
1229
|
+
},
|
1230
|
+
{
|
1231
|
+
"internalType": "uint32",
|
1232
|
+
"name": "",
|
1233
|
+
"type": "uint32"
|
1234
|
+
}
|
1235
|
+
],
|
1236
|
+
"stateMutability": "view",
|
1237
|
+
"type": "function"
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"inputs": [
|
1241
|
+
{
|
1242
|
+
"internalType": "address",
|
1243
|
+
"name": "caller",
|
1244
|
+
"type": "address"
|
1245
|
+
},
|
1246
|
+
{
|
1247
|
+
"internalType": "address",
|
1248
|
+
"name": "target",
|
1249
|
+
"type": "address"
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"internalType": "bytes",
|
1253
|
+
"name": "data",
|
1254
|
+
"type": "bytes"
|
1255
|
+
}
|
1256
|
+
],
|
1257
|
+
"name": "hashOperation",
|
1258
|
+
"outputs": [
|
1259
|
+
{
|
1260
|
+
"internalType": "bytes32",
|
1261
|
+
"name": "",
|
1262
|
+
"type": "bytes32"
|
1263
|
+
}
|
1264
|
+
],
|
1265
|
+
"stateMutability": "view",
|
1266
|
+
"type": "function"
|
1267
|
+
},
|
1268
|
+
{
|
1269
|
+
"inputs": [
|
1270
|
+
{
|
1271
|
+
"internalType": "uint64",
|
1272
|
+
"name": "roleId",
|
1273
|
+
"type": "uint64"
|
1274
|
+
}
|
1275
|
+
],
|
1276
|
+
"name": "isRoleExists",
|
1277
|
+
"outputs": [
|
1278
|
+
{
|
1279
|
+
"internalType": "bool",
|
1280
|
+
"name": "exists",
|
1281
|
+
"type": "bool"
|
1282
|
+
}
|
1283
|
+
],
|
1284
|
+
"stateMutability": "view",
|
1285
|
+
"type": "function"
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"inputs": [
|
1289
|
+
{
|
1290
|
+
"internalType": "string",
|
1291
|
+
"name": "name",
|
1292
|
+
"type": "string"
|
1293
|
+
}
|
1294
|
+
],
|
1295
|
+
"name": "isRoleNameExists",
|
1296
|
+
"outputs": [
|
1297
|
+
{
|
1298
|
+
"internalType": "bool",
|
1299
|
+
"name": "",
|
1300
|
+
"type": "bool"
|
1301
|
+
}
|
1302
|
+
],
|
1303
|
+
"stateMutability": "view",
|
1304
|
+
"type": "function"
|
1305
|
+
},
|
1306
|
+
{
|
1307
|
+
"inputs": [
|
1308
|
+
{
|
1309
|
+
"internalType": "address",
|
1310
|
+
"name": "target",
|
1311
|
+
"type": "address"
|
1312
|
+
}
|
1313
|
+
],
|
1314
|
+
"name": "isTargetClosed",
|
1315
|
+
"outputs": [
|
1316
|
+
{
|
1317
|
+
"internalType": "bool",
|
1318
|
+
"name": "",
|
1319
|
+
"type": "bool"
|
1320
|
+
}
|
1321
|
+
],
|
1322
|
+
"stateMutability": "view",
|
1323
|
+
"type": "function"
|
1324
|
+
},
|
1325
|
+
{
|
1326
|
+
"inputs": [
|
1327
|
+
{
|
1328
|
+
"internalType": "address",
|
1329
|
+
"name": "target",
|
1330
|
+
"type": "address"
|
1331
|
+
}
|
1332
|
+
],
|
1333
|
+
"name": "isTargetExists",
|
1334
|
+
"outputs": [
|
1335
|
+
{
|
1336
|
+
"internalType": "bool",
|
1337
|
+
"name": "",
|
1338
|
+
"type": "bool"
|
1339
|
+
}
|
1340
|
+
],
|
1341
|
+
"stateMutability": "view",
|
1342
|
+
"type": "function"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"inputs": [
|
1346
|
+
{
|
1347
|
+
"internalType": "string",
|
1348
|
+
"name": "name",
|
1349
|
+
"type": "string"
|
1350
|
+
}
|
1351
|
+
],
|
1352
|
+
"name": "isTargetNameExists",
|
1353
|
+
"outputs": [
|
1354
|
+
{
|
1355
|
+
"internalType": "bool",
|
1356
|
+
"name": "",
|
1357
|
+
"type": "bool"
|
1358
|
+
}
|
1359
|
+
],
|
1360
|
+
"stateMutability": "view",
|
1361
|
+
"type": "function"
|
1362
|
+
},
|
1363
|
+
{
|
1364
|
+
"inputs": [
|
1365
|
+
{
|
1366
|
+
"internalType": "uint64",
|
1367
|
+
"name": "roleId",
|
1368
|
+
"type": "uint64"
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"internalType": "string",
|
1372
|
+
"name": "label",
|
1373
|
+
"type": "string"
|
1374
|
+
}
|
1375
|
+
],
|
1376
|
+
"name": "labelRole",
|
1377
|
+
"outputs": [],
|
1378
|
+
"stateMutability": "nonpayable",
|
1379
|
+
"type": "function"
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
"inputs": [],
|
1383
|
+
"name": "minSetback",
|
1384
|
+
"outputs": [
|
1385
|
+
{
|
1386
|
+
"internalType": "uint32",
|
1387
|
+
"name": "",
|
1388
|
+
"type": "uint32"
|
1389
|
+
}
|
1390
|
+
],
|
1391
|
+
"stateMutability": "view",
|
1392
|
+
"type": "function"
|
1393
|
+
},
|
1394
|
+
{
|
1395
|
+
"inputs": [
|
1396
|
+
{
|
1397
|
+
"internalType": "uint64",
|
1398
|
+
"name": "roleId",
|
1399
|
+
"type": "uint64"
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"internalType": "address",
|
1403
|
+
"name": "callerConfirmation",
|
1404
|
+
"type": "address"
|
1405
|
+
}
|
1406
|
+
],
|
1407
|
+
"name": "renounceRole",
|
1408
|
+
"outputs": [],
|
1409
|
+
"stateMutability": "nonpayable",
|
1410
|
+
"type": "function"
|
1411
|
+
},
|
1412
|
+
{
|
1413
|
+
"inputs": [
|
1414
|
+
{
|
1415
|
+
"internalType": "uint64",
|
1416
|
+
"name": "roleId",
|
1417
|
+
"type": "uint64"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"internalType": "address",
|
1421
|
+
"name": "account",
|
1422
|
+
"type": "address"
|
1423
|
+
}
|
1424
|
+
],
|
1425
|
+
"name": "revokeRole",
|
1426
|
+
"outputs": [],
|
1427
|
+
"stateMutability": "nonpayable",
|
1428
|
+
"type": "function"
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"inputs": [
|
1432
|
+
{
|
1433
|
+
"internalType": "address",
|
1434
|
+
"name": "target",
|
1435
|
+
"type": "address"
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"internalType": "bytes",
|
1439
|
+
"name": "data",
|
1440
|
+
"type": "bytes"
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"internalType": "uint48",
|
1444
|
+
"name": "when",
|
1445
|
+
"type": "uint48"
|
1446
|
+
}
|
1447
|
+
],
|
1448
|
+
"name": "schedule",
|
1449
|
+
"outputs": [
|
1450
|
+
{
|
1451
|
+
"internalType": "bytes32",
|
1452
|
+
"name": "",
|
1453
|
+
"type": "bytes32"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"internalType": "uint32",
|
1457
|
+
"name": "",
|
1458
|
+
"type": "uint32"
|
1459
|
+
}
|
1460
|
+
],
|
1461
|
+
"stateMutability": "nonpayable",
|
1462
|
+
"type": "function"
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"inputs": [
|
1466
|
+
{
|
1467
|
+
"internalType": "uint64",
|
1468
|
+
"name": "roleId",
|
1469
|
+
"type": "uint64"
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"internalType": "uint32",
|
1473
|
+
"name": "newDelay",
|
1474
|
+
"type": "uint32"
|
1475
|
+
}
|
1476
|
+
],
|
1477
|
+
"name": "setGrantDelay",
|
1478
|
+
"outputs": [],
|
1479
|
+
"stateMutability": "nonpayable",
|
1480
|
+
"type": "function"
|
1481
|
+
},
|
1482
|
+
{
|
1483
|
+
"inputs": [
|
1484
|
+
{
|
1485
|
+
"internalType": "uint64",
|
1486
|
+
"name": "roleId",
|
1487
|
+
"type": "uint64"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"internalType": "uint64",
|
1491
|
+
"name": "admin",
|
1492
|
+
"type": "uint64"
|
1493
|
+
}
|
1494
|
+
],
|
1495
|
+
"name": "setRoleAdmin",
|
1496
|
+
"outputs": [],
|
1497
|
+
"stateMutability": "nonpayable",
|
1498
|
+
"type": "function"
|
1499
|
+
},
|
1500
|
+
{
|
1501
|
+
"inputs": [
|
1502
|
+
{
|
1503
|
+
"internalType": "uint64",
|
1504
|
+
"name": "roleId",
|
1505
|
+
"type": "uint64"
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
"internalType": "uint64",
|
1509
|
+
"name": "guardian",
|
1510
|
+
"type": "uint64"
|
1511
|
+
}
|
1512
|
+
],
|
1513
|
+
"name": "setRoleGuardian",
|
1514
|
+
"outputs": [],
|
1515
|
+
"stateMutability": "nonpayable",
|
1516
|
+
"type": "function"
|
1517
|
+
},
|
1518
|
+
{
|
1519
|
+
"inputs": [
|
1520
|
+
{
|
1521
|
+
"internalType": "address",
|
1522
|
+
"name": "target",
|
1523
|
+
"type": "address"
|
1524
|
+
},
|
1525
|
+
{
|
1526
|
+
"internalType": "uint32",
|
1527
|
+
"name": "newDelay",
|
1528
|
+
"type": "uint32"
|
1529
|
+
}
|
1530
|
+
],
|
1531
|
+
"name": "setTargetAdminDelay",
|
1532
|
+
"outputs": [],
|
1533
|
+
"stateMutability": "nonpayable",
|
1534
|
+
"type": "function"
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
"inputs": [
|
1538
|
+
{
|
1539
|
+
"internalType": "address",
|
1540
|
+
"name": "target",
|
1541
|
+
"type": "address"
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"internalType": "bool",
|
1545
|
+
"name": "closed",
|
1546
|
+
"type": "bool"
|
1547
|
+
}
|
1548
|
+
],
|
1549
|
+
"name": "setTargetClosed",
|
1550
|
+
"outputs": [],
|
1551
|
+
"stateMutability": "nonpayable",
|
1552
|
+
"type": "function"
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"inputs": [
|
1556
|
+
{
|
1557
|
+
"internalType": "address",
|
1558
|
+
"name": "target",
|
1559
|
+
"type": "address"
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"internalType": "bytes4[]",
|
1563
|
+
"name": "selectors",
|
1564
|
+
"type": "bytes4[]"
|
1565
|
+
},
|
1566
|
+
{
|
1567
|
+
"internalType": "uint64",
|
1568
|
+
"name": "roleId",
|
1569
|
+
"type": "uint64"
|
1570
|
+
}
|
1571
|
+
],
|
1572
|
+
"name": "setTargetFunctionRole",
|
1573
|
+
"outputs": [],
|
1574
|
+
"stateMutability": "nonpayable",
|
1575
|
+
"type": "function"
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
"inputs": [
|
1579
|
+
{
|
1580
|
+
"internalType": "address",
|
1581
|
+
"name": "target",
|
1582
|
+
"type": "address"
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"internalType": "address",
|
1586
|
+
"name": "newAuthority",
|
1587
|
+
"type": "address"
|
1588
|
+
}
|
1589
|
+
],
|
1590
|
+
"name": "updateAuthority",
|
1591
|
+
"outputs": [],
|
1592
|
+
"stateMutability": "nonpayable",
|
1593
|
+
"type": "function"
|
1594
|
+
}
|
1595
|
+
],
|
1596
|
+
"bytecode": "0x",
|
1597
|
+
"deployedBytecode": "0x",
|
1598
|
+
"linkReferences": {},
|
1599
|
+
"deployedLinkReferences": {}
|
1600
|
+
}
|