@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,2400 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceAdmin",
|
4
|
+
"sourceName": "contracts/instance/InstanceAdmin.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "accessManager",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"stateMutability": "nonpayable",
|
15
|
+
"type": "constructor"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "authority",
|
22
|
+
"type": "address"
|
23
|
+
}
|
24
|
+
],
|
25
|
+
"name": "AccessManagedInvalidAuthority",
|
26
|
+
"type": "error"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"inputs": [
|
30
|
+
{
|
31
|
+
"internalType": "address",
|
32
|
+
"name": "caller",
|
33
|
+
"type": "address"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"internalType": "uint32",
|
37
|
+
"name": "delay",
|
38
|
+
"type": "uint32"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedRequiredDelay",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "caller",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "AccessManagedUnauthorized",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [],
|
57
|
+
"name": "ErrorAccessAdminAccessManagerEmptyName",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [
|
62
|
+
{
|
63
|
+
"internalType": "address",
|
64
|
+
"name": "authority",
|
65
|
+
"type": "address"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"name": "ErrorAccessAdminAccessManagerNotAccessManager",
|
69
|
+
"type": "error"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"inputs": [],
|
73
|
+
"name": "ErrorAccessAdminAdminRoleMissing",
|
74
|
+
"type": "error"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"internalType": "address",
|
80
|
+
"name": "authorization",
|
81
|
+
"type": "address"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"name": "ErrorAccessAdminAlreadyInitialized",
|
85
|
+
"type": "error"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"inputs": [
|
89
|
+
{
|
90
|
+
"internalType": "address",
|
91
|
+
"name": "authority",
|
92
|
+
"type": "address"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"name": "ErrorAccessAdminAuthorityNotContract",
|
96
|
+
"type": "error"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"inputs": [
|
100
|
+
{
|
101
|
+
"internalType": "address",
|
102
|
+
"name": "target",
|
103
|
+
"type": "address"
|
104
|
+
}
|
105
|
+
],
|
106
|
+
"name": "ErrorAccessAdminAuthorizeForAdminRoleInvalid",
|
107
|
+
"type": "error"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"inputs": [
|
111
|
+
{
|
112
|
+
"internalType": "address",
|
113
|
+
"name": "authorization",
|
114
|
+
"type": "address"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"internalType": "ObjectType",
|
118
|
+
"name": "expectedDomain",
|
119
|
+
"type": "uint8"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"internalType": "ObjectType",
|
123
|
+
"name": "actualDomain",
|
124
|
+
"type": "uint8"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"name": "ErrorAccessAdminDomainMismatch",
|
128
|
+
"type": "error"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"inputs": [],
|
132
|
+
"name": "ErrorAccessAdminFunctionNameEmpty",
|
133
|
+
"type": "error"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"inputs": [
|
137
|
+
{
|
138
|
+
"internalType": "address",
|
139
|
+
"name": "target",
|
140
|
+
"type": "address"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"internalType": "enum IAccess.TargetType",
|
144
|
+
"name": "serviceTargetType",
|
145
|
+
"type": "uint8"
|
146
|
+
}
|
147
|
+
],
|
148
|
+
"name": "ErrorAccessAdminInvalidServiceType",
|
149
|
+
"type": "error"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"inputs": [
|
153
|
+
{
|
154
|
+
"internalType": "address",
|
155
|
+
"name": "target",
|
156
|
+
"type": "address"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"internalType": "enum IAccess.TargetType",
|
160
|
+
"name": "targetType",
|
161
|
+
"type": "uint8"
|
162
|
+
}
|
163
|
+
],
|
164
|
+
"name": "ErrorAccessAdminInvalidTargetType",
|
165
|
+
"type": "error"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"inputs": [],
|
169
|
+
"name": "ErrorAccessAdminInvalidUseOfAdminRole",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [],
|
174
|
+
"name": "ErrorAccessAdminInvalidUseOfPublicRole",
|
175
|
+
"type": "error"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"inputs": [
|
179
|
+
{
|
180
|
+
"internalType": "RoleId",
|
181
|
+
"name": "adminRoleId",
|
182
|
+
"type": "uint64"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"internalType": "address",
|
186
|
+
"name": "account",
|
187
|
+
"type": "address"
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"name": "ErrorAccessAdminNotAdminOfRole",
|
191
|
+
"type": "error"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"inputs": [
|
195
|
+
{
|
196
|
+
"internalType": "address",
|
197
|
+
"name": "authorization",
|
198
|
+
"type": "address"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"name": "ErrorAccessAdminNotAuthorization",
|
202
|
+
"type": "error"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"inputs": [
|
206
|
+
{
|
207
|
+
"internalType": "address",
|
208
|
+
"name": "target",
|
209
|
+
"type": "address"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"name": "ErrorAccessAdminNotComponentOrCustomTarget",
|
213
|
+
"type": "error"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"inputs": [],
|
217
|
+
"name": "ErrorAccessAdminNotDeployer",
|
218
|
+
"type": "error"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"inputs": [
|
222
|
+
{
|
223
|
+
"internalType": "address",
|
224
|
+
"name": "registerable",
|
225
|
+
"type": "address"
|
226
|
+
}
|
227
|
+
],
|
228
|
+
"name": "ErrorAccessAdminNotRegistered",
|
229
|
+
"type": "error"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"inputs": [
|
233
|
+
{
|
234
|
+
"internalType": "address",
|
235
|
+
"name": "registry",
|
236
|
+
"type": "address"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "ErrorAccessAdminNotRegistry",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [
|
244
|
+
{
|
245
|
+
"internalType": "RoleId",
|
246
|
+
"name": "roleId",
|
247
|
+
"type": "uint64"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"internalType": "address",
|
251
|
+
"name": "account",
|
252
|
+
"type": "address"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"name": "ErrorAccessAdminNotRoleOwner",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"inputs": [
|
260
|
+
{
|
261
|
+
"internalType": "address",
|
262
|
+
"name": "serviceAuthorization",
|
263
|
+
"type": "address"
|
264
|
+
}
|
265
|
+
],
|
266
|
+
"name": "ErrorAccessAdminNotServiceAuthorization",
|
267
|
+
"type": "error"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"inputs": [
|
271
|
+
{
|
272
|
+
"internalType": "address",
|
273
|
+
"name": "authorization",
|
274
|
+
"type": "address"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"internalType": "VersionPart",
|
278
|
+
"name": "expectedRelease",
|
279
|
+
"type": "uint8"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"internalType": "VersionPart",
|
283
|
+
"name": "actualRelease",
|
284
|
+
"type": "uint8"
|
285
|
+
}
|
286
|
+
],
|
287
|
+
"name": "ErrorAccessAdminReleaseMismatch",
|
288
|
+
"type": "error"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"inputs": [
|
292
|
+
{
|
293
|
+
"internalType": "RoleId",
|
294
|
+
"name": "adminRoleId",
|
295
|
+
"type": "uint64"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"name": "ErrorAccessAdminRoleAdminNotExisting",
|
299
|
+
"type": "error"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"inputs": [
|
303
|
+
{
|
304
|
+
"internalType": "RoleId",
|
305
|
+
"name": "roleId",
|
306
|
+
"type": "uint64"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"internalType": "string",
|
310
|
+
"name": "name",
|
311
|
+
"type": "string"
|
312
|
+
}
|
313
|
+
],
|
314
|
+
"name": "ErrorAccessAdminRoleAlreadyCreated",
|
315
|
+
"type": "error"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"inputs": [
|
319
|
+
{
|
320
|
+
"internalType": "RoleId",
|
321
|
+
"name": "roleId",
|
322
|
+
"type": "uint64"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"name": "ErrorAccessAdminRoleIsLocked",
|
326
|
+
"type": "error"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"inputs": [
|
330
|
+
{
|
331
|
+
"internalType": "RoleId",
|
332
|
+
"name": "roleId",
|
333
|
+
"type": "uint64"
|
334
|
+
}
|
335
|
+
],
|
336
|
+
"name": "ErrorAccessAdminRoleIsPaused",
|
337
|
+
"type": "error"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"inputs": [
|
341
|
+
{
|
342
|
+
"internalType": "RoleId",
|
343
|
+
"name": "roleId",
|
344
|
+
"type": "uint64"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"internalType": "address",
|
348
|
+
"name": "notContract",
|
349
|
+
"type": "address"
|
350
|
+
}
|
351
|
+
],
|
352
|
+
"name": "ErrorAccessAdminRoleMemberNotContract",
|
353
|
+
"type": "error"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"inputs": [
|
357
|
+
{
|
358
|
+
"internalType": "RoleId",
|
359
|
+
"name": "roleId",
|
360
|
+
"type": "uint64"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"internalType": "address",
|
364
|
+
"name": "expectedMember",
|
365
|
+
"type": "address"
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"name": "ErrorAccessAdminRoleMemberRemovalDisabled",
|
369
|
+
"type": "error"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"inputs": [
|
373
|
+
{
|
374
|
+
"internalType": "RoleId",
|
375
|
+
"name": "roleId",
|
376
|
+
"type": "uint64"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"internalType": "uint256",
|
380
|
+
"name": "memberCountLimit",
|
381
|
+
"type": "uint256"
|
382
|
+
}
|
383
|
+
],
|
384
|
+
"name": "ErrorAccessAdminRoleMembersLimitReached",
|
385
|
+
"type": "error"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"inputs": [
|
389
|
+
{
|
390
|
+
"internalType": "RoleId",
|
391
|
+
"name": "roleId",
|
392
|
+
"type": "uint64"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"internalType": "string",
|
396
|
+
"name": "name",
|
397
|
+
"type": "string"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"internalType": "RoleId",
|
401
|
+
"name": "existingRoleId",
|
402
|
+
"type": "uint64"
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"name": "ErrorAccessAdminRoleNameAlreadyExists",
|
406
|
+
"type": "error"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"inputs": [
|
410
|
+
{
|
411
|
+
"internalType": "RoleId",
|
412
|
+
"name": "roleId",
|
413
|
+
"type": "uint64"
|
414
|
+
}
|
415
|
+
],
|
416
|
+
"name": "ErrorAccessAdminRoleNameEmpty",
|
417
|
+
"type": "error"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"inputs": [
|
421
|
+
{
|
422
|
+
"internalType": "RoleId",
|
423
|
+
"name": "roleId",
|
424
|
+
"type": "uint64"
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"name": "ErrorAccessAdminRoleNotCustom",
|
428
|
+
"type": "error"
|
429
|
+
},
|
430
|
+
{
|
431
|
+
"inputs": [
|
432
|
+
{
|
433
|
+
"internalType": "RoleId",
|
434
|
+
"name": "roleId",
|
435
|
+
"type": "uint64"
|
436
|
+
}
|
437
|
+
],
|
438
|
+
"name": "ErrorAccessAdminRoleUnknown",
|
439
|
+
"type": "error"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"inputs": [],
|
443
|
+
"name": "ErrorAccessAdminSelectorZero",
|
444
|
+
"type": "error"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"inputs": [],
|
448
|
+
"name": "ErrorAccessAdminTagetNotLockable",
|
449
|
+
"type": "error"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"inputs": [
|
453
|
+
{
|
454
|
+
"internalType": "address",
|
455
|
+
"name": "target",
|
456
|
+
"type": "address"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"internalType": "string",
|
460
|
+
"name": "name",
|
461
|
+
"type": "string"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"name": "ErrorAccessAdminTargetAlreadyCreated",
|
465
|
+
"type": "error"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"inputs": [
|
469
|
+
{
|
470
|
+
"internalType": "address",
|
471
|
+
"name": "target",
|
472
|
+
"type": "address"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"internalType": "bool",
|
476
|
+
"name": "isLocked",
|
477
|
+
"type": "bool"
|
478
|
+
}
|
479
|
+
],
|
480
|
+
"name": "ErrorAccessAdminTargetAlreadyLocked",
|
481
|
+
"type": "error"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"inputs": [
|
485
|
+
{
|
486
|
+
"internalType": "address",
|
487
|
+
"name": "expectedAuthority",
|
488
|
+
"type": "address"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"internalType": "address",
|
492
|
+
"name": "actualAuthority",
|
493
|
+
"type": "address"
|
494
|
+
}
|
495
|
+
],
|
496
|
+
"name": "ErrorAccessAdminTargetAuthorityMismatch",
|
497
|
+
"type": "error"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"inputs": [
|
501
|
+
{
|
502
|
+
"internalType": "address",
|
503
|
+
"name": "target",
|
504
|
+
"type": "address"
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"internalType": "string",
|
508
|
+
"name": "name",
|
509
|
+
"type": "string"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"internalType": "address",
|
513
|
+
"name": "existingTarget",
|
514
|
+
"type": "address"
|
515
|
+
}
|
516
|
+
],
|
517
|
+
"name": "ErrorAccessAdminTargetNameAlreadyExists",
|
518
|
+
"type": "error"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"inputs": [
|
522
|
+
{
|
523
|
+
"internalType": "address",
|
524
|
+
"name": "target",
|
525
|
+
"type": "address"
|
526
|
+
}
|
527
|
+
],
|
528
|
+
"name": "ErrorAccessAdminTargetNameEmpty",
|
529
|
+
"type": "error"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"inputs": [
|
533
|
+
{
|
534
|
+
"internalType": "address",
|
535
|
+
"name": "target",
|
536
|
+
"type": "address"
|
537
|
+
}
|
538
|
+
],
|
539
|
+
"name": "ErrorAccessAdminTargetNotAccessManaged",
|
540
|
+
"type": "error"
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"inputs": [
|
544
|
+
{
|
545
|
+
"internalType": "address",
|
546
|
+
"name": "target",
|
547
|
+
"type": "address"
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"name": "ErrorAccessAdminTargetNotCreated",
|
551
|
+
"type": "error"
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"inputs": [
|
555
|
+
{
|
556
|
+
"internalType": "address",
|
557
|
+
"name": "target",
|
558
|
+
"type": "address"
|
559
|
+
}
|
560
|
+
],
|
561
|
+
"name": "ErrorAccessAdminTargetNotRegistered",
|
562
|
+
"type": "error"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"inputs": [
|
566
|
+
{
|
567
|
+
"internalType": "address",
|
568
|
+
"name": "target",
|
569
|
+
"type": "address"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"internalType": "ObjectType",
|
573
|
+
"name": "expectedType",
|
574
|
+
"type": "uint8"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"internalType": "ObjectType",
|
578
|
+
"name": "actualType",
|
579
|
+
"type": "uint8"
|
580
|
+
}
|
581
|
+
],
|
582
|
+
"name": "ErrorAccessAdminTargetTypeMismatch",
|
583
|
+
"type": "error"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"inputs": [
|
587
|
+
{
|
588
|
+
"internalType": "address",
|
589
|
+
"name": "target",
|
590
|
+
"type": "address"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"name": "ErrorAccessAdminTargetUnknown",
|
594
|
+
"type": "error"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"inputs": [
|
598
|
+
{
|
599
|
+
"internalType": "address",
|
600
|
+
"name": "target",
|
601
|
+
"type": "address"
|
602
|
+
}
|
603
|
+
],
|
604
|
+
"name": "ErrorInstanceAdminNotComponentOrCustomTarget",
|
605
|
+
"type": "error"
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"inputs": [
|
609
|
+
{
|
610
|
+
"internalType": "address",
|
611
|
+
"name": "caller",
|
612
|
+
"type": "address"
|
613
|
+
}
|
614
|
+
],
|
615
|
+
"name": "ErrorInstanceAdminNotInstanceService",
|
616
|
+
"type": "error"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"inputs": [
|
620
|
+
{
|
621
|
+
"internalType": "address",
|
622
|
+
"name": "registryAddress",
|
623
|
+
"type": "address"
|
624
|
+
}
|
625
|
+
],
|
626
|
+
"name": "ErrorNotRegistry",
|
627
|
+
"type": "error"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"inputs": [],
|
631
|
+
"name": "InvalidInitialization",
|
632
|
+
"type": "error"
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"inputs": [],
|
636
|
+
"name": "NotInitializing",
|
637
|
+
"type": "error"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"anonymous": false,
|
641
|
+
"inputs": [
|
642
|
+
{
|
643
|
+
"indexed": false,
|
644
|
+
"internalType": "address",
|
645
|
+
"name": "authority",
|
646
|
+
"type": "address"
|
647
|
+
}
|
648
|
+
],
|
649
|
+
"name": "AuthorityUpdated",
|
650
|
+
"type": "event"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"anonymous": false,
|
654
|
+
"inputs": [
|
655
|
+
{
|
656
|
+
"indexed": false,
|
657
|
+
"internalType": "uint64",
|
658
|
+
"name": "version",
|
659
|
+
"type": "uint64"
|
660
|
+
}
|
661
|
+
],
|
662
|
+
"name": "Initialized",
|
663
|
+
"type": "event"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"anonymous": false,
|
667
|
+
"inputs": [
|
668
|
+
{
|
669
|
+
"indexed": false,
|
670
|
+
"internalType": "string",
|
671
|
+
"name": "admin",
|
672
|
+
"type": "string"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"indexed": false,
|
676
|
+
"internalType": "address",
|
677
|
+
"name": "target",
|
678
|
+
"type": "address"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"indexed": false,
|
682
|
+
"internalType": "string",
|
683
|
+
"name": "func",
|
684
|
+
"type": "string"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"indexed": false,
|
688
|
+
"internalType": "Blocknumber",
|
689
|
+
"name": "lastUpdateIn",
|
690
|
+
"type": "uint40"
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"name": "LogAccessAdminFunctionGranted",
|
694
|
+
"type": "event"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"anonymous": false,
|
698
|
+
"inputs": [
|
699
|
+
{
|
700
|
+
"indexed": false,
|
701
|
+
"internalType": "string",
|
702
|
+
"name": "admin",
|
703
|
+
"type": "string"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"indexed": false,
|
707
|
+
"internalType": "RoleId",
|
708
|
+
"name": "roleId",
|
709
|
+
"type": "uint64"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"indexed": false,
|
713
|
+
"internalType": "bool",
|
714
|
+
"name": "active",
|
715
|
+
"type": "bool"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"indexed": false,
|
719
|
+
"internalType": "Blocknumber",
|
720
|
+
"name": "lastUpdateIn",
|
721
|
+
"type": "uint40"
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"name": "LogAccessAdminRoleActivatedSet",
|
725
|
+
"type": "event"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"anonymous": false,
|
729
|
+
"inputs": [
|
730
|
+
{
|
731
|
+
"indexed": false,
|
732
|
+
"internalType": "string",
|
733
|
+
"name": "admin",
|
734
|
+
"type": "string"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"indexed": false,
|
738
|
+
"internalType": "RoleId",
|
739
|
+
"name": "roleId",
|
740
|
+
"type": "uint64"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"indexed": false,
|
744
|
+
"internalType": "enum IAccess.TargetType",
|
745
|
+
"name": "targetType",
|
746
|
+
"type": "uint8"
|
747
|
+
},
|
748
|
+
{
|
749
|
+
"indexed": false,
|
750
|
+
"internalType": "RoleId",
|
751
|
+
"name": "roleAdminId",
|
752
|
+
"type": "uint64"
|
753
|
+
},
|
754
|
+
{
|
755
|
+
"indexed": false,
|
756
|
+
"internalType": "string",
|
757
|
+
"name": "name",
|
758
|
+
"type": "string"
|
759
|
+
}
|
760
|
+
],
|
761
|
+
"name": "LogAccessAdminRoleCreated",
|
762
|
+
"type": "event"
|
763
|
+
},
|
764
|
+
{
|
765
|
+
"anonymous": false,
|
766
|
+
"inputs": [
|
767
|
+
{
|
768
|
+
"indexed": false,
|
769
|
+
"internalType": "string",
|
770
|
+
"name": "admin",
|
771
|
+
"type": "string"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"indexed": false,
|
775
|
+
"internalType": "address",
|
776
|
+
"name": "account",
|
777
|
+
"type": "address"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"indexed": false,
|
781
|
+
"internalType": "string",
|
782
|
+
"name": "roleName",
|
783
|
+
"type": "string"
|
784
|
+
}
|
785
|
+
],
|
786
|
+
"name": "LogAccessAdminRoleGranted",
|
787
|
+
"type": "event"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"anonymous": false,
|
791
|
+
"inputs": [
|
792
|
+
{
|
793
|
+
"indexed": false,
|
794
|
+
"internalType": "string",
|
795
|
+
"name": "admin",
|
796
|
+
"type": "string"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"indexed": false,
|
800
|
+
"internalType": "address",
|
801
|
+
"name": "account",
|
802
|
+
"type": "address"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"indexed": false,
|
806
|
+
"internalType": "string",
|
807
|
+
"name": "roleName",
|
808
|
+
"type": "string"
|
809
|
+
}
|
810
|
+
],
|
811
|
+
"name": "LogAccessAdminRoleRevoked",
|
812
|
+
"type": "event"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"anonymous": false,
|
816
|
+
"inputs": [
|
817
|
+
{
|
818
|
+
"indexed": false,
|
819
|
+
"internalType": "string",
|
820
|
+
"name": "admin",
|
821
|
+
"type": "string"
|
822
|
+
},
|
823
|
+
{
|
824
|
+
"indexed": false,
|
825
|
+
"internalType": "string",
|
826
|
+
"name": "name",
|
827
|
+
"type": "string"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"indexed": false,
|
831
|
+
"internalType": "bool",
|
832
|
+
"name": "managed",
|
833
|
+
"type": "bool"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"indexed": false,
|
837
|
+
"internalType": "address",
|
838
|
+
"name": "target",
|
839
|
+
"type": "address"
|
840
|
+
},
|
841
|
+
{
|
842
|
+
"indexed": false,
|
843
|
+
"internalType": "RoleId",
|
844
|
+
"name": "roleId",
|
845
|
+
"type": "uint64"
|
846
|
+
}
|
847
|
+
],
|
848
|
+
"name": "LogAccessAdminTargetCreated",
|
849
|
+
"type": "event"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"anonymous": false,
|
853
|
+
"inputs": [
|
854
|
+
{
|
855
|
+
"indexed": false,
|
856
|
+
"internalType": "string",
|
857
|
+
"name": "admin",
|
858
|
+
"type": "string"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"indexed": false,
|
862
|
+
"internalType": "address",
|
863
|
+
"name": "target",
|
864
|
+
"type": "address"
|
865
|
+
},
|
866
|
+
{
|
867
|
+
"indexed": false,
|
868
|
+
"internalType": "bool",
|
869
|
+
"name": "locked",
|
870
|
+
"type": "bool"
|
871
|
+
},
|
872
|
+
{
|
873
|
+
"indexed": false,
|
874
|
+
"internalType": "Blocknumber",
|
875
|
+
"name": "lastUpdateIn",
|
876
|
+
"type": "uint40"
|
877
|
+
}
|
878
|
+
],
|
879
|
+
"name": "LogAccessAdminTargetLockedSet",
|
880
|
+
"type": "event"
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"inputs": [],
|
884
|
+
"name": "authority",
|
885
|
+
"outputs": [
|
886
|
+
{
|
887
|
+
"internalType": "address",
|
888
|
+
"name": "",
|
889
|
+
"type": "address"
|
890
|
+
}
|
891
|
+
],
|
892
|
+
"stateMutability": "view",
|
893
|
+
"type": "function"
|
894
|
+
},
|
895
|
+
{
|
896
|
+
"inputs": [
|
897
|
+
{
|
898
|
+
"internalType": "address",
|
899
|
+
"name": "target",
|
900
|
+
"type": "address"
|
901
|
+
},
|
902
|
+
{
|
903
|
+
"internalType": "RoleId",
|
904
|
+
"name": "roleId",
|
905
|
+
"type": "uint64"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"components": [
|
909
|
+
{
|
910
|
+
"internalType": "Str",
|
911
|
+
"name": "name",
|
912
|
+
"type": "bytes32"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"internalType": "Selector",
|
916
|
+
"name": "selector",
|
917
|
+
"type": "bytes4"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"internalType": "Timestamp",
|
921
|
+
"name": "createdAt",
|
922
|
+
"type": "uint40"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"internalType": "Blocknumber",
|
926
|
+
"name": "lastUpdateIn",
|
927
|
+
"type": "uint40"
|
928
|
+
}
|
929
|
+
],
|
930
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
931
|
+
"name": "functions",
|
932
|
+
"type": "tuple[]"
|
933
|
+
}
|
934
|
+
],
|
935
|
+
"name": "authorizeFunctions",
|
936
|
+
"outputs": [],
|
937
|
+
"stateMutability": "nonpayable",
|
938
|
+
"type": "function"
|
939
|
+
},
|
940
|
+
{
|
941
|
+
"inputs": [
|
942
|
+
{
|
943
|
+
"internalType": "address",
|
944
|
+
"name": "target",
|
945
|
+
"type": "address"
|
946
|
+
}
|
947
|
+
],
|
948
|
+
"name": "authorizedFunctions",
|
949
|
+
"outputs": [
|
950
|
+
{
|
951
|
+
"internalType": "uint256",
|
952
|
+
"name": "numberOfFunctions",
|
953
|
+
"type": "uint256"
|
954
|
+
}
|
955
|
+
],
|
956
|
+
"stateMutability": "view",
|
957
|
+
"type": "function"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"inputs": [
|
961
|
+
{
|
962
|
+
"internalType": "address",
|
963
|
+
"name": "registry",
|
964
|
+
"type": "address"
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"internalType": "address",
|
968
|
+
"name": "authorization",
|
969
|
+
"type": "address"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"internalType": "VersionPart",
|
973
|
+
"name": "release",
|
974
|
+
"type": "uint8"
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"internalType": "address",
|
978
|
+
"name": "instance",
|
979
|
+
"type": "address"
|
980
|
+
}
|
981
|
+
],
|
982
|
+
"name": "completeSetup",
|
983
|
+
"outputs": [],
|
984
|
+
"stateMutability": "nonpayable",
|
985
|
+
"type": "function"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"inputs": [
|
989
|
+
{
|
990
|
+
"internalType": "string",
|
991
|
+
"name": "name",
|
992
|
+
"type": "string"
|
993
|
+
},
|
994
|
+
{
|
995
|
+
"internalType": "RoleId",
|
996
|
+
"name": "adminRoleId",
|
997
|
+
"type": "uint64"
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
"internalType": "uint32",
|
1001
|
+
"name": "maxMemberCount",
|
1002
|
+
"type": "uint32"
|
1003
|
+
}
|
1004
|
+
],
|
1005
|
+
"name": "createRole",
|
1006
|
+
"outputs": [
|
1007
|
+
{
|
1008
|
+
"internalType": "RoleId",
|
1009
|
+
"name": "roleId",
|
1010
|
+
"type": "uint64"
|
1011
|
+
}
|
1012
|
+
],
|
1013
|
+
"stateMutability": "nonpayable",
|
1014
|
+
"type": "function"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"inputs": [
|
1018
|
+
{
|
1019
|
+
"internalType": "address",
|
1020
|
+
"name": "target",
|
1021
|
+
"type": "address"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"internalType": "string",
|
1025
|
+
"name": "name",
|
1026
|
+
"type": "string"
|
1027
|
+
}
|
1028
|
+
],
|
1029
|
+
"name": "createTarget",
|
1030
|
+
"outputs": [
|
1031
|
+
{
|
1032
|
+
"internalType": "RoleId",
|
1033
|
+
"name": "contractRoleId",
|
1034
|
+
"type": "uint64"
|
1035
|
+
}
|
1036
|
+
],
|
1037
|
+
"stateMutability": "nonpayable",
|
1038
|
+
"type": "function"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"inputs": [],
|
1042
|
+
"name": "getAdminRole",
|
1043
|
+
"outputs": [
|
1044
|
+
{
|
1045
|
+
"internalType": "RoleId",
|
1046
|
+
"name": "roleId",
|
1047
|
+
"type": "uint64"
|
1048
|
+
}
|
1049
|
+
],
|
1050
|
+
"stateMutability": "view",
|
1051
|
+
"type": "function"
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"inputs": [],
|
1055
|
+
"name": "getAuthorization",
|
1056
|
+
"outputs": [
|
1057
|
+
{
|
1058
|
+
"internalType": "contract IAuthorization",
|
1059
|
+
"name": "authorization",
|
1060
|
+
"type": "address"
|
1061
|
+
}
|
1062
|
+
],
|
1063
|
+
"stateMutability": "view",
|
1064
|
+
"type": "function"
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"inputs": [
|
1068
|
+
{
|
1069
|
+
"internalType": "address",
|
1070
|
+
"name": "target",
|
1071
|
+
"type": "address"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"internalType": "uint256",
|
1075
|
+
"name": "idx",
|
1076
|
+
"type": "uint256"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"name": "getAuthorizedFunction",
|
1080
|
+
"outputs": [
|
1081
|
+
{
|
1082
|
+
"components": [
|
1083
|
+
{
|
1084
|
+
"internalType": "Str",
|
1085
|
+
"name": "name",
|
1086
|
+
"type": "bytes32"
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"internalType": "Selector",
|
1090
|
+
"name": "selector",
|
1091
|
+
"type": "bytes4"
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
"internalType": "Timestamp",
|
1095
|
+
"name": "createdAt",
|
1096
|
+
"type": "uint40"
|
1097
|
+
},
|
1098
|
+
{
|
1099
|
+
"internalType": "Blocknumber",
|
1100
|
+
"name": "lastUpdateIn",
|
1101
|
+
"type": "uint40"
|
1102
|
+
}
|
1103
|
+
],
|
1104
|
+
"internalType": "struct IAccess.FunctionInfo",
|
1105
|
+
"name": "func",
|
1106
|
+
"type": "tuple"
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
"internalType": "RoleId",
|
1110
|
+
"name": "roleId",
|
1111
|
+
"type": "uint64"
|
1112
|
+
}
|
1113
|
+
],
|
1114
|
+
"stateMutability": "view",
|
1115
|
+
"type": "function"
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
"inputs": [
|
1119
|
+
{
|
1120
|
+
"internalType": "address",
|
1121
|
+
"name": "target",
|
1122
|
+
"type": "address"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"internalType": "Selector",
|
1126
|
+
"name": "selector",
|
1127
|
+
"type": "bytes4"
|
1128
|
+
}
|
1129
|
+
],
|
1130
|
+
"name": "getFunctionInfo",
|
1131
|
+
"outputs": [
|
1132
|
+
{
|
1133
|
+
"components": [
|
1134
|
+
{
|
1135
|
+
"internalType": "Str",
|
1136
|
+
"name": "name",
|
1137
|
+
"type": "bytes32"
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"internalType": "Selector",
|
1141
|
+
"name": "selector",
|
1142
|
+
"type": "bytes4"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"internalType": "Timestamp",
|
1146
|
+
"name": "createdAt",
|
1147
|
+
"type": "uint40"
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
"internalType": "Blocknumber",
|
1151
|
+
"name": "lastUpdateIn",
|
1152
|
+
"type": "uint40"
|
1153
|
+
}
|
1154
|
+
],
|
1155
|
+
"internalType": "struct IAccess.FunctionInfo",
|
1156
|
+
"name": "functionInfo",
|
1157
|
+
"type": "tuple"
|
1158
|
+
}
|
1159
|
+
],
|
1160
|
+
"stateMutability": "view",
|
1161
|
+
"type": "function"
|
1162
|
+
},
|
1163
|
+
{
|
1164
|
+
"inputs": [],
|
1165
|
+
"name": "getInstanceAuthorization",
|
1166
|
+
"outputs": [
|
1167
|
+
{
|
1168
|
+
"internalType": "contract IAuthorization",
|
1169
|
+
"name": "instanceAuthorizaion",
|
1170
|
+
"type": "address"
|
1171
|
+
}
|
1172
|
+
],
|
1173
|
+
"stateMutability": "view",
|
1174
|
+
"type": "function"
|
1175
|
+
},
|
1176
|
+
{
|
1177
|
+
"inputs": [],
|
1178
|
+
"name": "getLinkedNftId",
|
1179
|
+
"outputs": [
|
1180
|
+
{
|
1181
|
+
"internalType": "NftId",
|
1182
|
+
"name": "linkedNftId",
|
1183
|
+
"type": "uint96"
|
1184
|
+
}
|
1185
|
+
],
|
1186
|
+
"stateMutability": "view",
|
1187
|
+
"type": "function"
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"inputs": [],
|
1191
|
+
"name": "getPublicRole",
|
1192
|
+
"outputs": [
|
1193
|
+
{
|
1194
|
+
"internalType": "RoleId",
|
1195
|
+
"name": "roleId",
|
1196
|
+
"type": "uint64"
|
1197
|
+
}
|
1198
|
+
],
|
1199
|
+
"stateMutability": "view",
|
1200
|
+
"type": "function"
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"inputs": [],
|
1204
|
+
"name": "getRegistry",
|
1205
|
+
"outputs": [
|
1206
|
+
{
|
1207
|
+
"internalType": "contract IRegistry",
|
1208
|
+
"name": "registry",
|
1209
|
+
"type": "address"
|
1210
|
+
}
|
1211
|
+
],
|
1212
|
+
"stateMutability": "view",
|
1213
|
+
"type": "function"
|
1214
|
+
},
|
1215
|
+
{
|
1216
|
+
"inputs": [],
|
1217
|
+
"name": "getRelease",
|
1218
|
+
"outputs": [
|
1219
|
+
{
|
1220
|
+
"internalType": "VersionPart",
|
1221
|
+
"name": "release",
|
1222
|
+
"type": "uint8"
|
1223
|
+
}
|
1224
|
+
],
|
1225
|
+
"stateMutability": "view",
|
1226
|
+
"type": "function"
|
1227
|
+
},
|
1228
|
+
{
|
1229
|
+
"inputs": [
|
1230
|
+
{
|
1231
|
+
"internalType": "string",
|
1232
|
+
"name": "name",
|
1233
|
+
"type": "string"
|
1234
|
+
}
|
1235
|
+
],
|
1236
|
+
"name": "getRoleForName",
|
1237
|
+
"outputs": [
|
1238
|
+
{
|
1239
|
+
"internalType": "RoleId",
|
1240
|
+
"name": "roleId",
|
1241
|
+
"type": "uint64"
|
1242
|
+
},
|
1243
|
+
{
|
1244
|
+
"internalType": "bool",
|
1245
|
+
"name": "exists",
|
1246
|
+
"type": "bool"
|
1247
|
+
}
|
1248
|
+
],
|
1249
|
+
"stateMutability": "view",
|
1250
|
+
"type": "function"
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"inputs": [
|
1254
|
+
{
|
1255
|
+
"internalType": "uint256",
|
1256
|
+
"name": "idx",
|
1257
|
+
"type": "uint256"
|
1258
|
+
}
|
1259
|
+
],
|
1260
|
+
"name": "getRoleId",
|
1261
|
+
"outputs": [
|
1262
|
+
{
|
1263
|
+
"internalType": "RoleId",
|
1264
|
+
"name": "roleId",
|
1265
|
+
"type": "uint64"
|
1266
|
+
}
|
1267
|
+
],
|
1268
|
+
"stateMutability": "view",
|
1269
|
+
"type": "function"
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"inputs": [
|
1273
|
+
{
|
1274
|
+
"internalType": "RoleId",
|
1275
|
+
"name": "roleId",
|
1276
|
+
"type": "uint64"
|
1277
|
+
}
|
1278
|
+
],
|
1279
|
+
"name": "getRoleInfo",
|
1280
|
+
"outputs": [
|
1281
|
+
{
|
1282
|
+
"components": [
|
1283
|
+
{
|
1284
|
+
"internalType": "RoleId",
|
1285
|
+
"name": "adminRoleId",
|
1286
|
+
"type": "uint64"
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"internalType": "enum IAccess.TargetType",
|
1290
|
+
"name": "targetType",
|
1291
|
+
"type": "uint8"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"internalType": "uint32",
|
1295
|
+
"name": "maxMemberCount",
|
1296
|
+
"type": "uint32"
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"internalType": "Timestamp",
|
1300
|
+
"name": "createdAt",
|
1301
|
+
"type": "uint40"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"internalType": "Timestamp",
|
1305
|
+
"name": "pausedAt",
|
1306
|
+
"type": "uint40"
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"internalType": "Blocknumber",
|
1310
|
+
"name": "lastUpdateIn",
|
1311
|
+
"type": "uint40"
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
"internalType": "Str",
|
1315
|
+
"name": "name",
|
1316
|
+
"type": "bytes32"
|
1317
|
+
}
|
1318
|
+
],
|
1319
|
+
"internalType": "struct IAccess.RoleInfo",
|
1320
|
+
"name": "",
|
1321
|
+
"type": "tuple"
|
1322
|
+
}
|
1323
|
+
],
|
1324
|
+
"stateMutability": "view",
|
1325
|
+
"type": "function"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"inputs": [
|
1329
|
+
{
|
1330
|
+
"internalType": "RoleId",
|
1331
|
+
"name": "roleId",
|
1332
|
+
"type": "uint64"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"internalType": "uint256",
|
1336
|
+
"name": "idx",
|
1337
|
+
"type": "uint256"
|
1338
|
+
}
|
1339
|
+
],
|
1340
|
+
"name": "getRoleMember",
|
1341
|
+
"outputs": [
|
1342
|
+
{
|
1343
|
+
"internalType": "address",
|
1344
|
+
"name": "account",
|
1345
|
+
"type": "address"
|
1346
|
+
}
|
1347
|
+
],
|
1348
|
+
"stateMutability": "view",
|
1349
|
+
"type": "function"
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
"inputs": [
|
1353
|
+
{
|
1354
|
+
"internalType": "uint256",
|
1355
|
+
"name": "idx",
|
1356
|
+
"type": "uint256"
|
1357
|
+
}
|
1358
|
+
],
|
1359
|
+
"name": "getTargetAddress",
|
1360
|
+
"outputs": [
|
1361
|
+
{
|
1362
|
+
"internalType": "address",
|
1363
|
+
"name": "target",
|
1364
|
+
"type": "address"
|
1365
|
+
}
|
1366
|
+
],
|
1367
|
+
"stateMutability": "view",
|
1368
|
+
"type": "function"
|
1369
|
+
},
|
1370
|
+
{
|
1371
|
+
"inputs": [
|
1372
|
+
{
|
1373
|
+
"internalType": "Str",
|
1374
|
+
"name": "name",
|
1375
|
+
"type": "bytes32"
|
1376
|
+
}
|
1377
|
+
],
|
1378
|
+
"name": "getTargetForName",
|
1379
|
+
"outputs": [
|
1380
|
+
{
|
1381
|
+
"internalType": "address",
|
1382
|
+
"name": "target",
|
1383
|
+
"type": "address"
|
1384
|
+
}
|
1385
|
+
],
|
1386
|
+
"stateMutability": "view",
|
1387
|
+
"type": "function"
|
1388
|
+
},
|
1389
|
+
{
|
1390
|
+
"inputs": [
|
1391
|
+
{
|
1392
|
+
"internalType": "address",
|
1393
|
+
"name": "target",
|
1394
|
+
"type": "address"
|
1395
|
+
}
|
1396
|
+
],
|
1397
|
+
"name": "getTargetInfo",
|
1398
|
+
"outputs": [
|
1399
|
+
{
|
1400
|
+
"components": [
|
1401
|
+
{
|
1402
|
+
"internalType": "Str",
|
1403
|
+
"name": "name",
|
1404
|
+
"type": "bytes32"
|
1405
|
+
},
|
1406
|
+
{
|
1407
|
+
"internalType": "enum IAccess.TargetType",
|
1408
|
+
"name": "targetType",
|
1409
|
+
"type": "uint8"
|
1410
|
+
},
|
1411
|
+
{
|
1412
|
+
"internalType": "RoleId",
|
1413
|
+
"name": "roleId",
|
1414
|
+
"type": "uint64"
|
1415
|
+
},
|
1416
|
+
{
|
1417
|
+
"internalType": "Timestamp",
|
1418
|
+
"name": "createdAt",
|
1419
|
+
"type": "uint40"
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"internalType": "Blocknumber",
|
1423
|
+
"name": "lastUpdateIn",
|
1424
|
+
"type": "uint40"
|
1425
|
+
}
|
1426
|
+
],
|
1427
|
+
"internalType": "struct IAccess.TargetInfo",
|
1428
|
+
"name": "targetInfo",
|
1429
|
+
"type": "tuple"
|
1430
|
+
}
|
1431
|
+
],
|
1432
|
+
"stateMutability": "view",
|
1433
|
+
"type": "function"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"inputs": [
|
1437
|
+
{
|
1438
|
+
"internalType": "RoleId",
|
1439
|
+
"name": "roleId",
|
1440
|
+
"type": "uint64"
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"internalType": "address",
|
1444
|
+
"name": "account",
|
1445
|
+
"type": "address"
|
1446
|
+
}
|
1447
|
+
],
|
1448
|
+
"name": "grantRole",
|
1449
|
+
"outputs": [],
|
1450
|
+
"stateMutability": "nonpayable",
|
1451
|
+
"type": "function"
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"inputs": [
|
1455
|
+
{
|
1456
|
+
"internalType": "address",
|
1457
|
+
"name": "authority",
|
1458
|
+
"type": "address"
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"internalType": "string",
|
1462
|
+
"name": "adminName",
|
1463
|
+
"type": "string"
|
1464
|
+
}
|
1465
|
+
],
|
1466
|
+
"name": "initialize",
|
1467
|
+
"outputs": [],
|
1468
|
+
"stateMutability": "nonpayable",
|
1469
|
+
"type": "function"
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"inputs": [
|
1473
|
+
{
|
1474
|
+
"internalType": "address",
|
1475
|
+
"name": "componentAddress",
|
1476
|
+
"type": "address"
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"internalType": "ObjectType",
|
1480
|
+
"name": "expectedType",
|
1481
|
+
"type": "uint8"
|
1482
|
+
}
|
1483
|
+
],
|
1484
|
+
"name": "initializeComponentAuthorization",
|
1485
|
+
"outputs": [],
|
1486
|
+
"stateMutability": "nonpayable",
|
1487
|
+
"type": "function"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"inputs": [],
|
1491
|
+
"name": "isConsumingScheduledOp",
|
1492
|
+
"outputs": [
|
1493
|
+
{
|
1494
|
+
"internalType": "bytes4",
|
1495
|
+
"name": "",
|
1496
|
+
"type": "bytes4"
|
1497
|
+
}
|
1498
|
+
],
|
1499
|
+
"stateMutability": "view",
|
1500
|
+
"type": "function"
|
1501
|
+
},
|
1502
|
+
{
|
1503
|
+
"inputs": [],
|
1504
|
+
"name": "isLocked",
|
1505
|
+
"outputs": [
|
1506
|
+
{
|
1507
|
+
"internalType": "bool",
|
1508
|
+
"name": "locked",
|
1509
|
+
"type": "bool"
|
1510
|
+
}
|
1511
|
+
],
|
1512
|
+
"stateMutability": "view",
|
1513
|
+
"type": "function"
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"inputs": [
|
1517
|
+
{
|
1518
|
+
"internalType": "RoleId",
|
1519
|
+
"name": "roleId",
|
1520
|
+
"type": "uint64"
|
1521
|
+
}
|
1522
|
+
],
|
1523
|
+
"name": "isRoleActive",
|
1524
|
+
"outputs": [
|
1525
|
+
{
|
1526
|
+
"internalType": "bool",
|
1527
|
+
"name": "isActive",
|
1528
|
+
"type": "bool"
|
1529
|
+
}
|
1530
|
+
],
|
1531
|
+
"stateMutability": "view",
|
1532
|
+
"type": "function"
|
1533
|
+
},
|
1534
|
+
{
|
1535
|
+
"inputs": [
|
1536
|
+
{
|
1537
|
+
"internalType": "RoleId",
|
1538
|
+
"name": "roleId",
|
1539
|
+
"type": "uint64"
|
1540
|
+
},
|
1541
|
+
{
|
1542
|
+
"internalType": "address",
|
1543
|
+
"name": "account",
|
1544
|
+
"type": "address"
|
1545
|
+
}
|
1546
|
+
],
|
1547
|
+
"name": "isRoleAdmin",
|
1548
|
+
"outputs": [
|
1549
|
+
{
|
1550
|
+
"internalType": "bool",
|
1551
|
+
"name": "",
|
1552
|
+
"type": "bool"
|
1553
|
+
}
|
1554
|
+
],
|
1555
|
+
"stateMutability": "view",
|
1556
|
+
"type": "function"
|
1557
|
+
},
|
1558
|
+
{
|
1559
|
+
"inputs": [
|
1560
|
+
{
|
1561
|
+
"internalType": "RoleId",
|
1562
|
+
"name": "roleId",
|
1563
|
+
"type": "uint64"
|
1564
|
+
}
|
1565
|
+
],
|
1566
|
+
"name": "isRoleCustom",
|
1567
|
+
"outputs": [
|
1568
|
+
{
|
1569
|
+
"internalType": "bool",
|
1570
|
+
"name": "isActive",
|
1571
|
+
"type": "bool"
|
1572
|
+
}
|
1573
|
+
],
|
1574
|
+
"stateMutability": "view",
|
1575
|
+
"type": "function"
|
1576
|
+
},
|
1577
|
+
{
|
1578
|
+
"inputs": [
|
1579
|
+
{
|
1580
|
+
"internalType": "RoleId",
|
1581
|
+
"name": "roleId",
|
1582
|
+
"type": "uint64"
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"internalType": "address",
|
1586
|
+
"name": "account",
|
1587
|
+
"type": "address"
|
1588
|
+
}
|
1589
|
+
],
|
1590
|
+
"name": "isRoleMember",
|
1591
|
+
"outputs": [
|
1592
|
+
{
|
1593
|
+
"internalType": "bool",
|
1594
|
+
"name": "",
|
1595
|
+
"type": "bool"
|
1596
|
+
}
|
1597
|
+
],
|
1598
|
+
"stateMutability": "view",
|
1599
|
+
"type": "function"
|
1600
|
+
},
|
1601
|
+
{
|
1602
|
+
"inputs": [
|
1603
|
+
{
|
1604
|
+
"internalType": "address",
|
1605
|
+
"name": "target",
|
1606
|
+
"type": "address"
|
1607
|
+
}
|
1608
|
+
],
|
1609
|
+
"name": "isTargetLocked",
|
1610
|
+
"outputs": [
|
1611
|
+
{
|
1612
|
+
"internalType": "bool",
|
1613
|
+
"name": "locked",
|
1614
|
+
"type": "bool"
|
1615
|
+
}
|
1616
|
+
],
|
1617
|
+
"stateMutability": "view",
|
1618
|
+
"type": "function"
|
1619
|
+
},
|
1620
|
+
{
|
1621
|
+
"inputs": [
|
1622
|
+
{
|
1623
|
+
"internalType": "RoleId",
|
1624
|
+
"name": "roleId",
|
1625
|
+
"type": "uint64"
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"internalType": "address",
|
1629
|
+
"name": "account",
|
1630
|
+
"type": "address"
|
1631
|
+
}
|
1632
|
+
],
|
1633
|
+
"name": "revokeRole",
|
1634
|
+
"outputs": [],
|
1635
|
+
"stateMutability": "nonpayable",
|
1636
|
+
"type": "function"
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
"inputs": [
|
1640
|
+
{
|
1641
|
+
"internalType": "RoleId",
|
1642
|
+
"name": "roleId",
|
1643
|
+
"type": "uint64"
|
1644
|
+
}
|
1645
|
+
],
|
1646
|
+
"name": "roleExists",
|
1647
|
+
"outputs": [
|
1648
|
+
{
|
1649
|
+
"internalType": "bool",
|
1650
|
+
"name": "exists",
|
1651
|
+
"type": "bool"
|
1652
|
+
}
|
1653
|
+
],
|
1654
|
+
"stateMutability": "view",
|
1655
|
+
"type": "function"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"inputs": [
|
1659
|
+
{
|
1660
|
+
"internalType": "RoleId",
|
1661
|
+
"name": "roleId",
|
1662
|
+
"type": "uint64"
|
1663
|
+
}
|
1664
|
+
],
|
1665
|
+
"name": "roleMembers",
|
1666
|
+
"outputs": [
|
1667
|
+
{
|
1668
|
+
"internalType": "uint256",
|
1669
|
+
"name": "numberOfMembers",
|
1670
|
+
"type": "uint256"
|
1671
|
+
}
|
1672
|
+
],
|
1673
|
+
"stateMutability": "view",
|
1674
|
+
"type": "function"
|
1675
|
+
},
|
1676
|
+
{
|
1677
|
+
"inputs": [],
|
1678
|
+
"name": "roles",
|
1679
|
+
"outputs": [
|
1680
|
+
{
|
1681
|
+
"internalType": "uint256",
|
1682
|
+
"name": "numberOfRoles",
|
1683
|
+
"type": "uint256"
|
1684
|
+
}
|
1685
|
+
],
|
1686
|
+
"stateMutability": "view",
|
1687
|
+
"type": "function"
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"inputs": [
|
1691
|
+
{
|
1692
|
+
"internalType": "address",
|
1693
|
+
"name": "newAuthority",
|
1694
|
+
"type": "address"
|
1695
|
+
}
|
1696
|
+
],
|
1697
|
+
"name": "setAuthority",
|
1698
|
+
"outputs": [],
|
1699
|
+
"stateMutability": "nonpayable",
|
1700
|
+
"type": "function"
|
1701
|
+
},
|
1702
|
+
{
|
1703
|
+
"inputs": [
|
1704
|
+
{
|
1705
|
+
"internalType": "address",
|
1706
|
+
"name": "target",
|
1707
|
+
"type": "address"
|
1708
|
+
},
|
1709
|
+
{
|
1710
|
+
"internalType": "bool",
|
1711
|
+
"name": "locked",
|
1712
|
+
"type": "bool"
|
1713
|
+
}
|
1714
|
+
],
|
1715
|
+
"name": "setContractLocked",
|
1716
|
+
"outputs": [],
|
1717
|
+
"stateMutability": "nonpayable",
|
1718
|
+
"type": "function"
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"inputs": [
|
1722
|
+
{
|
1723
|
+
"internalType": "bool",
|
1724
|
+
"name": "locked",
|
1725
|
+
"type": "bool"
|
1726
|
+
}
|
1727
|
+
],
|
1728
|
+
"name": "setInstanceLocked",
|
1729
|
+
"outputs": [],
|
1730
|
+
"stateMutability": "nonpayable",
|
1731
|
+
"type": "function"
|
1732
|
+
},
|
1733
|
+
{
|
1734
|
+
"inputs": [
|
1735
|
+
{
|
1736
|
+
"internalType": "RoleId",
|
1737
|
+
"name": "roleId",
|
1738
|
+
"type": "uint64"
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
"internalType": "bool",
|
1742
|
+
"name": "active",
|
1743
|
+
"type": "bool"
|
1744
|
+
}
|
1745
|
+
],
|
1746
|
+
"name": "setRoleActive",
|
1747
|
+
"outputs": [],
|
1748
|
+
"stateMutability": "nonpayable",
|
1749
|
+
"type": "function"
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
"inputs": [
|
1753
|
+
{
|
1754
|
+
"internalType": "address",
|
1755
|
+
"name": "target",
|
1756
|
+
"type": "address"
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"internalType": "bool",
|
1760
|
+
"name": "locked",
|
1761
|
+
"type": "bool"
|
1762
|
+
}
|
1763
|
+
],
|
1764
|
+
"name": "setTargetLocked",
|
1765
|
+
"outputs": [],
|
1766
|
+
"stateMutability": "nonpayable",
|
1767
|
+
"type": "function"
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"inputs": [
|
1771
|
+
{
|
1772
|
+
"internalType": "address",
|
1773
|
+
"name": "target",
|
1774
|
+
"type": "address"
|
1775
|
+
}
|
1776
|
+
],
|
1777
|
+
"name": "targetExists",
|
1778
|
+
"outputs": [
|
1779
|
+
{
|
1780
|
+
"internalType": "bool",
|
1781
|
+
"name": "exists",
|
1782
|
+
"type": "bool"
|
1783
|
+
}
|
1784
|
+
],
|
1785
|
+
"stateMutability": "view",
|
1786
|
+
"type": "function"
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"inputs": [],
|
1790
|
+
"name": "targets",
|
1791
|
+
"outputs": [
|
1792
|
+
{
|
1793
|
+
"internalType": "uint256",
|
1794
|
+
"name": "numberOfTargets",
|
1795
|
+
"type": "uint256"
|
1796
|
+
}
|
1797
|
+
],
|
1798
|
+
"stateMutability": "view",
|
1799
|
+
"type": "function"
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
"inputs": [
|
1803
|
+
{
|
1804
|
+
"internalType": "address",
|
1805
|
+
"name": "target",
|
1806
|
+
"type": "address"
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"components": [
|
1810
|
+
{
|
1811
|
+
"internalType": "Str",
|
1812
|
+
"name": "name",
|
1813
|
+
"type": "bytes32"
|
1814
|
+
},
|
1815
|
+
{
|
1816
|
+
"internalType": "Selector",
|
1817
|
+
"name": "selector",
|
1818
|
+
"type": "bytes4"
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"internalType": "Timestamp",
|
1822
|
+
"name": "createdAt",
|
1823
|
+
"type": "uint40"
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"internalType": "Blocknumber",
|
1827
|
+
"name": "lastUpdateIn",
|
1828
|
+
"type": "uint40"
|
1829
|
+
}
|
1830
|
+
],
|
1831
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
1832
|
+
"name": "functions",
|
1833
|
+
"type": "tuple[]"
|
1834
|
+
}
|
1835
|
+
],
|
1836
|
+
"name": "unauthorizeFunctions",
|
1837
|
+
"outputs": [],
|
1838
|
+
"stateMutability": "nonpayable",
|
1839
|
+
"type": "function"
|
1840
|
+
}
|
1841
|
+
],
|
1842
|
+
"bytecode": "0x608060405234801561000f575f80fd5b5060405161702b38038061702b83398101604081905261002e91610b19565b610073816040518060400160405280601381526020017f4d6173746572496e7374616e636541646d696e0000000000000000000000000081525061007960201b60201c565b5061102f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100c25750825b90505f826001600160401b031660011480156100dd5750303b155b9050811580156100eb575080155b156101095760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561013757845460ff60401b1916680100000000000000001785555b6101418787610190565b831561018757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61019861059e565b604051631f424a2760e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90637d09289c906101d19085908590600401610b74565b5f6040518083038186803b1580156101e7575f80fd5b505af41580156101f9573d5f803e3d5ffd5b5050600180546001600160a01b0319166001600160a01b03861690811790915560405163189acdbd60e31b815230600482015290925063c4d66de891506024015f604051808303815f87803b158015610250575f80fd5b505af1158015610262573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af41580156102bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102e09190610b9f565b61030c57604051637595cb1960e01b81526001600160a01b038316600482015260240160405180910390fd5b610315826105ee565b5f6103208282610c56565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610368573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061038c9190610d10565b600280546001600160601b0392909216600160a01b026001600160a01b0390921691909117905561042e6103be610602565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d09ce86c6040518163ffffffff1660e01b815260040160e060405180830381865af4158015610405573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104299190610dd7565b61067c565b6105473060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561049f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104c39190610e6b565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610505573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105299190610e6b565b6001600160401b0316815260208101919091526040015f20906109f3565b5061059a610553610a10565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63aec48fc76040518163ffffffff1660e01b815260040160e060405180830381865af4158015610405573d5f803e3d5ffd5b5050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166105ec57604051631afcd79f60e31b815260040160405180910390fd5b565b6105f661059e565b6105ff81610a50565b50565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015610653573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106779190610e6b565b905090565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156106c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e79190610e86565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015610741573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107659190610e86565b64ffffffffff1660808201526001600160401b038083165f9081526003602090815260409091208351815493166001600160401b03198416811782559184015184939192909183916001600160481b031990911617680100000000000000008360078111156107d6576107d6610ea1565b021790555060408281015182546060850151608086015160a087015164ffffffffff908116600160b81b0264ffffffffff60b81b19928216600160901b0292909216600160901b600160e01b0319919093166d01000000000000000000000000000264ffffffffff60681b1963ffffffff90961669010000000000000000000295909516600160481b600160901b03199094169390931793909317919091161717825560c092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f9081526004808452878220965187549a51151568010000000000000000026001600160481b0319909b16908716179990991790955560058054978801815585528787047f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001805460039098166008026101000a938402939094021990961691909117909155850151855193519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95929488949293909273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e89261099592910190815260200190565b5f60405180830381865af41580156109af573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109d69190810190610eb5565b6040516109e7959493929190610f67565b60405180910390a15050565b5f610a07836001600160a01b038416610a61565b90505b92915050565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401610638565b610a5861059e565b6105ff81610aad565b5f818152600183016020526040812054610aa657508154600181810184555f848152602080822090930184905584548482528286019093526040902091909155610a0a565b505f610a0a565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020016109e7565b5f60208284031215610b29575f80fd5b81516001600160a01b0381168114610b3f575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b03831681526040602082018190525f90610b9790830184610b46565b949350505050565b5f60208284031215610baf575f80fd5b81518015158114610b3f575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610be657607f821691505b602082108103610c0457634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610c5157805f5260205f20601f840160051c81016020851015610c2f5750805b601f840160051c820191505b81811015610c4e575f8155600101610c3b565b50505b505050565b81516001600160401b03811115610c6f57610c6f610bbe565b610c8381610c7d8454610bd2565b84610c0a565b6020601f821160018114610cb5575f8315610c9e5750848201515b5f19600385901b1c1916600184901b178455610c4e565b5f84815260208120601f198516915b82811015610ce45787850151825560209485019460019092019101610cc4565b5084821015610d0157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610d20575f80fd5b81516001600160601b0381168114610b3f575f80fd5b60405160e081016001600160401b0381118282101715610d5857610d58610bbe565b60405290565b604051601f8201601f191681016001600160401b0381118282101715610d8657610d86610bbe565b604052919050565b6001600160401b03811681146105ff575f80fd5b805163ffffffff81168114610db5575f80fd5b919050565b64ffffffffff811681146105ff575f80fd5b8051610db581610dba565b5f60e0828403128015610de8575f80fd5b50610df1610d36565b8251610dfc81610d8e565b8152602083015160088110610e0f575f80fd5b6020820152610e2060408401610da2565b6040820152610e3160608401610dcc565b6060820152610e4260808401610dcc565b6080820152610e5360a08401610dcc565b60a082015260c0928301519281019290925250919050565b5f60208284031215610e7b575f80fd5b8151610b3f81610d8e565b5f60208284031215610e96575f80fd5b8151610b3f81610dba565b634e487b7160e01b5f52602160045260245ffd5b5f60208284031215610ec5575f80fd5b81516001600160401b03811115610eda575f80fd5b8201601f81018413610eea575f80fd5b80516001600160401b03811115610f0357610f03610bbe565b610f16601f8201601f1916602001610d5e565b818152856020838501011115610f2a575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b60088110610f6357634e487b7160e01b5f52602160045260245ffd5b9052565b60a081525f808754610f7881610bd2565b8060a0860152600182165f8114610f965760018114610fb257610fe3565b60ff19831660c087015260c082151560051b8701019350610fe3565b8a5f5260205f205f5b83811015610fda57815488820160c00152600190910190602001610fbb565b870160c0019450505b5050506001600160401b03871660208401526110026040840187610f47565b6001600160401b038516606084015282810360808401526110238185610b46565b98975050505050505050565b615fef8061103c5f395ff3fe608060405234801561000f575f80fd5b506004361061026b575f3560e01c80637170bbc51161014b5780639cad0052116100bf578063bf7e214f11610084578063bf7e214f1461064a578063c6a0017914610652578063d78a83b114610665578063f399e22e14610678578063f60458ba1461068b578063fb3fc44d146106b6575f80fd5b80639cad0052146105e2578063a4e2d63414610614578063b3ecf2361461061c578063b428b0b014610624578063b7d2b16214610637575f80fd5b80638308ceb1116101105780638308ceb114610580578063868923131461058857806387c73e5a1461059b5780638e5bc293146105095780638fb36037146105ae57806396cdfa3f146105cf575f80fd5b80637170bbc51461051a578063728a61a81461052d57806376b707b7146105405780637a9e5e4b1461055a5780637f0cf9471461056d575f80fd5b8063392f5f64116101e25780635bfa5027116101a75780635bfa50271461049d5780635fa8aad4146104bd578063605aa10a146104d057806366704a7d146104e357806366c3bc95146104f65780636bd1c0eb14610509575f80fd5b8063392f5f64146103ba5780633fd85561146103c2578063409c724c146103d5578063480cebd1146104825780635ab1bd5314610495575f80fd5b806324913ce61161023357806324913ce61461030857806326d60fb41461032957806326decd401461033157806333102c81146103545780633406b1521461036757806335471f80146103a7575f80fd5b8063030149741461026f57806304d670b91461029557806312e1ebc5146102aa5780631f481d64146102ca57806323dff792146102f5575b5f80fd5b61028261027d366004614bda565b6106c9565b6040519081526020015b60405180910390f35b6102a86102a3366004614c17565b6106ef565b005b6102bd6102b8366004614c70565b610abe565b60405161028c9190614cbf565b6102dd6102d8366004614e2d565b610b80565b6040516001600160401b03909116815260200161028c565b6102a8610303366004614e99565b610ce8565b61031b610316366004614ed0565b610cff565b60405161028c929190614f37565b600a54610282565b61034461033f366004614c70565b610fa6565b604051901515815260200161028c565b6102a861036236600461505d565b611083565b61038f6103753660046150ba565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b03909116815260200161028c565b6102826103b5366004614c70565b61109f565b600554610282565b6102dd6103d03660046150ba565b611129565b6104756103e33660046150d1565b60408051608080820183525f808352602080840182905283850182905260609384018290526001600160a01b03969096168152600c86528381206001600160e01b03199586168252865283902083519182018452805482526001015460e081901b9094169481019490945264ffffffffff6401000000008404811692850192909252600160481b909204169082015290565b60405161028c91906150fd565b61034461049036600461510b565b61116b565b61038f611191565b6104b06104ab366004614bda565b611201565b60405161028c91906151ad565b6102dd6104cb3660046151bb565b6112e9565b6103446104de366004614c70565b611301565b6102a86104f13660046151fd565b611377565b610344610504366004614bda565b61149b565b6002546001600160a01b031661038f565b6102a8610528366004615229565b611544565b61038f61053b3660046150ba565b611557565b610548611585565b60405160ff909116815260200161028c565b6102a8610568366004614c70565b6115f0565b61034461057b36600461510b565b611677565b6102dd6116f4565b6102a8610596366004615229565b61175f565b6103446105a9366004614bda565b611814565b6105b6611851565b6040516001600160e01b0319909116815260200161028c565b6102a86105dd366004615245565b611887565b6105f56105f0366004615260565b6119a2565b604080516001600160401b03909316835290151560208301520161028c565b610344611b3b565b6102dd611ba6565b6102a861063236600461510b565b611bed565b6102a861064536600461510b565b611c00565b61038f611c13565b610344610660366004614bda565b611c2e565b61038f610673366004615299565b611c6b565b6102a86106863660046151bb565b611c8c565b600254600160a01b90046001600160601b03166040516001600160601b03909116815260200161028c565b6102a86106c43660046152b5565b611d9a565b6001600160401b0381165f9081526007602052604081206106e990611db8565b92915050565b604051632b10f60d60e21b815260ff8316600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af415801561073f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076391906152f7565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff16806107a8575080546001600160401b03808416911610155b156107c65760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815573__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__639b7ec44c878561080b600a90565b6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff1660448201526064015f6040518083038186803b158015610859575f80fd5b505af415801561086b573d5f803e3d5ffd5b50505050610877611c13565b604051630f6c67a360e11b81526001600160a01b03888116600483015260ff871660248301529190911690631ed8cf46906044015f604051808303815f87803b1580156108c2575f80fd5b505af11580156108d4573d5f803e3d5ffd5b505060025460408051632757a05160e11b81526001600160a01b0392831660048201529189166024830152600a604483015260ff881660648301525f60848301819052600160a4840152905173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9450634eaf40a2935060c480840193829003018186803b158015610957575f80fd5b505af4158015610969573d5f803e3d5ffd5b5050600f8054600e80546001600160a01b038981166001600160a01b031992831617909255600280548c841692169190911790556001600160e01b0319909116908a16179055506109bb905083611dc1565b6002546109d0906001600160a01b0316611ef6565b6002546109e5906001600160a01b0316612126565b6002546040805163f1d0102760e01b81529051610a59926001600160a01b03169163f1d01027916004808301925f9291908290030181865afa158015610a2d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a54919081019061535b565b6122bf565b600254610a6e906001600160a01b031661255c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050505050565b6040805160a080820183525f808352602080840182905283850182905260608401829052608084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff166007811115610b2a57610b2a614c8b565b6007811115610b3b57610b3b614c8b565b8152600191909101546001600160401b03610100820416602083015264ffffffffff600160481b820481166040840152600160701b9091041660609091015292915050565b5f610b8d335b5f366126a2565b600f805473__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91635b55eef291600160a01b90046001600160401b0316906014610bc9836153a0565b91906101000a8154816001600160401b0302191690836001600160401b031602179055506040518263ffffffff1660e01b8152600401610c1891906001600160401b0391909116815260200190565b602060405180830381865af4158015610c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5791906153ca565b9050610ce18173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635917626e866007878a6040518563ffffffff1660e01b8152600401610c9b9493929190615413565b60e060405180830381865af4158015610cb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cda9190615472565b6001612798565b9392505050565b610cf133610b86565b610cfb8282612827565b5050565b604080516080810182525f8082526020808301829052828401829052606083018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af4158015610d8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db29190615506565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516080810184528154815260019182015460e081901b9096169481019490945264ffffffffff6401000000008604811685850152600160481b909504909416606084015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610ea4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec89190615506565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610f12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3691906153ca565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610f78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9c91906153ca565b9150509250929050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610fed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110119190615521565b806106e9575060015460405163a166aa8960e01b81526001600160a01b0384811660048301529091169063a166aa8990602401602060405180830381865afa15801561105f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e99190615521565b61108c33610b86565b61109a838383600180612aa2565b505050565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015611105573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e991906152f7565b5f6005828154811061113d5761113d61553c565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f908152600360205260408120549091610ce1911683611677565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa1580156111d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615550565b905090565b6040805160e080820183525f8083526020808401829052838501829052606084018290526080840182905260a0840182905260c084018290526001600160401b038681168352600382529185902085519384019095528454918216835292939192830190600160401b900460ff16600781111561128057611280614c8b565b600781111561129157611291614c8b565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b820481166060840152600160b81b90910416608082015260019091015460a09091015292915050565b5f6112f333610b86565b610ce1838360066001612c87565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af415801561105f573d5f803e3d5ffd5b61138033610b86565b60025460405163321ea1b160e21b81523060048201526001600160a01b039182166024820152908316604482015260ff821660648201525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c87a86c490608401602060405180830381865af41580156113f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114179190615550565b905061142281611ef6565b61149183826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015611461573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611488919081019061535b565b60056001612c87565b5061109a8161255c565b6001600160401b0381165f908152600360209081526040808320548151639fa6a6e360e01b815291516106e993600160901b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af4158015611511573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611535919061556b565b64ffffffffff90811691161190565b61154d33610b86565b610cfb8282612daa565b5f600a828154811061156b5761156b61553c565b5f918252602090912001546001600160a01b031692915050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa1580156115cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615586565b336115f9611c13565b6001600160a01b0316816001600160a01b0316146116395760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361166e576040516361798f2f60e11b81526001600160a01b0383166004820152602401611630565b610cfb82612f93565b6001546040516368fc2b7760e11b81525f9182916001600160a01b039091169063d1f856ee906116ad90879087906004016155a1565b6040805180830381865afa1580156116c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116eb91906155c3565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa15801561173b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc91906153ca565b600f546001600160a01b031663d39e6043600a61177a611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156117bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117e19190615550565b6001600160a01b0316336001600160a01b03161461154d57604051635567e6d160e11b8152336004820152602401611630565b5f60076001600160401b0383165f90815260036020526040902054600160401b900460ff16600781111561184a5761184a614c8b565b1492915050565b5f80516020615f9a83398151915280545f9190600160a01b900460ff16611878575f611881565b638fb3603760e01b5b91505090565b600f546001600160a01b031663d39e6043600a6118a2611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156118e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119099190615550565b6001600160a01b0316336001600160a01b03161461193c57604051635567e6d160e11b8152336004820152602401611630565b5f611945611c13565b60405163108f145b60e11b815283151560048201529091506001600160a01b0382169063211e28b6906024015f604051808303815f87803b158015611988575f80fd5b505af115801561199a573d5f803e3d5ffd5b505050505050565b5f8060045f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69866040518263ffffffff1660e01b81526004016119de91906155f0565b602060405180830381865af41580156119f9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a1d91906152f7565b8152602081019190915260409081015f90812054915163a42e52e960e01b81526001600160401b03909216600483018190529350915073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a42e52e990602401602060405180830381865af4158015611a8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab19190615521565b80611b2d575060405163c68eb45560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c68eb45590611aee9086906004016155f0565b602060405180830381865af4158015611b09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2d9190615521565b15611b36575060015b915091565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015611b82573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615521565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa15801561173b573d5f803e3d5ffd5b611bf633610b86565b610cfb8282612ff4565b611c0933610b86565b610cfb82826132ae565b5f80516020615f9a833981519152546001600160a01b031690565b5f806001600160401b0383165f90815260036020526040902054600160401b900460ff166007811115611c6357611c63614c8b565b141592915050565b6001600160401b0382165f908152600760205260408120610ce1908361340a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611cd05750825b90505f826001600160401b03166001148015611ceb5750303b155b905081158015611cf9575080155b15611d175760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d4157845460ff60401b1916600160401b1785555b611d4b8787613415565b8315611d9157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b611da333610b86565b610cfb82611daf61381a565b8360015f612aa2565b5f6106e9825490565b611dc9611191565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e339190615521565b611e5b57604051633b69638960e11b81526001600160a01b0382166004820152602401611630565b611e63611191565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015611ea9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ecd9190615602565b600260146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b5f816001600160a01b031663710613986040518163ffffffff1660e01b81526004015f60405180830381865afa158015611f32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f599190810190615628565b90505f5b815181101561109a575f828281518110611f7957611f7961553c565b6020908102919091010151604051635bfa502760e01b81526001600160401b03821660048201529091505f906001600160a01b03861690635bfa50279060240160e060405180830381865afa158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff89190615472565b90505f8061207f8360c0015173__$9a094f9b231ed0f5f85a69be8408d93180$__63b11a19e890916040518263ffffffff1660e01b815260040161203e91815260200190565b5f60405180830381865af4158015612058573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105f0919081019061535b565b915091508061211657604051636604892960e01b81526001600160401b038516600482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90636604892990602401602060405180830381865af41580156120de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121029190615521565b61210a578391505b61211682846001612798565b505060019092019150611f5d9050565b5f816001600160a01b03166368c55b136040518163ffffffff1660e01b81526004015f60405180830381865afa158015612162573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261218991908101906156b7565b90505f5b815181101561109a575f8282815181106121a9576121a961553c565b602090810291909101015160405163e8eba43560e01b815260ff821660048201529091505f906001600160a01b0386169063e8eba43590602401602060405180830381865afa1580156121fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061222291906153ca565b600f549091505f906001600160a01b031663d39e604384612241611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612284573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a89190615550565b90506122b48282612ff4565b50505060010161218d565b600e546122d5906001600160a01b03168261386b565b612304306040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525061386b565b600e5460408051631a99b41b60e31b8152905161239c926001600160a01b03169163d4cda0d89160048083019260209291908290030181865afa15801561234d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123719190615550565b6040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525061386b565b600e5460408051635bd8162760e11b81529051612433926001600160a01b03169163b7b02c4e9160048083019260209291908290030181865afa1580156123e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124099190615550565b6040518060400160405280600c81526020016b50726f6475637453746f726560a01b81525061386b565b600e5460408051631b776b6960e21b815290516124c7926001600160a01b031691636dddada49160048083019260209291908290030181865afa15801561247c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124a09190615550565b60405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525061386b565b600e5460408051630e0c586d60e01b81529051612559926001600160a01b031691630e0c586d9160048083019260209291908290030181865afa158015612510573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125349190615550565b60405180604001604052806007815260200166149a5cdad4d95d60ca1b81525061386b565b50565b5f816001600160a01b03166363fe3b566040518163ffffffff1660e01b81526004015f60405180830381865afa158015612598573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125bf9190810190615746565b90505f805b825181101561269c578281815181106125df576125df61553c565b602002602001015191505f846001600160a01b0316638c5397b0846040518263ffffffff1660e01b815260040161261891815260200190565b5f60405180830381865afa158015612632573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126599190810190615628565b90505f5b81518110156126925761268a868584848151811061267d5761267d61553c565b6020026020010151613879565b60010161265d565b50506001016125c4565b50505050565b5f80516020615f9a8339815191525f806126da6126bd611c13565b87306126cc60045f8a8c6157cc565b6126d5916157f3565b6139a2565b915091508161199a5763ffffffff81161561277557825460ff60a01b1916600160a01b178355612708611c13565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161273793929190615829565b5f604051808303815f87803b15801561274e575f80fd5b505af1158015612760573d5f803e3d5ffd5b5050845460ff60a01b191685555061199a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611630565b6040516329000cd760e21b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063a400335c906127d7903090889088908890600401615868565b602060405180830381865af41580156127f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128169190615521565b90508061269c5761269c8484613aaa565b61283330835f80613e0b565b80156128e55773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612880573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a4919061556b565b6001600160401b0383165f908152600360205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b1990921691909117905561298d565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561292c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612950919061556b565b6001600160401b0383165f908152600360205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b199092169190911790555b6001600160401b0382165f90815260036020908152604091829020548251639fa6a6e360e01b81529251600160b81b90910464ffffffffff169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__92639fa6a6e3926004808401938290030181865af4158015612a00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a24919061556b565b6001600160401b0384165f90815260036020526040808220805464ffffffffff94909416600160b81b0264ffffffffff60b81b199094169390931790925590517fb965f50709ae8f7c7595d81500fddd21e1b2e11d2cb2c64a18c603fbc4feff6d91612a959186908690869061595e565b60405180910390a1505050565b6040516361aa13cd60e11b81523060048201526001600160a01b03861660248201526001600160401b0385166044820152821515606482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c354279a906084015f6040518083038186803b158015612b10575f80fd5b505af4158015612b22573d5f803e3d5ffd5b50505050808015612b4b5750612b4b84612b3a611ba6565b6001600160401b0390811691161490565b15612b7457604051636a89b82560e11b81526001600160a01b0386166004820152602401611630565b60015460405163448111d760e01b81526001600160a01b03909116906308d6122d90879073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063448111d790612bc290899060040161599c565b5f60405180830381865af4158015612bdc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c0391908101906159e9565b876040518463ffffffff1660e01b8152600401612c2293929190615a78565b5f604051808303815f87803b158015612c39575f80fd5b505af1158015612c4b573d5f803e3d5ffd5b505050505f5b835181101561199a57612c7f8686868481518110612c7157612c7161553c565b602002602001015185613fd3565b600101612c51565b604051632492398560e11b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a90612cc6903090899089908890600401615ae9565b5f6040518083038186803b158015612cdc575f80fd5b505af4158015612cee573d5f803e3d5ffd5b50505050612cfe8585858561433e565b90505f8073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d27e68a98888886040518463ffffffff1660e01b8152600401612d3d93929190615b27565b5f60405180830381865af4158015612d57573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d7e9190810190615b59565b90925090506001600160a01b03821615612da057612d9e8282878761433e565b505b5050949350505050565b6040516351f2b1e160e01b81523060048201526001600160a01b038316602482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906351f2b1e1906044015f6040518083038186803b158015612e01575f80fd5b505af4158015612e13573d5f803e3d5ffd5b505060015460405163167bd39560e01b81526001600160a01b0386811660048301528515156024830152909116925063167bd39591506044015f604051808303815f87803b158015612e63575f80fd5b505af1158015612e75573d5f803e3d5ffd5b505050505f60085f846001600160a01b03166001600160a01b031681526020019081526020015f20600101600e9054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612efb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f1f919061556b565b6001600160a01b0384165f90815260086020526040808220600101805464ffffffffff94909416600160701b0264ffffffffff60701b199094169390931790925590517f557a7fdfb6760ab1d534d97447c60cdcfe41a9936cc79ba19b56525e4638b59191612a9591869086908690615b9c565b5f80516020615f9a83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b613001308360015f613e0b565b6001600160401b0382165f908152600360209081526040808320546007909252909120600160481b90910463ffffffff169061303c90611db8565b10613089576001600160401b0382165f818152600360205260409081902054905163b6a5795960e01b81526004810192909252600160481b900463ffffffff166024820152604401611630565b60076001600160401b0383165f90815260036020526040902054600160401b900460ff1660078111156130be576130be614c8b565b141580156131435750604051631627905560e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af415801561311d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131419190615521565b155b15613165578181604051632e0816b360e21b81526004016116309291906155a1565b6001600160401b0382165f90815260076020526040902061318690826146b5565b5060015460405163012e238d60e51b81526001600160401b03841660048201526001600160a01b0383811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b1580156131e0575f80fd5b505af11580156131f2573d5f803e3d5ffd5b50506040516359e97f2360e11b81523060048201526001600160401b03851660248201527fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb2094692505f9150839073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063b3d2fe46906044015b5f60405180830381865af4158015613278573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261329f919081019061535b565b604051612fe893929190615bda565b6132ba30835f80613e0b565b60076001600160401b0383165f90815260036020526040902054600160401b900460ff1660078111156132ef576132ef614c8b565b14613311578181604051632f0aa9d160e21b81526004016116309291906155a1565b6001600160401b0382165f90815260076020526040902061333290826146c9565b50600154604051635be958b160e11b81526001600160a01b039091169063b7d2b1629061336590859085906004016155a1565b5f604051808303815f87803b15801561337c575f80fd5b505af115801561338e573d5f803e3d5ffd5b5050506001600160401b0383165f90815260036020526040808220600101549051631623433d60e31b81527f1c620ebc5413cc28f3218717f23bef6a105bfcd51d6093cd7a3e003831bca0e79350849173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e89161325e9160040190815260200190565b5f610ce183836146dd565b61341d614703565b604051631f424a2760e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90637d09289c906134569085908590600401615c0d565b5f6040518083038186803b15801561346c575f80fd5b505af415801561347e573d5f803e3d5ffd5b5050600180546001600160a01b0319166001600160a01b03861690811790915560405163189acdbd60e31b815230600482015290925063c4d66de891506024015f604051808303815f87803b1580156134d5575f80fd5b505af11580156134e7573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af4158015613541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135659190615521565b61358d57604051637595cb1960e01b81526001600160a01b0383166004820152602401611630565b6135968261474e565b5f6135a18282615c7b565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156135e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360d9190615602565b600260146101000a8154816001600160601b0302191690836001600160601b031602179055506136ae61363e61381a565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d09ce86c6040518163ffffffff1660e01b815260040160e060405180830381865af4158015613685573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136a99190615472565b613aaa565b6137c73060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561371f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061374391906153ca565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015613785573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a991906153ca565b6001600160401b0316815260208101919091526040015f20906146b5565b50610cfb6137d361475f565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63aec48fc76040518163ffffffff1660e01b815260040160e060405180830381865af4158015613685573d5f803e3d5ffd5b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561173b573d5f803e3d5ffd5b61109a828260046001612c87565b5f8281526009602052604090205461109a906001600160a01b031660405162781a7f60e41b81523060048201526001600160a01b03861660248201526001600160401b038416604482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90630781a7f090606401602060405180830381865af41580156138fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061392291906153ca565b604051631e4afbbf60e01b8152600481018690526001600160401b03851660248201526001600160a01b03871690631e4afbbf906044015f60405180830381865afa158015613973573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261399a9190810190615d35565b5f6001612aa2565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613a109190615e10565b5f60405180830381855afa9150503d805f8114613a48576040519150601f19603f3d011682016040523d82523d5f602084013e613a4d565b606091505b50915091508115613a9f576040815110613a7f5780806020019051810190613a7591906155c3565b9094509250613a9f565b6020815110613a9f5780806020019051810190613a9c9190615521565b93505b505094509492505050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613af1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b15919061556b565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015613b6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b93919061556b565b64ffffffffff1660808201526001600160401b038083165f90815260036020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b836007811115613c0257613c02614c8b565b021790555060408281015182546060850151608086015160a087015164ffffffffff908116600160b81b0264ffffffffff60b81b19928216600160901b029290921669ffffffffffffffffffff60901b1991909316600160681b0264ffffffffff60681b1963ffffffff909616600160481b029590951671ffffffffffffffffff000000000000000000199094169390931793909317919091161717825560c092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f9081526004808452878220965187549a511515600160401b0268ffffffffffffffffff19909b16908716179990991790955560058054978801815585528787047f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001805460039098166008026101000a938402939094021990961691909117909155850151855193519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95929488949293909273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892613db992910190815260200190565b5f60405180830381865af4158015613dd3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613dfa919081019061535b565b604051612fe8959493929190615e26565b60405163c6a0017960e01b81526001600160401b03841660048201526001600160a01b0385169063c6a0017990602401602060405180830381865afa158015613e56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e7a9190615521565b613ea257604051632ed3a17160e11b81526001600160401b0384166004820152602401611630565b818015613f9c5750604051635bfa502760e01b81526001600160401b0384166004820152613f9c906001600160a01b03861690635bfa50279060240160e060405180830381865afa158015613ef9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f1d9190615472565b6080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613f68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f8c919061556b565b64ffffffffff9081169116111590565b15613fc5576040516332d0641160e21b81526001600160401b0384166004820152602401611630565b8061269c5761269c8361479f565b6020828101516001600160a01b0386165f908152600c835260408082206001600160e01b0319841683529093529190912060010154600160481b900464ffffffffff1682156140a9576001600160a01b0386165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b15801561408e575f80fd5b505af41580156140a0573d5f803e3d5ffd5b50505050614132565b6001600160a01b0386165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b15801561411b575f80fd5b505af415801561412d573d5f803e3d5ffd5b505050505b6001600160a01b0386165f908152600c602090815260408083206001600160e01b0319861684528252918290208651815586820151600190910180548885015160608a015160e09490941c68ffffffffffffffffff199092169190911764010000000064ffffffffff928316021764ffffffffff60481b1916600160481b91909316029190911790558151639fa6a6e360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__92639fa6a6e39260048083019391928290030181865af4158015614204573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614228919061556b565b6001600160a01b0387165f908152600c602090815260408083206001600160e01b031987168452909152808220600101805464ffffffffff94909416600160481b0264ffffffffff60481b199094169390931790925585519151638f83fd6360e01b815230600482015260248101929092526001600160401b03871660448301527f919c4d9a144fb766b18b421e10f0ec1754019acc42df6b2d7def5e12b873bc8991889073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90638f83fd63906064015f60405180830381865af4158015614306573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261432d919081019061535b565b84604051610aae9493929190615e81565b5f60605f61434d8787876147f3565b91945092509050806143a2576143a28373__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635917626e61437f61381a565b896001886040518563ffffffff1660e01b8152600401610c9b9493929190615413565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e69906143db908a906004016155f0565b602060405180830381865af41580156143f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061441a91906152f7565b90506040518060a0016040528082815260200187600781111561443f5761443f614c8b565b8152602001856001600160401b0316815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561449a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144be919061556b565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614511573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614535919061556b565b64ffffffffff1690526001600160a01b0389165f908152600860209081526040909120825181559082015160018083018054909160ff199091169083600781111561458257614582614c8b565b02179055506040828101516001928301805460608601516080909601516dffffffffffffffffffffffffff00199091166101006001600160401b039094169390930264ffffffffff60481b191692909217600160481b64ffffffffff968716021764ffffffffff60701b1916600160701b9590921694909402179092555f838152600960205291822080546001600160a01b03199081166001600160a01b038d16908117909255600a805493840181559093527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8909101805490921617905561466b8489612ff4565b7f1101b556b7d95a9c9172145b530e7d77e5d360539f4d260f2ea8cefd96091b685f88878b886040516146a2959493929190615ecd565b60405180910390a1505050949350505050565b5f610ce1836001600160a01b038416614a7f565b5f610ce1836001600160a01b038416614acb565b5f825f0182815481106146f2576146f261553c565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661474c57604051631afcd79f60e31b815260040160405180910390fd5b565b614756614703565b61255981614bb5565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401613850565b6147ab81612b3a61381a565b156147c957604051639034e22f60e01b815260040160405180910390fd5b6147d581612b3a61475f565b156125595760405163366fac4360e11b815260040160405180910390fd5b5f60605f73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__6337c339e5866040518263ffffffff1660e01b815260040161482e91906155f0565b5f60405180830381865af4158015614848573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261486f919081019061535b565b915061487a826119a2565b9093509050801561488d57506001614a76565b60038460078111156148a1576148a1614c8b565b14806148be575060028460078111156148bc576148bc614c8b565b145b1561494257604051633530c09b60e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063d4c3026c906148fc9089908890600401615f21565b602060405180830381865af4158015614917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061493b91906153ca565b9250614a76565b5f60065f86600781111561495857614958614c8b565b600781111561496957614969614c8b565b8152602081019190915260409081015f2054905163195746e960e01b81526001600160401b03909116915073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063195746e9906149c2908a9089908690600401615f3e565b602060405180830381865af41580156149dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a0191906153ca565b935060065f866007811115614a1857614a18614c8b565b6007811115614a2957614a29614c8b565b815260208101919091526040015f90812080546001600160401b031691614a4f836153a0565b91906101000a8154816001600160401b0302191690836001600160401b0316021790555050505b93509350939050565b5f818152600183016020526040812054614ac457508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556106e9565b505f6106e9565b5f8181526001830160205260408120548015614ba5575f614aed600183615f72565b85549091505f90614b0090600190615f72565b9050808214614b5f575f865f018281548110614b1e57614b1e61553c565b905f5260205f200154905080875f018481548110614b3e57614b3e61553c565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080614b7057614b70615f85565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506106e9565b5f9150506106e9565b5092915050565b614bbd614703565b61255981612f93565b6001600160401b0381168114612559575f80fd5b5f60208284031215614bea575f80fd5b8135610ce181614bc6565b6001600160a01b0381168114612559575f80fd5b60ff81168114612559575f80fd5b5f805f8060808587031215614c2a575f80fd5b8435614c3581614bf5565b93506020850135614c4581614bf5565b92506040850135614c5581614c09565b91506060850135614c6581614bf5565b939692955090935050565b5f60208284031215614c80575f80fd5b8135610ce181614bf5565b634e487b7160e01b5f52602160045260245ffd5b60088110614cbb57634e487b7160e01b5f52602160045260245ffd5b9052565b8151815260208083015160a0830191614cda90840182614c9f565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015292915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b0381118282101715614d4c57614d4c614d16565b60405290565b60405160e081016001600160401b0381118282101715614d4c57614d4c614d16565b604051601f8201601f191681016001600160401b0381118282101715614d9c57614d9c614d16565b604052919050565b5f6001600160401b03821115614dbc57614dbc614d16565b50601f01601f191660200190565b5f82601f830112614dd9575f80fd5b8135614dec614de782614da4565b614d74565b818152846020838601011115614e00575f80fd5b816020850160208301375f918101602001919091529392505050565b63ffffffff81168114612559575f80fd5b5f805f60608486031215614e3f575f80fd5b83356001600160401b03811115614e54575f80fd5b614e6086828701614dca565b9350506020840135614e7181614bc6565b91506040840135614e8181614e1c565b809150509250925092565b8015158114612559575f80fd5b5f8060408385031215614eaa575f80fd5b8235614eb581614bc6565b91506020830135614ec581614e8c565b809150509250929050565b5f8060408385031215614ee1575f80fd5b8235614eec81614bf5565b946020939093013593505050565b8051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b60a08101614f458285614efa565b6001600160401b03831660808301529392505050565b5f6001600160401b03821115614f7357614f73614d16565b5060051b60200190565b6001600160e01b031981168114612559575f80fd5b64ffffffffff81168114612559575f80fd5b5f82601f830112614fb3575f80fd5b8135614fc1614de782614f5b565b8082825260208201915060208360071b860101925085831115614fe2575f80fd5b602085015b838110156150535760808188031215614ffe575f80fd5b615006614d2a565b81358152602082013561501881614f7d565b6020820152604082013561502b81614f92565b6040820152606082013561503e81614f92565b60608201528352602090920191608001614fe7565b5095945050505050565b5f805f6060848603121561506f575f80fd5b833561507a81614bf5565b9250602084013561508a81614bc6565b915060408401356001600160401b038111156150a4575f80fd5b6150b086828701614fa4565b9150509250925092565b5f602082840312156150ca575f80fd5b5035919050565b5f80604083850312156150e2575f80fd5b82356150ed81614bf5565b91506020830135614ec581614f7d565b608081016106e98284614efa565b5f806040838503121561511c575f80fd5b823561512781614bc6565b91506020830135614ec581614bf5565b6001600160401b03815116825260208101516151566020840182614c9f565b5063ffffffff604082015116604083015264ffffffffff606082015116606083015264ffffffffff608082015116608083015260a08101516151a160a084018264ffffffffff169052565b5060c090810151910152565b60e081016106e98284615137565b5f80604083850312156151cc575f80fd5b82356151d781614bf5565b915060208301356001600160401b038111156151f1575f80fd5b610f9c85828601614dca565b5f806040838503121561520e575f80fd5b823561521981614bf5565b91506020830135614ec581614c09565b5f806040838503121561523a575f80fd5b8235614eb581614bf5565b5f60208284031215615255575f80fd5b8135610ce181614e8c565b5f60208284031215615270575f80fd5b81356001600160401b03811115615285575f80fd5b61529184828501614dca565b949350505050565b5f80604083850312156152aa575f80fd5b8235614eec81614bc6565b5f80604083850312156152c6575f80fd5b82356152d181614bf5565b915060208301356001600160401b038111156152eb575f80fd5b610f9c85828601614fa4565b5f60208284031215615307575f80fd5b5051919050565b5f82601f83011261531d575f80fd5b815161532b614de782614da4565b81815284602083860101111561533f575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561536b575f80fd5b81516001600160401b03811115615380575f80fd5b6152918482850161530e565b634e487b7160e01b5f52601160045260245ffd5b5f6001600160401b0382166001600160401b0381036153c1576153c161538c565b60010192915050565b5f602082840312156153da575f80fd5b8151610ce181614bc6565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160401b038516815261542c6020820185614c9f565b63ffffffff83166040820152608060608201525f61544d60808301846153e5565b9695505050505050565b805161546281614e1c565b919050565b805161546281614f92565b5f60e0828403128015615483575f80fd5b5061548c614d52565b825161549781614bc6565b81526020830151600881106154aa575f80fd5b60208201526154bb60408401615457565b60408201526154cc60608401615467565b60608201526154dd60808401615467565b60808201526154ee60a08401615467565b60a082015260c0928301519281019290925250919050565b5f60208284031215615516575f80fd5b8151610ce181614f7d565b5f60208284031215615531575f80fd5b8151610ce181614e8c565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215615560575f80fd5b8151610ce181614bf5565b5f6020828403121561557b575f80fd5b8151610ce181614f92565b5f60208284031215615596575f80fd5b8151610ce181614c09565b6001600160401b039290921682526001600160a01b0316602082015260400190565b5f80604083850312156155d4575f80fd5b82516155df81614e8c565b6020840151909250614ec581614e1c565b602081525f610ce160208301846153e5565b5f60208284031215615612575f80fd5b81516001600160601b0381168114610ce1575f80fd5b5f60208284031215615638575f80fd5b81516001600160401b0381111561564d575f80fd5b8201601f8101841361565d575f80fd5b805161566b614de782614f5b565b8082825260208201915060208360051b85010192508683111561568c575f80fd5b6020840193505b8284101561544d5783516156a681614bc6565b825260209384019390910190615693565b5f602082840312156156c7575f80fd5b81516001600160401b038111156156dc575f80fd5b8201601f810184136156ec575f80fd5b80516156fa614de782614f5b565b8082825260208201915060208360051b85010192508683111561571b575f80fd5b6020840193505b8284101561544d57835161573581614c09565b825260209384019390910190615722565b5f60208284031215615756575f80fd5b81516001600160401b0381111561576b575f80fd5b8201601f8101841361577b575f80fd5b8051615789614de782614f5b565b8082825260208201915060208360051b8501019250868311156157aa575f80fd5b6020840193505b8284101561544d5783518252602093840193909101906157b1565b5f80858511156157da575f80fd5b838611156157e6575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614bae576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160a01b03851681526001600160401b038416602082015261014081016158956040830185615137565b82151561012083015295945050505050565b600181811c908216806158bb57607f821691505b6020821081036158d957634e487b7160e01b5f52602260045260245ffd5b50919050565b5f81546158eb816158a7565b808552600182168015615905576001811461592157615955565b60ff1983166020870152602082151560051b8701019350615955565b845f5260205f205f5b8381101561594c5781546020828a01015260018201915060208101905061592a565b87016020019450505b50505092915050565b608081525f61597060808301876158df565b6001600160401b0395909516602083015250911515604083015264ffffffffff16606090910152919050565b602080825282518282018190525f918401906040840190835b818110156159de576159c8838551614efa565b60209390930192608092909201916001016159b5565b509095945050505050565b5f602082840312156159f9575f80fd5b81516001600160401b03811115615a0e575f80fd5b8201601f81018413615a1e575f80fd5b8051615a2c614de782614f5b565b8082825260208201915060208360051b850101925086831115615a4d575f80fd5b6020840193505b8284101561544d578351615a6781614f7d565b825260209384019390910190615a54565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b81811015615acb5783516001600160e01b031916835260209384019390920191600101615aa3565b505080925050506001600160401b0383166040830152949350505050565b6001600160a01b038581168252841660208201526080604082018190525f90615b14908301856153e5565b9050821515606083015295945050505050565b6001600160a01b03841681526060602082018190525f90615b4a908301856153e5565b90506152916040830184614c9f565b5f8060408385031215615b6a575f80fd5b8251615b7581614bf5565b60208401519092506001600160401b03811115615b90575f80fd5b610f9c8582860161530e565b608081525f615bae60808301876158df565b6001600160a01b0395909516602083015250911515604083015264ffffffffff16606090910152919050565b606081525f615bec60608301866158df565b6001600160a01b0385166020840152828103604084015261544d81856153e5565b6001600160a01b03831681526040602082018190525f90615291908301846153e5565b601f82111561109a57805f5260205f20601f840160051c81016020851015615c555750805b601f840160051c820191505b81811015615c74575f8155600101615c61565b5050505050565b81516001600160401b03811115615c9457615c94614d16565b615ca881615ca284546158a7565b84615c30565b6020601f821160018114615cda575f8315615cc35750848201515b5f19600385901b1c1916600184901b178455615c74565b5f84815260208120601f198516915b82811015615d095787850151825560209485019460019092019101615ce9565b5084821015615d2657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615d45575f80fd5b81516001600160401b03811115615d5a575f80fd5b8201601f81018413615d6a575f80fd5b8051615d78614de782614f5b565b8082825260208201915060208360071b850101925086831115615d99575f80fd5b6020840193505b8284101561544d5760808488031215615db7575f80fd5b615dbf614d2a565b845181526020850151615dd181614f7d565b60208201526040850151615de481614f92565b60408201526060850151615df781614f92565b6060820152825260809390930192602090910190615da0565b5f82518060208501845e5f920191825250919050565b60a081525f615e3860a08301886158df565b6001600160401b0387166020840152615e546040840187614c9f565b6001600160401b03851660608401528281036080840152615e7581856153e5565b98975050505050505050565b608081525f615e9360808301876158df565b6001600160a01b03861660208401528281036040840152615eb481866153e5565b91505064ffffffffff8316606083015295945050505050565b60a081525f615edf60a08301886158df565b8281036020840152615ef181886153e5565b951515604084015250506001600160a01b039290921660608301526001600160401b031660809091015292915050565b6001600160a01b038316815260408101610ce16020830184614c9f565b6001600160a01b038416815260608101615f5b6020830185614c9f565b6001600160401b0383166040830152949350505050565b818103818111156106e9576106e961538c565b634e487b7160e01b5f52603160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220692efa1ee684297042d3503bfcdd3eea6caaaab1f0fdf3cc90895f1baaa5bb6464736f6c634300081a0033",
|
1843
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061026b575f3560e01c80637170bbc51161014b5780639cad0052116100bf578063bf7e214f11610084578063bf7e214f1461064a578063c6a0017914610652578063d78a83b114610665578063f399e22e14610678578063f60458ba1461068b578063fb3fc44d146106b6575f80fd5b80639cad0052146105e2578063a4e2d63414610614578063b3ecf2361461061c578063b428b0b014610624578063b7d2b16214610637575f80fd5b80638308ceb1116101105780638308ceb114610580578063868923131461058857806387c73e5a1461059b5780638e5bc293146105095780638fb36037146105ae57806396cdfa3f146105cf575f80fd5b80637170bbc51461051a578063728a61a81461052d57806376b707b7146105405780637a9e5e4b1461055a5780637f0cf9471461056d575f80fd5b8063392f5f64116101e25780635bfa5027116101a75780635bfa50271461049d5780635fa8aad4146104bd578063605aa10a146104d057806366704a7d146104e357806366c3bc95146104f65780636bd1c0eb14610509575f80fd5b8063392f5f64146103ba5780633fd85561146103c2578063409c724c146103d5578063480cebd1146104825780635ab1bd5314610495575f80fd5b806324913ce61161023357806324913ce61461030857806326d60fb41461032957806326decd401461033157806333102c81146103545780633406b1521461036757806335471f80146103a7575f80fd5b8063030149741461026f57806304d670b91461029557806312e1ebc5146102aa5780631f481d64146102ca57806323dff792146102f5575b5f80fd5b61028261027d366004614bda565b6106c9565b6040519081526020015b60405180910390f35b6102a86102a3366004614c17565b6106ef565b005b6102bd6102b8366004614c70565b610abe565b60405161028c9190614cbf565b6102dd6102d8366004614e2d565b610b80565b6040516001600160401b03909116815260200161028c565b6102a8610303366004614e99565b610ce8565b61031b610316366004614ed0565b610cff565b60405161028c929190614f37565b600a54610282565b61034461033f366004614c70565b610fa6565b604051901515815260200161028c565b6102a861036236600461505d565b611083565b61038f6103753660046150ba565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b03909116815260200161028c565b6102826103b5366004614c70565b61109f565b600554610282565b6102dd6103d03660046150ba565b611129565b6104756103e33660046150d1565b60408051608080820183525f808352602080840182905283850182905260609384018290526001600160a01b03969096168152600c86528381206001600160e01b03199586168252865283902083519182018452805482526001015460e081901b9094169481019490945264ffffffffff6401000000008404811692850192909252600160481b909204169082015290565b60405161028c91906150fd565b61034461049036600461510b565b61116b565b61038f611191565b6104b06104ab366004614bda565b611201565b60405161028c91906151ad565b6102dd6104cb3660046151bb565b6112e9565b6103446104de366004614c70565b611301565b6102a86104f13660046151fd565b611377565b610344610504366004614bda565b61149b565b6002546001600160a01b031661038f565b6102a8610528366004615229565b611544565b61038f61053b3660046150ba565b611557565b610548611585565b60405160ff909116815260200161028c565b6102a8610568366004614c70565b6115f0565b61034461057b36600461510b565b611677565b6102dd6116f4565b6102a8610596366004615229565b61175f565b6103446105a9366004614bda565b611814565b6105b6611851565b6040516001600160e01b0319909116815260200161028c565b6102a86105dd366004615245565b611887565b6105f56105f0366004615260565b6119a2565b604080516001600160401b03909316835290151560208301520161028c565b610344611b3b565b6102dd611ba6565b6102a861063236600461510b565b611bed565b6102a861064536600461510b565b611c00565b61038f611c13565b610344610660366004614bda565b611c2e565b61038f610673366004615299565b611c6b565b6102a86106863660046151bb565b611c8c565b600254600160a01b90046001600160601b03166040516001600160601b03909116815260200161028c565b6102a86106c43660046152b5565b611d9a565b6001600160401b0381165f9081526007602052604081206106e990611db8565b92915050565b604051632b10f60d60e21b815260ff8316600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af415801561073f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076391906152f7565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff16806107a8575080546001600160401b03808416911610155b156107c65760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815573__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__639b7ec44c878561080b600a90565b6040516001600160e01b031960e086901b1681526001600160a01b03938416600482015292909116602483015260ff1660448201526064015f6040518083038186803b158015610859575f80fd5b505af415801561086b573d5f803e3d5ffd5b50505050610877611c13565b604051630f6c67a360e11b81526001600160a01b03888116600483015260ff871660248301529190911690631ed8cf46906044015f604051808303815f87803b1580156108c2575f80fd5b505af11580156108d4573d5f803e3d5ffd5b505060025460408051632757a05160e11b81526001600160a01b0392831660048201529189166024830152600a604483015260ff881660648301525f60848301819052600160a4840152905173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9450634eaf40a2935060c480840193829003018186803b158015610957575f80fd5b505af4158015610969573d5f803e3d5ffd5b5050600f8054600e80546001600160a01b038981166001600160a01b031992831617909255600280548c841692169190911790556001600160e01b0319909116908a16179055506109bb905083611dc1565b6002546109d0906001600160a01b0316611ef6565b6002546109e5906001600160a01b0316612126565b6002546040805163f1d0102760e01b81529051610a59926001600160a01b03169163f1d01027916004808301925f9291908290030181865afa158015610a2d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a54919081019061535b565b6122bf565b600254610a6e906001600160a01b031661255c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a1505050505050565b6040805160a080820183525f808352602080840182905283850182905260608401829052608084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff166007811115610b2a57610b2a614c8b565b6007811115610b3b57610b3b614c8b565b8152600191909101546001600160401b03610100820416602083015264ffffffffff600160481b820481166040840152600160701b9091041660609091015292915050565b5f610b8d335b5f366126a2565b600f805473__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91635b55eef291600160a01b90046001600160401b0316906014610bc9836153a0565b91906101000a8154816001600160401b0302191690836001600160401b031602179055506040518263ffffffff1660e01b8152600401610c1891906001600160401b0391909116815260200190565b602060405180830381865af4158015610c33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5791906153ca565b9050610ce18173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635917626e866007878a6040518563ffffffff1660e01b8152600401610c9b9493929190615413565b60e060405180830381865af4158015610cb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cda9190615472565b6001612798565b9392505050565b610cf133610b86565b610cfb8282612827565b5050565b604080516080810182525f8082526020808301829052828401829052606083018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af4158015610d8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610db29190615506565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516080810184528154815260019182015460e081901b9096169481019490945264ffffffffff6401000000008604811685850152600160481b909504909416606084015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610ea4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec89190615506565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610f12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3691906153ca565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610f78573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9c91906153ca565b9150509250929050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610fed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110119190615521565b806106e9575060015460405163a166aa8960e01b81526001600160a01b0384811660048301529091169063a166aa8990602401602060405180830381865afa15801561105f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e99190615521565b61108c33610b86565b61109a838383600180612aa2565b505050565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015611105573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e991906152f7565b5f6005828154811061113d5761113d61553c565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f908152600360205260408120549091610ce1911683611677565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa1580156111d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615550565b905090565b6040805160e080820183525f8083526020808401829052838501829052606084018290526080840182905260a0840182905260c084018290526001600160401b038681168352600382529185902085519384019095528454918216835292939192830190600160401b900460ff16600781111561128057611280614c8b565b600781111561129157611291614c8b565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b820481166060840152600160b81b90910416608082015260019091015460a09091015292915050565b5f6112f333610b86565b610ce1838360066001612c87565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af415801561105f573d5f803e3d5ffd5b61138033610b86565b60025460405163321ea1b160e21b81523060048201526001600160a01b039182166024820152908316604482015260ff821660648201525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c87a86c490608401602060405180830381865af41580156113f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114179190615550565b905061142281611ef6565b61149183826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015611461573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611488919081019061535b565b60056001612c87565b5061109a8161255c565b6001600160401b0381165f908152600360209081526040808320548151639fa6a6e360e01b815291516106e993600160901b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af4158015611511573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611535919061556b565b64ffffffffff90811691161190565b61154d33610b86565b610cfb8282612daa565b5f600a828154811061156b5761156b61553c565b5f918252602090912001546001600160a01b031692915050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa1580156115cc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615586565b336115f9611c13565b6001600160a01b0316816001600160a01b0316146116395760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361166e576040516361798f2f60e11b81526001600160a01b0383166004820152602401611630565b610cfb82612f93565b6001546040516368fc2b7760e11b81525f9182916001600160a01b039091169063d1f856ee906116ad90879087906004016155a1565b6040805180830381865afa1580156116c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116eb91906155c3565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa15801561173b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc91906153ca565b600f546001600160a01b031663d39e6043600a61177a611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156117bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117e19190615550565b6001600160a01b0316336001600160a01b03161461154d57604051635567e6d160e11b8152336004820152602401611630565b5f60076001600160401b0383165f90815260036020526040902054600160401b900460ff16600781111561184a5761184a614c8b565b1492915050565b5f80516020615f9a83398151915280545f9190600160a01b900460ff16611878575f611881565b638fb3603760e01b5b91505090565b600f546001600160a01b031663d39e6043600a6118a2611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156118e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119099190615550565b6001600160a01b0316336001600160a01b03161461193c57604051635567e6d160e11b8152336004820152602401611630565b5f611945611c13565b60405163108f145b60e11b815283151560048201529091506001600160a01b0382169063211e28b6906024015f604051808303815f87803b158015611988575f80fd5b505af115801561199a573d5f803e3d5ffd5b505050505050565b5f8060045f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69866040518263ffffffff1660e01b81526004016119de91906155f0565b602060405180830381865af41580156119f9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a1d91906152f7565b8152602081019190915260409081015f90812054915163a42e52e960e01b81526001600160401b03909216600483018190529350915073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a42e52e990602401602060405180830381865af4158015611a8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab19190615521565b80611b2d575060405163c68eb45560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c68eb45590611aee9086906004016155f0565b602060405180830381865af4158015611b09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2d9190615521565b15611b36575060015b915091565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015611b82573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fc9190615521565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa15801561173b573d5f803e3d5ffd5b611bf633610b86565b610cfb8282612ff4565b611c0933610b86565b610cfb82826132ae565b5f80516020615f9a833981519152546001600160a01b031690565b5f806001600160401b0383165f90815260036020526040902054600160401b900460ff166007811115611c6357611c63614c8b565b141592915050565b6001600160401b0382165f908152600760205260408120610ce1908361340a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611cd05750825b90505f826001600160401b03166001148015611ceb5750303b155b905081158015611cf9575080155b15611d175760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d4157845460ff60401b1916600160401b1785555b611d4b8787613415565b8315611d9157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b611da333610b86565b610cfb82611daf61381a565b8360015f612aa2565b5f6106e9825490565b611dc9611191565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e339190615521565b611e5b57604051633b69638960e11b81526001600160a01b0382166004820152602401611630565b611e63611191565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015611ea9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ecd9190615602565b600260146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b5f816001600160a01b031663710613986040518163ffffffff1660e01b81526004015f60405180830381865afa158015611f32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611f599190810190615628565b90505f5b815181101561109a575f828281518110611f7957611f7961553c565b6020908102919091010151604051635bfa502760e01b81526001600160401b03821660048201529091505f906001600160a01b03861690635bfa50279060240160e060405180830381865afa158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff89190615472565b90505f8061207f8360c0015173__$9a094f9b231ed0f5f85a69be8408d93180$__63b11a19e890916040518263ffffffff1660e01b815260040161203e91815260200190565b5f60405180830381865af4158015612058573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105f0919081019061535b565b915091508061211657604051636604892960e01b81526001600160401b038516600482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90636604892990602401602060405180830381865af41580156120de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121029190615521565b61210a578391505b61211682846001612798565b505060019092019150611f5d9050565b5f816001600160a01b03166368c55b136040518163ffffffff1660e01b81526004015f60405180830381865afa158015612162573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261218991908101906156b7565b90505f5b815181101561109a575f8282815181106121a9576121a961553c565b602090810291909101015160405163e8eba43560e01b815260ff821660048201529091505f906001600160a01b0386169063e8eba43590602401602060405180830381865afa1580156121fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061222291906153ca565b600f549091505f906001600160a01b031663d39e604384612241611585565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612284573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a89190615550565b90506122b48282612ff4565b50505060010161218d565b600e546122d5906001600160a01b03168261386b565b612304306040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525061386b565b600e5460408051631a99b41b60e31b8152905161239c926001600160a01b03169163d4cda0d89160048083019260209291908290030181865afa15801561234d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123719190615550565b6040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525061386b565b600e5460408051635bd8162760e11b81529051612433926001600160a01b03169163b7b02c4e9160048083019260209291908290030181865afa1580156123e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124099190615550565b6040518060400160405280600c81526020016b50726f6475637453746f726560a01b81525061386b565b600e5460408051631b776b6960e21b815290516124c7926001600160a01b031691636dddada49160048083019260209291908290030181865afa15801561247c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124a09190615550565b60405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525061386b565b600e5460408051630e0c586d60e01b81529051612559926001600160a01b031691630e0c586d9160048083019260209291908290030181865afa158015612510573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125349190615550565b60405180604001604052806007815260200166149a5cdad4d95d60ca1b81525061386b565b50565b5f816001600160a01b03166363fe3b566040518163ffffffff1660e01b81526004015f60405180830381865afa158015612598573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125bf9190810190615746565b90505f805b825181101561269c578281815181106125df576125df61553c565b602002602001015191505f846001600160a01b0316638c5397b0846040518263ffffffff1660e01b815260040161261891815260200190565b5f60405180830381865afa158015612632573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126599190810190615628565b90505f5b81518110156126925761268a868584848151811061267d5761267d61553c565b6020026020010151613879565b60010161265d565b50506001016125c4565b50505050565b5f80516020615f9a8339815191525f806126da6126bd611c13565b87306126cc60045f8a8c6157cc565b6126d5916157f3565b6139a2565b915091508161199a5763ffffffff81161561277557825460ff60a01b1916600160a01b178355612708611c13565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161273793929190615829565b5f604051808303815f87803b15801561274e575f80fd5b505af1158015612760573d5f803e3d5ffd5b5050845460ff60a01b191685555061199a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611630565b6040516329000cd760e21b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063a400335c906127d7903090889088908890600401615868565b602060405180830381865af41580156127f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128169190615521565b90508061269c5761269c8484613aaa565b61283330835f80613e0b565b80156128e55773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015612880573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a4919061556b565b6001600160401b0383165f908152600360205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b1990921691909117905561298d565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561292c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612950919061556b565b6001600160401b0383165f908152600360205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b199092169190911790555b6001600160401b0382165f90815260036020908152604091829020548251639fa6a6e360e01b81529251600160b81b90910464ffffffffff169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__92639fa6a6e3926004808401938290030181865af4158015612a00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a24919061556b565b6001600160401b0384165f90815260036020526040808220805464ffffffffff94909416600160b81b0264ffffffffff60b81b199094169390931790925590517fb965f50709ae8f7c7595d81500fddd21e1b2e11d2cb2c64a18c603fbc4feff6d91612a959186908690869061595e565b60405180910390a1505050565b6040516361aa13cd60e11b81523060048201526001600160a01b03861660248201526001600160401b0385166044820152821515606482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063c354279a906084015f6040518083038186803b158015612b10575f80fd5b505af4158015612b22573d5f803e3d5ffd5b50505050808015612b4b5750612b4b84612b3a611ba6565b6001600160401b0390811691161490565b15612b7457604051636a89b82560e11b81526001600160a01b0386166004820152602401611630565b60015460405163448111d760e01b81526001600160a01b03909116906308d6122d90879073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063448111d790612bc290899060040161599c565b5f60405180830381865af4158015612bdc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c0391908101906159e9565b876040518463ffffffff1660e01b8152600401612c2293929190615a78565b5f604051808303815f87803b158015612c39575f80fd5b505af1158015612c4b573d5f803e3d5ffd5b505050505f5b835181101561199a57612c7f8686868481518110612c7157612c7161553c565b602002602001015185613fd3565b600101612c51565b604051632492398560e11b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a90612cc6903090899089908890600401615ae9565b5f6040518083038186803b158015612cdc575f80fd5b505af4158015612cee573d5f803e3d5ffd5b50505050612cfe8585858561433e565b90505f8073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d27e68a98888886040518463ffffffff1660e01b8152600401612d3d93929190615b27565b5f60405180830381865af4158015612d57573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612d7e9190810190615b59565b90925090506001600160a01b03821615612da057612d9e8282878761433e565b505b5050949350505050565b6040516351f2b1e160e01b81523060048201526001600160a01b038316602482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906351f2b1e1906044015f6040518083038186803b158015612e01575f80fd5b505af4158015612e13573d5f803e3d5ffd5b505060015460405163167bd39560e01b81526001600160a01b0386811660048301528515156024830152909116925063167bd39591506044015f604051808303815f87803b158015612e63575f80fd5b505af1158015612e75573d5f803e3d5ffd5b505050505f60085f846001600160a01b03166001600160a01b031681526020019081526020015f20600101600e9054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612efb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f1f919061556b565b6001600160a01b0384165f90815260086020526040808220600101805464ffffffffff94909416600160701b0264ffffffffff60701b199094169390931790925590517f557a7fdfb6760ab1d534d97447c60cdcfe41a9936cc79ba19b56525e4638b59191612a9591869086908690615b9c565b5f80516020615f9a83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b613001308360015f613e0b565b6001600160401b0382165f908152600360209081526040808320546007909252909120600160481b90910463ffffffff169061303c90611db8565b10613089576001600160401b0382165f818152600360205260409081902054905163b6a5795960e01b81526004810192909252600160481b900463ffffffff166024820152604401611630565b60076001600160401b0383165f90815260036020526040902054600160401b900460ff1660078111156130be576130be614c8b565b141580156131435750604051631627905560e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af415801561311d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131419190615521565b155b15613165578181604051632e0816b360e21b81526004016116309291906155a1565b6001600160401b0382165f90815260076020526040902061318690826146b5565b5060015460405163012e238d60e51b81526001600160401b03841660048201526001600160a01b0383811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b1580156131e0575f80fd5b505af11580156131f2573d5f803e3d5ffd5b50506040516359e97f2360e11b81523060048201526001600160401b03851660248201527fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb2094692505f9150839073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063b3d2fe46906044015b5f60405180830381865af4158015613278573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261329f919081019061535b565b604051612fe893929190615bda565b6132ba30835f80613e0b565b60076001600160401b0383165f90815260036020526040902054600160401b900460ff1660078111156132ef576132ef614c8b565b14613311578181604051632f0aa9d160e21b81526004016116309291906155a1565b6001600160401b0382165f90815260076020526040902061333290826146c9565b50600154604051635be958b160e11b81526001600160a01b039091169063b7d2b1629061336590859085906004016155a1565b5f604051808303815f87803b15801561337c575f80fd5b505af115801561338e573d5f803e3d5ffd5b5050506001600160401b0383165f90815260036020526040808220600101549051631623433d60e31b81527f1c620ebc5413cc28f3218717f23bef6a105bfcd51d6093cd7a3e003831bca0e79350849173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e89161325e9160040190815260200190565b5f610ce183836146dd565b61341d614703565b604051631f424a2760e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90637d09289c906134569085908590600401615c0d565b5f6040518083038186803b15801561346c575f80fd5b505af415801561347e573d5f803e3d5ffd5b5050600180546001600160a01b0319166001600160a01b03861690811790915560405163189acdbd60e31b815230600482015290925063c4d66de891506024015f604051808303815f87803b1580156134d5575f80fd5b505af11580156134e7573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af4158015613541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135659190615521565b61358d57604051637595cb1960e01b81526001600160a01b0383166004820152602401611630565b6135968261474e565b5f6135a18282615c7b565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156135e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360d9190615602565b600260146101000a8154816001600160601b0302191690836001600160601b031602179055506136ae61363e61381a565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d09ce86c6040518163ffffffff1660e01b815260040160e060405180830381865af4158015613685573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136a99190615472565b613aaa565b6137c73060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561371f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061374391906153ca565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015613785573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a991906153ca565b6001600160401b0316815260208101919091526040015f20906146b5565b50610cfb6137d361475f565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63aec48fc76040518163ffffffff1660e01b815260040160e060405180830381865af4158015613685573d5f803e3d5ffd5b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561173b573d5f803e3d5ffd5b61109a828260046001612c87565b5f8281526009602052604090205461109a906001600160a01b031660405162781a7f60e41b81523060048201526001600160a01b03861660248201526001600160401b038416604482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90630781a7f090606401602060405180830381865af41580156138fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061392291906153ca565b604051631e4afbbf60e01b8152600481018690526001600160401b03851660248201526001600160a01b03871690631e4afbbf906044015f60405180830381865afa158015613973573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261399a9190810190615d35565b5f6001612aa2565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613a109190615e10565b5f60405180830381855afa9150503d805f8114613a48576040519150601f19603f3d011682016040523d82523d5f602084013e613a4d565b606091505b50915091508115613a9f576040815110613a7f5780806020019051810190613a7591906155c3565b9094509250613a9f565b6020815110613a9f5780806020019051810190613a9c9190615521565b93505b505094509492505050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613af1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b15919061556b565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015613b6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b93919061556b565b64ffffffffff1660808201526001600160401b038083165f90815260036020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b836007811115613c0257613c02614c8b565b021790555060408281015182546060850151608086015160a087015164ffffffffff908116600160b81b0264ffffffffff60b81b19928216600160901b029290921669ffffffffffffffffffff60901b1991909316600160681b0264ffffffffff60681b1963ffffffff909616600160481b029590951671ffffffffffffffffff000000000000000000199094169390931793909317919091161717825560c092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f9081526004808452878220965187549a511515600160401b0268ffffffffffffffffff19909b16908716179990991790955560058054978801815585528787047f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001805460039098166008026101000a938402939094021990961691909117909155850151855193519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95929488949293909273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892613db992910190815260200190565b5f60405180830381865af4158015613dd3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613dfa919081019061535b565b604051612fe8959493929190615e26565b60405163c6a0017960e01b81526001600160401b03841660048201526001600160a01b0385169063c6a0017990602401602060405180830381865afa158015613e56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e7a9190615521565b613ea257604051632ed3a17160e11b81526001600160401b0384166004820152602401611630565b818015613f9c5750604051635bfa502760e01b81526001600160401b0384166004820152613f9c906001600160a01b03861690635bfa50279060240160e060405180830381865afa158015613ef9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f1d9190615472565b6080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613f68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f8c919061556b565b64ffffffffff9081169116111590565b15613fc5576040516332d0641160e21b81526001600160401b0384166004820152602401611630565b8061269c5761269c8361479f565b6020828101516001600160a01b0386165f908152600c835260408082206001600160e01b0319841683529093529190912060010154600160481b900464ffffffffff1682156140a9576001600160a01b0386165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b15801561408e575f80fd5b505af41580156140a0573d5f803e3d5ffd5b50505050614132565b6001600160a01b0386165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b15801561411b575f80fd5b505af415801561412d573d5f803e3d5ffd5b505050505b6001600160a01b0386165f908152600c602090815260408083206001600160e01b0319861684528252918290208651815586820151600190910180548885015160608a015160e09490941c68ffffffffffffffffff199092169190911764010000000064ffffffffff928316021764ffffffffff60481b1916600160481b91909316029190911790558151639fa6a6e360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__92639fa6a6e39260048083019391928290030181865af4158015614204573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614228919061556b565b6001600160a01b0387165f908152600c602090815260408083206001600160e01b031987168452909152808220600101805464ffffffffff94909416600160481b0264ffffffffff60481b199094169390931790925585519151638f83fd6360e01b815230600482015260248101929092526001600160401b03871660448301527f919c4d9a144fb766b18b421e10f0ec1754019acc42df6b2d7def5e12b873bc8991889073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90638f83fd63906064015f60405180830381865af4158015614306573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261432d919081019061535b565b84604051610aae9493929190615e81565b5f60605f61434d8787876147f3565b91945092509050806143a2576143a28373__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635917626e61437f61381a565b896001886040518563ffffffff1660e01b8152600401610c9b9493929190615413565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e69906143db908a906004016155f0565b602060405180830381865af41580156143f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061441a91906152f7565b90506040518060a0016040528082815260200187600781111561443f5761443f614c8b565b8152602001856001600160401b0316815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561449a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144be919061556b565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614511573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614535919061556b565b64ffffffffff1690526001600160a01b0389165f908152600860209081526040909120825181559082015160018083018054909160ff199091169083600781111561458257614582614c8b565b02179055506040828101516001928301805460608601516080909601516dffffffffffffffffffffffffff00199091166101006001600160401b039094169390930264ffffffffff60481b191692909217600160481b64ffffffffff968716021764ffffffffff60701b1916600160701b9590921694909402179092555f838152600960205291822080546001600160a01b03199081166001600160a01b038d16908117909255600a805493840181559093527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a8909101805490921617905561466b8489612ff4565b7f1101b556b7d95a9c9172145b530e7d77e5d360539f4d260f2ea8cefd96091b685f88878b886040516146a2959493929190615ecd565b60405180910390a1505050949350505050565b5f610ce1836001600160a01b038416614a7f565b5f610ce1836001600160a01b038416614acb565b5f825f0182815481106146f2576146f261553c565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661474c57604051631afcd79f60e31b815260040160405180910390fd5b565b614756614703565b61255981614bb5565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401613850565b6147ab81612b3a61381a565b156147c957604051639034e22f60e01b815260040160405180910390fd5b6147d581612b3a61475f565b156125595760405163366fac4360e11b815260040160405180910390fd5b5f60605f73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__6337c339e5866040518263ffffffff1660e01b815260040161482e91906155f0565b5f60405180830381865af4158015614848573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261486f919081019061535b565b915061487a826119a2565b9093509050801561488d57506001614a76565b60038460078111156148a1576148a1614c8b565b14806148be575060028460078111156148bc576148bc614c8b565b145b1561494257604051633530c09b60e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063d4c3026c906148fc9089908890600401615f21565b602060405180830381865af4158015614917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061493b91906153ca565b9250614a76565b5f60065f86600781111561495857614958614c8b565b600781111561496957614969614c8b565b8152602081019190915260409081015f2054905163195746e960e01b81526001600160401b03909116915073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063195746e9906149c2908a9089908690600401615f3e565b602060405180830381865af41580156149dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a0191906153ca565b935060065f866007811115614a1857614a18614c8b565b6007811115614a2957614a29614c8b565b815260208101919091526040015f90812080546001600160401b031691614a4f836153a0565b91906101000a8154816001600160401b0302191690836001600160401b0316021790555050505b93509350939050565b5f818152600183016020526040812054614ac457508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556106e9565b505f6106e9565b5f8181526001830160205260408120548015614ba5575f614aed600183615f72565b85549091505f90614b0090600190615f72565b9050808214614b5f575f865f018281548110614b1e57614b1e61553c565b905f5260205f200154905080875f018481548110614b3e57614b3e61553c565b5f918252602080832090910192909255918252600188019052604090208390555b8554869080614b7057614b70615f85565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506106e9565b5f9150506106e9565b5092915050565b614bbd614703565b61255981612f93565b6001600160401b0381168114612559575f80fd5b5f60208284031215614bea575f80fd5b8135610ce181614bc6565b6001600160a01b0381168114612559575f80fd5b60ff81168114612559575f80fd5b5f805f8060808587031215614c2a575f80fd5b8435614c3581614bf5565b93506020850135614c4581614bf5565b92506040850135614c5581614c09565b91506060850135614c6581614bf5565b939692955090935050565b5f60208284031215614c80575f80fd5b8135610ce181614bf5565b634e487b7160e01b5f52602160045260245ffd5b60088110614cbb57634e487b7160e01b5f52602160045260245ffd5b9052565b8151815260208083015160a0830191614cda90840182614c9f565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015292915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b0381118282101715614d4c57614d4c614d16565b60405290565b60405160e081016001600160401b0381118282101715614d4c57614d4c614d16565b604051601f8201601f191681016001600160401b0381118282101715614d9c57614d9c614d16565b604052919050565b5f6001600160401b03821115614dbc57614dbc614d16565b50601f01601f191660200190565b5f82601f830112614dd9575f80fd5b8135614dec614de782614da4565b614d74565b818152846020838601011115614e00575f80fd5b816020850160208301375f918101602001919091529392505050565b63ffffffff81168114612559575f80fd5b5f805f60608486031215614e3f575f80fd5b83356001600160401b03811115614e54575f80fd5b614e6086828701614dca565b9350506020840135614e7181614bc6565b91506040840135614e8181614e1c565b809150509250925092565b8015158114612559575f80fd5b5f8060408385031215614eaa575f80fd5b8235614eb581614bc6565b91506020830135614ec581614e8c565b809150509250929050565b5f8060408385031215614ee1575f80fd5b8235614eec81614bf5565b946020939093013593505050565b8051825263ffffffff60e01b602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b60a08101614f458285614efa565b6001600160401b03831660808301529392505050565b5f6001600160401b03821115614f7357614f73614d16565b5060051b60200190565b6001600160e01b031981168114612559575f80fd5b64ffffffffff81168114612559575f80fd5b5f82601f830112614fb3575f80fd5b8135614fc1614de782614f5b565b8082825260208201915060208360071b860101925085831115614fe2575f80fd5b602085015b838110156150535760808188031215614ffe575f80fd5b615006614d2a565b81358152602082013561501881614f7d565b6020820152604082013561502b81614f92565b6040820152606082013561503e81614f92565b60608201528352602090920191608001614fe7565b5095945050505050565b5f805f6060848603121561506f575f80fd5b833561507a81614bf5565b9250602084013561508a81614bc6565b915060408401356001600160401b038111156150a4575f80fd5b6150b086828701614fa4565b9150509250925092565b5f602082840312156150ca575f80fd5b5035919050565b5f80604083850312156150e2575f80fd5b82356150ed81614bf5565b91506020830135614ec581614f7d565b608081016106e98284614efa565b5f806040838503121561511c575f80fd5b823561512781614bc6565b91506020830135614ec581614bf5565b6001600160401b03815116825260208101516151566020840182614c9f565b5063ffffffff604082015116604083015264ffffffffff606082015116606083015264ffffffffff608082015116608083015260a08101516151a160a084018264ffffffffff169052565b5060c090810151910152565b60e081016106e98284615137565b5f80604083850312156151cc575f80fd5b82356151d781614bf5565b915060208301356001600160401b038111156151f1575f80fd5b610f9c85828601614dca565b5f806040838503121561520e575f80fd5b823561521981614bf5565b91506020830135614ec581614c09565b5f806040838503121561523a575f80fd5b8235614eb581614bf5565b5f60208284031215615255575f80fd5b8135610ce181614e8c565b5f60208284031215615270575f80fd5b81356001600160401b03811115615285575f80fd5b61529184828501614dca565b949350505050565b5f80604083850312156152aa575f80fd5b8235614eec81614bc6565b5f80604083850312156152c6575f80fd5b82356152d181614bf5565b915060208301356001600160401b038111156152eb575f80fd5b610f9c85828601614fa4565b5f60208284031215615307575f80fd5b5051919050565b5f82601f83011261531d575f80fd5b815161532b614de782614da4565b81815284602083860101111561533f575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561536b575f80fd5b81516001600160401b03811115615380575f80fd5b6152918482850161530e565b634e487b7160e01b5f52601160045260245ffd5b5f6001600160401b0382166001600160401b0381036153c1576153c161538c565b60010192915050565b5f602082840312156153da575f80fd5b8151610ce181614bc6565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160401b038516815261542c6020820185614c9f565b63ffffffff83166040820152608060608201525f61544d60808301846153e5565b9695505050505050565b805161546281614e1c565b919050565b805161546281614f92565b5f60e0828403128015615483575f80fd5b5061548c614d52565b825161549781614bc6565b81526020830151600881106154aa575f80fd5b60208201526154bb60408401615457565b60408201526154cc60608401615467565b60608201526154dd60808401615467565b60808201526154ee60a08401615467565b60a082015260c0928301519281019290925250919050565b5f60208284031215615516575f80fd5b8151610ce181614f7d565b5f60208284031215615531575f80fd5b8151610ce181614e8c565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215615560575f80fd5b8151610ce181614bf5565b5f6020828403121561557b575f80fd5b8151610ce181614f92565b5f60208284031215615596575f80fd5b8151610ce181614c09565b6001600160401b039290921682526001600160a01b0316602082015260400190565b5f80604083850312156155d4575f80fd5b82516155df81614e8c565b6020840151909250614ec581614e1c565b602081525f610ce160208301846153e5565b5f60208284031215615612575f80fd5b81516001600160601b0381168114610ce1575f80fd5b5f60208284031215615638575f80fd5b81516001600160401b0381111561564d575f80fd5b8201601f8101841361565d575f80fd5b805161566b614de782614f5b565b8082825260208201915060208360051b85010192508683111561568c575f80fd5b6020840193505b8284101561544d5783516156a681614bc6565b825260209384019390910190615693565b5f602082840312156156c7575f80fd5b81516001600160401b038111156156dc575f80fd5b8201601f810184136156ec575f80fd5b80516156fa614de782614f5b565b8082825260208201915060208360051b85010192508683111561571b575f80fd5b6020840193505b8284101561544d57835161573581614c09565b825260209384019390910190615722565b5f60208284031215615756575f80fd5b81516001600160401b0381111561576b575f80fd5b8201601f8101841361577b575f80fd5b8051615789614de782614f5b565b8082825260208201915060208360051b8501019250868311156157aa575f80fd5b6020840193505b8284101561544d5783518252602093840193909101906157b1565b5f80858511156157da575f80fd5b838611156157e6575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614bae576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160a01b03851681526001600160401b038416602082015261014081016158956040830185615137565b82151561012083015295945050505050565b600181811c908216806158bb57607f821691505b6020821081036158d957634e487b7160e01b5f52602260045260245ffd5b50919050565b5f81546158eb816158a7565b808552600182168015615905576001811461592157615955565b60ff1983166020870152602082151560051b8701019350615955565b845f5260205f205f5b8381101561594c5781546020828a01015260018201915060208101905061592a565b87016020019450505b50505092915050565b608081525f61597060808301876158df565b6001600160401b0395909516602083015250911515604083015264ffffffffff16606090910152919050565b602080825282518282018190525f918401906040840190835b818110156159de576159c8838551614efa565b60209390930192608092909201916001016159b5565b509095945050505050565b5f602082840312156159f9575f80fd5b81516001600160401b03811115615a0e575f80fd5b8201601f81018413615a1e575f80fd5b8051615a2c614de782614f5b565b8082825260208201915060208360051b850101925086831115615a4d575f80fd5b6020840193505b8284101561544d578351615a6781614f7d565b825260209384019390910190615a54565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b81811015615acb5783516001600160e01b031916835260209384019390920191600101615aa3565b505080925050506001600160401b0383166040830152949350505050565b6001600160a01b038581168252841660208201526080604082018190525f90615b14908301856153e5565b9050821515606083015295945050505050565b6001600160a01b03841681526060602082018190525f90615b4a908301856153e5565b90506152916040830184614c9f565b5f8060408385031215615b6a575f80fd5b8251615b7581614bf5565b60208401519092506001600160401b03811115615b90575f80fd5b610f9c8582860161530e565b608081525f615bae60808301876158df565b6001600160a01b0395909516602083015250911515604083015264ffffffffff16606090910152919050565b606081525f615bec60608301866158df565b6001600160a01b0385166020840152828103604084015261544d81856153e5565b6001600160a01b03831681526040602082018190525f90615291908301846153e5565b601f82111561109a57805f5260205f20601f840160051c81016020851015615c555750805b601f840160051c820191505b81811015615c74575f8155600101615c61565b5050505050565b81516001600160401b03811115615c9457615c94614d16565b615ca881615ca284546158a7565b84615c30565b6020601f821160018114615cda575f8315615cc35750848201515b5f19600385901b1c1916600184901b178455615c74565b5f84815260208120601f198516915b82811015615d095787850151825560209485019460019092019101615ce9565b5084821015615d2657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615d45575f80fd5b81516001600160401b03811115615d5a575f80fd5b8201601f81018413615d6a575f80fd5b8051615d78614de782614f5b565b8082825260208201915060208360071b850101925086831115615d99575f80fd5b6020840193505b8284101561544d5760808488031215615db7575f80fd5b615dbf614d2a565b845181526020850151615dd181614f7d565b60208201526040850151615de481614f92565b60408201526060850151615df781614f92565b6060820152825260809390930192602090910190615da0565b5f82518060208501845e5f920191825250919050565b60a081525f615e3860a08301886158df565b6001600160401b0387166020840152615e546040840187614c9f565b6001600160401b03851660608401528281036080840152615e7581856153e5565b98975050505050505050565b608081525f615e9360808301876158df565b6001600160a01b03861660208401528281036040840152615eb481866153e5565b91505064ffffffffff8316606083015295945050505050565b60a081525f615edf60a08301886158df565b8281036020840152615ef181886153e5565b951515604084015250506001600160a01b039290921660608301526001600160401b031660809091015292915050565b6001600160a01b038316815260408101610ce16020830184614c9f565b6001600160a01b038416815260608101615f5b6020830185614c9f565b6001600160401b0383166040830152949350505050565b818103818111156106e9576106e961538c565b634e487b7160e01b5f52603160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220692efa1ee684297042d3503bfcdd3eea6caaaab1f0fdf3cc90895f1baaa5bb6464736f6c634300081a0033",
|
1844
|
+
"linkReferences": {
|
1845
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1846
|
+
"AccessAdminLib": [
|
1847
|
+
{
|
1848
|
+
"length": 20,
|
1849
|
+
"start": 423
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"length": 20,
|
1853
|
+
"start": 960
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"length": 20,
|
1857
|
+
"start": 1365
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"length": 20,
|
1861
|
+
"start": 6181
|
1862
|
+
},
|
1863
|
+
{
|
1864
|
+
"length": 20,
|
1865
|
+
"start": 6494
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"length": 20,
|
1869
|
+
"start": 7119
|
1870
|
+
},
|
1871
|
+
{
|
1872
|
+
"length": 20,
|
1873
|
+
"start": 7323
|
1874
|
+
},
|
1875
|
+
{
|
1876
|
+
"length": 20,
|
1877
|
+
"start": 9207
|
1878
|
+
},
|
1879
|
+
{
|
1880
|
+
"length": 20,
|
1881
|
+
"start": 11010
|
1882
|
+
},
|
1883
|
+
{
|
1884
|
+
"length": 20,
|
1885
|
+
"start": 12514
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"length": 20,
|
1889
|
+
"start": 14309
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"length": 20,
|
1893
|
+
"start": 15129
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
"length": 20,
|
1897
|
+
"start": 15318
|
1898
|
+
},
|
1899
|
+
{
|
1900
|
+
"length": 20,
|
1901
|
+
"start": 15572
|
1902
|
+
},
|
1903
|
+
{
|
1904
|
+
"length": 20,
|
1905
|
+
"start": 15680
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"length": 20,
|
1909
|
+
"start": 15882
|
1910
|
+
},
|
1911
|
+
{
|
1912
|
+
"length": 20,
|
1913
|
+
"start": 17020
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"length": 20,
|
1917
|
+
"start": 17512
|
1918
|
+
},
|
1919
|
+
{
|
1920
|
+
"length": 20,
|
1921
|
+
"start": 18044
|
1922
|
+
},
|
1923
|
+
{
|
1924
|
+
"length": 20,
|
1925
|
+
"start": 18449
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
"length": 20,
|
1929
|
+
"start": 18690
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"length": 20,
|
1933
|
+
"start": 21259
|
1934
|
+
},
|
1935
|
+
{
|
1936
|
+
"length": 20,
|
1937
|
+
"start": 21403
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
"length": 20,
|
1941
|
+
"start": 22581
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"length": 20,
|
1945
|
+
"start": 22798
|
1946
|
+
},
|
1947
|
+
{
|
1948
|
+
"length": 20,
|
1949
|
+
"start": 22994
|
1950
|
+
}
|
1951
|
+
]
|
1952
|
+
},
|
1953
|
+
"contracts/shared/ContractLib.sol": {
|
1954
|
+
"ContractLib": [
|
1955
|
+
{
|
1956
|
+
"length": 20,
|
1957
|
+
"start": 642
|
1958
|
+
},
|
1959
|
+
{
|
1960
|
+
"length": 20,
|
1961
|
+
"start": 16673
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"length": 20,
|
1965
|
+
"start": 17731
|
1966
|
+
}
|
1967
|
+
]
|
1968
|
+
},
|
1969
|
+
"contracts/type/Blocknumber.sol": {
|
1970
|
+
"BlocknumberLib": [
|
1971
|
+
{
|
1972
|
+
"length": 20,
|
1973
|
+
"start": 14853
|
1974
|
+
},
|
1975
|
+
{
|
1976
|
+
"length": 20,
|
1977
|
+
"start": 16114
|
1978
|
+
},
|
1979
|
+
{
|
1980
|
+
"length": 20,
|
1981
|
+
"start": 20999
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
"length": 20,
|
1985
|
+
"start": 21768
|
1986
|
+
}
|
1987
|
+
]
|
1988
|
+
},
|
1989
|
+
"contracts/type/NftId.sol": {
|
1990
|
+
"NftIdLib": [
|
1991
|
+
{
|
1992
|
+
"length": 20,
|
1993
|
+
"start": 803
|
1994
|
+
},
|
1995
|
+
{
|
1996
|
+
"length": 20,
|
1997
|
+
"start": 17888
|
1998
|
+
}
|
1999
|
+
]
|
2000
|
+
},
|
2001
|
+
"contracts/type/RoleId.sol": {
|
2002
|
+
"RoleIdLib": [
|
2003
|
+
{
|
2004
|
+
"length": 20,
|
2005
|
+
"start": 1079
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
"length": 20,
|
2009
|
+
"start": 1562
|
2010
|
+
},
|
2011
|
+
{
|
2012
|
+
"length": 20,
|
2013
|
+
"start": 2606
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
"length": 20,
|
2017
|
+
"start": 7810
|
2018
|
+
},
|
2019
|
+
{
|
2020
|
+
"length": 20,
|
2021
|
+
"start": 10897
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
"length": 20,
|
2025
|
+
"start": 18163
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
"length": 20,
|
2029
|
+
"start": 18542
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
"length": 20,
|
2033
|
+
"start": 22457
|
2034
|
+
}
|
2035
|
+
]
|
2036
|
+
},
|
2037
|
+
"contracts/type/Selector.sol": {
|
2038
|
+
"SelectorLib": [
|
2039
|
+
{
|
2040
|
+
"length": 20,
|
2041
|
+
"start": 7848
|
2042
|
+
}
|
2043
|
+
],
|
2044
|
+
"SelectorSetLib": [
|
2045
|
+
{
|
2046
|
+
"length": 20,
|
2047
|
+
"start": 7570
|
2048
|
+
},
|
2049
|
+
{
|
2050
|
+
"length": 20,
|
2051
|
+
"start": 8457
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"length": 20,
|
2055
|
+
"start": 20631
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
"length": 20,
|
2059
|
+
"start": 20772
|
2060
|
+
}
|
2061
|
+
]
|
2062
|
+
},
|
2063
|
+
"contracts/type/String.sol": {
|
2064
|
+
"StrLib": [
|
2065
|
+
{
|
2066
|
+
"length": 20,
|
2067
|
+
"start": 2412
|
2068
|
+
},
|
2069
|
+
{
|
2070
|
+
"length": 20,
|
2071
|
+
"start": 10725
|
2072
|
+
},
|
2073
|
+
{
|
2074
|
+
"length": 20,
|
2075
|
+
"start": 12354
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
"length": 20,
|
2079
|
+
"start": 17436
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
"length": 20,
|
2083
|
+
"start": 19916
|
2084
|
+
},
|
2085
|
+
{
|
2086
|
+
"length": 20,
|
2087
|
+
"start": 21487
|
2088
|
+
}
|
2089
|
+
]
|
2090
|
+
},
|
2091
|
+
"contracts/type/Timestamp.sol": {
|
2092
|
+
"TimestampLib": [
|
2093
|
+
{
|
2094
|
+
"length": 20,
|
2095
|
+
"start": 1662
|
2096
|
+
},
|
2097
|
+
{
|
2098
|
+
"length": 20,
|
2099
|
+
"start": 1797
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
"length": 20,
|
2103
|
+
"start": 9083
|
2104
|
+
},
|
2105
|
+
{
|
2106
|
+
"length": 20,
|
2107
|
+
"start": 9494
|
2108
|
+
},
|
2109
|
+
{
|
2110
|
+
"length": 20,
|
2111
|
+
"start": 14455
|
2112
|
+
},
|
2113
|
+
{
|
2114
|
+
"length": 20,
|
2115
|
+
"start": 14627
|
2116
|
+
},
|
2117
|
+
{
|
2118
|
+
"length": 20,
|
2119
|
+
"start": 19176
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"length": 20,
|
2123
|
+
"start": 19311
|
2124
|
+
},
|
2125
|
+
{
|
2126
|
+
"length": 20,
|
2127
|
+
"start": 20319
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
"length": 20,
|
2131
|
+
"start": 21649
|
2132
|
+
}
|
2133
|
+
]
|
2134
|
+
},
|
2135
|
+
"contracts/type/Version.sol": {
|
2136
|
+
"VersionPartLib": [
|
2137
|
+
{
|
2138
|
+
"length": 20,
|
2139
|
+
"start": 5955
|
2140
|
+
}
|
2141
|
+
]
|
2142
|
+
}
|
2143
|
+
},
|
2144
|
+
"deployedLinkReferences": {
|
2145
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
2146
|
+
"AccessAdminLib": [
|
2147
|
+
{
|
2148
|
+
"length": 20,
|
2149
|
+
"start": 2025
|
2150
|
+
},
|
2151
|
+
{
|
2152
|
+
"length": 20,
|
2153
|
+
"start": 2338
|
2154
|
+
},
|
2155
|
+
{
|
2156
|
+
"length": 20,
|
2157
|
+
"start": 2963
|
2158
|
+
},
|
2159
|
+
{
|
2160
|
+
"length": 20,
|
2161
|
+
"start": 3167
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"length": 20,
|
2165
|
+
"start": 5051
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"length": 20,
|
2169
|
+
"start": 6854
|
2170
|
+
},
|
2171
|
+
{
|
2172
|
+
"length": 20,
|
2173
|
+
"start": 8358
|
2174
|
+
},
|
2175
|
+
{
|
2176
|
+
"length": 20,
|
2177
|
+
"start": 10153
|
2178
|
+
},
|
2179
|
+
{
|
2180
|
+
"length": 20,
|
2181
|
+
"start": 10973
|
2182
|
+
},
|
2183
|
+
{
|
2184
|
+
"length": 20,
|
2185
|
+
"start": 11162
|
2186
|
+
},
|
2187
|
+
{
|
2188
|
+
"length": 20,
|
2189
|
+
"start": 11416
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"length": 20,
|
2193
|
+
"start": 11524
|
2194
|
+
},
|
2195
|
+
{
|
2196
|
+
"length": 20,
|
2197
|
+
"start": 11726
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"length": 20,
|
2201
|
+
"start": 12864
|
2202
|
+
},
|
2203
|
+
{
|
2204
|
+
"length": 20,
|
2205
|
+
"start": 13356
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"length": 20,
|
2209
|
+
"start": 13888
|
2210
|
+
},
|
2211
|
+
{
|
2212
|
+
"length": 20,
|
2213
|
+
"start": 14293
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"length": 20,
|
2217
|
+
"start": 14534
|
2218
|
+
},
|
2219
|
+
{
|
2220
|
+
"length": 20,
|
2221
|
+
"start": 17103
|
2222
|
+
},
|
2223
|
+
{
|
2224
|
+
"length": 20,
|
2225
|
+
"start": 17247
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"length": 20,
|
2229
|
+
"start": 18425
|
2230
|
+
},
|
2231
|
+
{
|
2232
|
+
"length": 20,
|
2233
|
+
"start": 18642
|
2234
|
+
},
|
2235
|
+
{
|
2236
|
+
"length": 20,
|
2237
|
+
"start": 18838
|
2238
|
+
}
|
2239
|
+
]
|
2240
|
+
},
|
2241
|
+
"contracts/shared/ContractLib.sol": {
|
2242
|
+
"ContractLib": [
|
2243
|
+
{
|
2244
|
+
"length": 20,
|
2245
|
+
"start": 12517
|
2246
|
+
},
|
2247
|
+
{
|
2248
|
+
"length": 20,
|
2249
|
+
"start": 13575
|
2250
|
+
}
|
2251
|
+
]
|
2252
|
+
},
|
2253
|
+
"contracts/type/Blocknumber.sol": {
|
2254
|
+
"BlocknumberLib": [
|
2255
|
+
{
|
2256
|
+
"length": 20,
|
2257
|
+
"start": 10697
|
2258
|
+
},
|
2259
|
+
{
|
2260
|
+
"length": 20,
|
2261
|
+
"start": 11958
|
2262
|
+
},
|
2263
|
+
{
|
2264
|
+
"length": 20,
|
2265
|
+
"start": 16843
|
2266
|
+
},
|
2267
|
+
{
|
2268
|
+
"length": 20,
|
2269
|
+
"start": 17612
|
2270
|
+
}
|
2271
|
+
]
|
2272
|
+
},
|
2273
|
+
"contracts/type/NftId.sol": {
|
2274
|
+
"NftIdLib": [
|
2275
|
+
{
|
2276
|
+
"length": 20,
|
2277
|
+
"start": 13732
|
2278
|
+
}
|
2279
|
+
]
|
2280
|
+
},
|
2281
|
+
"contracts/type/RoleId.sol": {
|
2282
|
+
"RoleIdLib": [
|
2283
|
+
{
|
2284
|
+
"length": 20,
|
2285
|
+
"start": 3654
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"length": 20,
|
2289
|
+
"start": 6741
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"length": 20,
|
2293
|
+
"start": 14007
|
2294
|
+
},
|
2295
|
+
{
|
2296
|
+
"length": 20,
|
2297
|
+
"start": 14386
|
2298
|
+
},
|
2299
|
+
{
|
2300
|
+
"length": 20,
|
2301
|
+
"start": 18301
|
2302
|
+
}
|
2303
|
+
]
|
2304
|
+
},
|
2305
|
+
"contracts/type/Selector.sol": {
|
2306
|
+
"SelectorLib": [
|
2307
|
+
{
|
2308
|
+
"length": 20,
|
2309
|
+
"start": 3692
|
2310
|
+
}
|
2311
|
+
],
|
2312
|
+
"SelectorSetLib": [
|
2313
|
+
{
|
2314
|
+
"length": 20,
|
2315
|
+
"start": 3414
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"length": 20,
|
2319
|
+
"start": 4301
|
2320
|
+
},
|
2321
|
+
{
|
2322
|
+
"length": 20,
|
2323
|
+
"start": 16475
|
2324
|
+
},
|
2325
|
+
{
|
2326
|
+
"length": 20,
|
2327
|
+
"start": 16616
|
2328
|
+
}
|
2329
|
+
]
|
2330
|
+
},
|
2331
|
+
"contracts/type/String.sol": {
|
2332
|
+
"StrLib": [
|
2333
|
+
{
|
2334
|
+
"length": 20,
|
2335
|
+
"start": 6569
|
2336
|
+
},
|
2337
|
+
{
|
2338
|
+
"length": 20,
|
2339
|
+
"start": 8198
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"length": 20,
|
2343
|
+
"start": 13280
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
"length": 20,
|
2347
|
+
"start": 15760
|
2348
|
+
},
|
2349
|
+
{
|
2350
|
+
"length": 20,
|
2351
|
+
"start": 17331
|
2352
|
+
}
|
2353
|
+
]
|
2354
|
+
},
|
2355
|
+
"contracts/type/Timestamp.sol": {
|
2356
|
+
"TimestampLib": [
|
2357
|
+
{
|
2358
|
+
"length": 20,
|
2359
|
+
"start": 4927
|
2360
|
+
},
|
2361
|
+
{
|
2362
|
+
"length": 20,
|
2363
|
+
"start": 5338
|
2364
|
+
},
|
2365
|
+
{
|
2366
|
+
"length": 20,
|
2367
|
+
"start": 10299
|
2368
|
+
},
|
2369
|
+
{
|
2370
|
+
"length": 20,
|
2371
|
+
"start": 10471
|
2372
|
+
},
|
2373
|
+
{
|
2374
|
+
"length": 20,
|
2375
|
+
"start": 15020
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"length": 20,
|
2379
|
+
"start": 15155
|
2380
|
+
},
|
2381
|
+
{
|
2382
|
+
"length": 20,
|
2383
|
+
"start": 16163
|
2384
|
+
},
|
2385
|
+
{
|
2386
|
+
"length": 20,
|
2387
|
+
"start": 17493
|
2388
|
+
}
|
2389
|
+
]
|
2390
|
+
},
|
2391
|
+
"contracts/type/Version.sol": {
|
2392
|
+
"VersionPartLib": [
|
2393
|
+
{
|
2394
|
+
"length": 20,
|
2395
|
+
"start": 1799
|
2396
|
+
}
|
2397
|
+
]
|
2398
|
+
}
|
2399
|
+
}
|
2400
|
+
}
|