@etherisc/gif-next 0.0.2-ffba655 → 3.0.0-1a7e54a-113
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +277 -68
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +810 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1735 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2008 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +817 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1400 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +838 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -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 +1474 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +500 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +229 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +1198 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +849 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +1466 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2189 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +844 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +376 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +901 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.json +332 -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/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +734 -451
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1102 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +810 -530
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2400 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2628 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1348 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +792 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/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 +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
- 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 +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +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 +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +830 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +886 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1015 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +886 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +810 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +906 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +874 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +834 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1107 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1055 -113
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1543 -176
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2255 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +793 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2271 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1401 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
- 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/shared/IComponent.sol/IComponent.json +620 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IRegisterable.json → shared/INftOwnable.sol/INftOwnable.json} +72 -72
- 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 +4 -0
- package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +179 -158
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +428 -0
- 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 +785 -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 +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
- 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 +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +397 -0
- 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 +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +482 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- 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 +2747 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -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 +270 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +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 +373 -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 +238 -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 +161 -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/RequestIdSet.sol/LibRequestIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +33 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +308 -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 +199 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +344 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -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 +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +679 -0
- package/contracts/authorization/AccessAdminLib.sol +678 -0
- package/contracts/authorization/AccessManagerCloneable.sol +140 -0
- package/contracts/authorization/Authorization.sol +190 -0
- package/contracts/authorization/IAccess.sol +66 -0
- package/contracts/authorization/IAccessAdmin.sol +142 -0
- package/contracts/authorization/IAuthorization.sol +26 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +300 -0
- package/contracts/distribution/BasicDistribution.sol +140 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +245 -0
- package/contracts/distribution/DistributionService.sol +448 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +115 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/flight/FlightLib.sol +311 -0
- package/contracts/examples/flight/FlightMessageVerifier.sol +128 -0
- package/contracts/examples/flight/FlightOracle.sol +167 -0
- package/contracts/examples/flight/FlightOracleAuthorization.sol +34 -0
- package/contracts/examples/flight/FlightPool.sol +89 -0
- package/contracts/examples/flight/FlightPoolAuthorization.sol +37 -0
- package/contracts/examples/flight/FlightProduct.sol +545 -0
- package/contracts/examples/flight/FlightProductAuthorization.sol +44 -0
- package/contracts/examples/flight/FlightUSD.sol +26 -0
- package/contracts/examples/flight/originalV1.sol +396 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +151 -15
- package/contracts/instance/IInstanceService.sol +119 -0
- package/contracts/instance/Instance.sol +332 -45
- package/contracts/instance/InstanceAdmin.sol +307 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
- package/contracts/instance/InstanceReader.sol +628 -0
- package/contracts/instance/InstanceService.sol +514 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +323 -0
- package/contracts/instance/ProductStore.sol +290 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/base/BalanceStore.sol +121 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +109 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +21 -0
- package/contracts/instance/module/IComponents.sol +60 -0
- package/contracts/instance/module/IDistribution.sol +54 -0
- package/contracts/instance/module/IPolicy.sol +105 -0
- package/contracts/instance/module/IRisk.sol +16 -0
- package/contracts/mock/Dip.sol +26 -0
- package/contracts/oracle/BasicOracle.sol +44 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +41 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +152 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +161 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +386 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +116 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +170 -0
- package/contracts/pool/Pool.sol +331 -0
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +614 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +327 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +48 -0
- package/contracts/product/BasicProductAuthorization.sol +64 -0
- package/contracts/product/ClaimService.sol +626 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +88 -0
- package/contracts/product/IClaimService.sol +136 -0
- package/contracts/product/IPolicyService.sol +102 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +645 -0
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +306 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +491 -0
- package/contracts/product/RiskService.sol +189 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +176 -100
- package/contracts/registry/IRegistry.sol +149 -47
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +671 -117
- package/contracts/registry/RegistryAdmin.sol +173 -0
- package/contracts/registry/RegistryAuthorization.sol +337 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +199 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
- package/contracts/registry/TokenRegistry.sol +317 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +691 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/EcdsaChecker.sol +5 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +27 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +36 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +232 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +129 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +106 -0
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +67 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +366 -0
- package/contracts/staking/IStakingService.sol +127 -0
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +797 -0
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingManager.sol +53 -0
- package/contracts/staking/StakingReader.sol +171 -0
- package/contracts/staking/StakingService.sol +321 -0
- package/contracts/staking/StakingServiceManager.sol +46 -0
- package/contracts/staking/StakingStore.sol +1368 -0
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +234 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +154 -0
- package/contracts/type/Blocknumber.sol +137 -0
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +85 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +96 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RequestIdSet.sol +62 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +124 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/type/StateId.sol +149 -0
- package/contracts/type/String.sol +95 -0
- package/contracts/type/Timestamp.sol +152 -0
- package/contracts/type/UFixed.sol +263 -0
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +56 -0
- package/contracts/upgradeability/ProxyManager.sol +246 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +27 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -231
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/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/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- 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/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -12
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -66
- package/contracts/experiment/errors/Require.sol +0 -33
- package/contracts/experiment/errors/Revert.sol +0 -39
- package/contracts/experiment/inheritance/A.sol +0 -56
- package/contracts/experiment/inheritance/B.sol +0 -23
- package/contracts/experiment/inheritance/C.sol +0 -28
- package/contracts/experiment/inheritance/IA.sol +0 -18
- package/contracts/experiment/inheritance/IB.sol +0 -9
- package/contracts/experiment/inheritance/IC.sol +0 -11
- package/contracts/experiment/types/TypeA.sol +0 -42
- package/contracts/experiment/types/TypeB.sol +0 -24
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -248
- package/contracts/instance/component/IComponent.sol +0 -95
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -107
- package/contracts/instance/pool/IPoolModule.sol +0 -41
- package/contracts/instance/pool/PoolModule.sol +0 -86
- package/contracts/instance/product/IProductService.sol +0 -46
- package/contracts/instance/product/ProductService.sol +0 -108
- package/contracts/registry/IChainNft.sol +0 -18
- package/contracts/types/Blocknumber.sol +0 -60
- package/contracts/types/ChainId.sol +0 -30
- package/contracts/types/NftId.sol +0 -35
- package/contracts/types/Timestamp.sol +0 -55
- package/contracts/types/UFixed.sol +0 -211
@@ -0,0 +1,1735 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "AccessAdmin",
|
4
|
+
"sourceName": "contracts/authorization/AccessAdmin.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
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",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [],
|
46
|
+
"name": "ErrorAccessAdminAccessManagerEmptyName",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [
|
51
|
+
{
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "authority",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"name": "ErrorAccessAdminAccessManagerNotAccessManager",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [],
|
62
|
+
"name": "ErrorAccessAdminAdminRoleMissing",
|
63
|
+
"type": "error"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"inputs": [
|
67
|
+
{
|
68
|
+
"internalType": "address",
|
69
|
+
"name": "authorization",
|
70
|
+
"type": "address"
|
71
|
+
}
|
72
|
+
],
|
73
|
+
"name": "ErrorAccessAdminAlreadyInitialized",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "address",
|
80
|
+
"name": "authority",
|
81
|
+
"type": "address"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorAccessAdminAuthorityNotContract",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "address",
|
91
|
+
"name": "target",
|
92
|
+
"type": "address"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorAccessAdminAuthorizeForAdminRoleInvalid",
|
96
|
+
"type": "error"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"inputs": [
|
100
|
+
{
|
101
|
+
"internalType": "address",
|
102
|
+
"name": "authorization",
|
103
|
+
"type": "address"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"internalType": "ObjectType",
|
107
|
+
"name": "expectedDomain",
|
108
|
+
"type": "uint8"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"internalType": "ObjectType",
|
112
|
+
"name": "actualDomain",
|
113
|
+
"type": "uint8"
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"name": "ErrorAccessAdminDomainMismatch",
|
117
|
+
"type": "error"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"inputs": [],
|
121
|
+
"name": "ErrorAccessAdminFunctionNameEmpty",
|
122
|
+
"type": "error"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"inputs": [
|
126
|
+
{
|
127
|
+
"internalType": "address",
|
128
|
+
"name": "target",
|
129
|
+
"type": "address"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"internalType": "enum IAccess.TargetType",
|
133
|
+
"name": "serviceTargetType",
|
134
|
+
"type": "uint8"
|
135
|
+
}
|
136
|
+
],
|
137
|
+
"name": "ErrorAccessAdminInvalidServiceType",
|
138
|
+
"type": "error"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"inputs": [
|
142
|
+
{
|
143
|
+
"internalType": "address",
|
144
|
+
"name": "target",
|
145
|
+
"type": "address"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"internalType": "enum IAccess.TargetType",
|
149
|
+
"name": "targetType",
|
150
|
+
"type": "uint8"
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"name": "ErrorAccessAdminInvalidTargetType",
|
154
|
+
"type": "error"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"inputs": [],
|
158
|
+
"name": "ErrorAccessAdminInvalidUseOfAdminRole",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [],
|
163
|
+
"name": "ErrorAccessAdminInvalidUseOfPublicRole",
|
164
|
+
"type": "error"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"inputs": [
|
168
|
+
{
|
169
|
+
"internalType": "RoleId",
|
170
|
+
"name": "adminRoleId",
|
171
|
+
"type": "uint64"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"internalType": "address",
|
175
|
+
"name": "account",
|
176
|
+
"type": "address"
|
177
|
+
}
|
178
|
+
],
|
179
|
+
"name": "ErrorAccessAdminNotAdminOfRole",
|
180
|
+
"type": "error"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"inputs": [
|
184
|
+
{
|
185
|
+
"internalType": "address",
|
186
|
+
"name": "authorization",
|
187
|
+
"type": "address"
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"name": "ErrorAccessAdminNotAuthorization",
|
191
|
+
"type": "error"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"inputs": [
|
195
|
+
{
|
196
|
+
"internalType": "address",
|
197
|
+
"name": "target",
|
198
|
+
"type": "address"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"name": "ErrorAccessAdminNotComponentOrCustomTarget",
|
202
|
+
"type": "error"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"inputs": [],
|
206
|
+
"name": "ErrorAccessAdminNotDeployer",
|
207
|
+
"type": "error"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"inputs": [
|
211
|
+
{
|
212
|
+
"internalType": "address",
|
213
|
+
"name": "registerable",
|
214
|
+
"type": "address"
|
215
|
+
}
|
216
|
+
],
|
217
|
+
"name": "ErrorAccessAdminNotRegistered",
|
218
|
+
"type": "error"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"inputs": [
|
222
|
+
{
|
223
|
+
"internalType": "address",
|
224
|
+
"name": "registry",
|
225
|
+
"type": "address"
|
226
|
+
}
|
227
|
+
],
|
228
|
+
"name": "ErrorAccessAdminNotRegistry",
|
229
|
+
"type": "error"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"inputs": [
|
233
|
+
{
|
234
|
+
"internalType": "RoleId",
|
235
|
+
"name": "roleId",
|
236
|
+
"type": "uint64"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"internalType": "address",
|
240
|
+
"name": "account",
|
241
|
+
"type": "address"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"name": "ErrorAccessAdminNotRoleOwner",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [
|
249
|
+
{
|
250
|
+
"internalType": "address",
|
251
|
+
"name": "serviceAuthorization",
|
252
|
+
"type": "address"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"name": "ErrorAccessAdminNotServiceAuthorization",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"inputs": [
|
260
|
+
{
|
261
|
+
"internalType": "address",
|
262
|
+
"name": "authorization",
|
263
|
+
"type": "address"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"internalType": "VersionPart",
|
267
|
+
"name": "expectedRelease",
|
268
|
+
"type": "uint8"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"internalType": "VersionPart",
|
272
|
+
"name": "actualRelease",
|
273
|
+
"type": "uint8"
|
274
|
+
}
|
275
|
+
],
|
276
|
+
"name": "ErrorAccessAdminReleaseMismatch",
|
277
|
+
"type": "error"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"inputs": [
|
281
|
+
{
|
282
|
+
"internalType": "RoleId",
|
283
|
+
"name": "adminRoleId",
|
284
|
+
"type": "uint64"
|
285
|
+
}
|
286
|
+
],
|
287
|
+
"name": "ErrorAccessAdminRoleAdminNotExisting",
|
288
|
+
"type": "error"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"inputs": [
|
292
|
+
{
|
293
|
+
"internalType": "RoleId",
|
294
|
+
"name": "roleId",
|
295
|
+
"type": "uint64"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"internalType": "string",
|
299
|
+
"name": "name",
|
300
|
+
"type": "string"
|
301
|
+
}
|
302
|
+
],
|
303
|
+
"name": "ErrorAccessAdminRoleAlreadyCreated",
|
304
|
+
"type": "error"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"inputs": [
|
308
|
+
{
|
309
|
+
"internalType": "RoleId",
|
310
|
+
"name": "roleId",
|
311
|
+
"type": "uint64"
|
312
|
+
}
|
313
|
+
],
|
314
|
+
"name": "ErrorAccessAdminRoleIsLocked",
|
315
|
+
"type": "error"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"inputs": [
|
319
|
+
{
|
320
|
+
"internalType": "RoleId",
|
321
|
+
"name": "roleId",
|
322
|
+
"type": "uint64"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"name": "ErrorAccessAdminRoleIsPaused",
|
326
|
+
"type": "error"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"inputs": [
|
330
|
+
{
|
331
|
+
"internalType": "RoleId",
|
332
|
+
"name": "roleId",
|
333
|
+
"type": "uint64"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"internalType": "address",
|
337
|
+
"name": "notContract",
|
338
|
+
"type": "address"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"name": "ErrorAccessAdminRoleMemberNotContract",
|
342
|
+
"type": "error"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"inputs": [
|
346
|
+
{
|
347
|
+
"internalType": "RoleId",
|
348
|
+
"name": "roleId",
|
349
|
+
"type": "uint64"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"internalType": "address",
|
353
|
+
"name": "expectedMember",
|
354
|
+
"type": "address"
|
355
|
+
}
|
356
|
+
],
|
357
|
+
"name": "ErrorAccessAdminRoleMemberRemovalDisabled",
|
358
|
+
"type": "error"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"inputs": [
|
362
|
+
{
|
363
|
+
"internalType": "RoleId",
|
364
|
+
"name": "roleId",
|
365
|
+
"type": "uint64"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"internalType": "uint256",
|
369
|
+
"name": "memberCountLimit",
|
370
|
+
"type": "uint256"
|
371
|
+
}
|
372
|
+
],
|
373
|
+
"name": "ErrorAccessAdminRoleMembersLimitReached",
|
374
|
+
"type": "error"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"inputs": [
|
378
|
+
{
|
379
|
+
"internalType": "RoleId",
|
380
|
+
"name": "roleId",
|
381
|
+
"type": "uint64"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"internalType": "string",
|
385
|
+
"name": "name",
|
386
|
+
"type": "string"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"internalType": "RoleId",
|
390
|
+
"name": "existingRoleId",
|
391
|
+
"type": "uint64"
|
392
|
+
}
|
393
|
+
],
|
394
|
+
"name": "ErrorAccessAdminRoleNameAlreadyExists",
|
395
|
+
"type": "error"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"inputs": [
|
399
|
+
{
|
400
|
+
"internalType": "RoleId",
|
401
|
+
"name": "roleId",
|
402
|
+
"type": "uint64"
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"name": "ErrorAccessAdminRoleNameEmpty",
|
406
|
+
"type": "error"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"inputs": [
|
410
|
+
{
|
411
|
+
"internalType": "RoleId",
|
412
|
+
"name": "roleId",
|
413
|
+
"type": "uint64"
|
414
|
+
}
|
415
|
+
],
|
416
|
+
"name": "ErrorAccessAdminRoleNotCustom",
|
417
|
+
"type": "error"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"inputs": [
|
421
|
+
{
|
422
|
+
"internalType": "RoleId",
|
423
|
+
"name": "roleId",
|
424
|
+
"type": "uint64"
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"name": "ErrorAccessAdminRoleUnknown",
|
428
|
+
"type": "error"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"inputs": [],
|
432
|
+
"name": "ErrorAccessAdminSelectorZero",
|
433
|
+
"type": "error"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"inputs": [],
|
437
|
+
"name": "ErrorAccessAdminTagetNotLockable",
|
438
|
+
"type": "error"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"inputs": [
|
442
|
+
{
|
443
|
+
"internalType": "address",
|
444
|
+
"name": "target",
|
445
|
+
"type": "address"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"internalType": "string",
|
449
|
+
"name": "name",
|
450
|
+
"type": "string"
|
451
|
+
}
|
452
|
+
],
|
453
|
+
"name": "ErrorAccessAdminTargetAlreadyCreated",
|
454
|
+
"type": "error"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"inputs": [
|
458
|
+
{
|
459
|
+
"internalType": "address",
|
460
|
+
"name": "target",
|
461
|
+
"type": "address"
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"internalType": "bool",
|
465
|
+
"name": "isLocked",
|
466
|
+
"type": "bool"
|
467
|
+
}
|
468
|
+
],
|
469
|
+
"name": "ErrorAccessAdminTargetAlreadyLocked",
|
470
|
+
"type": "error"
|
471
|
+
},
|
472
|
+
{
|
473
|
+
"inputs": [
|
474
|
+
{
|
475
|
+
"internalType": "address",
|
476
|
+
"name": "expectedAuthority",
|
477
|
+
"type": "address"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"internalType": "address",
|
481
|
+
"name": "actualAuthority",
|
482
|
+
"type": "address"
|
483
|
+
}
|
484
|
+
],
|
485
|
+
"name": "ErrorAccessAdminTargetAuthorityMismatch",
|
486
|
+
"type": "error"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"inputs": [
|
490
|
+
{
|
491
|
+
"internalType": "address",
|
492
|
+
"name": "target",
|
493
|
+
"type": "address"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"internalType": "string",
|
497
|
+
"name": "name",
|
498
|
+
"type": "string"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"internalType": "address",
|
502
|
+
"name": "existingTarget",
|
503
|
+
"type": "address"
|
504
|
+
}
|
505
|
+
],
|
506
|
+
"name": "ErrorAccessAdminTargetNameAlreadyExists",
|
507
|
+
"type": "error"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"inputs": [
|
511
|
+
{
|
512
|
+
"internalType": "address",
|
513
|
+
"name": "target",
|
514
|
+
"type": "address"
|
515
|
+
}
|
516
|
+
],
|
517
|
+
"name": "ErrorAccessAdminTargetNameEmpty",
|
518
|
+
"type": "error"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"inputs": [
|
522
|
+
{
|
523
|
+
"internalType": "address",
|
524
|
+
"name": "target",
|
525
|
+
"type": "address"
|
526
|
+
}
|
527
|
+
],
|
528
|
+
"name": "ErrorAccessAdminTargetNotAccessManaged",
|
529
|
+
"type": "error"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"inputs": [
|
533
|
+
{
|
534
|
+
"internalType": "address",
|
535
|
+
"name": "target",
|
536
|
+
"type": "address"
|
537
|
+
}
|
538
|
+
],
|
539
|
+
"name": "ErrorAccessAdminTargetNotCreated",
|
540
|
+
"type": "error"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"inputs": [
|
544
|
+
{
|
545
|
+
"internalType": "address",
|
546
|
+
"name": "target",
|
547
|
+
"type": "address"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"name": "ErrorAccessAdminTargetNotRegistered",
|
551
|
+
"type": "error"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"inputs": [
|
555
|
+
{
|
556
|
+
"internalType": "address",
|
557
|
+
"name": "target",
|
558
|
+
"type": "address"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"internalType": "ObjectType",
|
562
|
+
"name": "expectedType",
|
563
|
+
"type": "uint8"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"internalType": "ObjectType",
|
567
|
+
"name": "actualType",
|
568
|
+
"type": "uint8"
|
569
|
+
}
|
570
|
+
],
|
571
|
+
"name": "ErrorAccessAdminTargetTypeMismatch",
|
572
|
+
"type": "error"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"inputs": [
|
576
|
+
{
|
577
|
+
"internalType": "address",
|
578
|
+
"name": "target",
|
579
|
+
"type": "address"
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"name": "ErrorAccessAdminTargetUnknown",
|
583
|
+
"type": "error"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"inputs": [
|
587
|
+
{
|
588
|
+
"internalType": "address",
|
589
|
+
"name": "registryAddress",
|
590
|
+
"type": "address"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"name": "ErrorNotRegistry",
|
594
|
+
"type": "error"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"inputs": [],
|
598
|
+
"name": "InvalidInitialization",
|
599
|
+
"type": "error"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"inputs": [],
|
603
|
+
"name": "NotInitializing",
|
604
|
+
"type": "error"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"anonymous": false,
|
608
|
+
"inputs": [
|
609
|
+
{
|
610
|
+
"indexed": false,
|
611
|
+
"internalType": "address",
|
612
|
+
"name": "authority",
|
613
|
+
"type": "address"
|
614
|
+
}
|
615
|
+
],
|
616
|
+
"name": "AuthorityUpdated",
|
617
|
+
"type": "event"
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"anonymous": false,
|
621
|
+
"inputs": [
|
622
|
+
{
|
623
|
+
"indexed": false,
|
624
|
+
"internalType": "uint64",
|
625
|
+
"name": "version",
|
626
|
+
"type": "uint64"
|
627
|
+
}
|
628
|
+
],
|
629
|
+
"name": "Initialized",
|
630
|
+
"type": "event"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"anonymous": false,
|
634
|
+
"inputs": [
|
635
|
+
{
|
636
|
+
"indexed": false,
|
637
|
+
"internalType": "string",
|
638
|
+
"name": "admin",
|
639
|
+
"type": "string"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"indexed": false,
|
643
|
+
"internalType": "address",
|
644
|
+
"name": "target",
|
645
|
+
"type": "address"
|
646
|
+
},
|
647
|
+
{
|
648
|
+
"indexed": false,
|
649
|
+
"internalType": "string",
|
650
|
+
"name": "func",
|
651
|
+
"type": "string"
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"indexed": false,
|
655
|
+
"internalType": "Blocknumber",
|
656
|
+
"name": "lastUpdateIn",
|
657
|
+
"type": "uint40"
|
658
|
+
}
|
659
|
+
],
|
660
|
+
"name": "LogAccessAdminFunctionGranted",
|
661
|
+
"type": "event"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"anonymous": false,
|
665
|
+
"inputs": [
|
666
|
+
{
|
667
|
+
"indexed": false,
|
668
|
+
"internalType": "string",
|
669
|
+
"name": "admin",
|
670
|
+
"type": "string"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"indexed": false,
|
674
|
+
"internalType": "RoleId",
|
675
|
+
"name": "roleId",
|
676
|
+
"type": "uint64"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"indexed": false,
|
680
|
+
"internalType": "bool",
|
681
|
+
"name": "active",
|
682
|
+
"type": "bool"
|
683
|
+
},
|
684
|
+
{
|
685
|
+
"indexed": false,
|
686
|
+
"internalType": "Blocknumber",
|
687
|
+
"name": "lastUpdateIn",
|
688
|
+
"type": "uint40"
|
689
|
+
}
|
690
|
+
],
|
691
|
+
"name": "LogAccessAdminRoleActivatedSet",
|
692
|
+
"type": "event"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"anonymous": false,
|
696
|
+
"inputs": [
|
697
|
+
{
|
698
|
+
"indexed": false,
|
699
|
+
"internalType": "string",
|
700
|
+
"name": "admin",
|
701
|
+
"type": "string"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"indexed": false,
|
705
|
+
"internalType": "RoleId",
|
706
|
+
"name": "roleId",
|
707
|
+
"type": "uint64"
|
708
|
+
},
|
709
|
+
{
|
710
|
+
"indexed": false,
|
711
|
+
"internalType": "enum IAccess.TargetType",
|
712
|
+
"name": "targetType",
|
713
|
+
"type": "uint8"
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"indexed": false,
|
717
|
+
"internalType": "RoleId",
|
718
|
+
"name": "roleAdminId",
|
719
|
+
"type": "uint64"
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"indexed": false,
|
723
|
+
"internalType": "string",
|
724
|
+
"name": "name",
|
725
|
+
"type": "string"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"name": "LogAccessAdminRoleCreated",
|
729
|
+
"type": "event"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"anonymous": false,
|
733
|
+
"inputs": [
|
734
|
+
{
|
735
|
+
"indexed": false,
|
736
|
+
"internalType": "string",
|
737
|
+
"name": "admin",
|
738
|
+
"type": "string"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"indexed": false,
|
742
|
+
"internalType": "address",
|
743
|
+
"name": "account",
|
744
|
+
"type": "address"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"indexed": false,
|
748
|
+
"internalType": "string",
|
749
|
+
"name": "roleName",
|
750
|
+
"type": "string"
|
751
|
+
}
|
752
|
+
],
|
753
|
+
"name": "LogAccessAdminRoleGranted",
|
754
|
+
"type": "event"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"anonymous": false,
|
758
|
+
"inputs": [
|
759
|
+
{
|
760
|
+
"indexed": false,
|
761
|
+
"internalType": "string",
|
762
|
+
"name": "admin",
|
763
|
+
"type": "string"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"indexed": false,
|
767
|
+
"internalType": "address",
|
768
|
+
"name": "account",
|
769
|
+
"type": "address"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"indexed": false,
|
773
|
+
"internalType": "string",
|
774
|
+
"name": "roleName",
|
775
|
+
"type": "string"
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"name": "LogAccessAdminRoleRevoked",
|
779
|
+
"type": "event"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"anonymous": false,
|
783
|
+
"inputs": [
|
784
|
+
{
|
785
|
+
"indexed": false,
|
786
|
+
"internalType": "string",
|
787
|
+
"name": "admin",
|
788
|
+
"type": "string"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"indexed": false,
|
792
|
+
"internalType": "string",
|
793
|
+
"name": "name",
|
794
|
+
"type": "string"
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"indexed": false,
|
798
|
+
"internalType": "bool",
|
799
|
+
"name": "managed",
|
800
|
+
"type": "bool"
|
801
|
+
},
|
802
|
+
{
|
803
|
+
"indexed": false,
|
804
|
+
"internalType": "address",
|
805
|
+
"name": "target",
|
806
|
+
"type": "address"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"indexed": false,
|
810
|
+
"internalType": "RoleId",
|
811
|
+
"name": "roleId",
|
812
|
+
"type": "uint64"
|
813
|
+
}
|
814
|
+
],
|
815
|
+
"name": "LogAccessAdminTargetCreated",
|
816
|
+
"type": "event"
|
817
|
+
},
|
818
|
+
{
|
819
|
+
"anonymous": false,
|
820
|
+
"inputs": [
|
821
|
+
{
|
822
|
+
"indexed": false,
|
823
|
+
"internalType": "string",
|
824
|
+
"name": "admin",
|
825
|
+
"type": "string"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"indexed": false,
|
829
|
+
"internalType": "address",
|
830
|
+
"name": "target",
|
831
|
+
"type": "address"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "bool",
|
836
|
+
"name": "locked",
|
837
|
+
"type": "bool"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"indexed": false,
|
841
|
+
"internalType": "Blocknumber",
|
842
|
+
"name": "lastUpdateIn",
|
843
|
+
"type": "uint40"
|
844
|
+
}
|
845
|
+
],
|
846
|
+
"name": "LogAccessAdminTargetLockedSet",
|
847
|
+
"type": "event"
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"inputs": [],
|
851
|
+
"name": "authority",
|
852
|
+
"outputs": [
|
853
|
+
{
|
854
|
+
"internalType": "address",
|
855
|
+
"name": "",
|
856
|
+
"type": "address"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"stateMutability": "view",
|
860
|
+
"type": "function"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"inputs": [
|
864
|
+
{
|
865
|
+
"internalType": "address",
|
866
|
+
"name": "target",
|
867
|
+
"type": "address"
|
868
|
+
}
|
869
|
+
],
|
870
|
+
"name": "authorizedFunctions",
|
871
|
+
"outputs": [
|
872
|
+
{
|
873
|
+
"internalType": "uint256",
|
874
|
+
"name": "numberOfFunctions",
|
875
|
+
"type": "uint256"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"stateMutability": "view",
|
879
|
+
"type": "function"
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"inputs": [],
|
883
|
+
"name": "getAdminRole",
|
884
|
+
"outputs": [
|
885
|
+
{
|
886
|
+
"internalType": "RoleId",
|
887
|
+
"name": "roleId",
|
888
|
+
"type": "uint64"
|
889
|
+
}
|
890
|
+
],
|
891
|
+
"stateMutability": "view",
|
892
|
+
"type": "function"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"inputs": [],
|
896
|
+
"name": "getAuthorization",
|
897
|
+
"outputs": [
|
898
|
+
{
|
899
|
+
"internalType": "contract IAuthorization",
|
900
|
+
"name": "authorization",
|
901
|
+
"type": "address"
|
902
|
+
}
|
903
|
+
],
|
904
|
+
"stateMutability": "view",
|
905
|
+
"type": "function"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"inputs": [
|
909
|
+
{
|
910
|
+
"internalType": "address",
|
911
|
+
"name": "target",
|
912
|
+
"type": "address"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"internalType": "uint256",
|
916
|
+
"name": "idx",
|
917
|
+
"type": "uint256"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"name": "getAuthorizedFunction",
|
921
|
+
"outputs": [
|
922
|
+
{
|
923
|
+
"components": [
|
924
|
+
{
|
925
|
+
"internalType": "Str",
|
926
|
+
"name": "name",
|
927
|
+
"type": "bytes32"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"internalType": "Selector",
|
931
|
+
"name": "selector",
|
932
|
+
"type": "bytes4"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"internalType": "Timestamp",
|
936
|
+
"name": "createdAt",
|
937
|
+
"type": "uint40"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"internalType": "Blocknumber",
|
941
|
+
"name": "lastUpdateIn",
|
942
|
+
"type": "uint40"
|
943
|
+
}
|
944
|
+
],
|
945
|
+
"internalType": "struct IAccess.FunctionInfo",
|
946
|
+
"name": "func",
|
947
|
+
"type": "tuple"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"internalType": "RoleId",
|
951
|
+
"name": "roleId",
|
952
|
+
"type": "uint64"
|
953
|
+
}
|
954
|
+
],
|
955
|
+
"stateMutability": "view",
|
956
|
+
"type": "function"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"inputs": [
|
960
|
+
{
|
961
|
+
"internalType": "address",
|
962
|
+
"name": "target",
|
963
|
+
"type": "address"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"internalType": "Selector",
|
967
|
+
"name": "selector",
|
968
|
+
"type": "bytes4"
|
969
|
+
}
|
970
|
+
],
|
971
|
+
"name": "getFunctionInfo",
|
972
|
+
"outputs": [
|
973
|
+
{
|
974
|
+
"components": [
|
975
|
+
{
|
976
|
+
"internalType": "Str",
|
977
|
+
"name": "name",
|
978
|
+
"type": "bytes32"
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"internalType": "Selector",
|
982
|
+
"name": "selector",
|
983
|
+
"type": "bytes4"
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"internalType": "Timestamp",
|
987
|
+
"name": "createdAt",
|
988
|
+
"type": "uint40"
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"internalType": "Blocknumber",
|
992
|
+
"name": "lastUpdateIn",
|
993
|
+
"type": "uint40"
|
994
|
+
}
|
995
|
+
],
|
996
|
+
"internalType": "struct IAccess.FunctionInfo",
|
997
|
+
"name": "functionInfo",
|
998
|
+
"type": "tuple"
|
999
|
+
}
|
1000
|
+
],
|
1001
|
+
"stateMutability": "view",
|
1002
|
+
"type": "function"
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"inputs": [],
|
1006
|
+
"name": "getLinkedNftId",
|
1007
|
+
"outputs": [
|
1008
|
+
{
|
1009
|
+
"internalType": "NftId",
|
1010
|
+
"name": "linkedNftId",
|
1011
|
+
"type": "uint96"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"stateMutability": "view",
|
1015
|
+
"type": "function"
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"inputs": [],
|
1019
|
+
"name": "getPublicRole",
|
1020
|
+
"outputs": [
|
1021
|
+
{
|
1022
|
+
"internalType": "RoleId",
|
1023
|
+
"name": "roleId",
|
1024
|
+
"type": "uint64"
|
1025
|
+
}
|
1026
|
+
],
|
1027
|
+
"stateMutability": "view",
|
1028
|
+
"type": "function"
|
1029
|
+
},
|
1030
|
+
{
|
1031
|
+
"inputs": [],
|
1032
|
+
"name": "getRegistry",
|
1033
|
+
"outputs": [
|
1034
|
+
{
|
1035
|
+
"internalType": "contract IRegistry",
|
1036
|
+
"name": "registry",
|
1037
|
+
"type": "address"
|
1038
|
+
}
|
1039
|
+
],
|
1040
|
+
"stateMutability": "view",
|
1041
|
+
"type": "function"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"inputs": [],
|
1045
|
+
"name": "getRelease",
|
1046
|
+
"outputs": [
|
1047
|
+
{
|
1048
|
+
"internalType": "VersionPart",
|
1049
|
+
"name": "release",
|
1050
|
+
"type": "uint8"
|
1051
|
+
}
|
1052
|
+
],
|
1053
|
+
"stateMutability": "view",
|
1054
|
+
"type": "function"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"inputs": [
|
1058
|
+
{
|
1059
|
+
"internalType": "string",
|
1060
|
+
"name": "name",
|
1061
|
+
"type": "string"
|
1062
|
+
}
|
1063
|
+
],
|
1064
|
+
"name": "getRoleForName",
|
1065
|
+
"outputs": [
|
1066
|
+
{
|
1067
|
+
"internalType": "RoleId",
|
1068
|
+
"name": "roleId",
|
1069
|
+
"type": "uint64"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"internalType": "bool",
|
1073
|
+
"name": "exists",
|
1074
|
+
"type": "bool"
|
1075
|
+
}
|
1076
|
+
],
|
1077
|
+
"stateMutability": "view",
|
1078
|
+
"type": "function"
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"inputs": [
|
1082
|
+
{
|
1083
|
+
"internalType": "uint256",
|
1084
|
+
"name": "idx",
|
1085
|
+
"type": "uint256"
|
1086
|
+
}
|
1087
|
+
],
|
1088
|
+
"name": "getRoleId",
|
1089
|
+
"outputs": [
|
1090
|
+
{
|
1091
|
+
"internalType": "RoleId",
|
1092
|
+
"name": "roleId",
|
1093
|
+
"type": "uint64"
|
1094
|
+
}
|
1095
|
+
],
|
1096
|
+
"stateMutability": "view",
|
1097
|
+
"type": "function"
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"inputs": [
|
1101
|
+
{
|
1102
|
+
"internalType": "RoleId",
|
1103
|
+
"name": "roleId",
|
1104
|
+
"type": "uint64"
|
1105
|
+
}
|
1106
|
+
],
|
1107
|
+
"name": "getRoleInfo",
|
1108
|
+
"outputs": [
|
1109
|
+
{
|
1110
|
+
"components": [
|
1111
|
+
{
|
1112
|
+
"internalType": "RoleId",
|
1113
|
+
"name": "adminRoleId",
|
1114
|
+
"type": "uint64"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"internalType": "enum IAccess.TargetType",
|
1118
|
+
"name": "targetType",
|
1119
|
+
"type": "uint8"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"internalType": "uint32",
|
1123
|
+
"name": "maxMemberCount",
|
1124
|
+
"type": "uint32"
|
1125
|
+
},
|
1126
|
+
{
|
1127
|
+
"internalType": "Timestamp",
|
1128
|
+
"name": "createdAt",
|
1129
|
+
"type": "uint40"
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"internalType": "Timestamp",
|
1133
|
+
"name": "pausedAt",
|
1134
|
+
"type": "uint40"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"internalType": "Blocknumber",
|
1138
|
+
"name": "lastUpdateIn",
|
1139
|
+
"type": "uint40"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"internalType": "Str",
|
1143
|
+
"name": "name",
|
1144
|
+
"type": "bytes32"
|
1145
|
+
}
|
1146
|
+
],
|
1147
|
+
"internalType": "struct IAccess.RoleInfo",
|
1148
|
+
"name": "",
|
1149
|
+
"type": "tuple"
|
1150
|
+
}
|
1151
|
+
],
|
1152
|
+
"stateMutability": "view",
|
1153
|
+
"type": "function"
|
1154
|
+
},
|
1155
|
+
{
|
1156
|
+
"inputs": [
|
1157
|
+
{
|
1158
|
+
"internalType": "RoleId",
|
1159
|
+
"name": "roleId",
|
1160
|
+
"type": "uint64"
|
1161
|
+
},
|
1162
|
+
{
|
1163
|
+
"internalType": "uint256",
|
1164
|
+
"name": "idx",
|
1165
|
+
"type": "uint256"
|
1166
|
+
}
|
1167
|
+
],
|
1168
|
+
"name": "getRoleMember",
|
1169
|
+
"outputs": [
|
1170
|
+
{
|
1171
|
+
"internalType": "address",
|
1172
|
+
"name": "account",
|
1173
|
+
"type": "address"
|
1174
|
+
}
|
1175
|
+
],
|
1176
|
+
"stateMutability": "view",
|
1177
|
+
"type": "function"
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"inputs": [
|
1181
|
+
{
|
1182
|
+
"internalType": "uint256",
|
1183
|
+
"name": "idx",
|
1184
|
+
"type": "uint256"
|
1185
|
+
}
|
1186
|
+
],
|
1187
|
+
"name": "getTargetAddress",
|
1188
|
+
"outputs": [
|
1189
|
+
{
|
1190
|
+
"internalType": "address",
|
1191
|
+
"name": "target",
|
1192
|
+
"type": "address"
|
1193
|
+
}
|
1194
|
+
],
|
1195
|
+
"stateMutability": "view",
|
1196
|
+
"type": "function"
|
1197
|
+
},
|
1198
|
+
{
|
1199
|
+
"inputs": [
|
1200
|
+
{
|
1201
|
+
"internalType": "Str",
|
1202
|
+
"name": "name",
|
1203
|
+
"type": "bytes32"
|
1204
|
+
}
|
1205
|
+
],
|
1206
|
+
"name": "getTargetForName",
|
1207
|
+
"outputs": [
|
1208
|
+
{
|
1209
|
+
"internalType": "address",
|
1210
|
+
"name": "target",
|
1211
|
+
"type": "address"
|
1212
|
+
}
|
1213
|
+
],
|
1214
|
+
"stateMutability": "view",
|
1215
|
+
"type": "function"
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"inputs": [
|
1219
|
+
{
|
1220
|
+
"internalType": "address",
|
1221
|
+
"name": "target",
|
1222
|
+
"type": "address"
|
1223
|
+
}
|
1224
|
+
],
|
1225
|
+
"name": "getTargetInfo",
|
1226
|
+
"outputs": [
|
1227
|
+
{
|
1228
|
+
"components": [
|
1229
|
+
{
|
1230
|
+
"internalType": "Str",
|
1231
|
+
"name": "name",
|
1232
|
+
"type": "bytes32"
|
1233
|
+
},
|
1234
|
+
{
|
1235
|
+
"internalType": "enum IAccess.TargetType",
|
1236
|
+
"name": "targetType",
|
1237
|
+
"type": "uint8"
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"internalType": "RoleId",
|
1241
|
+
"name": "roleId",
|
1242
|
+
"type": "uint64"
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
"internalType": "Timestamp",
|
1246
|
+
"name": "createdAt",
|
1247
|
+
"type": "uint40"
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"internalType": "Blocknumber",
|
1251
|
+
"name": "lastUpdateIn",
|
1252
|
+
"type": "uint40"
|
1253
|
+
}
|
1254
|
+
],
|
1255
|
+
"internalType": "struct IAccess.TargetInfo",
|
1256
|
+
"name": "targetInfo",
|
1257
|
+
"type": "tuple"
|
1258
|
+
}
|
1259
|
+
],
|
1260
|
+
"stateMutability": "view",
|
1261
|
+
"type": "function"
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"inputs": [
|
1265
|
+
{
|
1266
|
+
"internalType": "address",
|
1267
|
+
"name": "authority",
|
1268
|
+
"type": "address"
|
1269
|
+
},
|
1270
|
+
{
|
1271
|
+
"internalType": "string",
|
1272
|
+
"name": "adminName",
|
1273
|
+
"type": "string"
|
1274
|
+
}
|
1275
|
+
],
|
1276
|
+
"name": "initialize",
|
1277
|
+
"outputs": [],
|
1278
|
+
"stateMutability": "nonpayable",
|
1279
|
+
"type": "function"
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
"inputs": [],
|
1283
|
+
"name": "isConsumingScheduledOp",
|
1284
|
+
"outputs": [
|
1285
|
+
{
|
1286
|
+
"internalType": "bytes4",
|
1287
|
+
"name": "",
|
1288
|
+
"type": "bytes4"
|
1289
|
+
}
|
1290
|
+
],
|
1291
|
+
"stateMutability": "view",
|
1292
|
+
"type": "function"
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"inputs": [],
|
1296
|
+
"name": "isLocked",
|
1297
|
+
"outputs": [
|
1298
|
+
{
|
1299
|
+
"internalType": "bool",
|
1300
|
+
"name": "locked",
|
1301
|
+
"type": "bool"
|
1302
|
+
}
|
1303
|
+
],
|
1304
|
+
"stateMutability": "view",
|
1305
|
+
"type": "function"
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"inputs": [
|
1309
|
+
{
|
1310
|
+
"internalType": "RoleId",
|
1311
|
+
"name": "roleId",
|
1312
|
+
"type": "uint64"
|
1313
|
+
}
|
1314
|
+
],
|
1315
|
+
"name": "isRoleActive",
|
1316
|
+
"outputs": [
|
1317
|
+
{
|
1318
|
+
"internalType": "bool",
|
1319
|
+
"name": "isActive",
|
1320
|
+
"type": "bool"
|
1321
|
+
}
|
1322
|
+
],
|
1323
|
+
"stateMutability": "view",
|
1324
|
+
"type": "function"
|
1325
|
+
},
|
1326
|
+
{
|
1327
|
+
"inputs": [
|
1328
|
+
{
|
1329
|
+
"internalType": "RoleId",
|
1330
|
+
"name": "roleId",
|
1331
|
+
"type": "uint64"
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"internalType": "address",
|
1335
|
+
"name": "account",
|
1336
|
+
"type": "address"
|
1337
|
+
}
|
1338
|
+
],
|
1339
|
+
"name": "isRoleAdmin",
|
1340
|
+
"outputs": [
|
1341
|
+
{
|
1342
|
+
"internalType": "bool",
|
1343
|
+
"name": "",
|
1344
|
+
"type": "bool"
|
1345
|
+
}
|
1346
|
+
],
|
1347
|
+
"stateMutability": "view",
|
1348
|
+
"type": "function"
|
1349
|
+
},
|
1350
|
+
{
|
1351
|
+
"inputs": [
|
1352
|
+
{
|
1353
|
+
"internalType": "RoleId",
|
1354
|
+
"name": "roleId",
|
1355
|
+
"type": "uint64"
|
1356
|
+
}
|
1357
|
+
],
|
1358
|
+
"name": "isRoleCustom",
|
1359
|
+
"outputs": [
|
1360
|
+
{
|
1361
|
+
"internalType": "bool",
|
1362
|
+
"name": "isActive",
|
1363
|
+
"type": "bool"
|
1364
|
+
}
|
1365
|
+
],
|
1366
|
+
"stateMutability": "view",
|
1367
|
+
"type": "function"
|
1368
|
+
},
|
1369
|
+
{
|
1370
|
+
"inputs": [
|
1371
|
+
{
|
1372
|
+
"internalType": "RoleId",
|
1373
|
+
"name": "roleId",
|
1374
|
+
"type": "uint64"
|
1375
|
+
},
|
1376
|
+
{
|
1377
|
+
"internalType": "address",
|
1378
|
+
"name": "account",
|
1379
|
+
"type": "address"
|
1380
|
+
}
|
1381
|
+
],
|
1382
|
+
"name": "isRoleMember",
|
1383
|
+
"outputs": [
|
1384
|
+
{
|
1385
|
+
"internalType": "bool",
|
1386
|
+
"name": "",
|
1387
|
+
"type": "bool"
|
1388
|
+
}
|
1389
|
+
],
|
1390
|
+
"stateMutability": "view",
|
1391
|
+
"type": "function"
|
1392
|
+
},
|
1393
|
+
{
|
1394
|
+
"inputs": [
|
1395
|
+
{
|
1396
|
+
"internalType": "address",
|
1397
|
+
"name": "target",
|
1398
|
+
"type": "address"
|
1399
|
+
}
|
1400
|
+
],
|
1401
|
+
"name": "isTargetLocked",
|
1402
|
+
"outputs": [
|
1403
|
+
{
|
1404
|
+
"internalType": "bool",
|
1405
|
+
"name": "locked",
|
1406
|
+
"type": "bool"
|
1407
|
+
}
|
1408
|
+
],
|
1409
|
+
"stateMutability": "view",
|
1410
|
+
"type": "function"
|
1411
|
+
},
|
1412
|
+
{
|
1413
|
+
"inputs": [
|
1414
|
+
{
|
1415
|
+
"internalType": "RoleId",
|
1416
|
+
"name": "roleId",
|
1417
|
+
"type": "uint64"
|
1418
|
+
}
|
1419
|
+
],
|
1420
|
+
"name": "roleExists",
|
1421
|
+
"outputs": [
|
1422
|
+
{
|
1423
|
+
"internalType": "bool",
|
1424
|
+
"name": "exists",
|
1425
|
+
"type": "bool"
|
1426
|
+
}
|
1427
|
+
],
|
1428
|
+
"stateMutability": "view",
|
1429
|
+
"type": "function"
|
1430
|
+
},
|
1431
|
+
{
|
1432
|
+
"inputs": [
|
1433
|
+
{
|
1434
|
+
"internalType": "RoleId",
|
1435
|
+
"name": "roleId",
|
1436
|
+
"type": "uint64"
|
1437
|
+
}
|
1438
|
+
],
|
1439
|
+
"name": "roleMembers",
|
1440
|
+
"outputs": [
|
1441
|
+
{
|
1442
|
+
"internalType": "uint256",
|
1443
|
+
"name": "numberOfMembers",
|
1444
|
+
"type": "uint256"
|
1445
|
+
}
|
1446
|
+
],
|
1447
|
+
"stateMutability": "view",
|
1448
|
+
"type": "function"
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"inputs": [],
|
1452
|
+
"name": "roles",
|
1453
|
+
"outputs": [
|
1454
|
+
{
|
1455
|
+
"internalType": "uint256",
|
1456
|
+
"name": "numberOfRoles",
|
1457
|
+
"type": "uint256"
|
1458
|
+
}
|
1459
|
+
],
|
1460
|
+
"stateMutability": "view",
|
1461
|
+
"type": "function"
|
1462
|
+
},
|
1463
|
+
{
|
1464
|
+
"inputs": [
|
1465
|
+
{
|
1466
|
+
"internalType": "address",
|
1467
|
+
"name": "newAuthority",
|
1468
|
+
"type": "address"
|
1469
|
+
}
|
1470
|
+
],
|
1471
|
+
"name": "setAuthority",
|
1472
|
+
"outputs": [],
|
1473
|
+
"stateMutability": "nonpayable",
|
1474
|
+
"type": "function"
|
1475
|
+
},
|
1476
|
+
{
|
1477
|
+
"inputs": [
|
1478
|
+
{
|
1479
|
+
"internalType": "address",
|
1480
|
+
"name": "target",
|
1481
|
+
"type": "address"
|
1482
|
+
}
|
1483
|
+
],
|
1484
|
+
"name": "targetExists",
|
1485
|
+
"outputs": [
|
1486
|
+
{
|
1487
|
+
"internalType": "bool",
|
1488
|
+
"name": "exists",
|
1489
|
+
"type": "bool"
|
1490
|
+
}
|
1491
|
+
],
|
1492
|
+
"stateMutability": "view",
|
1493
|
+
"type": "function"
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"inputs": [],
|
1497
|
+
"name": "targets",
|
1498
|
+
"outputs": [
|
1499
|
+
{
|
1500
|
+
"internalType": "uint256",
|
1501
|
+
"name": "numberOfTargets",
|
1502
|
+
"type": "uint256"
|
1503
|
+
}
|
1504
|
+
],
|
1505
|
+
"stateMutability": "view",
|
1506
|
+
"type": "function"
|
1507
|
+
}
|
1508
|
+
],
|
1509
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5061266d8061001c5f395ff3fe608060405234801561000f575f80fd5b50600436106101dc575f3560e01c80636bd1c0eb116101095780639cad00521161009e578063c6a001791161006e578063c6a0017914610507578063d78a83b11461051a578063f399e22e1461052d578063f60458ba14610540575f80fd5b80639cad0052146104a8578063a4e2d634146104da578063b3ecf236146104e2578063bf7e214f146104ea575f80fd5b80637f0cf947116100d95780637f0cf947146104595780638308ceb11461046c57806387c73e5a146104745780638fb3603714610487575f80fd5b80636bd1c0eb14610406578063728a61a81461041757806376b707b71461042a5780637a9e5e4b14610444575f80fd5b8063392f5f641161017f5780635ab1bd531161014f5780635ab1bd53146103b85780635bfa5027146103c0578063605aa10a146103e057806366c3bc95146103f3575f80fd5b8063392f5f64146102c55780633fd85561146102cd578063409c724c146102f8578063480cebd1146103a5575f80fd5b806326d60fb4116101ba57806326d60fb41461024757806326decd401461024f5780633406b1521461027257806335471f80146102b2575f80fd5b806303014974146101e057806312e1ebc51461020657806324913ce614610226575b5f80fd5b6101f36101ee366004611d12565b61056b565b6040519081526020015b60405180910390f35b610219610214366004611d41565b610591565b6040516101fd9190611d90565b610239610234366004611de7565b610653565b6040516101fd929190611e11565b600a546101f3565b61026261025d366004611d41565b6108fa565b60405190151581526020016101fd565b61029a610280366004611e6d565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016101fd565b6101f36102c0366004611d41565b6109d7565b6005546101f3565b6102e06102db366004611e6d565b610a61565b6040516001600160401b0390911681526020016101fd565b610398610306366004611e99565b60408051608080820183525f808352602080840182905283850182905260609384018290526001600160a01b03969096168152600c86528381206001600160e01b03199586168252865283902083519182018452805482526001015460e081901b9094169481019490945264ffffffffff6401000000008404811692850192909252600160481b909204169082015290565b6040516101fd9190611ed0565b6102626103b3366004611f16565b610aa3565b61029a610ad0565b6103d36103ce366004611d12565b610b40565b6040516101fd9190611f42565b6102626103ee366004611d41565b610c28565b610262610401366004611d12565b610c9e565b6002546001600160a01b031661029a565b61029a610425366004611e6d565b610d47565b610432610d75565b60405160ff90911681526020016101fd565b610457610452366004611d41565b610de0565b005b610262610467366004611f16565b610e81565b6102e0610f07565b610262610482366004611d12565b610f72565b61048f610faf565b6040516001600160e01b031990911681526020016101fd565b6104bb6104b63660046120a4565b610fe5565b604080516001600160401b0390931683529015156020830152016101fd565b61026261117e565b6102e06111e9565b5f80516020612618833981519152546001600160a01b031661029a565b610262610515366004611d12565b611230565b61029a6105283660046120dd565b61126d565b61045761053b3660046120f9565b61128e565b600254600160a01b90046001600160601b03166040516001600160601b0390911681526020016101fd565b6001600160401b0381165f90815260076020526040812061058b9061139c565b92915050565b6040805160a080820183525f808352602080840182905283850182905260608401829052608084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff1660078111156105fd576105fd611d5c565b600781111561060e5761060e611d5c565b8152600191909101546001600160401b03610100820416602083015264ffffffffff600160481b820481166040840152600160701b9091041660609091015292915050565b604080516080810182525f8082526020808301829052828401829052606083018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af41580156106e2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610706919061213b565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516080810184528154815260019182015460e081901b9096169481019490945264ffffffffff6401000000008604811685850152600160481b909504909416606084015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af41580156107f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081c919061213b565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610866573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088a9190612156565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af41580156108cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f09190612156565b9150509250929050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610941573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109659190612185565b8061058b575060015460405163a166aa8960e01b81526001600160a01b0384811660048301529091169063a166aa8990602401602060405180830381865afa1580156109b3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b9190612185565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610a3d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b919061219e565b5f60058281548110610a7557610a756121b5565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f908152600360205260408120549091610ac9911683610e81565b9392505050565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b91906121c9565b905090565b6040805160e080820183525f8083526020808401829052838501829052606084018290526080840182905260a0840182905260c084018290526001600160401b038681168352600382529185902085519384019095528454918216835292939192830190600160401b900460ff166007811115610bbf57610bbf611d5c565b6007811115610bd057610bd0611d5c565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b820481166060840152600160b81b90910416608082015260019091015460a09091015292915050565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156109b3573d5f803e3d5ffd5b6001600160401b0381165f908152600360209081526040808320548151639fa6a6e360e01b8152915161058b93600160901b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af4158015610d14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d389190612201565b64ffffffffff90811691161190565b5f600a8281548110610d5b57610d5b6121b5565b5f918252602090912001546001600160a01b031692915050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa158015610dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b919061221c565b33610dff5f80516020612618833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e3f5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610e74576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e36565b610e7d826113a5565b5050565b6001546040516368fc2b7760e11b81526001600160401b03841660048201526001600160a01b0383811660248301525f92839291169063d1f856ee906044016040805180830381865afa158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe919061224f565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa158015610f4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b9190612156565b5f60076001600160401b0383165f90815260036020526040902054600160401b900460ff166007811115610fa857610fa8611d5c565b1492915050565b5f8051602061261883398151915280545f9190600160a01b900460ff16610fd6575f610fdf565b638fb3603760e01b5b91505090565b5f8060045f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69866040518263ffffffff1660e01b815260040161102191906122ae565b602060405180830381865af415801561103c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611060919061219e565b8152602081019190915260409081015f90812054915163a42e52e960e01b81526001600160401b03909216600483018190529350915073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a42e52e990602401602060405180830381865af41580156110d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f49190612185565b80611170575060405163c68eb45560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c68eb455906111319086906004016122ae565b602060405180830381865af415801561114c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111709190612185565b15611179575060015b915091565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa1580156111c5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b9190612185565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015610f4e573d5f803e3d5ffd5b5f806001600160401b0383165f90815260036020526040902054600160401b900460ff16600781111561126557611265611d5c565b141592915050565b6001600160401b0382165f908152600760205260408120610ac99083611406565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112d25750825b90505f826001600160401b031660011480156112ed5750303b155b9050811580156112fb575080155b156113195760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561134357845460ff60401b1916600160401b1785555b61134d8787611411565b831561139357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f61058b825490565b5f8051602061261883398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b5f610ac98383611816565b61141961183c565b604051631f424a2760e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90637d09289c9061145290859085906004016122c0565b5f6040518083038186803b158015611468575f80fd5b505af415801561147a573d5f803e3d5ffd5b5050600180546001600160a01b0319166001600160a01b03861690811790915560405163189acdbd60e31b815230600482015290925063c4d66de891506024015f604051808303815f87803b1580156114d1575f80fd5b505af11580156114e3573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af415801561153d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115619190612185565b61158957604051637595cb1960e01b81526001600160a01b0383166004820152602401610e36565b61159282611887565b5f61159d8282612367565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116099190612421565b600260146101000a8154816001600160601b0302191690836001600160601b031602179055506116aa61163a61189b565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d09ce86c6040518163ffffffff1660e01b815260040160e060405180830381865af4158015611681573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a59190612447565b6118ec565b6117c33060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561171b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173f9190612156565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015611781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117a59190612156565b6001600160401b0316815260208101919091526040015f2090611c4d565b50610e7d6117cf611c61565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63aec48fc76040518163ffffffff1660e01b815260040160e060405180830381865af4158015611681573d5f803e3d5ffd5b5f825f01828154811061182b5761182b6121b5565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661188557604051631afcd79f60e31b815260040160405180910390fd5b565b61188f61183c565b61189881611ca1565b50565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015610f4e573d5f803e3d5ffd5b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611933573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190612201565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af41580156119b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119d59190612201565b64ffffffffff1660808201526001600160401b038083165f90815260036020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b836007811115611a4457611a44611d5c565b021790555060408281015182546060850151608086015160a087015164ffffffffff908116600160b81b0264ffffffffff60b81b19928216600160901b029290921669ffffffffffffffffffff60901b1991909316600160681b0264ffffffffff60681b1963ffffffff909616600160481b029590951671ffffffffffffffffff000000000000000000199094169390931793909317919091161717825560c092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f9081526004808452878220965187549a511515600160401b0268ffffffffffffffffff19909b16908716179990991790955560058054978801815585528787047f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001805460039098166008026101000a938402939094021990961691909117909155850151855193519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95929488949293909273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892611bfb92910190815260200190565b5f60405180830381865af4158015611c15573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c3c91908101906124db565b6040516113fa95949392919061254f565b5f610ac9836001600160a01b038416611cb2565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024016118d1565b611ca961183c565b611898816113a5565b5f818152600183016020526040812054611cf757508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561058b565b505f61058b565b6001600160401b0381168114611898575f80fd5b5f60208284031215611d22575f80fd5b8135610ac981611cfe565b6001600160a01b0381168114611898575f80fd5b5f60208284031215611d51575f80fd5b8135610ac981611d2d565b634e487b7160e01b5f52602160045260245ffd5b60088110611d8c57634e487b7160e01b5f52602160045260245ffd5b9052565b8151815260208083015160a0830191611dab90840182611d70565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015292915050565b5f8060408385031215611df8575f80fd5b8235611e0381611d2d565b946020939093013593505050565b60a08101611e5782858051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b6001600160401b03831660808301529392505050565b5f60208284031215611e7d575f80fd5b5035919050565b6001600160e01b031981168114611898575f80fd5b5f8060408385031215611eaa575f80fd5b8235611eb581611d2d565b91506020830135611ec581611e84565b809150509250929050565b6080810161058b82848051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f8060408385031215611f27575f80fd5b8235611f3281611cfe565b91506020830135611ec581611d2d565b81516001600160401b0316815260208083015160e0830191611f6690840182611d70565b5063ffffffff604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015260a0830151611fb160a084018264ffffffffff169052565b5060c092830151919092015290565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611ff657611ff6611fc0565b60405290565b604051601f8201601f191681016001600160401b038111828210171561202457612024611fc0565b604052919050565b5f6001600160401b0382111561204457612044611fc0565b50601f01601f191660200190565b5f82601f830112612061575f80fd5b813561207461206f8261202c565b611ffc565b818152846020838601011115612088575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156120b4575f80fd5b81356001600160401b038111156120c9575f80fd5b6120d584828501612052565b949350505050565b5f80604083850312156120ee575f80fd5b8235611e0381611cfe565b5f806040838503121561210a575f80fd5b823561211581611d2d565b915060208301356001600160401b0381111561212f575f80fd5b6108f085828601612052565b5f6020828403121561214b575f80fd5b8151610ac981611e84565b5f60208284031215612166575f80fd5b8151610ac981611cfe565b80518015158114612180575f80fd5b919050565b5f60208284031215612195575f80fd5b610ac982612171565b5f602082840312156121ae575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156121d9575f80fd5b8151610ac981611d2d565b64ffffffffff81168114611898575f80fd5b8051612180816121e4565b5f60208284031215612211575f80fd5b8151610ac9816121e4565b5f6020828403121561222c575f80fd5b815160ff81168114610ac9575f80fd5b805163ffffffff81168114612180575f80fd5b5f8060408385031215612260575f80fd5b61226983612171565b91506122776020840161223c565b90509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610ac96020830184612280565b6001600160a01b03831681526040602082018190525f906120d590830184612280565b600181811c908216806122f757607f821691505b60208210810361231557634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561236257805f5260205f20601f840160051c810160208510156123405750805b601f840160051c820191505b8181101561235f575f815560010161234c565b50505b505050565b81516001600160401b0381111561238057612380611fc0565b6123948161238e84546122e3565b8461231b565b6020601f8211600181146123c6575f83156123af5750848201515b5f19600385901b1c1916600184901b17845561235f565b5f84815260208120601f198516915b828110156123f557878501518255602094850194600190920191016123d5565b508482101561241257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215612431575f80fd5b81516001600160601b0381168114610ac9575f80fd5b5f60e0828403128015612458575f80fd5b50612461611fd4565b825161246c81611cfe565b815260208301516008811061247f575f80fd5b60208201526124906040840161223c565b60408201526124a1606084016121f6565b60608201526124b2608084016121f6565b60808201526124c360a084016121f6565b60a082015260c0928301519281019290925250919050565b5f602082840312156124eb575f80fd5b81516001600160401b03811115612500575f80fd5b8201601f81018413612510575f80fd5b805161251e61206f8261202c565b818152856020838501011115612532575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b60a081525f808754612560816122e3565b8060a0860152600182165f811461257e576001811461259a576125cb565b60ff19831660c087015260c082151560051b87010193506125cb565b8a5f5260205f205f5b838110156125c257815488820160c001526001909101906020016125a3565b870160c0019450505b5050506001600160401b03871660208401526125ea6040840187611d70565b6001600160401b0385166060840152828103608084015261260b8185612280565b9897505050505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220bad2b8f065a0d81cd59f44bd407eb1b2f1000dac64743892d6892060b5dda66964736f6c634300081a0033",
|
1510
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101dc575f3560e01c80636bd1c0eb116101095780639cad00521161009e578063c6a001791161006e578063c6a0017914610507578063d78a83b11461051a578063f399e22e1461052d578063f60458ba14610540575f80fd5b80639cad0052146104a8578063a4e2d634146104da578063b3ecf236146104e2578063bf7e214f146104ea575f80fd5b80637f0cf947116100d95780637f0cf947146104595780638308ceb11461046c57806387c73e5a146104745780638fb3603714610487575f80fd5b80636bd1c0eb14610406578063728a61a81461041757806376b707b71461042a5780637a9e5e4b14610444575f80fd5b8063392f5f641161017f5780635ab1bd531161014f5780635ab1bd53146103b85780635bfa5027146103c0578063605aa10a146103e057806366c3bc95146103f3575f80fd5b8063392f5f64146102c55780633fd85561146102cd578063409c724c146102f8578063480cebd1146103a5575f80fd5b806326d60fb4116101ba57806326d60fb41461024757806326decd401461024f5780633406b1521461027257806335471f80146102b2575f80fd5b806303014974146101e057806312e1ebc51461020657806324913ce614610226575b5f80fd5b6101f36101ee366004611d12565b61056b565b6040519081526020015b60405180910390f35b610219610214366004611d41565b610591565b6040516101fd9190611d90565b610239610234366004611de7565b610653565b6040516101fd929190611e11565b600a546101f3565b61026261025d366004611d41565b6108fa565b60405190151581526020016101fd565b61029a610280366004611e6d565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016101fd565b6101f36102c0366004611d41565b6109d7565b6005546101f3565b6102e06102db366004611e6d565b610a61565b6040516001600160401b0390911681526020016101fd565b610398610306366004611e99565b60408051608080820183525f808352602080840182905283850182905260609384018290526001600160a01b03969096168152600c86528381206001600160e01b03199586168252865283902083519182018452805482526001015460e081901b9094169481019490945264ffffffffff6401000000008404811692850192909252600160481b909204169082015290565b6040516101fd9190611ed0565b6102626103b3366004611f16565b610aa3565b61029a610ad0565b6103d36103ce366004611d12565b610b40565b6040516101fd9190611f42565b6102626103ee366004611d41565b610c28565b610262610401366004611d12565b610c9e565b6002546001600160a01b031661029a565b61029a610425366004611e6d565b610d47565b610432610d75565b60405160ff90911681526020016101fd565b610457610452366004611d41565b610de0565b005b610262610467366004611f16565b610e81565b6102e0610f07565b610262610482366004611d12565b610f72565b61048f610faf565b6040516001600160e01b031990911681526020016101fd565b6104bb6104b63660046120a4565b610fe5565b604080516001600160401b0390931683529015156020830152016101fd565b61026261117e565b6102e06111e9565b5f80516020612618833981519152546001600160a01b031661029a565b610262610515366004611d12565b611230565b61029a6105283660046120dd565b61126d565b61045761053b3660046120f9565b61128e565b600254600160a01b90046001600160601b03166040516001600160601b0390911681526020016101fd565b6001600160401b0381165f90815260076020526040812061058b9061139c565b92915050565b6040805160a080820183525f808352602080840182905283850182905260608401829052608084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff1660078111156105fd576105fd611d5c565b600781111561060e5761060e611d5c565b8152600191909101546001600160401b03610100820416602083015264ffffffffff600160481b820481166040840152600160701b9091041660609091015292915050565b604080516080810182525f8082526020808301829052828401829052606083018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af41580156106e2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610706919061213b565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516080810184528154815260019182015460e081901b9096169481019490945264ffffffffff6401000000008604811685850152600160481b909504909416606084015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af41580156107f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081c919061213b565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610866573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088a9190612156565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af41580156108cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f09190612156565b9150509250929050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610941573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109659190612185565b8061058b575060015460405163a166aa8960e01b81526001600160a01b0384811660048301529091169063a166aa8990602401602060405180830381865afa1580156109b3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b9190612185565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610a3d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b919061219e565b5f60058281548110610a7557610a756121b5565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f908152600360205260408120549091610ac9911683610e81565b9392505050565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b91906121c9565b905090565b6040805160e080820183525f8083526020808401829052838501829052606084018290526080840182905260a0840182905260c084018290526001600160401b038681168352600382529185902085519384019095528454918216835292939192830190600160401b900460ff166007811115610bbf57610bbf611d5c565b6007811115610bd057610bd0611d5c565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b820481166060840152600160b81b90910416608082015260019091015460a09091015292915050565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156109b3573d5f803e3d5ffd5b6001600160401b0381165f908152600360209081526040808320548151639fa6a6e360e01b8152915161058b93600160901b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af4158015610d14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d389190612201565b64ffffffffff90811691161190565b5f600a8281548110610d5b57610d5b6121b5565b5f918252602090912001546001600160a01b031692915050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa158015610dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b919061221c565b33610dff5f80516020612618833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610e3f5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610e74576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e36565b610e7d826113a5565b5050565b6001546040516368fc2b7760e11b81526001600160401b03841660048201526001600160a01b0383811660248301525f92839291169063d1f856ee906044016040805180830381865afa158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe919061224f565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa158015610f4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b9190612156565b5f60076001600160401b0383165f90815260036020526040902054600160401b900460ff166007811115610fa857610fa8611d5c565b1492915050565b5f8051602061261883398151915280545f9190600160a01b900460ff16610fd6575f610fdf565b638fb3603760e01b5b91505090565b5f8060045f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69866040518263ffffffff1660e01b815260040161102191906122ae565b602060405180830381865af415801561103c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611060919061219e565b8152602081019190915260409081015f90812054915163a42e52e960e01b81526001600160401b03909216600483018190529350915073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a42e52e990602401602060405180830381865af41580156110d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f49190612185565b80611170575060405163c68eb45560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c68eb455906111319086906004016122ae565b602060405180830381865af415801561114c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111709190612185565b15611179575060015b915091565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa1580156111c5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b9190612185565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015610f4e573d5f803e3d5ffd5b5f806001600160401b0383165f90815260036020526040902054600160401b900460ff16600781111561126557611265611d5c565b141592915050565b6001600160401b0382165f908152600760205260408120610ac99083611406565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112d25750825b90505f826001600160401b031660011480156112ed5750303b155b9050811580156112fb575080155b156113195760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561134357845460ff60401b1916600160401b1785555b61134d8787611411565b831561139357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f61058b825490565b5f8051602061261883398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b5f610ac98383611816565b61141961183c565b604051631f424a2760e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90637d09289c9061145290859085906004016122c0565b5f6040518083038186803b158015611468575f80fd5b505af415801561147a573d5f803e3d5ffd5b5050600180546001600160a01b0319166001600160a01b03861690811790915560405163189acdbd60e31b815230600482015290925063c4d66de891506024015f604051808303815f87803b1580156114d1575f80fd5b505af11580156114e3573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af415801561153d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115619190612185565b61158957604051637595cb1960e01b81526001600160a01b0383166004820152602401610e36565b61159282611887565b5f61159d8282612367565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116099190612421565b600260146101000a8154816001600160601b0302191690836001600160601b031602179055506116aa61163a61189b565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d09ce86c6040518163ffffffff1660e01b815260040160e060405180830381865af4158015611681573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116a59190612447565b6118ec565b6117c33060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561171b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061173f9190612156565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015611781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117a59190612156565b6001600160401b0316815260208101919091526040015f2090611c4d565b50610e7d6117cf611c61565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63aec48fc76040518163ffffffff1660e01b815260040160e060405180830381865af4158015611681573d5f803e3d5ffd5b5f825f01828154811061182b5761182b6121b5565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661188557604051631afcd79f60e31b815260040160405180910390fd5b565b61188f61183c565b61189881611ca1565b50565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015610f4e573d5f803e3d5ffd5b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611933573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190612201565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af41580156119b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119d59190612201565b64ffffffffff1660808201526001600160401b038083165f90815260036020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b836007811115611a4457611a44611d5c565b021790555060408281015182546060850151608086015160a087015164ffffffffff908116600160b81b0264ffffffffff60b81b19928216600160901b029290921669ffffffffffffffffffff60901b1991909316600160681b0264ffffffffff60681b1963ffffffff909616600160481b029590951671ffffffffffffffffff000000000000000000199094169390931793909317919091161717825560c092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f9081526004808452878220965187549a511515600160401b0268ffffffffffffffffff19909b16908716179990991790955560058054978801815585528787047f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001805460039098166008026101000a938402939094021990961691909117909155850151855193519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95929488949293909273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892611bfb92910190815260200190565b5f60405180830381865af4158015611c15573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c3c91908101906124db565b6040516113fa95949392919061254f565b5f610ac9836001600160a01b038416611cb2565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024016118d1565b611ca961183c565b611898816113a5565b5f818152600183016020526040812054611cf757508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561058b565b505f61058b565b6001600160401b0381168114611898575f80fd5b5f60208284031215611d22575f80fd5b8135610ac981611cfe565b6001600160a01b0381168114611898575f80fd5b5f60208284031215611d51575f80fd5b8135610ac981611d2d565b634e487b7160e01b5f52602160045260245ffd5b60088110611d8c57634e487b7160e01b5f52602160045260245ffd5b9052565b8151815260208083015160a0830191611dab90840182611d70565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015292915050565b5f8060408385031215611df8575f80fd5b8235611e0381611d2d565b946020939093013593505050565b60a08101611e5782858051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b6001600160401b03831660808301529392505050565b5f60208284031215611e7d575f80fd5b5035919050565b6001600160e01b031981168114611898575f80fd5b5f8060408385031215611eaa575f80fd5b8235611eb581611d2d565b91506020830135611ec581611e84565b809150509250929050565b6080810161058b82848051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f8060408385031215611f27575f80fd5b8235611f3281611cfe565b91506020830135611ec581611d2d565b81516001600160401b0316815260208083015160e0830191611f6690840182611d70565b5063ffffffff604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015260a0830151611fb160a084018264ffffffffff169052565b5060c092830151919092015290565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611ff657611ff6611fc0565b60405290565b604051601f8201601f191681016001600160401b038111828210171561202457612024611fc0565b604052919050565b5f6001600160401b0382111561204457612044611fc0565b50601f01601f191660200190565b5f82601f830112612061575f80fd5b813561207461206f8261202c565b611ffc565b818152846020838601011115612088575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156120b4575f80fd5b81356001600160401b038111156120c9575f80fd5b6120d584828501612052565b949350505050565b5f80604083850312156120ee575f80fd5b8235611e0381611cfe565b5f806040838503121561210a575f80fd5b823561211581611d2d565b915060208301356001600160401b0381111561212f575f80fd5b6108f085828601612052565b5f6020828403121561214b575f80fd5b8151610ac981611e84565b5f60208284031215612166575f80fd5b8151610ac981611cfe565b80518015158114612180575f80fd5b919050565b5f60208284031215612195575f80fd5b610ac982612171565b5f602082840312156121ae575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156121d9575f80fd5b8151610ac981611d2d565b64ffffffffff81168114611898575f80fd5b8051612180816121e4565b5f60208284031215612211575f80fd5b8151610ac9816121e4565b5f6020828403121561222c575f80fd5b815160ff81168114610ac9575f80fd5b805163ffffffff81168114612180575f80fd5b5f8060408385031215612260575f80fd5b61226983612171565b91506122776020840161223c565b90509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610ac96020830184612280565b6001600160a01b03831681526040602082018190525f906120d590830184612280565b600181811c908216806122f757607f821691505b60208210810361231557634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561236257805f5260205f20601f840160051c810160208510156123405750805b601f840160051c820191505b8181101561235f575f815560010161234c565b50505b505050565b81516001600160401b0381111561238057612380611fc0565b6123948161238e84546122e3565b8461231b565b6020601f8211600181146123c6575f83156123af5750848201515b5f19600385901b1c1916600184901b17845561235f565b5f84815260208120601f198516915b828110156123f557878501518255602094850194600190920191016123d5565b508482101561241257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215612431575f80fd5b81516001600160601b0381168114610ac9575f80fd5b5f60e0828403128015612458575f80fd5b50612461611fd4565b825161246c81611cfe565b815260208301516008811061247f575f80fd5b60208201526124906040840161223c565b60408201526124a1606084016121f6565b60608201526124b2608084016121f6565b60808201526124c360a084016121f6565b60a082015260c0928301519281019290925250919050565b5f602082840312156124eb575f80fd5b81516001600160401b03811115612500575f80fd5b8201601f81018413612510575f80fd5b805161251e61206f8261202c565b818152856020838501011115612532575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b60a081525f808754612560816122e3565b8060a0860152600182165f811461257e576001811461259a576125cb565b60ff19831660c087015260c082151560051b87010193506125cb565b8a5f5260205f205f5b838110156125c257815488820160c001526001909101906020016125a3565b870160c0019450505b5050506001600160401b03871660208401526125ea6040840187611d70565b6001600160401b0385166060840152828103608084015261260b8185612280565b9897505050505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220bad2b8f065a0d81cd59f44bd407eb1b2f1000dac64743892d6892060b5dda66964736f6c634300081a0033",
|
1511
|
+
"linkReferences": {
|
1512
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1513
|
+
"AccessAdminLib": [
|
1514
|
+
{
|
1515
|
+
"length": 20,
|
1516
|
+
"start": 4389
|
1517
|
+
},
|
1518
|
+
{
|
1519
|
+
"length": 20,
|
1520
|
+
"start": 5188
|
1521
|
+
},
|
1522
|
+
{
|
1523
|
+
"length": 20,
|
1524
|
+
"start": 5720
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"length": 20,
|
1528
|
+
"start": 6125
|
1529
|
+
}
|
1530
|
+
]
|
1531
|
+
},
|
1532
|
+
"contracts/shared/ContractLib.sol": {
|
1533
|
+
"ContractLib": [
|
1534
|
+
{
|
1535
|
+
"length": 20,
|
1536
|
+
"start": 5407
|
1537
|
+
}
|
1538
|
+
]
|
1539
|
+
},
|
1540
|
+
"contracts/type/NftId.sol": {
|
1541
|
+
"NftIdLib": [
|
1542
|
+
{
|
1543
|
+
"length": 20,
|
1544
|
+
"start": 5564
|
1545
|
+
}
|
1546
|
+
]
|
1547
|
+
},
|
1548
|
+
"contracts/type/RoleId.sol": {
|
1549
|
+
"RoleIdLib": [
|
1550
|
+
{
|
1551
|
+
"length": 20,
|
1552
|
+
"start": 1974
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"length": 20,
|
1556
|
+
"start": 4276
|
1557
|
+
},
|
1558
|
+
{
|
1559
|
+
"length": 20,
|
1560
|
+
"start": 5839
|
1561
|
+
},
|
1562
|
+
{
|
1563
|
+
"length": 20,
|
1564
|
+
"start": 6351
|
1565
|
+
},
|
1566
|
+
{
|
1567
|
+
"length": 20,
|
1568
|
+
"start": 7323
|
1569
|
+
}
|
1570
|
+
]
|
1571
|
+
},
|
1572
|
+
"contracts/type/Selector.sol": {
|
1573
|
+
"SelectorLib": [
|
1574
|
+
{
|
1575
|
+
"length": 20,
|
1576
|
+
"start": 2012
|
1577
|
+
}
|
1578
|
+
],
|
1579
|
+
"SelectorSetLib": [
|
1580
|
+
{
|
1581
|
+
"length": 20,
|
1582
|
+
"start": 1734
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"length": 20,
|
1586
|
+
"start": 2593
|
1587
|
+
}
|
1588
|
+
]
|
1589
|
+
},
|
1590
|
+
"contracts/type/String.sol": {
|
1591
|
+
"StrLib": [
|
1592
|
+
{
|
1593
|
+
"length": 20,
|
1594
|
+
"start": 4104
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"length": 20,
|
1598
|
+
"start": 7150
|
1599
|
+
}
|
1600
|
+
]
|
1601
|
+
},
|
1602
|
+
"contracts/type/Timestamp.sol": {
|
1603
|
+
"TimestampLib": [
|
1604
|
+
{
|
1605
|
+
"length": 20,
|
1606
|
+
"start": 3202
|
1607
|
+
},
|
1608
|
+
{
|
1609
|
+
"length": 20,
|
1610
|
+
"start": 3321
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"length": 20,
|
1614
|
+
"start": 6410
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"length": 20,
|
1618
|
+
"start": 6545
|
1619
|
+
}
|
1620
|
+
]
|
1621
|
+
}
|
1622
|
+
},
|
1623
|
+
"deployedLinkReferences": {
|
1624
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1625
|
+
"AccessAdminLib": [
|
1626
|
+
{
|
1627
|
+
"length": 20,
|
1628
|
+
"start": 4361
|
1629
|
+
},
|
1630
|
+
{
|
1631
|
+
"length": 20,
|
1632
|
+
"start": 5160
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"length": 20,
|
1636
|
+
"start": 5692
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
"length": 20,
|
1640
|
+
"start": 6097
|
1641
|
+
}
|
1642
|
+
]
|
1643
|
+
},
|
1644
|
+
"contracts/shared/ContractLib.sol": {
|
1645
|
+
"ContractLib": [
|
1646
|
+
{
|
1647
|
+
"length": 20,
|
1648
|
+
"start": 5379
|
1649
|
+
}
|
1650
|
+
]
|
1651
|
+
},
|
1652
|
+
"contracts/type/NftId.sol": {
|
1653
|
+
"NftIdLib": [
|
1654
|
+
{
|
1655
|
+
"length": 20,
|
1656
|
+
"start": 5536
|
1657
|
+
}
|
1658
|
+
]
|
1659
|
+
},
|
1660
|
+
"contracts/type/RoleId.sol": {
|
1661
|
+
"RoleIdLib": [
|
1662
|
+
{
|
1663
|
+
"length": 20,
|
1664
|
+
"start": 1946
|
1665
|
+
},
|
1666
|
+
{
|
1667
|
+
"length": 20,
|
1668
|
+
"start": 4248
|
1669
|
+
},
|
1670
|
+
{
|
1671
|
+
"length": 20,
|
1672
|
+
"start": 5811
|
1673
|
+
},
|
1674
|
+
{
|
1675
|
+
"length": 20,
|
1676
|
+
"start": 6323
|
1677
|
+
},
|
1678
|
+
{
|
1679
|
+
"length": 20,
|
1680
|
+
"start": 7295
|
1681
|
+
}
|
1682
|
+
]
|
1683
|
+
},
|
1684
|
+
"contracts/type/Selector.sol": {
|
1685
|
+
"SelectorLib": [
|
1686
|
+
{
|
1687
|
+
"length": 20,
|
1688
|
+
"start": 1984
|
1689
|
+
}
|
1690
|
+
],
|
1691
|
+
"SelectorSetLib": [
|
1692
|
+
{
|
1693
|
+
"length": 20,
|
1694
|
+
"start": 1706
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"length": 20,
|
1698
|
+
"start": 2565
|
1699
|
+
}
|
1700
|
+
]
|
1701
|
+
},
|
1702
|
+
"contracts/type/String.sol": {
|
1703
|
+
"StrLib": [
|
1704
|
+
{
|
1705
|
+
"length": 20,
|
1706
|
+
"start": 4076
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
"length": 20,
|
1710
|
+
"start": 7122
|
1711
|
+
}
|
1712
|
+
]
|
1713
|
+
},
|
1714
|
+
"contracts/type/Timestamp.sol": {
|
1715
|
+
"TimestampLib": [
|
1716
|
+
{
|
1717
|
+
"length": 20,
|
1718
|
+
"start": 3174
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"length": 20,
|
1722
|
+
"start": 3293
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"length": 20,
|
1726
|
+
"start": 6382
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"length": 20,
|
1730
|
+
"start": 6517
|
1731
|
+
}
|
1732
|
+
]
|
1733
|
+
}
|
1734
|
+
}
|
1735
|
+
}
|