@etherisc/gif-next 0.0.2-c0457ac-280 → 0.0.2-c0923b6-664
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +186 -330
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +810 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1735 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2008 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +817 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.json +10 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{shared → authorization}/IAccessAdmin.sol/IAccessAdmin.json +567 -356
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +139 -616
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +754 -323
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +246 -122
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +145 -282
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +535 -78
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1474 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/IKeyValueStore.sol/IKeyValueStore.json → instance/BaseStore.sol/BaseStore.json} +59 -195
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +590 -80
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +408 -75
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +600 -218
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1998 -306
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1675 -850
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +402 -274
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +158 -124
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1298 -1857
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.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/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +43 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +142 -139
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +98 -11
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +140 -423
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +198 -190
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +195 -95
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +569 -265
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +234 -102
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +383 -53
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +147 -406
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +711 -340
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +144 -694
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +925 -545
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +246 -102
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +353 -180
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +177 -97
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +466 -245
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +204 -120
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +301 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +350 -18
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +417 -101
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +183 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +282 -271
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → product/IRiskService.sol/IRiskService.json} +283 -157
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +532 -311
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +213 -105
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +249 -329
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +177 -129
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +316 -606
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +384 -69
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +97 -148
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +617 -133
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +892 -538
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +136 -290
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +159 -87
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2271 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1401 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +545 -27
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +120 -60
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +86 -287
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +609 -569
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +210 -124
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +92 -103
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +535 -240
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +131 -139
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +34 -3
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +35 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +167 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +84 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +125 -376
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -62
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +41 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +141 -97
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +86 -111
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +585 -12
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1513 -204
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +235 -123
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1635 -465
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +211 -105
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +295 -183
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +282 -281
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +162 -94
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1637 -801
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +184 -76
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +63 -10
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +64 -19
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +98 -37
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +23 -4
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +59 -4
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +4 -4
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +125 -7
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +79 -91
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +93 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +21 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +50 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +24 -5
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +126 -33
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +120 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +679 -0
- package/contracts/authorization/AccessAdminLib.sol +678 -0
- package/contracts/authorization/AccessManagerCloneable.sol +140 -0
- package/contracts/authorization/Authorization.sol +190 -0
- package/contracts/authorization/IAccess.sol +66 -0
- package/contracts/authorization/IAccessAdmin.sol +142 -0
- package/contracts/authorization/IAuthorization.sol +26 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +300 -0
- package/contracts/distribution/BasicDistribution.sol +140 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +125 -141
- package/contracts/distribution/DistributionService.sol +284 -133
- package/contracts/distribution/DistributionServiceManager.sol +8 -11
- package/contracts/distribution/IDistributionComponent.sol +21 -42
- package/contracts/distribution/IDistributionService.sol +60 -26
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +118 -49
- package/contracts/instance/IInstanceService.sol +68 -46
- package/contracts/instance/Instance.sol +221 -133
- package/contracts/instance/InstanceAdmin.sol +234 -258
- package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
- package/contracts/instance/InstanceReader.sol +470 -256
- package/contracts/instance/InstanceService.sol +340 -265
- package/contracts/instance/InstanceServiceManager.sol +8 -13
- package/contracts/instance/InstanceStore.sol +163 -109
- package/contracts/instance/ProductStore.sol +290 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/base/BalanceStore.sol +4 -6
- package/contracts/instance/base/ObjectCounter.sol +1 -2
- package/contracts/instance/base/ObjectLifecycle.sol +109 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +29 -21
- package/contracts/instance/module/IDistribution.sol +21 -9
- package/contracts/instance/module/IPolicy.sol +50 -29
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/mock/Dip.sol +1 -1
- package/contracts/oracle/BasicOracle.sol +44 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +25 -4
- package/contracts/oracle/IOracleComponent.sol +2 -1
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +60 -53
- package/contracts/oracle/OracleService.sol +119 -87
- package/contracts/oracle/OracleServiceManager.sol +8 -11
- package/contracts/pool/BasicPool.sol +161 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +222 -132
- package/contracts/pool/BundleServiceManager.sol +8 -11
- package/contracts/pool/IBundleService.sol +43 -33
- package/contracts/pool/IPoolComponent.sol +20 -70
- package/contracts/pool/IPoolService.sol +97 -77
- package/contracts/pool/Pool.sol +196 -164
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +419 -257
- package/contracts/pool/PoolServiceManager.sol +6 -9
- package/contracts/product/ApplicationService.sol +154 -81
- package/contracts/product/ApplicationServiceManager.sol +6 -6
- package/contracts/product/BasicProduct.sol +48 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +391 -207
- package/contracts/product/ClaimServiceManager.sol +6 -6
- package/contracts/product/IApplicationService.sol +29 -3
- package/contracts/product/IClaimService.sol +48 -11
- package/contracts/product/IPolicyService.sol +61 -37
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +29 -9
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +445 -275
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +6 -9
- package/contracts/product/PricingService.sol +90 -84
- package/contracts/product/PricingServiceManager.sol +6 -9
- package/contracts/product/Product.sol +261 -147
- package/contracts/product/RiskService.sol +189 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +72 -40
- package/contracts/registry/IRegistry.sol +84 -36
- package/contracts/registry/IRegistryService.sol +3 -10
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +378 -224
- package/contracts/registry/RegistryAdmin.sol +105 -265
- package/contracts/registry/RegistryAuthorization.sol +337 -0
- package/contracts/registry/RegistryService.sol +42 -67
- package/contracts/registry/RegistryServiceManager.sol +5 -5
- package/contracts/registry/ReleaseAdmin.sol +199 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +213 -71
- package/contracts/registry/TokenRegistry.sol +61 -59
- package/contracts/shared/Component.sol +71 -142
- package/contracts/shared/ComponentService.sol +459 -385
- package/contracts/shared/ComponentServiceManager.sol +10 -7
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +6 -18
- package/contracts/shared/IComponentService.sol +50 -41
- package/contracts/shared/IInstanceLinkedComponent.sol +10 -26
- package/contracts/shared/ILifecycle.sol +3 -2
- package/contracts/shared/INftOwnable.sol +4 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +4 -6
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +11 -3
- package/contracts/shared/InstanceLinkedComponent.sol +96 -48
- package/contracts/shared/Lifecycle.sol +30 -72
- package/contracts/shared/{NftIdSetManager.sol → NftIdSet.sol} +1 -1
- package/contracts/shared/NftOwnable.sol +33 -11
- package/contracts/shared/PolicyHolder.sol +20 -59
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +22 -38
- package/contracts/shared/TokenHandler.sol +310 -26
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +271 -73
- package/contracts/staking/IStakingService.sol +48 -74
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +534 -250
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingManager.sol +14 -15
- package/contracts/staking/StakingReader.sol +72 -88
- package/contracts/staking/StakingService.sol +62 -152
- package/contracts/staking/StakingServiceManager.sol +9 -7
- package/contracts/staking/StakingStore.sol +1096 -341
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +73 -46
- package/contracts/type/Amount.sol +31 -5
- package/contracts/type/Blocknumber.sol +24 -23
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/Fee.sol +8 -8
- package/contracts/type/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +7 -0
- package/contracts/type/ObjectType.sol +94 -28
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/Referral.sol +1 -0
- package/contracts/type/RiskId.sol +38 -6
- package/contracts/type/RoleId.sol +93 -114
- package/contracts/type/Seconds.sol +40 -1
- package/contracts/type/Selector.sol +5 -0
- package/contracts/type/StateId.sol +15 -1
- package/contracts/type/String.sol +12 -0
- package/contracts/type/Timestamp.sol +14 -7
- package/contracts/type/UFixed.sol +62 -125
- package/contracts/type/Version.sol +57 -6
- package/contracts/{shared → upgradeability}/IVersionable.sol +3 -0
- package/contracts/{shared → upgradeability}/ProxyManager.sol +97 -50
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/{shared → upgradeability}/Versionable.sol +8 -5
- package/package.json +10 -6
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -709
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -228
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -187
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -129
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/product/IProductService.sol/IProductService.json +0 -400
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +0 -129
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -1218
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +0 -4
- package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +0 -171
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +0 -1559
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +0 -1193
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +0 -1747
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +0 -1760
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +0 -1838
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +0 -1856
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +0 -1562
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +0 -4
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +0 -1600
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +0 -571
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +0 -4
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +0 -306
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -617
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -460
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -10
- package/contracts/instance/BundleManager.sol +0 -126
- package/contracts/instance/InstanceAuthorizationsLib.sol +0 -377
- package/contracts/instance/base/ObjectManager.sol +0 -80
- package/contracts/instance/module/IAccess.sol +0 -46
- package/contracts/product/IProductService.sol +0 -33
- package/contracts/product/ProductService.sol +0 -124
- package/contracts/product/ProductServiceManager.sol +0 -42
- package/contracts/registry/IServiceAuthorization.sol +0 -35
- package/contracts/registry/ReleaseManager.sol +0 -527
- package/contracts/registry/ServiceAuthorization.sol +0 -86
- package/contracts/shared/AccessAdmin.sol +0 -759
- package/contracts/shared/AccessManagerCustom.sol +0 -741
- package/contracts/shared/AccessManagerExtended.sol +0 -481
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +0 -13
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +0 -137
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +0 -14
- package/contracts/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/IAccessAdmin.sol +0 -168
- package/contracts/shared/IAccessManagerExtended.sol +0 -74
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +0 -18
- package/contracts/shared/IKeyValueStore.sol +0 -53
- package/contracts/shared/InitializableCustom.sol +0 -177
- package/contracts/shared/KeyValueStore.sol +0 -127
- package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
- package/contracts/staking/StakeManagerLib.sol +0 -231
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_format": "hh-sol-artifact-1",
|
3
3
|
"contractName": "IAccessAdmin",
|
4
|
-
"sourceName": "contracts/
|
4
|
+
"sourceName": "contracts/authorization/IAccessAdmin.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
7
|
"inputs": [
|
@@ -43,12 +43,98 @@
|
|
43
43
|
},
|
44
44
|
{
|
45
45
|
"inputs": [],
|
46
|
-
"name": "
|
46
|
+
"name": "ErrorAccessAdminAccessManagerEmptyName",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [
|
51
|
+
{
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "authority",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"name": "ErrorAccessAdminAccessManagerNotAccessManager",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [],
|
62
|
+
"name": "ErrorAccessAdminAdminRoleMissing",
|
63
|
+
"type": "error"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"inputs": [
|
67
|
+
{
|
68
|
+
"internalType": "address",
|
69
|
+
"name": "authorization",
|
70
|
+
"type": "address"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorAccessAdminAlreadyInitialized",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "address",
|
80
|
+
"name": "authority",
|
81
|
+
"type": "address"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorAccessAdminAuthorityNotContract",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "address",
|
91
|
+
"name": "target",
|
92
|
+
"type": "address"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorAccessAdminAuthorizeForAdminRoleInvalid",
|
96
|
+
"type": "error"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"inputs": [
|
100
|
+
{
|
101
|
+
"internalType": "address",
|
102
|
+
"name": "authorization",
|
103
|
+
"type": "address"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"internalType": "ObjectType",
|
107
|
+
"name": "expectedDomain",
|
108
|
+
"type": "uint8"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"internalType": "ObjectType",
|
112
|
+
"name": "actualDomain",
|
113
|
+
"type": "uint8"
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"name": "ErrorAccessAdminDomainMismatch",
|
47
117
|
"type": "error"
|
48
118
|
},
|
49
119
|
{
|
50
120
|
"inputs": [],
|
51
|
-
"name": "
|
121
|
+
"name": "ErrorAccessAdminFunctionNameEmpty",
|
122
|
+
"type": "error"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"inputs": [
|
126
|
+
{
|
127
|
+
"internalType": "address",
|
128
|
+
"name": "target",
|
129
|
+
"type": "address"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"internalType": "enum IAccess.TargetType",
|
133
|
+
"name": "serviceTargetType",
|
134
|
+
"type": "uint8"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"name": "ErrorAccessAdminInvalidServiceType",
|
52
138
|
"type": "error"
|
53
139
|
},
|
54
140
|
{
|
@@ -57,9 +143,24 @@
|
|
57
143
|
"internalType": "address",
|
58
144
|
"name": "target",
|
59
145
|
"type": "address"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"internalType": "enum IAccess.TargetType",
|
149
|
+
"name": "targetType",
|
150
|
+
"type": "uint8"
|
60
151
|
}
|
61
152
|
],
|
62
|
-
"name": "
|
153
|
+
"name": "ErrorAccessAdminInvalidTargetType",
|
154
|
+
"type": "error"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"inputs": [],
|
158
|
+
"name": "ErrorAccessAdminInvalidUseOfAdminRole",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [],
|
163
|
+
"name": "ErrorAccessAdminInvalidUseOfPublicRole",
|
63
164
|
"type": "error"
|
64
165
|
},
|
65
166
|
{
|
@@ -68,14 +169,63 @@
|
|
68
169
|
"internalType": "RoleId",
|
69
170
|
"name": "adminRoleId",
|
70
171
|
"type": "uint64"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"internalType": "address",
|
175
|
+
"name": "account",
|
176
|
+
"type": "address"
|
71
177
|
}
|
72
178
|
],
|
73
|
-
"name": "
|
179
|
+
"name": "ErrorAccessAdminNotAdminOfRole",
|
180
|
+
"type": "error"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"inputs": [
|
184
|
+
{
|
185
|
+
"internalType": "address",
|
186
|
+
"name": "authorization",
|
187
|
+
"type": "address"
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"name": "ErrorAccessAdminNotAuthorization",
|
191
|
+
"type": "error"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"inputs": [
|
195
|
+
{
|
196
|
+
"internalType": "address",
|
197
|
+
"name": "target",
|
198
|
+
"type": "address"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"name": "ErrorAccessAdminNotComponentOrCustomTarget",
|
74
202
|
"type": "error"
|
75
203
|
},
|
76
204
|
{
|
77
205
|
"inputs": [],
|
78
|
-
"name": "
|
206
|
+
"name": "ErrorAccessAdminNotDeployer",
|
207
|
+
"type": "error"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"inputs": [
|
211
|
+
{
|
212
|
+
"internalType": "address",
|
213
|
+
"name": "registerable",
|
214
|
+
"type": "address"
|
215
|
+
}
|
216
|
+
],
|
217
|
+
"name": "ErrorAccessAdminNotRegistered",
|
218
|
+
"type": "error"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"inputs": [
|
222
|
+
{
|
223
|
+
"internalType": "address",
|
224
|
+
"name": "registry",
|
225
|
+
"type": "address"
|
226
|
+
}
|
227
|
+
],
|
228
|
+
"name": "ErrorAccessAdminNotRegistry",
|
79
229
|
"type": "error"
|
80
230
|
},
|
81
231
|
{
|
@@ -84,9 +234,46 @@
|
|
84
234
|
"internalType": "RoleId",
|
85
235
|
"name": "roleId",
|
86
236
|
"type": "uint64"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"internalType": "address",
|
240
|
+
"name": "account",
|
241
|
+
"type": "address"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"name": "ErrorAccessAdminNotRoleOwner",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [
|
249
|
+
{
|
250
|
+
"internalType": "address",
|
251
|
+
"name": "serviceAuthorization",
|
252
|
+
"type": "address"
|
87
253
|
}
|
88
254
|
],
|
89
|
-
"name": "
|
255
|
+
"name": "ErrorAccessAdminNotServiceAuthorization",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"inputs": [
|
260
|
+
{
|
261
|
+
"internalType": "address",
|
262
|
+
"name": "authorization",
|
263
|
+
"type": "address"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"internalType": "VersionPart",
|
267
|
+
"name": "expectedRelease",
|
268
|
+
"type": "uint8"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"internalType": "VersionPart",
|
272
|
+
"name": "actualRelease",
|
273
|
+
"type": "uint8"
|
274
|
+
}
|
275
|
+
],
|
276
|
+
"name": "ErrorAccessAdminReleaseMismatch",
|
90
277
|
"type": "error"
|
91
278
|
},
|
92
279
|
{
|
@@ -97,7 +284,7 @@
|
|
97
284
|
"type": "uint64"
|
98
285
|
}
|
99
286
|
],
|
100
|
-
"name": "
|
287
|
+
"name": "ErrorAccessAdminRoleAdminNotExisting",
|
101
288
|
"type": "error"
|
102
289
|
},
|
103
290
|
{
|
@@ -113,7 +300,29 @@
|
|
113
300
|
"type": "string"
|
114
301
|
}
|
115
302
|
],
|
116
|
-
"name": "
|
303
|
+
"name": "ErrorAccessAdminRoleAlreadyCreated",
|
304
|
+
"type": "error"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"inputs": [
|
308
|
+
{
|
309
|
+
"internalType": "RoleId",
|
310
|
+
"name": "roleId",
|
311
|
+
"type": "uint64"
|
312
|
+
}
|
313
|
+
],
|
314
|
+
"name": "ErrorAccessAdminRoleIsLocked",
|
315
|
+
"type": "error"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"inputs": [
|
319
|
+
{
|
320
|
+
"internalType": "RoleId",
|
321
|
+
"name": "roleId",
|
322
|
+
"type": "uint64"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"name": "ErrorAccessAdminRoleIsPaused",
|
117
326
|
"type": "error"
|
118
327
|
},
|
119
328
|
{
|
@@ -122,9 +331,14 @@
|
|
122
331
|
"internalType": "RoleId",
|
123
332
|
"name": "roleId",
|
124
333
|
"type": "uint64"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"internalType": "address",
|
337
|
+
"name": "notContract",
|
338
|
+
"type": "address"
|
125
339
|
}
|
126
340
|
],
|
127
|
-
"name": "
|
341
|
+
"name": "ErrorAccessAdminRoleMemberNotContract",
|
128
342
|
"type": "error"
|
129
343
|
},
|
130
344
|
{
|
@@ -133,9 +347,14 @@
|
|
133
347
|
"internalType": "RoleId",
|
134
348
|
"name": "roleId",
|
135
349
|
"type": "uint64"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"internalType": "address",
|
353
|
+
"name": "expectedMember",
|
354
|
+
"type": "address"
|
136
355
|
}
|
137
356
|
],
|
138
|
-
"name": "
|
357
|
+
"name": "ErrorAccessAdminRoleMemberRemovalDisabled",
|
139
358
|
"type": "error"
|
140
359
|
},
|
141
360
|
{
|
@@ -151,7 +370,7 @@
|
|
151
370
|
"type": "uint256"
|
152
371
|
}
|
153
372
|
],
|
154
|
-
"name": "
|
373
|
+
"name": "ErrorAccessAdminRoleMembersLimitReached",
|
155
374
|
"type": "error"
|
156
375
|
},
|
157
376
|
{
|
@@ -172,7 +391,7 @@
|
|
172
391
|
"type": "uint64"
|
173
392
|
}
|
174
393
|
],
|
175
|
-
"name": "
|
394
|
+
"name": "ErrorAccessAdminRoleNameAlreadyExists",
|
176
395
|
"type": "error"
|
177
396
|
},
|
178
397
|
{
|
@@ -183,7 +402,7 @@
|
|
183
402
|
"type": "uint64"
|
184
403
|
}
|
185
404
|
],
|
186
|
-
"name": "
|
405
|
+
"name": "ErrorAccessAdminRoleNameEmpty",
|
187
406
|
"type": "error"
|
188
407
|
},
|
189
408
|
{
|
@@ -194,7 +413,7 @@
|
|
194
413
|
"type": "uint64"
|
195
414
|
}
|
196
415
|
],
|
197
|
-
"name": "
|
416
|
+
"name": "ErrorAccessAdminRoleNotCustom",
|
198
417
|
"type": "error"
|
199
418
|
},
|
200
419
|
{
|
@@ -205,12 +424,17 @@
|
|
205
424
|
"type": "uint64"
|
206
425
|
}
|
207
426
|
],
|
208
|
-
"name": "
|
427
|
+
"name": "ErrorAccessAdminRoleUnknown",
|
428
|
+
"type": "error"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"inputs": [],
|
432
|
+
"name": "ErrorAccessAdminSelectorZero",
|
209
433
|
"type": "error"
|
210
434
|
},
|
211
435
|
{
|
212
436
|
"inputs": [],
|
213
|
-
"name": "
|
437
|
+
"name": "ErrorAccessAdminTagetNotLockable",
|
214
438
|
"type": "error"
|
215
439
|
},
|
216
440
|
{
|
@@ -226,7 +450,23 @@
|
|
226
450
|
"type": "string"
|
227
451
|
}
|
228
452
|
],
|
229
|
-
"name": "
|
453
|
+
"name": "ErrorAccessAdminTargetAlreadyCreated",
|
454
|
+
"type": "error"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"inputs": [
|
458
|
+
{
|
459
|
+
"internalType": "address",
|
460
|
+
"name": "target",
|
461
|
+
"type": "address"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"internalType": "bool",
|
465
|
+
"name": "isLocked",
|
466
|
+
"type": "bool"
|
467
|
+
}
|
468
|
+
],
|
469
|
+
"name": "ErrorAccessAdminTargetAlreadyLocked",
|
230
470
|
"type": "error"
|
231
471
|
},
|
232
472
|
{
|
@@ -242,7 +482,7 @@
|
|
242
482
|
"type": "address"
|
243
483
|
}
|
244
484
|
],
|
245
|
-
"name": "
|
485
|
+
"name": "ErrorAccessAdminTargetAuthorityMismatch",
|
246
486
|
"type": "error"
|
247
487
|
},
|
248
488
|
{
|
@@ -263,7 +503,7 @@
|
|
263
503
|
"type": "address"
|
264
504
|
}
|
265
505
|
],
|
266
|
-
"name": "
|
506
|
+
"name": "ErrorAccessAdminTargetNameAlreadyExists",
|
267
507
|
"type": "error"
|
268
508
|
},
|
269
509
|
{
|
@@ -274,7 +514,7 @@
|
|
274
514
|
"type": "address"
|
275
515
|
}
|
276
516
|
],
|
277
|
-
"name": "
|
517
|
+
"name": "ErrorAccessAdminTargetNameEmpty",
|
278
518
|
"type": "error"
|
279
519
|
},
|
280
520
|
{
|
@@ -285,7 +525,7 @@
|
|
285
525
|
"type": "address"
|
286
526
|
}
|
287
527
|
],
|
288
|
-
"name": "
|
528
|
+
"name": "ErrorAccessAdminTargetNotAccessManaged",
|
289
529
|
"type": "error"
|
290
530
|
},
|
291
531
|
{
|
@@ -296,7 +536,61 @@
|
|
296
536
|
"type": "address"
|
297
537
|
}
|
298
538
|
],
|
299
|
-
"name": "
|
539
|
+
"name": "ErrorAccessAdminTargetNotCreated",
|
540
|
+
"type": "error"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"inputs": [
|
544
|
+
{
|
545
|
+
"internalType": "address",
|
546
|
+
"name": "target",
|
547
|
+
"type": "address"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"name": "ErrorAccessAdminTargetNotRegistered",
|
551
|
+
"type": "error"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"inputs": [
|
555
|
+
{
|
556
|
+
"internalType": "address",
|
557
|
+
"name": "target",
|
558
|
+
"type": "address"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"internalType": "ObjectType",
|
562
|
+
"name": "expectedType",
|
563
|
+
"type": "uint8"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"internalType": "ObjectType",
|
567
|
+
"name": "actualType",
|
568
|
+
"type": "uint8"
|
569
|
+
}
|
570
|
+
],
|
571
|
+
"name": "ErrorAccessAdminTargetTypeMismatch",
|
572
|
+
"type": "error"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"inputs": [
|
576
|
+
{
|
577
|
+
"internalType": "address",
|
578
|
+
"name": "target",
|
579
|
+
"type": "address"
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"name": "ErrorAccessAdminTargetUnknown",
|
583
|
+
"type": "error"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"inputs": [
|
587
|
+
{
|
588
|
+
"internalType": "address",
|
589
|
+
"name": "registryAddress",
|
590
|
+
"type": "address"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"name": "ErrorNotRegistry",
|
300
594
|
"type": "error"
|
301
595
|
},
|
302
596
|
{
|
@@ -315,6 +609,12 @@
|
|
315
609
|
{
|
316
610
|
"anonymous": false,
|
317
611
|
"inputs": [
|
612
|
+
{
|
613
|
+
"indexed": false,
|
614
|
+
"internalType": "string",
|
615
|
+
"name": "admin",
|
616
|
+
"type": "string"
|
617
|
+
},
|
318
618
|
{
|
319
619
|
"indexed": false,
|
320
620
|
"internalType": "address",
|
@@ -323,23 +623,29 @@
|
|
323
623
|
},
|
324
624
|
{
|
325
625
|
"indexed": false,
|
326
|
-
"internalType": "
|
327
|
-
"name": "
|
328
|
-
"type": "
|
626
|
+
"internalType": "string",
|
627
|
+
"name": "func",
|
628
|
+
"type": "string"
|
329
629
|
},
|
330
630
|
{
|
331
631
|
"indexed": false,
|
332
|
-
"internalType": "
|
333
|
-
"name": "
|
334
|
-
"type": "
|
632
|
+
"internalType": "Blocknumber",
|
633
|
+
"name": "lastUpdateIn",
|
634
|
+
"type": "uint40"
|
335
635
|
}
|
336
636
|
],
|
337
|
-
"name": "
|
637
|
+
"name": "LogAccessAdminFunctionGranted",
|
338
638
|
"type": "event"
|
339
639
|
},
|
340
640
|
{
|
341
641
|
"anonymous": false,
|
342
642
|
"inputs": [
|
643
|
+
{
|
644
|
+
"indexed": false,
|
645
|
+
"internalType": "string",
|
646
|
+
"name": "admin",
|
647
|
+
"type": "string"
|
648
|
+
},
|
343
649
|
{
|
344
650
|
"indexed": false,
|
345
651
|
"internalType": "RoleId",
|
@@ -348,23 +654,29 @@
|
|
348
654
|
},
|
349
655
|
{
|
350
656
|
"indexed": false,
|
351
|
-
"internalType": "
|
352
|
-
"name": "
|
353
|
-
"type": "
|
657
|
+
"internalType": "bool",
|
658
|
+
"name": "active",
|
659
|
+
"type": "bool"
|
354
660
|
},
|
355
661
|
{
|
356
662
|
"indexed": false,
|
357
|
-
"internalType": "
|
358
|
-
"name": "
|
359
|
-
"type": "
|
663
|
+
"internalType": "Blocknumber",
|
664
|
+
"name": "lastUpdateIn",
|
665
|
+
"type": "uint40"
|
360
666
|
}
|
361
667
|
],
|
362
|
-
"name": "
|
668
|
+
"name": "LogAccessAdminRoleActivatedSet",
|
363
669
|
"type": "event"
|
364
670
|
},
|
365
671
|
{
|
366
672
|
"anonymous": false,
|
367
673
|
"inputs": [
|
674
|
+
{
|
675
|
+
"indexed": false,
|
676
|
+
"internalType": "string",
|
677
|
+
"name": "admin",
|
678
|
+
"type": "string"
|
679
|
+
},
|
368
680
|
{
|
369
681
|
"indexed": false,
|
370
682
|
"internalType": "RoleId",
|
@@ -373,166 +685,155 @@
|
|
373
685
|
},
|
374
686
|
{
|
375
687
|
"indexed": false,
|
376
|
-
"internalType": "
|
377
|
-
"name": "
|
378
|
-
"type": "
|
688
|
+
"internalType": "enum IAccess.TargetType",
|
689
|
+
"name": "targetType",
|
690
|
+
"type": "uint8"
|
379
691
|
},
|
380
692
|
{
|
381
693
|
"indexed": false,
|
382
|
-
"internalType": "
|
383
|
-
"name": "
|
384
|
-
"type": "
|
694
|
+
"internalType": "RoleId",
|
695
|
+
"name": "roleAdminId",
|
696
|
+
"type": "uint64"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"indexed": false,
|
700
|
+
"internalType": "string",
|
701
|
+
"name": "name",
|
702
|
+
"type": "string"
|
385
703
|
}
|
386
704
|
],
|
387
|
-
"name": "
|
705
|
+
"name": "LogAccessAdminRoleCreated",
|
388
706
|
"type": "event"
|
389
707
|
},
|
390
708
|
{
|
391
709
|
"anonymous": false,
|
392
710
|
"inputs": [
|
711
|
+
{
|
712
|
+
"indexed": false,
|
713
|
+
"internalType": "string",
|
714
|
+
"name": "admin",
|
715
|
+
"type": "string"
|
716
|
+
},
|
393
717
|
{
|
394
718
|
"indexed": false,
|
395
719
|
"internalType": "address",
|
396
|
-
"name": "
|
720
|
+
"name": "account",
|
397
721
|
"type": "address"
|
398
722
|
},
|
399
723
|
{
|
400
724
|
"indexed": false,
|
401
725
|
"internalType": "string",
|
402
|
-
"name": "
|
726
|
+
"name": "roleName",
|
403
727
|
"type": "string"
|
404
728
|
}
|
405
729
|
],
|
406
|
-
"name": "
|
730
|
+
"name": "LogAccessAdminRoleGranted",
|
407
731
|
"type": "event"
|
408
732
|
},
|
409
733
|
{
|
410
|
-
"
|
411
|
-
"
|
412
|
-
|
734
|
+
"anonymous": false,
|
735
|
+
"inputs": [
|
736
|
+
{
|
737
|
+
"indexed": false,
|
738
|
+
"internalType": "string",
|
739
|
+
"name": "admin",
|
740
|
+
"type": "string"
|
741
|
+
},
|
413
742
|
{
|
743
|
+
"indexed": false,
|
414
744
|
"internalType": "address",
|
415
|
-
"name": "",
|
745
|
+
"name": "account",
|
416
746
|
"type": "address"
|
747
|
+
},
|
748
|
+
{
|
749
|
+
"indexed": false,
|
750
|
+
"internalType": "string",
|
751
|
+
"name": "roleName",
|
752
|
+
"type": "string"
|
417
753
|
}
|
418
754
|
],
|
419
|
-
"
|
420
|
-
"type": "
|
755
|
+
"name": "LogAccessAdminRoleRevoked",
|
756
|
+
"type": "event"
|
421
757
|
},
|
422
758
|
{
|
759
|
+
"anonymous": false,
|
423
760
|
"inputs": [
|
424
761
|
{
|
425
|
-
"
|
426
|
-
"
|
427
|
-
"
|
762
|
+
"indexed": false,
|
763
|
+
"internalType": "string",
|
764
|
+
"name": "admin",
|
765
|
+
"type": "string"
|
428
766
|
},
|
429
767
|
{
|
430
|
-
"
|
431
|
-
"
|
432
|
-
"
|
768
|
+
"indexed": false,
|
769
|
+
"internalType": "string",
|
770
|
+
"name": "name",
|
771
|
+
"type": "string"
|
433
772
|
},
|
434
773
|
{
|
435
|
-
"
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
},
|
441
|
-
{
|
442
|
-
"internalType": "Str",
|
443
|
-
"name": "name",
|
444
|
-
"type": "bytes32"
|
445
|
-
}
|
446
|
-
],
|
447
|
-
"internalType": "struct IAccessAdmin.Function[]",
|
448
|
-
"name": "functions",
|
449
|
-
"type": "tuple[]"
|
450
|
-
}
|
451
|
-
],
|
452
|
-
"name": "authorizeFunctions",
|
453
|
-
"outputs": [],
|
454
|
-
"stateMutability": "nonpayable",
|
455
|
-
"type": "function"
|
456
|
-
},
|
457
|
-
{
|
458
|
-
"inputs": [
|
774
|
+
"indexed": false,
|
775
|
+
"internalType": "bool",
|
776
|
+
"name": "managed",
|
777
|
+
"type": "bool"
|
778
|
+
},
|
459
779
|
{
|
780
|
+
"indexed": false,
|
460
781
|
"internalType": "address",
|
461
782
|
"name": "target",
|
462
783
|
"type": "address"
|
463
|
-
}
|
464
|
-
],
|
465
|
-
"name": "authorizedFunctions",
|
466
|
-
"outputs": [
|
784
|
+
},
|
467
785
|
{
|
468
|
-
"
|
469
|
-
"
|
470
|
-
"
|
786
|
+
"indexed": false,
|
787
|
+
"internalType": "RoleId",
|
788
|
+
"name": "roleId",
|
789
|
+
"type": "uint64"
|
471
790
|
}
|
472
791
|
],
|
473
|
-
"
|
474
|
-
"type": "
|
792
|
+
"name": "LogAccessAdminTargetCreated",
|
793
|
+
"type": "event"
|
475
794
|
},
|
476
795
|
{
|
796
|
+
"anonymous": false,
|
477
797
|
"inputs": [
|
478
798
|
{
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
799
|
+
"indexed": false,
|
800
|
+
"internalType": "string",
|
801
|
+
"name": "admin",
|
802
|
+
"type": "string"
|
482
803
|
},
|
483
804
|
{
|
805
|
+
"indexed": false,
|
484
806
|
"internalType": "address",
|
485
807
|
"name": "target",
|
486
808
|
"type": "address"
|
487
809
|
},
|
488
810
|
{
|
489
|
-
"
|
490
|
-
"name": "selector",
|
491
|
-
"type": "bytes4"
|
492
|
-
}
|
493
|
-
],
|
494
|
-
"name": "canCall",
|
495
|
-
"outputs": [
|
496
|
-
{
|
811
|
+
"indexed": false,
|
497
812
|
"internalType": "bool",
|
498
|
-
"name": "
|
813
|
+
"name": "locked",
|
499
814
|
"type": "bool"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"indexed": false,
|
818
|
+
"internalType": "Blocknumber",
|
819
|
+
"name": "lastUpdateIn",
|
820
|
+
"type": "uint40"
|
500
821
|
}
|
501
822
|
],
|
502
|
-
"
|
503
|
-
"type": "
|
823
|
+
"name": "LogAccessAdminTargetLockedSet",
|
824
|
+
"type": "event"
|
504
825
|
},
|
505
826
|
{
|
506
|
-
"inputs": [
|
507
|
-
|
508
|
-
|
509
|
-
"name": "roleId",
|
510
|
-
"type": "uint64"
|
511
|
-
},
|
512
|
-
{
|
513
|
-
"internalType": "RoleId",
|
514
|
-
"name": "adminRoleId",
|
515
|
-
"type": "uint64"
|
516
|
-
},
|
517
|
-
{
|
518
|
-
"internalType": "string",
|
519
|
-
"name": "name",
|
520
|
-
"type": "string"
|
521
|
-
},
|
522
|
-
{
|
523
|
-
"internalType": "uint256",
|
524
|
-
"name": "maxMemberCount",
|
525
|
-
"type": "uint256"
|
526
|
-
},
|
827
|
+
"inputs": [],
|
828
|
+
"name": "authority",
|
829
|
+
"outputs": [
|
527
830
|
{
|
528
|
-
"internalType": "
|
529
|
-
"name": "
|
530
|
-
"type": "
|
831
|
+
"internalType": "address",
|
832
|
+
"name": "",
|
833
|
+
"type": "address"
|
531
834
|
}
|
532
835
|
],
|
533
|
-
"
|
534
|
-
"outputs": [],
|
535
|
-
"stateMutability": "nonpayable",
|
836
|
+
"stateMutability": "view",
|
536
837
|
"type": "function"
|
537
838
|
},
|
538
839
|
{
|
@@ -541,26 +842,14 @@
|
|
541
842
|
"internalType": "address",
|
542
843
|
"name": "target",
|
543
844
|
"type": "address"
|
544
|
-
},
|
545
|
-
{
|
546
|
-
"internalType": "string",
|
547
|
-
"name": "name",
|
548
|
-
"type": "string"
|
549
845
|
}
|
550
846
|
],
|
551
|
-
"name": "
|
552
|
-
"outputs": [],
|
553
|
-
"stateMutability": "nonpayable",
|
554
|
-
"type": "function"
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"inputs": [],
|
558
|
-
"name": "deployer",
|
847
|
+
"name": "authorizedFunctions",
|
559
848
|
"outputs": [
|
560
849
|
{
|
561
|
-
"internalType": "
|
562
|
-
"name": "",
|
563
|
-
"type": "
|
850
|
+
"internalType": "uint256",
|
851
|
+
"name": "numberOfFunctions",
|
852
|
+
"type": "uint256"
|
564
853
|
}
|
565
854
|
],
|
566
855
|
"stateMutability": "view",
|
@@ -568,12 +857,12 @@
|
|
568
857
|
},
|
569
858
|
{
|
570
859
|
"inputs": [],
|
571
|
-
"name": "
|
860
|
+
"name": "getAuthorization",
|
572
861
|
"outputs": [
|
573
862
|
{
|
574
|
-
"internalType": "
|
575
|
-
"name": "
|
576
|
-
"type": "
|
863
|
+
"internalType": "contract IAuthorization",
|
864
|
+
"name": "authorization",
|
865
|
+
"type": "address"
|
577
866
|
}
|
578
867
|
],
|
579
868
|
"stateMutability": "view",
|
@@ -596,18 +885,28 @@
|
|
596
885
|
"outputs": [
|
597
886
|
{
|
598
887
|
"components": [
|
888
|
+
{
|
889
|
+
"internalType": "Str",
|
890
|
+
"name": "name",
|
891
|
+
"type": "bytes32"
|
892
|
+
},
|
599
893
|
{
|
600
894
|
"internalType": "Selector",
|
601
895
|
"name": "selector",
|
602
896
|
"type": "bytes4"
|
603
897
|
},
|
604
898
|
{
|
605
|
-
"internalType": "
|
606
|
-
"name": "
|
607
|
-
"type": "
|
899
|
+
"internalType": "Timestamp",
|
900
|
+
"name": "createdAt",
|
901
|
+
"type": "uint40"
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"internalType": "Blocknumber",
|
905
|
+
"name": "lastUpdateIn",
|
906
|
+
"type": "uint40"
|
608
907
|
}
|
609
908
|
],
|
610
|
-
"internalType": "struct
|
909
|
+
"internalType": "struct IAccess.FunctionInfo",
|
611
910
|
"name": "func",
|
612
911
|
"type": "tuple"
|
613
912
|
},
|
@@ -622,12 +921,12 @@
|
|
622
921
|
},
|
623
922
|
{
|
624
923
|
"inputs": [],
|
625
|
-
"name": "
|
924
|
+
"name": "getLinkedNftId",
|
626
925
|
"outputs": [
|
627
926
|
{
|
628
|
-
"internalType": "
|
629
|
-
"name": "
|
630
|
-
"type": "
|
927
|
+
"internalType": "NftId",
|
928
|
+
"name": "linkedNftId",
|
929
|
+
"type": "uint96"
|
631
930
|
}
|
632
931
|
],
|
633
932
|
"stateMutability": "view",
|
@@ -635,12 +934,25 @@
|
|
635
934
|
},
|
636
935
|
{
|
637
936
|
"inputs": [],
|
638
|
-
"name": "
|
937
|
+
"name": "getRegistry",
|
639
938
|
"outputs": [
|
640
939
|
{
|
641
|
-
"internalType": "
|
642
|
-
"name": "
|
643
|
-
"type": "
|
940
|
+
"internalType": "contract IRegistry",
|
941
|
+
"name": "",
|
942
|
+
"type": "address"
|
943
|
+
}
|
944
|
+
],
|
945
|
+
"stateMutability": "view",
|
946
|
+
"type": "function"
|
947
|
+
},
|
948
|
+
{
|
949
|
+
"inputs": [],
|
950
|
+
"name": "getRelease",
|
951
|
+
"outputs": [
|
952
|
+
{
|
953
|
+
"internalType": "VersionPart",
|
954
|
+
"name": "release",
|
955
|
+
"type": "uint8"
|
644
956
|
}
|
645
957
|
],
|
646
958
|
"stateMutability": "view",
|
@@ -649,29 +961,22 @@
|
|
649
961
|
{
|
650
962
|
"inputs": [
|
651
963
|
{
|
652
|
-
"internalType": "
|
964
|
+
"internalType": "string",
|
653
965
|
"name": "name",
|
654
|
-
"type": "
|
966
|
+
"type": "string"
|
655
967
|
}
|
656
968
|
],
|
657
969
|
"name": "getRoleForName",
|
658
970
|
"outputs": [
|
659
971
|
{
|
660
|
-
"
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
"name": "exists",
|
669
|
-
"type": "bool"
|
670
|
-
}
|
671
|
-
],
|
672
|
-
"internalType": "struct IAccessAdmin.RoleNameInfo",
|
673
|
-
"name": "",
|
674
|
-
"type": "tuple"
|
972
|
+
"internalType": "RoleId",
|
973
|
+
"name": "roleId",
|
974
|
+
"type": "uint64"
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"internalType": "bool",
|
978
|
+
"name": "exists",
|
979
|
+
"type": "bool"
|
675
980
|
}
|
676
981
|
],
|
677
982
|
"stateMutability": "view",
|
@@ -714,32 +1019,37 @@
|
|
714
1019
|
"type": "uint64"
|
715
1020
|
},
|
716
1021
|
{
|
717
|
-
"internalType": "
|
718
|
-
"name": "
|
719
|
-
"type": "
|
1022
|
+
"internalType": "enum IAccess.TargetType",
|
1023
|
+
"name": "targetType",
|
1024
|
+
"type": "uint8"
|
720
1025
|
},
|
721
1026
|
{
|
722
|
-
"internalType": "
|
1027
|
+
"internalType": "uint32",
|
723
1028
|
"name": "maxMemberCount",
|
724
|
-
"type": "
|
1029
|
+
"type": "uint32"
|
725
1030
|
},
|
726
1031
|
{
|
727
|
-
"internalType": "
|
728
|
-
"name": "
|
729
|
-
"type": "
|
1032
|
+
"internalType": "Timestamp",
|
1033
|
+
"name": "createdAt",
|
1034
|
+
"type": "uint40"
|
730
1035
|
},
|
731
1036
|
{
|
732
1037
|
"internalType": "Timestamp",
|
733
|
-
"name": "
|
1038
|
+
"name": "pausedAt",
|
1039
|
+
"type": "uint40"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"internalType": "Blocknumber",
|
1043
|
+
"name": "lastUpdateIn",
|
734
1044
|
"type": "uint40"
|
735
1045
|
},
|
736
1046
|
{
|
737
|
-
"internalType": "
|
738
|
-
"name": "
|
739
|
-
"type": "
|
1047
|
+
"internalType": "Str",
|
1048
|
+
"name": "name",
|
1049
|
+
"type": "bytes32"
|
740
1050
|
}
|
741
1051
|
],
|
742
|
-
"internalType": "struct
|
1052
|
+
"internalType": "struct IAccess.RoleInfo",
|
743
1053
|
"name": "roleInfo",
|
744
1054
|
"type": "tuple"
|
745
1055
|
}
|
@@ -826,13 +1136,28 @@
|
|
826
1136
|
"name": "name",
|
827
1137
|
"type": "bytes32"
|
828
1138
|
},
|
1139
|
+
{
|
1140
|
+
"internalType": "enum IAccess.TargetType",
|
1141
|
+
"name": "targetType",
|
1142
|
+
"type": "uint8"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"internalType": "RoleId",
|
1146
|
+
"name": "roleId",
|
1147
|
+
"type": "uint64"
|
1148
|
+
},
|
829
1149
|
{
|
830
1150
|
"internalType": "Timestamp",
|
831
1151
|
"name": "createdAt",
|
832
1152
|
"type": "uint40"
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
"internalType": "Blocknumber",
|
1156
|
+
"name": "lastUpdateIn",
|
1157
|
+
"type": "uint40"
|
833
1158
|
}
|
834
1159
|
],
|
835
|
-
"internalType": "struct
|
1160
|
+
"internalType": "struct IAccess.TargetInfo",
|
836
1161
|
"name": "targetInfo",
|
837
1162
|
"type": "tuple"
|
838
1163
|
}
|
@@ -841,41 +1166,44 @@
|
|
841
1166
|
"type": "function"
|
842
1167
|
},
|
843
1168
|
{
|
844
|
-
"inputs": [
|
1169
|
+
"inputs": [],
|
1170
|
+
"name": "isConsumingScheduledOp",
|
1171
|
+
"outputs": [
|
845
1172
|
{
|
846
|
-
"internalType": "
|
847
|
-
"name": "
|
848
|
-
"type": "
|
849
|
-
}
|
1173
|
+
"internalType": "bytes4",
|
1174
|
+
"name": "",
|
1175
|
+
"type": "bytes4"
|
1176
|
+
}
|
1177
|
+
],
|
1178
|
+
"stateMutability": "view",
|
1179
|
+
"type": "function"
|
1180
|
+
},
|
1181
|
+
{
|
1182
|
+
"inputs": [],
|
1183
|
+
"name": "isLocked",
|
1184
|
+
"outputs": [
|
850
1185
|
{
|
851
|
-
"internalType": "
|
852
|
-
"name": "
|
853
|
-
"type": "
|
1186
|
+
"internalType": "bool",
|
1187
|
+
"name": "locked",
|
1188
|
+
"type": "bool"
|
854
1189
|
}
|
855
1190
|
],
|
856
|
-
"
|
857
|
-
"outputs": [],
|
858
|
-
"stateMutability": "nonpayable",
|
1191
|
+
"stateMutability": "view",
|
859
1192
|
"type": "function"
|
860
1193
|
},
|
861
1194
|
{
|
862
1195
|
"inputs": [
|
863
|
-
{
|
864
|
-
"internalType": "address",
|
865
|
-
"name": "account",
|
866
|
-
"type": "address"
|
867
|
-
},
|
868
1196
|
{
|
869
1197
|
"internalType": "RoleId",
|
870
1198
|
"name": "roleId",
|
871
1199
|
"type": "uint64"
|
872
1200
|
}
|
873
1201
|
],
|
874
|
-
"name": "
|
1202
|
+
"name": "isRoleActive",
|
875
1203
|
"outputs": [
|
876
1204
|
{
|
877
1205
|
"internalType": "bool",
|
878
|
-
"name": "",
|
1206
|
+
"name": "isActive",
|
879
1207
|
"type": "bool"
|
880
1208
|
}
|
881
1209
|
],
|
@@ -884,13 +1212,18 @@
|
|
884
1212
|
},
|
885
1213
|
{
|
886
1214
|
"inputs": [
|
1215
|
+
{
|
1216
|
+
"internalType": "RoleId",
|
1217
|
+
"name": "roleId",
|
1218
|
+
"type": "uint64"
|
1219
|
+
},
|
887
1220
|
{
|
888
1221
|
"internalType": "address",
|
889
|
-
"name": "
|
1222
|
+
"name": "account",
|
890
1223
|
"type": "address"
|
891
1224
|
}
|
892
1225
|
],
|
893
|
-
"name": "
|
1226
|
+
"name": "isRoleAdmin",
|
894
1227
|
"outputs": [
|
895
1228
|
{
|
896
1229
|
"internalType": "bool",
|
@@ -902,13 +1235,19 @@
|
|
902
1235
|
"type": "function"
|
903
1236
|
},
|
904
1237
|
{
|
905
|
-
"inputs": [
|
906
|
-
|
1238
|
+
"inputs": [
|
1239
|
+
{
|
1240
|
+
"internalType": "RoleId",
|
1241
|
+
"name": "roleId",
|
1242
|
+
"type": "uint64"
|
1243
|
+
}
|
1244
|
+
],
|
1245
|
+
"name": "isRoleCustom",
|
907
1246
|
"outputs": [
|
908
1247
|
{
|
909
|
-
"internalType": "
|
910
|
-
"name": "",
|
911
|
-
"type": "
|
1248
|
+
"internalType": "bool",
|
1249
|
+
"name": "isCustom",
|
1250
|
+
"type": "bool"
|
912
1251
|
}
|
913
1252
|
],
|
914
1253
|
"stateMutability": "view",
|
@@ -920,13 +1259,18 @@
|
|
920
1259
|
"internalType": "RoleId",
|
921
1260
|
"name": "roleId",
|
922
1261
|
"type": "uint64"
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"internalType": "address",
|
1265
|
+
"name": "account",
|
1266
|
+
"type": "address"
|
923
1267
|
}
|
924
1268
|
],
|
925
|
-
"name": "
|
1269
|
+
"name": "isRoleMember",
|
926
1270
|
"outputs": [
|
927
1271
|
{
|
928
1272
|
"internalType": "bool",
|
929
|
-
"name": "
|
1273
|
+
"name": "",
|
930
1274
|
"type": "bool"
|
931
1275
|
}
|
932
1276
|
],
|
@@ -952,37 +1296,6 @@
|
|
952
1296
|
"stateMutability": "view",
|
953
1297
|
"type": "function"
|
954
1298
|
},
|
955
|
-
{
|
956
|
-
"inputs": [
|
957
|
-
{
|
958
|
-
"internalType": "RoleId",
|
959
|
-
"name": "roleId",
|
960
|
-
"type": "uint64"
|
961
|
-
}
|
962
|
-
],
|
963
|
-
"name": "renounceRole",
|
964
|
-
"outputs": [],
|
965
|
-
"stateMutability": "nonpayable",
|
966
|
-
"type": "function"
|
967
|
-
},
|
968
|
-
{
|
969
|
-
"inputs": [
|
970
|
-
{
|
971
|
-
"internalType": "address",
|
972
|
-
"name": "account",
|
973
|
-
"type": "address"
|
974
|
-
},
|
975
|
-
{
|
976
|
-
"internalType": "RoleId",
|
977
|
-
"name": "roleId",
|
978
|
-
"type": "uint64"
|
979
|
-
}
|
980
|
-
],
|
981
|
-
"name": "revokeRole",
|
982
|
-
"outputs": [],
|
983
|
-
"stateMutability": "nonpayable",
|
984
|
-
"type": "function"
|
985
|
-
},
|
986
1299
|
{
|
987
1300
|
"inputs": [
|
988
1301
|
{
|
@@ -1047,42 +1360,6 @@
|
|
1047
1360
|
"stateMutability": "nonpayable",
|
1048
1361
|
"type": "function"
|
1049
1362
|
},
|
1050
|
-
{
|
1051
|
-
"inputs": [
|
1052
|
-
{
|
1053
|
-
"internalType": "RoleId",
|
1054
|
-
"name": "roleId",
|
1055
|
-
"type": "uint64"
|
1056
|
-
},
|
1057
|
-
{
|
1058
|
-
"internalType": "bool",
|
1059
|
-
"name": "disabled",
|
1060
|
-
"type": "bool"
|
1061
|
-
}
|
1062
|
-
],
|
1063
|
-
"name": "setRoleDisabled",
|
1064
|
-
"outputs": [],
|
1065
|
-
"stateMutability": "nonpayable",
|
1066
|
-
"type": "function"
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"inputs": [
|
1070
|
-
{
|
1071
|
-
"internalType": "address",
|
1072
|
-
"name": "target",
|
1073
|
-
"type": "address"
|
1074
|
-
},
|
1075
|
-
{
|
1076
|
-
"internalType": "bool",
|
1077
|
-
"name": "locked",
|
1078
|
-
"type": "bool"
|
1079
|
-
}
|
1080
|
-
],
|
1081
|
-
"name": "setTargetLocked",
|
1082
|
-
"outputs": [],
|
1083
|
-
"stateMutability": "nonpayable",
|
1084
|
-
"type": "function"
|
1085
|
-
},
|
1086
1363
|
{
|
1087
1364
|
"inputs": [
|
1088
1365
|
{
|
@@ -1114,72 +1391,6 @@
|
|
1114
1391
|
],
|
1115
1392
|
"stateMutability": "view",
|
1116
1393
|
"type": "function"
|
1117
|
-
},
|
1118
|
-
{
|
1119
|
-
"inputs": [
|
1120
|
-
{
|
1121
|
-
"internalType": "bytes4",
|
1122
|
-
"name": "selector",
|
1123
|
-
"type": "bytes4"
|
1124
|
-
},
|
1125
|
-
{
|
1126
|
-
"internalType": "string",
|
1127
|
-
"name": "name",
|
1128
|
-
"type": "string"
|
1129
|
-
}
|
1130
|
-
],
|
1131
|
-
"name": "toFunction",
|
1132
|
-
"outputs": [
|
1133
|
-
{
|
1134
|
-
"components": [
|
1135
|
-
{
|
1136
|
-
"internalType": "Selector",
|
1137
|
-
"name": "selector",
|
1138
|
-
"type": "bytes4"
|
1139
|
-
},
|
1140
|
-
{
|
1141
|
-
"internalType": "Str",
|
1142
|
-
"name": "name",
|
1143
|
-
"type": "bytes32"
|
1144
|
-
}
|
1145
|
-
],
|
1146
|
-
"internalType": "struct IAccessAdmin.Function",
|
1147
|
-
"name": "",
|
1148
|
-
"type": "tuple"
|
1149
|
-
}
|
1150
|
-
],
|
1151
|
-
"stateMutability": "pure",
|
1152
|
-
"type": "function"
|
1153
|
-
},
|
1154
|
-
{
|
1155
|
-
"inputs": [
|
1156
|
-
{
|
1157
|
-
"internalType": "address",
|
1158
|
-
"name": "target",
|
1159
|
-
"type": "address"
|
1160
|
-
},
|
1161
|
-
{
|
1162
|
-
"components": [
|
1163
|
-
{
|
1164
|
-
"internalType": "Selector",
|
1165
|
-
"name": "selector",
|
1166
|
-
"type": "bytes4"
|
1167
|
-
},
|
1168
|
-
{
|
1169
|
-
"internalType": "Str",
|
1170
|
-
"name": "name",
|
1171
|
-
"type": "bytes32"
|
1172
|
-
}
|
1173
|
-
],
|
1174
|
-
"internalType": "struct IAccessAdmin.Function[]",
|
1175
|
-
"name": "functions",
|
1176
|
-
"type": "tuple[]"
|
1177
|
-
}
|
1178
|
-
],
|
1179
|
-
"name": "unauthorizeFunctions",
|
1180
|
-
"outputs": [],
|
1181
|
-
"stateMutability": "nonpayable",
|
1182
|
-
"type": "function"
|
1183
1394
|
}
|
1184
1395
|
],
|
1185
1396
|
"bytecode": "0x",
|