@etherisc/gif-next 0.0.2-f63e99e-607 → 0.0.2-f689687-279
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +146 -22
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1379 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +542 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +571 -523
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +350 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +589 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1501 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +860 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
- 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 +1475 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +589 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +589 -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 +1479 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +589 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +589 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2408 -0
- 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/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +559 -559
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +440 -161
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +409 -3004
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1916 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +661 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1565 -569
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +495 -361
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +355 -103
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
- 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/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 +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- 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 +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +959 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +569 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +774 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +589 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +451 -322
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +589 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IApplicationService.sol/IApplicationService.json} +287 -251
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +921 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +172 -185
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +812 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +628 -171
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +391 -201
- 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 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +958 -202
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1928 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +355 -323
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +340 -130
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1849 -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 +1333 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +352 -101
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +707 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1571 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +820 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +182 -207
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -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 +4 -0
- package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +353 -167
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1203 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
- 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 +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- 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 +81 -30
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
- 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 +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1447 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1096 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +788 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1301 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +732 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -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 +203 -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 +317 -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/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 +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -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 +239 -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 +199 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -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/type/StateId.sol/StateIdLib.json +105 -0
- 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 +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +689 -0
- package/contracts/authorization/AccessManagerCloneable.sol +149 -0
- package/contracts/authorization/Authorization.sol +337 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +143 -0
- package/contracts/authorization/IAuthorization.sol +74 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
- package/contracts/distribution/Distribution.sol +287 -0
- package/contracts/distribution/DistributionService.sol +357 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +100 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +90 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +438 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +106 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +370 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +56 -25
- package/contracts/instance/IInstanceService.sol +59 -17
- package/contracts/instance/Instance.sol +172 -368
- package/contracts/instance/InstanceAdmin.sol +442 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +213 -0
- package/contracts/instance/InstanceReader.sol +398 -79
- package/contracts/instance/InstanceService.sol +348 -126
- package/contracts/instance/InstanceServiceManager.sol +14 -31
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +8 -8
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +6 -4
- package/contracts/instance/module/IPolicy.sol +59 -19
- package/contracts/instance/module/IRisk.sol +4 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +76 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolLib.sol +216 -0
- package/contracts/pool/PoolService.sol +757 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +51 -0
- package/contracts/product/BasicProductAuthorization.sol +56 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +66 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +91 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +725 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +304 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +463 -0
- package/contracts/product/RiskService.sol +145 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +82 -35
- package/contracts/registry/IRegistry.sol +122 -50
- package/contracts/registry/IRegistryService.sol +45 -16
- package/contracts/registry/IRelease.sol +26 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +545 -304
- package/contracts/registry/RegistryAdmin.sol +354 -0
- package/contracts/registry/RegistryService.sol +126 -284
- package/contracts/registry/RegistryServiceManager.sol +26 -53
- package/contracts/registry/ReleaseAdmin.sol +245 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +511 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +247 -0
- package/contracts/registry/TokenRegistry.sol +261 -59
- package/contracts/shared/Component.sol +227 -0
- package/contracts/shared/ComponentService.sol +692 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +253 -0
- package/contracts/shared/IComponent.sol +61 -0
- package/contracts/shared/IComponentService.sol +112 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +15 -12
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +25 -5
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +13 -5
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +75 -84
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +57 -38
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +44 -33
- package/contracts/shared/TokenHandler.sol +326 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +165 -0
- package/contracts/staking/IStakingService.sol +165 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +526 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +430 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +303 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +74 -0
- package/contracts/type/RoleId.sol +182 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +48 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +33 -19
- package/contracts/{types → type}/UFixed.sol +41 -121
- package/contracts/{types → type}/Version.sol +20 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -775
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/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/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/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/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
- 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/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -211
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -681
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -436
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- 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 -820
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
- 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/shared/Versionable.sol/Versionable.json +0 -228
- 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/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- 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 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- 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 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- 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/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- 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/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- 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/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/BaseComponent.sol +0 -91
- package/contracts/components/Distribution.sol +0 -160
- package/contracts/components/IBaseComponent.sol +0 -25
- package/contracts/components/IDistributionComponent.sol +0 -44
- package/contracts/components/IPoolComponent.sol +0 -62
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -243
- package/contracts/components/Product.sol +0 -297
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagedSimple.sol +0 -115
- package/contracts/instance/AccessManagerSimple.sol +0 -692
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/InstanceAccessManager.sol +0 -288
- package/contracts/instance/base/ComponentServiceBase.sol +0 -60
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/IAccess.sol +0 -38
- package/contracts/instance/module/ISetup.sol +0 -44
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/DistributionService.sol +0 -102
- package/contracts/instance/service/DistributionServiceManager.sol +0 -53
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPoolService.sol +0 -37
- package/contracts/instance/service/IProductService.sol +0 -107
- package/contracts/instance/service/PoolService.sol +0 -208
- package/contracts/instance/service/PoolServiceManager.sol +0 -53
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/ERC165.sol +0 -25
- package/contracts/shared/ProxyManager.sol +0 -94
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/shared/Versionable.sol +0 -147
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -24
- 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/NftIdSet.sol +0 -60
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -152
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -89
@@ -1,151 +1,243 @@
|
|
1
1
|
{
|
2
2
|
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "
|
4
|
-
"sourceName": "contracts/
|
3
|
+
"contractName": "IAccessAdmin",
|
4
|
+
"sourceName": "contracts/authorization/IAccessAdmin.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
7
|
"inputs": [
|
8
8
|
{
|
9
|
-
"internalType": "
|
10
|
-
"name": "
|
11
|
-
"type": "
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
12
|
}
|
13
13
|
],
|
14
|
-
"name": "
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
15
|
"type": "error"
|
16
16
|
},
|
17
17
|
{
|
18
|
-
"inputs": [
|
19
|
-
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
20
31
|
"type": "error"
|
21
32
|
},
|
22
33
|
{
|
23
34
|
"inputs": [
|
24
35
|
{
|
25
|
-
"internalType": "
|
26
|
-
"name": "
|
27
|
-
"type": "
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
28
39
|
}
|
29
40
|
],
|
30
|
-
"name": "
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [],
|
46
|
+
"name": "ErrorAdminRoleMissing",
|
31
47
|
"type": "error"
|
32
48
|
},
|
33
49
|
{
|
34
50
|
"inputs": [
|
35
51
|
{
|
36
52
|
"internalType": "address",
|
37
|
-
"name": "
|
53
|
+
"name": "target",
|
38
54
|
"type": "address"
|
39
55
|
}
|
40
56
|
],
|
41
|
-
"name": "
|
57
|
+
"name": "ErrorAuthorizeForAdminRoleInvalid",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [
|
62
|
+
{
|
63
|
+
"internalType": "RoleId",
|
64
|
+
"name": "adminRoleId",
|
65
|
+
"type": "uint64"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"name": "ErrorNotAdminOfRole",
|
69
|
+
"type": "error"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"inputs": [],
|
73
|
+
"name": "ErrorNotDeployer",
|
42
74
|
"type": "error"
|
43
75
|
},
|
44
76
|
{
|
45
77
|
"inputs": [
|
46
78
|
{
|
47
79
|
"internalType": "address",
|
48
|
-
"name": "
|
80
|
+
"name": "registryAddress",
|
49
81
|
"type": "address"
|
50
82
|
}
|
51
83
|
],
|
52
|
-
"name": "
|
84
|
+
"name": "ErrorNotRegistry",
|
53
85
|
"type": "error"
|
54
86
|
},
|
55
87
|
{
|
56
88
|
"inputs": [
|
57
89
|
{
|
58
|
-
"internalType": "
|
90
|
+
"internalType": "RoleId",
|
59
91
|
"name": "roleId",
|
60
92
|
"type": "uint64"
|
61
93
|
}
|
62
94
|
],
|
63
|
-
"name": "
|
95
|
+
"name": "ErrorNotRoleOwner",
|
64
96
|
"type": "error"
|
65
97
|
},
|
66
98
|
{
|
67
99
|
"inputs": [
|
68
100
|
{
|
69
|
-
"internalType": "
|
70
|
-
"name": "
|
71
|
-
"type": "
|
101
|
+
"internalType": "RoleId",
|
102
|
+
"name": "adminRoleId",
|
103
|
+
"type": "uint64"
|
72
104
|
}
|
73
105
|
],
|
74
|
-
"name": "
|
106
|
+
"name": "ErrorRoleAdminNotExisting",
|
75
107
|
"type": "error"
|
76
108
|
},
|
77
109
|
{
|
78
110
|
"inputs": [
|
79
111
|
{
|
80
|
-
"internalType": "
|
81
|
-
"name": "
|
82
|
-
"type": "
|
112
|
+
"internalType": "RoleId",
|
113
|
+
"name": "roleId",
|
114
|
+
"type": "uint64"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"internalType": "string",
|
118
|
+
"name": "name",
|
119
|
+
"type": "string"
|
83
120
|
}
|
84
121
|
],
|
85
|
-
"name": "
|
122
|
+
"name": "ErrorRoleAlreadyCreated",
|
86
123
|
"type": "error"
|
87
124
|
},
|
88
125
|
{
|
89
126
|
"inputs": [
|
90
127
|
{
|
91
|
-
"internalType": "
|
92
|
-
"name": "
|
93
|
-
"type": "
|
94
|
-
}
|
128
|
+
"internalType": "RoleId",
|
129
|
+
"name": "roleId",
|
130
|
+
"type": "uint64"
|
131
|
+
}
|
132
|
+
],
|
133
|
+
"name": "ErrorRoleIsLocked",
|
134
|
+
"type": "error"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"inputs": [
|
95
138
|
{
|
96
|
-
"internalType": "
|
139
|
+
"internalType": "RoleId",
|
97
140
|
"name": "roleId",
|
98
141
|
"type": "uint64"
|
99
142
|
}
|
100
143
|
],
|
101
|
-
"name": "
|
144
|
+
"name": "ErrorRoleIsPaused",
|
102
145
|
"type": "error"
|
103
146
|
},
|
104
147
|
{
|
105
148
|
"inputs": [
|
149
|
+
{
|
150
|
+
"internalType": "RoleId",
|
151
|
+
"name": "roleId",
|
152
|
+
"type": "uint64"
|
153
|
+
},
|
106
154
|
{
|
107
155
|
"internalType": "address",
|
108
|
-
"name": "
|
156
|
+
"name": "notContract",
|
109
157
|
"type": "address"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"name": "ErrorRoleMemberNotContract",
|
161
|
+
"type": "error"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"inputs": [
|
165
|
+
{
|
166
|
+
"internalType": "RoleId",
|
167
|
+
"name": "roleId",
|
168
|
+
"type": "uint64"
|
110
169
|
},
|
111
170
|
{
|
112
171
|
"internalType": "address",
|
113
|
-
"name": "
|
172
|
+
"name": "expectedMember",
|
114
173
|
"type": "address"
|
174
|
+
}
|
175
|
+
],
|
176
|
+
"name": "ErrorRoleMemberRemovalDisabled",
|
177
|
+
"type": "error"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"inputs": [
|
181
|
+
{
|
182
|
+
"internalType": "RoleId",
|
183
|
+
"name": "roleId",
|
184
|
+
"type": "uint64"
|
115
185
|
},
|
116
186
|
{
|
117
|
-
"internalType": "
|
118
|
-
"name": "
|
119
|
-
"type": "
|
187
|
+
"internalType": "uint256",
|
188
|
+
"name": "memberCountLimit",
|
189
|
+
"type": "uint256"
|
120
190
|
}
|
121
191
|
],
|
122
|
-
"name": "
|
192
|
+
"name": "ErrorRoleMembersLimitReached",
|
123
193
|
"type": "error"
|
124
194
|
},
|
125
195
|
{
|
126
196
|
"inputs": [
|
127
197
|
{
|
128
|
-
"internalType": "
|
129
|
-
"name": "
|
130
|
-
"type": "
|
198
|
+
"internalType": "RoleId",
|
199
|
+
"name": "roleId",
|
200
|
+
"type": "uint64"
|
131
201
|
},
|
132
202
|
{
|
133
|
-
"internalType": "
|
134
|
-
"name": "
|
135
|
-
"type": "
|
203
|
+
"internalType": "string",
|
204
|
+
"name": "name",
|
205
|
+
"type": "string"
|
136
206
|
},
|
137
207
|
{
|
138
|
-
"internalType": "
|
139
|
-
"name": "
|
140
|
-
"type": "
|
141
|
-
}
|
208
|
+
"internalType": "RoleId",
|
209
|
+
"name": "existingRoleId",
|
210
|
+
"type": "uint64"
|
211
|
+
}
|
212
|
+
],
|
213
|
+
"name": "ErrorRoleNameAlreadyExists",
|
214
|
+
"type": "error"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"inputs": [
|
142
218
|
{
|
143
|
-
"internalType": "
|
144
|
-
"name": "
|
145
|
-
"type": "
|
219
|
+
"internalType": "RoleId",
|
220
|
+
"name": "roleId",
|
221
|
+
"type": "uint64"
|
146
222
|
}
|
147
223
|
],
|
148
|
-
"name": "
|
224
|
+
"name": "ErrorRoleNameEmpty",
|
225
|
+
"type": "error"
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"inputs": [
|
229
|
+
{
|
230
|
+
"internalType": "RoleId",
|
231
|
+
"name": "roleId",
|
232
|
+
"type": "uint64"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"name": "ErrorRoleUnknown",
|
236
|
+
"type": "error"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"inputs": [],
|
240
|
+
"name": "ErrorTagetNotLockable",
|
149
241
|
"type": "error"
|
150
242
|
},
|
151
243
|
{
|
@@ -154,298 +246,259 @@
|
|
154
246
|
"internalType": "address",
|
155
247
|
"name": "target",
|
156
248
|
"type": "address"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"internalType": "string",
|
252
|
+
"name": "name",
|
253
|
+
"type": "string"
|
157
254
|
}
|
158
255
|
],
|
159
|
-
"name": "
|
256
|
+
"name": "ErrorTargetAlreadyCreated",
|
160
257
|
"type": "error"
|
161
258
|
},
|
162
259
|
{
|
163
|
-
"anonymous": false,
|
164
260
|
"inputs": [
|
165
261
|
{
|
166
|
-
"
|
167
|
-
"
|
168
|
-
"
|
169
|
-
"type": "bytes32"
|
262
|
+
"internalType": "address",
|
263
|
+
"name": "target",
|
264
|
+
"type": "address"
|
170
265
|
},
|
171
266
|
{
|
172
|
-
"
|
173
|
-
"
|
174
|
-
"
|
175
|
-
"type": "uint32"
|
267
|
+
"internalType": "bool",
|
268
|
+
"name": "isLocked",
|
269
|
+
"type": "bool"
|
176
270
|
}
|
177
271
|
],
|
178
|
-
"name": "
|
179
|
-
"type": "
|
272
|
+
"name": "ErrorTargetAlreadyLocked",
|
273
|
+
"type": "error"
|
180
274
|
},
|
181
275
|
{
|
182
|
-
"anonymous": false,
|
183
276
|
"inputs": [
|
184
277
|
{
|
185
|
-
"
|
186
|
-
"
|
187
|
-
"
|
188
|
-
"type": "bytes32"
|
278
|
+
"internalType": "address",
|
279
|
+
"name": "expectedAuthority",
|
280
|
+
"type": "address"
|
189
281
|
},
|
190
282
|
{
|
191
|
-
"
|
192
|
-
"
|
193
|
-
"
|
194
|
-
"type": "uint32"
|
283
|
+
"internalType": "address",
|
284
|
+
"name": "actualAuthority",
|
285
|
+
"type": "address"
|
195
286
|
}
|
196
287
|
],
|
197
|
-
"name": "
|
198
|
-
"type": "
|
288
|
+
"name": "ErrorTargetAuthorityMismatch",
|
289
|
+
"type": "error"
|
199
290
|
},
|
200
291
|
{
|
201
|
-
"anonymous": false,
|
202
292
|
"inputs": [
|
203
293
|
{
|
204
|
-
"
|
205
|
-
"
|
206
|
-
"
|
207
|
-
"type": "bytes32"
|
208
|
-
},
|
209
|
-
{
|
210
|
-
"indexed": true,
|
211
|
-
"internalType": "uint32",
|
212
|
-
"name": "nonce",
|
213
|
-
"type": "uint32"
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "target",
|
296
|
+
"type": "address"
|
214
297
|
},
|
215
298
|
{
|
216
|
-
"
|
217
|
-
"
|
218
|
-
"
|
219
|
-
"type": "uint48"
|
299
|
+
"internalType": "string",
|
300
|
+
"name": "name",
|
301
|
+
"type": "string"
|
220
302
|
},
|
221
303
|
{
|
222
|
-
"indexed": false,
|
223
304
|
"internalType": "address",
|
224
|
-
"name": "
|
305
|
+
"name": "existingTarget",
|
225
306
|
"type": "address"
|
226
|
-
}
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"name": "ErrorTargetNameAlreadyExists",
|
310
|
+
"type": "error"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"inputs": [
|
227
314
|
{
|
228
|
-
"indexed": false,
|
229
315
|
"internalType": "address",
|
230
316
|
"name": "target",
|
231
317
|
"type": "address"
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"indexed": false,
|
235
|
-
"internalType": "bytes",
|
236
|
-
"name": "data",
|
237
|
-
"type": "bytes"
|
238
318
|
}
|
239
319
|
],
|
240
|
-
"name": "
|
241
|
-
"type": "
|
320
|
+
"name": "ErrorTargetNameEmpty",
|
321
|
+
"type": "error"
|
242
322
|
},
|
243
323
|
{
|
244
|
-
"anonymous": false,
|
245
324
|
"inputs": [
|
246
325
|
{
|
247
|
-
"
|
248
|
-
"
|
249
|
-
"
|
250
|
-
|
251
|
-
|
326
|
+
"internalType": "address",
|
327
|
+
"name": "target",
|
328
|
+
"type": "address"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"name": "ErrorTargetNotAccessManaged",
|
332
|
+
"type": "error"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"inputs": [
|
252
336
|
{
|
253
|
-
"
|
254
|
-
"
|
255
|
-
"
|
256
|
-
"type": "uint64"
|
337
|
+
"internalType": "address",
|
338
|
+
"name": "target",
|
339
|
+
"type": "address"
|
257
340
|
}
|
258
341
|
],
|
259
|
-
"name": "
|
260
|
-
"type": "
|
342
|
+
"name": "ErrorTargetUnknown",
|
343
|
+
"type": "error"
|
261
344
|
},
|
262
345
|
{
|
263
346
|
"anonymous": false,
|
264
347
|
"inputs": [
|
265
|
-
{
|
266
|
-
"indexed": true,
|
267
|
-
"internalType": "uint64",
|
268
|
-
"name": "roleId",
|
269
|
-
"type": "uint64"
|
270
|
-
},
|
271
348
|
{
|
272
349
|
"indexed": false,
|
273
|
-
"internalType": "
|
274
|
-
"name": "
|
275
|
-
"type": "
|
276
|
-
},
|
277
|
-
{
|
278
|
-
"indexed": false,
|
279
|
-
"internalType": "uint48",
|
280
|
-
"name": "since",
|
281
|
-
"type": "uint48"
|
350
|
+
"internalType": "address",
|
351
|
+
"name": "authority",
|
352
|
+
"type": "address"
|
282
353
|
}
|
283
354
|
],
|
284
|
-
"name": "
|
355
|
+
"name": "AuthorityUpdated",
|
285
356
|
"type": "event"
|
286
357
|
},
|
287
358
|
{
|
288
359
|
"anonymous": false,
|
289
360
|
"inputs": [
|
290
361
|
{
|
291
|
-
"indexed":
|
292
|
-
"internalType": "uint64",
|
293
|
-
"name": "roleId",
|
294
|
-
"type": "uint64"
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"indexed": true,
|
362
|
+
"indexed": false,
|
298
363
|
"internalType": "address",
|
299
|
-
"name": "
|
364
|
+
"name": "target",
|
300
365
|
"type": "address"
|
301
366
|
},
|
302
367
|
{
|
303
368
|
"indexed": false,
|
304
|
-
"internalType": "
|
305
|
-
"name": "
|
306
|
-
"type": "
|
307
|
-
},
|
308
|
-
{
|
309
|
-
"indexed": false,
|
310
|
-
"internalType": "uint48",
|
311
|
-
"name": "since",
|
312
|
-
"type": "uint48"
|
369
|
+
"internalType": "string",
|
370
|
+
"name": "functionName",
|
371
|
+
"type": "string"
|
313
372
|
},
|
314
373
|
{
|
315
374
|
"indexed": false,
|
316
|
-
"internalType": "
|
317
|
-
"name": "
|
318
|
-
"type": "
|
375
|
+
"internalType": "string",
|
376
|
+
"name": "roleName",
|
377
|
+
"type": "string"
|
319
378
|
}
|
320
379
|
],
|
321
|
-
"name": "
|
380
|
+
"name": "LogAccessAdminFunctionGranted",
|
322
381
|
"type": "event"
|
323
382
|
},
|
324
383
|
{
|
325
384
|
"anonymous": false,
|
326
385
|
"inputs": [
|
327
386
|
{
|
328
|
-
"indexed":
|
329
|
-
"internalType": "
|
387
|
+
"indexed": false,
|
388
|
+
"internalType": "RoleId",
|
330
389
|
"name": "roleId",
|
331
390
|
"type": "uint64"
|
332
391
|
},
|
333
392
|
{
|
334
|
-
"indexed":
|
335
|
-
"internalType": "
|
336
|
-
"name": "
|
393
|
+
"indexed": false,
|
394
|
+
"internalType": "enum IAccess.RoleType",
|
395
|
+
"name": "roleType",
|
396
|
+
"type": "uint8"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"indexed": false,
|
400
|
+
"internalType": "RoleId",
|
401
|
+
"name": "roleAdminId",
|
337
402
|
"type": "uint64"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"indexed": false,
|
406
|
+
"internalType": "string",
|
407
|
+
"name": "name",
|
408
|
+
"type": "string"
|
338
409
|
}
|
339
410
|
],
|
340
|
-
"name": "
|
411
|
+
"name": "LogAccessAdminRoleCreated",
|
341
412
|
"type": "event"
|
342
413
|
},
|
343
414
|
{
|
344
415
|
"anonymous": false,
|
345
416
|
"inputs": [
|
346
417
|
{
|
347
|
-
"indexed":
|
348
|
-
"internalType": "
|
349
|
-
"name": "
|
350
|
-
"type": "
|
418
|
+
"indexed": false,
|
419
|
+
"internalType": "address",
|
420
|
+
"name": "account",
|
421
|
+
"type": "address"
|
351
422
|
},
|
352
423
|
{
|
353
424
|
"indexed": false,
|
354
425
|
"internalType": "string",
|
355
|
-
"name": "
|
426
|
+
"name": "roleName",
|
356
427
|
"type": "string"
|
357
428
|
}
|
358
429
|
],
|
359
|
-
"name": "
|
430
|
+
"name": "LogAccessAdminRoleGranted",
|
360
431
|
"type": "event"
|
361
432
|
},
|
362
433
|
{
|
363
434
|
"anonymous": false,
|
364
435
|
"inputs": [
|
365
436
|
{
|
366
|
-
"indexed":
|
367
|
-
"internalType": "uint64",
|
368
|
-
"name": "roleId",
|
369
|
-
"type": "uint64"
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"indexed": true,
|
437
|
+
"indexed": false,
|
373
438
|
"internalType": "address",
|
374
439
|
"name": "account",
|
375
440
|
"type": "address"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"indexed": false,
|
444
|
+
"internalType": "string",
|
445
|
+
"name": "roleName",
|
446
|
+
"type": "string"
|
376
447
|
}
|
377
448
|
],
|
378
|
-
"name": "
|
449
|
+
"name": "LogAccessAdminRoleRevoked",
|
379
450
|
"type": "event"
|
380
451
|
},
|
381
452
|
{
|
382
453
|
"anonymous": false,
|
383
454
|
"inputs": [
|
384
455
|
{
|
385
|
-
"indexed":
|
456
|
+
"indexed": false,
|
386
457
|
"internalType": "address",
|
387
458
|
"name": "target",
|
388
459
|
"type": "address"
|
389
460
|
},
|
390
461
|
{
|
391
462
|
"indexed": false,
|
392
|
-
"internalType": "
|
393
|
-
"name": "
|
394
|
-
"type": "
|
395
|
-
},
|
396
|
-
{
|
397
|
-
"indexed": false,
|
398
|
-
"internalType": "uint48",
|
399
|
-
"name": "since",
|
400
|
-
"type": "uint48"
|
463
|
+
"internalType": "string",
|
464
|
+
"name": "name",
|
465
|
+
"type": "string"
|
401
466
|
}
|
402
467
|
],
|
403
|
-
"name": "
|
468
|
+
"name": "LogAccessAdminTargetCreated",
|
404
469
|
"type": "event"
|
405
470
|
},
|
406
471
|
{
|
407
|
-
"
|
408
|
-
"
|
472
|
+
"inputs": [],
|
473
|
+
"name": "authority",
|
474
|
+
"outputs": [
|
409
475
|
{
|
410
|
-
"indexed": true,
|
411
476
|
"internalType": "address",
|
412
|
-
"name": "
|
477
|
+
"name": "",
|
413
478
|
"type": "address"
|
414
|
-
},
|
415
|
-
{
|
416
|
-
"indexed": false,
|
417
|
-
"internalType": "bool",
|
418
|
-
"name": "closed",
|
419
|
-
"type": "bool"
|
420
479
|
}
|
421
480
|
],
|
422
|
-
"
|
423
|
-
"type": "
|
481
|
+
"stateMutability": "view",
|
482
|
+
"type": "function"
|
424
483
|
},
|
425
484
|
{
|
426
|
-
"anonymous": false,
|
427
485
|
"inputs": [
|
428
486
|
{
|
429
|
-
"indexed": true,
|
430
487
|
"internalType": "address",
|
431
488
|
"name": "target",
|
432
489
|
"type": "address"
|
433
|
-
}
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
"name": "selector",
|
438
|
-
"type": "bytes4"
|
439
|
-
},
|
490
|
+
}
|
491
|
+
],
|
492
|
+
"name": "authorizedFunctions",
|
493
|
+
"outputs": [
|
440
494
|
{
|
441
|
-
"
|
442
|
-
"
|
443
|
-
"
|
444
|
-
"type": "uint64"
|
495
|
+
"internalType": "uint256",
|
496
|
+
"name": "numberOfFunctions",
|
497
|
+
"type": "uint256"
|
445
498
|
}
|
446
499
|
],
|
447
|
-
"
|
448
|
-
"type": "
|
500
|
+
"stateMutability": "view",
|
501
|
+
"type": "function"
|
449
502
|
},
|
450
503
|
{
|
451
504
|
"inputs": [
|
@@ -460,7 +513,7 @@
|
|
460
513
|
"type": "address"
|
461
514
|
},
|
462
515
|
{
|
463
|
-
"internalType": "
|
516
|
+
"internalType": "Selector",
|
464
517
|
"name": "selector",
|
465
518
|
"type": "bytes4"
|
466
519
|
}
|
@@ -469,97 +522,119 @@
|
|
469
522
|
"outputs": [
|
470
523
|
{
|
471
524
|
"internalType": "bool",
|
472
|
-
"name": "
|
525
|
+
"name": "can",
|
473
526
|
"type": "bool"
|
474
|
-
},
|
475
|
-
{
|
476
|
-
"internalType": "uint32",
|
477
|
-
"name": "delay",
|
478
|
-
"type": "uint32"
|
479
527
|
}
|
480
528
|
],
|
481
529
|
"stateMutability": "view",
|
482
530
|
"type": "function"
|
483
531
|
},
|
484
532
|
{
|
485
|
-
"inputs": [
|
486
|
-
|
487
|
-
|
488
|
-
"name": "caller",
|
489
|
-
"type": "address"
|
490
|
-
},
|
533
|
+
"inputs": [],
|
534
|
+
"name": "deployer",
|
535
|
+
"outputs": [
|
491
536
|
{
|
492
537
|
"internalType": "address",
|
493
|
-
"name": "
|
538
|
+
"name": "",
|
494
539
|
"type": "address"
|
495
|
-
},
|
496
|
-
{
|
497
|
-
"internalType": "bytes",
|
498
|
-
"name": "data",
|
499
|
-
"type": "bytes"
|
500
540
|
}
|
501
541
|
],
|
502
|
-
"
|
542
|
+
"stateMutability": "view",
|
543
|
+
"type": "function"
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"inputs": [],
|
547
|
+
"name": "getAdminRole",
|
503
548
|
"outputs": [
|
504
549
|
{
|
505
|
-
"internalType": "
|
506
|
-
"name": "",
|
507
|
-
"type": "
|
550
|
+
"internalType": "RoleId",
|
551
|
+
"name": "roleId",
|
552
|
+
"type": "uint64"
|
508
553
|
}
|
509
554
|
],
|
510
|
-
"stateMutability": "
|
555
|
+
"stateMutability": "view",
|
511
556
|
"type": "function"
|
512
557
|
},
|
513
558
|
{
|
514
559
|
"inputs": [
|
515
560
|
{
|
516
561
|
"internalType": "address",
|
517
|
-
"name": "
|
562
|
+
"name": "target",
|
518
563
|
"type": "address"
|
519
564
|
},
|
520
565
|
{
|
521
|
-
"internalType": "
|
522
|
-
"name": "
|
523
|
-
"type": "
|
566
|
+
"internalType": "uint256",
|
567
|
+
"name": "idx",
|
568
|
+
"type": "uint256"
|
524
569
|
}
|
525
570
|
],
|
526
|
-
"name": "
|
527
|
-
"outputs": [
|
528
|
-
|
571
|
+
"name": "getAuthorizedFunction",
|
572
|
+
"outputs": [
|
573
|
+
{
|
574
|
+
"components": [
|
575
|
+
{
|
576
|
+
"internalType": "Str",
|
577
|
+
"name": "name",
|
578
|
+
"type": "bytes32"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"internalType": "Selector",
|
582
|
+
"name": "selector",
|
583
|
+
"type": "bytes4"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"internalType": "Timestamp",
|
587
|
+
"name": "createdAt",
|
588
|
+
"type": "uint40"
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"internalType": "struct IAccess.FunctionInfo",
|
592
|
+
"name": "func",
|
593
|
+
"type": "tuple"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"internalType": "RoleId",
|
597
|
+
"name": "roleId",
|
598
|
+
"type": "uint64"
|
599
|
+
}
|
600
|
+
],
|
601
|
+
"stateMutability": "view",
|
529
602
|
"type": "function"
|
530
603
|
},
|
531
604
|
{
|
532
|
-
"inputs": [
|
533
|
-
|
534
|
-
|
535
|
-
"name": "target",
|
536
|
-
"type": "address"
|
537
|
-
},
|
605
|
+
"inputs": [],
|
606
|
+
"name": "getPublicRole",
|
607
|
+
"outputs": [
|
538
608
|
{
|
539
|
-
"internalType": "
|
540
|
-
"name": "
|
541
|
-
"type": "
|
609
|
+
"internalType": "RoleId",
|
610
|
+
"name": "roleId",
|
611
|
+
"type": "uint64"
|
542
612
|
}
|
543
613
|
],
|
544
|
-
"
|
614
|
+
"stateMutability": "view",
|
615
|
+
"type": "function"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"inputs": [],
|
619
|
+
"name": "getRegistry",
|
545
620
|
"outputs": [
|
546
621
|
{
|
547
|
-
"internalType": "
|
622
|
+
"internalType": "contract IRegistry",
|
548
623
|
"name": "",
|
549
|
-
"type": "
|
624
|
+
"type": "address"
|
550
625
|
}
|
551
626
|
],
|
552
|
-
"stateMutability": "
|
627
|
+
"stateMutability": "view",
|
553
628
|
"type": "function"
|
554
629
|
},
|
555
630
|
{
|
556
631
|
"inputs": [],
|
557
|
-
"name": "
|
632
|
+
"name": "getRelease",
|
558
633
|
"outputs": [
|
559
634
|
{
|
560
|
-
"internalType": "
|
561
|
-
"name": "",
|
562
|
-
"type": "
|
635
|
+
"internalType": "VersionPart",
|
636
|
+
"name": "release",
|
637
|
+
"type": "uint8"
|
563
638
|
}
|
564
639
|
],
|
565
640
|
"stateMutability": "view",
|
@@ -568,37 +643,29 @@
|
|
568
643
|
{
|
569
644
|
"inputs": [
|
570
645
|
{
|
571
|
-
"internalType": "
|
572
|
-
"name": "
|
573
|
-
"type": "
|
574
|
-
},
|
575
|
-
{
|
576
|
-
"internalType": "address",
|
577
|
-
"name": "account",
|
578
|
-
"type": "address"
|
646
|
+
"internalType": "Str",
|
647
|
+
"name": "name",
|
648
|
+
"type": "bytes32"
|
579
649
|
}
|
580
650
|
],
|
581
|
-
"name": "
|
651
|
+
"name": "getRoleForName",
|
582
652
|
"outputs": [
|
583
653
|
{
|
584
|
-
"
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
"
|
597
|
-
},
|
598
|
-
{
|
599
|
-
"internalType": "uint48",
|
654
|
+
"components": [
|
655
|
+
{
|
656
|
+
"internalType": "RoleId",
|
657
|
+
"name": "roleId",
|
658
|
+
"type": "uint64"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"internalType": "bool",
|
662
|
+
"name": "exists",
|
663
|
+
"type": "bool"
|
664
|
+
}
|
665
|
+
],
|
666
|
+
"internalType": "struct IAccess.RoleNameInfo",
|
600
667
|
"name": "",
|
601
|
-
"type": "
|
668
|
+
"type": "tuple"
|
602
669
|
}
|
603
670
|
],
|
604
671
|
"stateMutability": "view",
|
@@ -607,17 +674,17 @@
|
|
607
674
|
{
|
608
675
|
"inputs": [
|
609
676
|
{
|
610
|
-
"internalType": "
|
611
|
-
"name": "
|
612
|
-
"type": "
|
677
|
+
"internalType": "uint256",
|
678
|
+
"name": "idx",
|
679
|
+
"type": "uint256"
|
613
680
|
}
|
614
681
|
],
|
615
|
-
"name": "
|
682
|
+
"name": "getRoleId",
|
616
683
|
"outputs": [
|
617
684
|
{
|
618
|
-
"internalType": "
|
619
|
-
"name": "",
|
620
|
-
"type": "
|
685
|
+
"internalType": "RoleId",
|
686
|
+
"name": "roleId",
|
687
|
+
"type": "uint64"
|
621
688
|
}
|
622
689
|
],
|
623
690
|
"stateMutability": "view",
|
@@ -626,17 +693,49 @@
|
|
626
693
|
{
|
627
694
|
"inputs": [
|
628
695
|
{
|
629
|
-
"internalType": "
|
696
|
+
"internalType": "RoleId",
|
630
697
|
"name": "roleId",
|
631
698
|
"type": "uint64"
|
632
699
|
}
|
633
700
|
],
|
634
|
-
"name": "
|
701
|
+
"name": "getRoleInfo",
|
635
702
|
"outputs": [
|
636
703
|
{
|
637
|
-
"
|
638
|
-
|
639
|
-
|
704
|
+
"components": [
|
705
|
+
{
|
706
|
+
"internalType": "RoleId",
|
707
|
+
"name": "adminRoleId",
|
708
|
+
"type": "uint64"
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"internalType": "enum IAccess.RoleType",
|
712
|
+
"name": "roleType",
|
713
|
+
"type": "uint8"
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"internalType": "uint32",
|
717
|
+
"name": "maxMemberCount",
|
718
|
+
"type": "uint32"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"internalType": "Str",
|
722
|
+
"name": "name",
|
723
|
+
"type": "bytes32"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"internalType": "Timestamp",
|
727
|
+
"name": "createdAt",
|
728
|
+
"type": "uint40"
|
729
|
+
},
|
730
|
+
{
|
731
|
+
"internalType": "Timestamp",
|
732
|
+
"name": "pausedAt",
|
733
|
+
"type": "uint40"
|
734
|
+
}
|
735
|
+
],
|
736
|
+
"internalType": "struct IAccess.RoleInfo",
|
737
|
+
"name": "roleInfo",
|
738
|
+
"type": "tuple"
|
640
739
|
}
|
641
740
|
],
|
642
741
|
"stateMutability": "view",
|
@@ -645,17 +744,22 @@
|
|
645
744
|
{
|
646
745
|
"inputs": [
|
647
746
|
{
|
648
|
-
"internalType": "
|
747
|
+
"internalType": "RoleId",
|
649
748
|
"name": "roleId",
|
650
749
|
"type": "uint64"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"internalType": "uint256",
|
753
|
+
"name": "idx",
|
754
|
+
"type": "uint256"
|
651
755
|
}
|
652
756
|
],
|
653
|
-
"name": "
|
757
|
+
"name": "getRoleMember",
|
654
758
|
"outputs": [
|
655
759
|
{
|
656
|
-
"internalType": "
|
657
|
-
"name": "",
|
658
|
-
"type": "
|
760
|
+
"internalType": "address",
|
761
|
+
"name": "account",
|
762
|
+
"type": "address"
|
659
763
|
}
|
660
764
|
],
|
661
765
|
"stateMutability": "view",
|
@@ -664,17 +768,17 @@
|
|
664
768
|
{
|
665
769
|
"inputs": [
|
666
770
|
{
|
667
|
-
"internalType": "
|
668
|
-
"name": "
|
669
|
-
"type": "
|
771
|
+
"internalType": "uint256",
|
772
|
+
"name": "idx",
|
773
|
+
"type": "uint256"
|
670
774
|
}
|
671
775
|
],
|
672
|
-
"name": "
|
776
|
+
"name": "getTargetAddress",
|
673
777
|
"outputs": [
|
674
778
|
{
|
675
|
-
"internalType": "
|
676
|
-
"name": "",
|
677
|
-
"type": "
|
779
|
+
"internalType": "address",
|
780
|
+
"name": "target",
|
781
|
+
"type": "address"
|
678
782
|
}
|
679
783
|
],
|
680
784
|
"stateMutability": "view",
|
@@ -683,17 +787,17 @@
|
|
683
787
|
{
|
684
788
|
"inputs": [
|
685
789
|
{
|
686
|
-
"internalType": "
|
687
|
-
"name": "
|
790
|
+
"internalType": "Str",
|
791
|
+
"name": "name",
|
688
792
|
"type": "bytes32"
|
689
793
|
}
|
690
794
|
],
|
691
|
-
"name": "
|
795
|
+
"name": "getTargetForName",
|
692
796
|
"outputs": [
|
693
797
|
{
|
694
|
-
"internalType": "
|
695
|
-
"name": "",
|
696
|
-
"type": "
|
798
|
+
"internalType": "address",
|
799
|
+
"name": "target",
|
800
|
+
"type": "address"
|
697
801
|
}
|
698
802
|
],
|
699
803
|
"stateMutability": "view",
|
@@ -707,12 +811,29 @@
|
|
707
811
|
"type": "address"
|
708
812
|
}
|
709
813
|
],
|
710
|
-
"name": "
|
814
|
+
"name": "getTargetInfo",
|
711
815
|
"outputs": [
|
712
816
|
{
|
713
|
-
"
|
714
|
-
|
715
|
-
|
817
|
+
"components": [
|
818
|
+
{
|
819
|
+
"internalType": "Str",
|
820
|
+
"name": "name",
|
821
|
+
"type": "bytes32"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"internalType": "bool",
|
825
|
+
"name": "isCustom",
|
826
|
+
"type": "bool"
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"internalType": "Timestamp",
|
830
|
+
"name": "createdAt",
|
831
|
+
"type": "uint40"
|
832
|
+
}
|
833
|
+
],
|
834
|
+
"internalType": "struct IAccess.TargetInfo",
|
835
|
+
"name": "targetInfo",
|
836
|
+
"type": "tuple"
|
716
837
|
}
|
717
838
|
],
|
718
839
|
"stateMutability": "view",
|
@@ -722,21 +843,21 @@
|
|
722
843
|
"inputs": [
|
723
844
|
{
|
724
845
|
"internalType": "address",
|
725
|
-
"name": "
|
846
|
+
"name": "account",
|
726
847
|
"type": "address"
|
727
848
|
},
|
728
849
|
{
|
729
|
-
"internalType": "
|
730
|
-
"name": "
|
731
|
-
"type": "
|
850
|
+
"internalType": "RoleId",
|
851
|
+
"name": "roleId",
|
852
|
+
"type": "uint64"
|
732
853
|
}
|
733
854
|
],
|
734
|
-
"name": "
|
855
|
+
"name": "hasAdminRole",
|
735
856
|
"outputs": [
|
736
857
|
{
|
737
|
-
"internalType": "
|
858
|
+
"internalType": "bool",
|
738
859
|
"name": "",
|
739
|
-
"type": "
|
860
|
+
"type": "bool"
|
740
861
|
}
|
741
862
|
],
|
742
863
|
"stateMutability": "view",
|
@@ -744,38 +865,15 @@
|
|
744
865
|
},
|
745
866
|
{
|
746
867
|
"inputs": [
|
747
|
-
{
|
748
|
-
"internalType": "uint64",
|
749
|
-
"name": "roleId",
|
750
|
-
"type": "uint64"
|
751
|
-
},
|
752
868
|
{
|
753
869
|
"internalType": "address",
|
754
870
|
"name": "account",
|
755
871
|
"type": "address"
|
756
872
|
},
|
757
873
|
{
|
758
|
-
"internalType": "
|
759
|
-
"name": "executionDelay",
|
760
|
-
"type": "uint32"
|
761
|
-
}
|
762
|
-
],
|
763
|
-
"name": "grantRole",
|
764
|
-
"outputs": [],
|
765
|
-
"stateMutability": "nonpayable",
|
766
|
-
"type": "function"
|
767
|
-
},
|
768
|
-
{
|
769
|
-
"inputs": [
|
770
|
-
{
|
771
|
-
"internalType": "uint64",
|
874
|
+
"internalType": "RoleId",
|
772
875
|
"name": "roleId",
|
773
876
|
"type": "uint64"
|
774
|
-
},
|
775
|
-
{
|
776
|
-
"internalType": "address",
|
777
|
-
"name": "account",
|
778
|
-
"type": "address"
|
779
877
|
}
|
780
878
|
],
|
781
879
|
"name": "hasRole",
|
@@ -784,11 +882,19 @@
|
|
784
882
|
"internalType": "bool",
|
785
883
|
"name": "",
|
786
884
|
"type": "bool"
|
787
|
-
}
|
885
|
+
}
|
886
|
+
],
|
887
|
+
"stateMutability": "view",
|
888
|
+
"type": "function"
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"inputs": [],
|
892
|
+
"name": "isConsumingScheduledOp",
|
893
|
+
"outputs": [
|
788
894
|
{
|
789
|
-
"internalType": "
|
895
|
+
"internalType": "bytes4",
|
790
896
|
"name": "",
|
791
|
-
"type": "
|
897
|
+
"type": "bytes4"
|
792
898
|
}
|
793
899
|
],
|
794
900
|
"stateMutability": "view",
|
@@ -796,28 +902,18 @@
|
|
796
902
|
},
|
797
903
|
{
|
798
904
|
"inputs": [
|
799
|
-
{
|
800
|
-
"internalType": "address",
|
801
|
-
"name": "caller",
|
802
|
-
"type": "address"
|
803
|
-
},
|
804
905
|
{
|
805
906
|
"internalType": "address",
|
806
907
|
"name": "target",
|
807
908
|
"type": "address"
|
808
|
-
},
|
809
|
-
{
|
810
|
-
"internalType": "bytes",
|
811
|
-
"name": "data",
|
812
|
-
"type": "bytes"
|
813
909
|
}
|
814
910
|
],
|
815
|
-
"name": "
|
911
|
+
"name": "isTargetLocked",
|
816
912
|
"outputs": [
|
817
913
|
{
|
818
|
-
"internalType": "
|
819
|
-
"name": "",
|
820
|
-
"type": "
|
914
|
+
"internalType": "bool",
|
915
|
+
"name": "locked",
|
916
|
+
"type": "bool"
|
821
917
|
}
|
822
918
|
],
|
823
919
|
"stateMutability": "view",
|
@@ -826,16 +922,16 @@
|
|
826
922
|
{
|
827
923
|
"inputs": [
|
828
924
|
{
|
829
|
-
"internalType": "
|
830
|
-
"name": "
|
831
|
-
"type": "
|
925
|
+
"internalType": "RoleId",
|
926
|
+
"name": "roleId",
|
927
|
+
"type": "uint64"
|
832
928
|
}
|
833
929
|
],
|
834
|
-
"name": "
|
930
|
+
"name": "roleExists",
|
835
931
|
"outputs": [
|
836
932
|
{
|
837
933
|
"internalType": "bool",
|
838
|
-
"name": "",
|
934
|
+
"name": "exists",
|
839
935
|
"type": "bool"
|
840
936
|
}
|
841
937
|
],
|
@@ -845,66 +941,44 @@
|
|
845
941
|
{
|
846
942
|
"inputs": [
|
847
943
|
{
|
848
|
-
"internalType": "
|
944
|
+
"internalType": "RoleId",
|
849
945
|
"name": "roleId",
|
850
946
|
"type": "uint64"
|
851
|
-
},
|
852
|
-
{
|
853
|
-
"internalType": "string",
|
854
|
-
"name": "label",
|
855
|
-
"type": "string"
|
856
947
|
}
|
857
948
|
],
|
858
|
-
"name": "
|
859
|
-
"outputs": [],
|
860
|
-
"stateMutability": "nonpayable",
|
861
|
-
"type": "function"
|
862
|
-
},
|
863
|
-
{
|
864
|
-
"inputs": [],
|
865
|
-
"name": "minSetback",
|
949
|
+
"name": "roleMembers",
|
866
950
|
"outputs": [
|
867
951
|
{
|
868
|
-
"internalType": "
|
869
|
-
"name": "",
|
870
|
-
"type": "
|
952
|
+
"internalType": "uint256",
|
953
|
+
"name": "numberOfMembers",
|
954
|
+
"type": "uint256"
|
871
955
|
}
|
872
956
|
],
|
873
957
|
"stateMutability": "view",
|
874
958
|
"type": "function"
|
875
959
|
},
|
876
960
|
{
|
877
|
-
"inputs": [
|
878
|
-
|
879
|
-
|
880
|
-
"name": "roleId",
|
881
|
-
"type": "uint64"
|
882
|
-
},
|
961
|
+
"inputs": [],
|
962
|
+
"name": "roles",
|
963
|
+
"outputs": [
|
883
964
|
{
|
884
|
-
"internalType": "
|
885
|
-
"name": "
|
886
|
-
"type": "
|
965
|
+
"internalType": "uint256",
|
966
|
+
"name": "numberOfRoles",
|
967
|
+
"type": "uint256"
|
887
968
|
}
|
888
969
|
],
|
889
|
-
"
|
890
|
-
"outputs": [],
|
891
|
-
"stateMutability": "nonpayable",
|
970
|
+
"stateMutability": "view",
|
892
971
|
"type": "function"
|
893
972
|
},
|
894
973
|
{
|
895
974
|
"inputs": [
|
896
|
-
{
|
897
|
-
"internalType": "uint64",
|
898
|
-
"name": "roleId",
|
899
|
-
"type": "uint64"
|
900
|
-
},
|
901
975
|
{
|
902
976
|
"internalType": "address",
|
903
|
-
"name": "
|
977
|
+
"name": "",
|
904
978
|
"type": "address"
|
905
979
|
}
|
906
980
|
],
|
907
|
-
"name": "
|
981
|
+
"name": "setAuthority",
|
908
982
|
"outputs": [],
|
909
983
|
"stateMutability": "nonpayable",
|
910
984
|
"type": "function"
|
@@ -915,163 +989,137 @@
|
|
915
989
|
"internalType": "address",
|
916
990
|
"name": "target",
|
917
991
|
"type": "address"
|
918
|
-
},
|
919
|
-
{
|
920
|
-
"internalType": "bytes",
|
921
|
-
"name": "data",
|
922
|
-
"type": "bytes"
|
923
|
-
},
|
924
|
-
{
|
925
|
-
"internalType": "uint48",
|
926
|
-
"name": "when",
|
927
|
-
"type": "uint48"
|
928
992
|
}
|
929
993
|
],
|
930
|
-
"name": "
|
994
|
+
"name": "targetExists",
|
931
995
|
"outputs": [
|
932
996
|
{
|
933
|
-
"internalType": "
|
934
|
-
"name": "",
|
935
|
-
"type": "
|
936
|
-
},
|
937
|
-
{
|
938
|
-
"internalType": "uint32",
|
939
|
-
"name": "",
|
940
|
-
"type": "uint32"
|
941
|
-
}
|
942
|
-
],
|
943
|
-
"stateMutability": "nonpayable",
|
944
|
-
"type": "function"
|
945
|
-
},
|
946
|
-
{
|
947
|
-
"inputs": [
|
948
|
-
{
|
949
|
-
"internalType": "uint64",
|
950
|
-
"name": "roleId",
|
951
|
-
"type": "uint64"
|
952
|
-
},
|
953
|
-
{
|
954
|
-
"internalType": "uint32",
|
955
|
-
"name": "newDelay",
|
956
|
-
"type": "uint32"
|
997
|
+
"internalType": "bool",
|
998
|
+
"name": "exists",
|
999
|
+
"type": "bool"
|
957
1000
|
}
|
958
1001
|
],
|
959
|
-
"
|
960
|
-
"outputs": [],
|
961
|
-
"stateMutability": "nonpayable",
|
1002
|
+
"stateMutability": "view",
|
962
1003
|
"type": "function"
|
963
1004
|
},
|
964
1005
|
{
|
965
|
-
"inputs": [
|
966
|
-
|
967
|
-
|
968
|
-
"name": "roleId",
|
969
|
-
"type": "uint64"
|
970
|
-
},
|
1006
|
+
"inputs": [],
|
1007
|
+
"name": "targets",
|
1008
|
+
"outputs": [
|
971
1009
|
{
|
972
|
-
"internalType": "
|
973
|
-
"name": "
|
974
|
-
"type": "
|
1010
|
+
"internalType": "uint256",
|
1011
|
+
"name": "numberOfTargets",
|
1012
|
+
"type": "uint256"
|
975
1013
|
}
|
976
1014
|
],
|
977
|
-
"
|
978
|
-
"outputs": [],
|
979
|
-
"stateMutability": "nonpayable",
|
1015
|
+
"stateMutability": "view",
|
980
1016
|
"type": "function"
|
981
1017
|
},
|
982
1018
|
{
|
983
1019
|
"inputs": [
|
984
1020
|
{
|
985
|
-
"internalType": "
|
986
|
-
"name": "
|
987
|
-
"type": "
|
1021
|
+
"internalType": "bytes4",
|
1022
|
+
"name": "selector",
|
1023
|
+
"type": "bytes4"
|
988
1024
|
},
|
989
1025
|
{
|
990
|
-
"internalType": "
|
991
|
-
"name": "
|
992
|
-
"type": "
|
1026
|
+
"internalType": "string",
|
1027
|
+
"name": "name",
|
1028
|
+
"type": "string"
|
993
1029
|
}
|
994
1030
|
],
|
995
|
-
"name": "
|
996
|
-
"outputs": [
|
997
|
-
"stateMutability": "nonpayable",
|
998
|
-
"type": "function"
|
999
|
-
},
|
1000
|
-
{
|
1001
|
-
"inputs": [
|
1002
|
-
{
|
1003
|
-
"internalType": "address",
|
1004
|
-
"name": "target",
|
1005
|
-
"type": "address"
|
1006
|
-
},
|
1031
|
+
"name": "toFunction",
|
1032
|
+
"outputs": [
|
1007
1033
|
{
|
1008
|
-
"
|
1009
|
-
|
1010
|
-
|
1034
|
+
"components": [
|
1035
|
+
{
|
1036
|
+
"internalType": "Str",
|
1037
|
+
"name": "name",
|
1038
|
+
"type": "bytes32"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"internalType": "Selector",
|
1042
|
+
"name": "selector",
|
1043
|
+
"type": "bytes4"
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"internalType": "Timestamp",
|
1047
|
+
"name": "createdAt",
|
1048
|
+
"type": "uint40"
|
1049
|
+
}
|
1050
|
+
],
|
1051
|
+
"internalType": "struct IAccess.FunctionInfo",
|
1052
|
+
"name": "",
|
1053
|
+
"type": "tuple"
|
1011
1054
|
}
|
1012
1055
|
],
|
1013
|
-
"
|
1014
|
-
"outputs": [],
|
1015
|
-
"stateMutability": "nonpayable",
|
1056
|
+
"stateMutability": "view",
|
1016
1057
|
"type": "function"
|
1017
1058
|
},
|
1018
1059
|
{
|
1019
1060
|
"inputs": [
|
1020
1061
|
{
|
1021
|
-
"internalType": "
|
1022
|
-
"name": "
|
1023
|
-
"type": "
|
1062
|
+
"internalType": "RoleId",
|
1063
|
+
"name": "adminRoleId",
|
1064
|
+
"type": "uint64"
|
1024
1065
|
},
|
1025
1066
|
{
|
1026
|
-
"internalType": "
|
1027
|
-
"name": "
|
1028
|
-
"type": "
|
1029
|
-
}
|
1030
|
-
],
|
1031
|
-
"name": "setTargetClosed",
|
1032
|
-
"outputs": [],
|
1033
|
-
"stateMutability": "nonpayable",
|
1034
|
-
"type": "function"
|
1035
|
-
},
|
1036
|
-
{
|
1037
|
-
"inputs": [
|
1038
|
-
{
|
1039
|
-
"internalType": "address",
|
1040
|
-
"name": "target",
|
1041
|
-
"type": "address"
|
1067
|
+
"internalType": "enum IAccess.RoleType",
|
1068
|
+
"name": "roleType",
|
1069
|
+
"type": "uint8"
|
1042
1070
|
},
|
1043
1071
|
{
|
1044
|
-
"internalType": "
|
1045
|
-
"name": "
|
1046
|
-
"type": "
|
1072
|
+
"internalType": "uint32",
|
1073
|
+
"name": "maxMemberCount",
|
1074
|
+
"type": "uint32"
|
1047
1075
|
},
|
1048
1076
|
{
|
1049
|
-
"internalType": "
|
1050
|
-
"name": "
|
1051
|
-
"type": "
|
1077
|
+
"internalType": "string",
|
1078
|
+
"name": "name",
|
1079
|
+
"type": "string"
|
1052
1080
|
}
|
1053
1081
|
],
|
1054
|
-
"name": "
|
1055
|
-
"outputs": [
|
1056
|
-
"stateMutability": "nonpayable",
|
1057
|
-
"type": "function"
|
1058
|
-
},
|
1059
|
-
{
|
1060
|
-
"inputs": [
|
1061
|
-
{
|
1062
|
-
"internalType": "address",
|
1063
|
-
"name": "target",
|
1064
|
-
"type": "address"
|
1065
|
-
},
|
1082
|
+
"name": "toRole",
|
1083
|
+
"outputs": [
|
1066
1084
|
{
|
1067
|
-
"
|
1068
|
-
|
1069
|
-
|
1085
|
+
"components": [
|
1086
|
+
{
|
1087
|
+
"internalType": "RoleId",
|
1088
|
+
"name": "adminRoleId",
|
1089
|
+
"type": "uint64"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"internalType": "enum IAccess.RoleType",
|
1093
|
+
"name": "roleType",
|
1094
|
+
"type": "uint8"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"internalType": "uint32",
|
1098
|
+
"name": "maxMemberCount",
|
1099
|
+
"type": "uint32"
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"internalType": "Str",
|
1103
|
+
"name": "name",
|
1104
|
+
"type": "bytes32"
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
"internalType": "Timestamp",
|
1108
|
+
"name": "createdAt",
|
1109
|
+
"type": "uint40"
|
1110
|
+
},
|
1111
|
+
{
|
1112
|
+
"internalType": "Timestamp",
|
1113
|
+
"name": "pausedAt",
|
1114
|
+
"type": "uint40"
|
1115
|
+
}
|
1116
|
+
],
|
1117
|
+
"internalType": "struct IAccess.RoleInfo",
|
1118
|
+
"name": "",
|
1119
|
+
"type": "tuple"
|
1070
1120
|
}
|
1071
1121
|
],
|
1072
|
-
"
|
1073
|
-
"outputs": [],
|
1074
|
-
"stateMutability": "nonpayable",
|
1122
|
+
"stateMutability": "view",
|
1075
1123
|
"type": "function"
|
1076
1124
|
}
|
1077
1125
|
],
|