@etherisc/gif-next 0.0.2-e9a637d-547 → 0.0.2-e9c25ee-730
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +136 -22
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1672 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1255 -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 +790 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1322 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +285 -324
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1633 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +896 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → distribution/IDistributionComponent.sol/IDistributionComponent.json} +274 -275
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +339 -329
- 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 +1445 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2002 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1388 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1612 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2389 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +596 -94
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +367 -106
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +585 -207
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2366 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1985 -576
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +378 -425
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +163 -174
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1927 -876
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +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 +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -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 +753 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +302 -175
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +253 -241
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +320 -465
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +289 -68
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +609 -223
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +368 -426
- 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 +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +879 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +740 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +455 -482
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +180 -163
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +95 -65
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +349 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +911 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +764 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +483 -29
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +286 -109
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +982 -137
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2195 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +361 -250
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +174 -109
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2160 -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 +1393 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +317 -154
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +265 -186
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1556 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +142 -132
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +616 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +137 -131
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1196 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +144 -3
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +69 -5
- 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 +776 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +126 -100
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +66 -109
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +749 -587
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +792 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +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 +241 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +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 +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +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/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +875 -0
- package/contracts/authorization/AccessAdminLib.sol +379 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +261 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +136 -0
- package/contracts/authorization/IAuthorization.sol +27 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +320 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +245 -0
- package/contracts/distribution/DistributionService.sol +440 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +50 -0
- package/contracts/distribution/IDistributionService.sol +109 -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/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 +373 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +117 -38
- package/contracts/instance/IInstanceService.sol +71 -50
- package/contracts/instance/Instance.sol +252 -110
- package/contracts/instance/InstanceAdmin.sol +569 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +262 -0
- package/contracts/instance/InstanceReader.sol +528 -82
- package/contracts/instance/InstanceService.sol +385 -391
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +174 -95
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +9 -11
- package/contracts/instance/module/IComponents.sol +44 -23
- package/contracts/instance/module/IDistribution.sol +25 -12
- package/contracts/instance/module/IPolicy.sol +71 -38
- package/contracts/instance/module/IRisk.sol +6 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -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 +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +82 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/{instance/service → pool}/IBundleService.sol +52 -30
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +343 -0
- package/contracts/pool/PoolLib.sol +260 -0
- package/contracts/pool/PoolService.sol +733 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +274 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +61 -0
- package/contracts/product/ClaimService.sol +630 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +22 -35
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +95 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +664 -0
- package/contracts/product/PolicyServiceLib.sol +86 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +309 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +467 -0
- package/contracts/product/RiskService.sol +154 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -40
- package/contracts/registry/IRegistry.sol +99 -30
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +460 -197
- package/contracts/registry/RegistryAdmin.sol +291 -0
- package/contracts/registry/RegistryAuthorization.sol +277 -0
- package/contracts/registry/RegistryService.sol +89 -130
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseAdmin.sol +268 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +517 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +341 -0
- package/contracts/registry/TokenRegistry.sol +264 -64
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +708 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +292 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +112 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +23 -1
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +13 -5
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +12 -4
- package/contracts/shared/InstanceLinkedComponent.sol +195 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +34 -27
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +52 -20
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +34 -40
- package/contracts/shared/TokenHandler.sol +322 -13
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +179 -0
- package/contracts/staking/IStakingService.sol +172 -0
- package/contracts/staking/Staking.sol +546 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +180 -0
- package/contracts/staking/StakingService.sol +464 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +28 -26
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +21 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +307 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +47 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +20 -6
- package/contracts/type/UFixed.sol +262 -0
- package/contracts/{types → type}/Version.sol +58 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +104 -39
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +7 -4
- package/package.json +12 -8
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
- 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/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -253
- package/contracts/components/Distribution.sol +0 -280
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -303
- package/contracts/components/Product.sol +0 -293
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/BundleManager.sol +0 -127
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -540
- package/contracts/instance/ObjectManager.sol +0 -82
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -109
- package/contracts/instance/module/IAccess.sol +0 -54
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -351
- package/contracts/instance/service/BundleService.sol +0 -431
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -437
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IDistributionService.sol +0 -99
- package/contracts/instance/service/IPolicyService.sol +0 -72
- package/contracts/instance/service/IPoolService.sol +0 -99
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -362
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -303
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -209
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/Amount.sol +0 -60
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- package/contracts/types/UFixed.sol +0 -326
- /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,2366 @@
|
|
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
|
+
{
|
133
|
+
"internalType": "address",
|
134
|
+
"name": "target",
|
135
|
+
"type": "address"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"internalType": "enum IAccess.TargetType",
|
139
|
+
"name": "serviceTargetType",
|
140
|
+
"type": "uint8"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"name": "ErrorAccessAdminInvalidServiceType",
|
144
|
+
"type": "error"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"inputs": [
|
148
|
+
{
|
149
|
+
"internalType": "address",
|
150
|
+
"name": "target",
|
151
|
+
"type": "address"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"internalType": "enum IAccess.TargetType",
|
155
|
+
"name": "targetType",
|
156
|
+
"type": "uint8"
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"name": "ErrorAccessAdminInvalidTargetType",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [
|
164
|
+
{
|
165
|
+
"internalType": "RoleId",
|
166
|
+
"name": "adminRoleId",
|
167
|
+
"type": "uint64"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"internalType": "address",
|
171
|
+
"name": "account",
|
172
|
+
"type": "address"
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"name": "ErrorAccessAdminNotAdminOfRole",
|
176
|
+
"type": "error"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"inputs": [
|
180
|
+
{
|
181
|
+
"internalType": "address",
|
182
|
+
"name": "authorization",
|
183
|
+
"type": "address"
|
184
|
+
}
|
185
|
+
],
|
186
|
+
"name": "ErrorAccessAdminNotAuthorization",
|
187
|
+
"type": "error"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"inputs": [],
|
191
|
+
"name": "ErrorAccessAdminNotDeployer",
|
192
|
+
"type": "error"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"inputs": [
|
196
|
+
{
|
197
|
+
"internalType": "address",
|
198
|
+
"name": "registerable",
|
199
|
+
"type": "address"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"name": "ErrorAccessAdminNotRegistered",
|
203
|
+
"type": "error"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"inputs": [
|
207
|
+
{
|
208
|
+
"internalType": "address",
|
209
|
+
"name": "registry",
|
210
|
+
"type": "address"
|
211
|
+
}
|
212
|
+
],
|
213
|
+
"name": "ErrorAccessAdminNotRegistry",
|
214
|
+
"type": "error"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"inputs": [
|
218
|
+
{
|
219
|
+
"internalType": "RoleId",
|
220
|
+
"name": "roleId",
|
221
|
+
"type": "uint64"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"internalType": "address",
|
225
|
+
"name": "account",
|
226
|
+
"type": "address"
|
227
|
+
}
|
228
|
+
],
|
229
|
+
"name": "ErrorAccessAdminNotRoleOwner",
|
230
|
+
"type": "error"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"inputs": [
|
234
|
+
{
|
235
|
+
"internalType": "address",
|
236
|
+
"name": "authorization",
|
237
|
+
"type": "address"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"internalType": "VersionPart",
|
241
|
+
"name": "expectedRelease",
|
242
|
+
"type": "uint8"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"internalType": "VersionPart",
|
246
|
+
"name": "actualRelease",
|
247
|
+
"type": "uint8"
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"name": "ErrorAccessAdminReleaseMismatch",
|
251
|
+
"type": "error"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"inputs": [
|
255
|
+
{
|
256
|
+
"internalType": "RoleId",
|
257
|
+
"name": "adminRoleId",
|
258
|
+
"type": "uint64"
|
259
|
+
}
|
260
|
+
],
|
261
|
+
"name": "ErrorAccessAdminRoleAdminNotExisting",
|
262
|
+
"type": "error"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"inputs": [
|
266
|
+
{
|
267
|
+
"internalType": "RoleId",
|
268
|
+
"name": "roleId",
|
269
|
+
"type": "uint64"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"internalType": "string",
|
273
|
+
"name": "name",
|
274
|
+
"type": "string"
|
275
|
+
}
|
276
|
+
],
|
277
|
+
"name": "ErrorAccessAdminRoleAlreadyCreated",
|
278
|
+
"type": "error"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"inputs": [
|
282
|
+
{
|
283
|
+
"internalType": "RoleId",
|
284
|
+
"name": "roleId",
|
285
|
+
"type": "uint64"
|
286
|
+
}
|
287
|
+
],
|
288
|
+
"name": "ErrorAccessAdminRoleIsLocked",
|
289
|
+
"type": "error"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"inputs": [
|
293
|
+
{
|
294
|
+
"internalType": "RoleId",
|
295
|
+
"name": "roleId",
|
296
|
+
"type": "uint64"
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"name": "ErrorAccessAdminRoleIsPaused",
|
300
|
+
"type": "error"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"inputs": [
|
304
|
+
{
|
305
|
+
"internalType": "RoleId",
|
306
|
+
"name": "roleId",
|
307
|
+
"type": "uint64"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"internalType": "address",
|
311
|
+
"name": "notContract",
|
312
|
+
"type": "address"
|
313
|
+
}
|
314
|
+
],
|
315
|
+
"name": "ErrorAccessAdminRoleMemberNotContract",
|
316
|
+
"type": "error"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"inputs": [
|
320
|
+
{
|
321
|
+
"internalType": "RoleId",
|
322
|
+
"name": "roleId",
|
323
|
+
"type": "uint64"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"internalType": "address",
|
327
|
+
"name": "expectedMember",
|
328
|
+
"type": "address"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"name": "ErrorAccessAdminRoleMemberRemovalDisabled",
|
332
|
+
"type": "error"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"inputs": [
|
336
|
+
{
|
337
|
+
"internalType": "RoleId",
|
338
|
+
"name": "roleId",
|
339
|
+
"type": "uint64"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"internalType": "uint256",
|
343
|
+
"name": "memberCountLimit",
|
344
|
+
"type": "uint256"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"name": "ErrorAccessAdminRoleMembersLimitReached",
|
348
|
+
"type": "error"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"inputs": [
|
352
|
+
{
|
353
|
+
"internalType": "RoleId",
|
354
|
+
"name": "roleId",
|
355
|
+
"type": "uint64"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"internalType": "string",
|
359
|
+
"name": "name",
|
360
|
+
"type": "string"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"internalType": "RoleId",
|
364
|
+
"name": "existingRoleId",
|
365
|
+
"type": "uint64"
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"name": "ErrorAccessAdminRoleNameAlreadyExists",
|
369
|
+
"type": "error"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"inputs": [
|
373
|
+
{
|
374
|
+
"internalType": "RoleId",
|
375
|
+
"name": "roleId",
|
376
|
+
"type": "uint64"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"name": "ErrorAccessAdminRoleNameEmpty",
|
380
|
+
"type": "error"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"inputs": [
|
384
|
+
{
|
385
|
+
"internalType": "RoleId",
|
386
|
+
"name": "roleId",
|
387
|
+
"type": "uint64"
|
388
|
+
}
|
389
|
+
],
|
390
|
+
"name": "ErrorAccessAdminRoleNotCustom",
|
391
|
+
"type": "error"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"inputs": [
|
395
|
+
{
|
396
|
+
"internalType": "RoleId",
|
397
|
+
"name": "roleId",
|
398
|
+
"type": "uint64"
|
399
|
+
}
|
400
|
+
],
|
401
|
+
"name": "ErrorAccessAdminRoleUnknown",
|
402
|
+
"type": "error"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"inputs": [],
|
406
|
+
"name": "ErrorAccessAdminTagetNotLockable",
|
407
|
+
"type": "error"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"inputs": [
|
411
|
+
{
|
412
|
+
"internalType": "address",
|
413
|
+
"name": "target",
|
414
|
+
"type": "address"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"internalType": "string",
|
418
|
+
"name": "name",
|
419
|
+
"type": "string"
|
420
|
+
}
|
421
|
+
],
|
422
|
+
"name": "ErrorAccessAdminTargetAlreadyCreated",
|
423
|
+
"type": "error"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"inputs": [
|
427
|
+
{
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "target",
|
430
|
+
"type": "address"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"internalType": "bool",
|
434
|
+
"name": "isLocked",
|
435
|
+
"type": "bool"
|
436
|
+
}
|
437
|
+
],
|
438
|
+
"name": "ErrorAccessAdminTargetAlreadyLocked",
|
439
|
+
"type": "error"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"inputs": [
|
443
|
+
{
|
444
|
+
"internalType": "address",
|
445
|
+
"name": "expectedAuthority",
|
446
|
+
"type": "address"
|
447
|
+
},
|
448
|
+
{
|
449
|
+
"internalType": "address",
|
450
|
+
"name": "actualAuthority",
|
451
|
+
"type": "address"
|
452
|
+
}
|
453
|
+
],
|
454
|
+
"name": "ErrorAccessAdminTargetAuthorityMismatch",
|
455
|
+
"type": "error"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"inputs": [
|
459
|
+
{
|
460
|
+
"internalType": "address",
|
461
|
+
"name": "target",
|
462
|
+
"type": "address"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"internalType": "string",
|
466
|
+
"name": "name",
|
467
|
+
"type": "string"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"internalType": "address",
|
471
|
+
"name": "existingTarget",
|
472
|
+
"type": "address"
|
473
|
+
}
|
474
|
+
],
|
475
|
+
"name": "ErrorAccessAdminTargetNameAlreadyExists",
|
476
|
+
"type": "error"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"inputs": [
|
480
|
+
{
|
481
|
+
"internalType": "address",
|
482
|
+
"name": "target",
|
483
|
+
"type": "address"
|
484
|
+
}
|
485
|
+
],
|
486
|
+
"name": "ErrorAccessAdminTargetNameEmpty",
|
487
|
+
"type": "error"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"inputs": [
|
491
|
+
{
|
492
|
+
"internalType": "address",
|
493
|
+
"name": "target",
|
494
|
+
"type": "address"
|
495
|
+
}
|
496
|
+
],
|
497
|
+
"name": "ErrorAccessAdminTargetNotAccessManaged",
|
498
|
+
"type": "error"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"inputs": [
|
502
|
+
{
|
503
|
+
"internalType": "address",
|
504
|
+
"name": "target",
|
505
|
+
"type": "address"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"name": "ErrorAccessAdminTargetNotCreated",
|
509
|
+
"type": "error"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"inputs": [
|
513
|
+
{
|
514
|
+
"internalType": "address",
|
515
|
+
"name": "target",
|
516
|
+
"type": "address"
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"name": "ErrorAccessAdminTargetNotRegistered",
|
520
|
+
"type": "error"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"inputs": [
|
524
|
+
{
|
525
|
+
"internalType": "address",
|
526
|
+
"name": "target",
|
527
|
+
"type": "address"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"internalType": "ObjectType",
|
531
|
+
"name": "expectedType",
|
532
|
+
"type": "uint8"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"internalType": "ObjectType",
|
536
|
+
"name": "actualType",
|
537
|
+
"type": "uint8"
|
538
|
+
}
|
539
|
+
],
|
540
|
+
"name": "ErrorAccessAdminTargetTypeMismatch",
|
541
|
+
"type": "error"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"inputs": [
|
545
|
+
{
|
546
|
+
"internalType": "address",
|
547
|
+
"name": "target",
|
548
|
+
"type": "address"
|
549
|
+
}
|
550
|
+
],
|
551
|
+
"name": "ErrorAccessAdminTargetUnknown",
|
552
|
+
"type": "error"
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"inputs": [
|
556
|
+
{
|
557
|
+
"internalType": "address",
|
558
|
+
"name": "instance",
|
559
|
+
"type": "address"
|
560
|
+
}
|
561
|
+
],
|
562
|
+
"name": "ErrorInstanceAdminAlreadyAuthorized",
|
563
|
+
"type": "error"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"inputs": [
|
567
|
+
{
|
568
|
+
"internalType": "string",
|
569
|
+
"name": "targetName",
|
570
|
+
"type": "string"
|
571
|
+
}
|
572
|
+
],
|
573
|
+
"name": "ErrorInstanceAdminExpectedTargetMissing",
|
574
|
+
"type": "error"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"inputs": [
|
578
|
+
{
|
579
|
+
"internalType": "RoleId",
|
580
|
+
"name": "roleId",
|
581
|
+
"type": "uint64"
|
582
|
+
}
|
583
|
+
],
|
584
|
+
"name": "ErrorInstanceAdminNotComponentRole",
|
585
|
+
"type": "error"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"inputs": [
|
589
|
+
{
|
590
|
+
"internalType": "RoleId",
|
591
|
+
"name": "roleId",
|
592
|
+
"type": "uint64"
|
593
|
+
}
|
594
|
+
],
|
595
|
+
"name": "ErrorInstanceAdminNotCustomRole",
|
596
|
+
"type": "error"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"inputs": [
|
600
|
+
{
|
601
|
+
"internalType": "address",
|
602
|
+
"name": "caller",
|
603
|
+
"type": "address"
|
604
|
+
}
|
605
|
+
],
|
606
|
+
"name": "ErrorInstanceAdminNotInstanceService",
|
607
|
+
"type": "error"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"inputs": [
|
611
|
+
{
|
612
|
+
"internalType": "address",
|
613
|
+
"name": "instance",
|
614
|
+
"type": "address"
|
615
|
+
}
|
616
|
+
],
|
617
|
+
"name": "ErrorInstanceAdminNotRegistered",
|
618
|
+
"type": "error"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"inputs": [],
|
622
|
+
"name": "ErrorInstanceAdminReleaseMismatch",
|
623
|
+
"type": "error"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"inputs": [
|
627
|
+
{
|
628
|
+
"internalType": "RoleId",
|
629
|
+
"name": "roleId",
|
630
|
+
"type": "uint64"
|
631
|
+
}
|
632
|
+
],
|
633
|
+
"name": "ErrorInstanceAdminRoleAlreadyExists",
|
634
|
+
"type": "error"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"inputs": [
|
638
|
+
{
|
639
|
+
"internalType": "RoleId",
|
640
|
+
"name": "roleId",
|
641
|
+
"type": "uint64"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"internalType": "enum IAccess.RoleType",
|
645
|
+
"name": "roleType",
|
646
|
+
"type": "uint8"
|
647
|
+
}
|
648
|
+
],
|
649
|
+
"name": "ErrorInstanceAdminRoleTypeNotContract",
|
650
|
+
"type": "error"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"inputs": [
|
654
|
+
{
|
655
|
+
"internalType": "address",
|
656
|
+
"name": "registryAddress",
|
657
|
+
"type": "address"
|
658
|
+
}
|
659
|
+
],
|
660
|
+
"name": "ErrorNotRegistry",
|
661
|
+
"type": "error"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"inputs": [],
|
665
|
+
"name": "InvalidInitialization",
|
666
|
+
"type": "error"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"inputs": [],
|
670
|
+
"name": "NotInitializing",
|
671
|
+
"type": "error"
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"inputs": [],
|
675
|
+
"name": "ReentrancyGuardReentrantCall",
|
676
|
+
"type": "error"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"anonymous": false,
|
680
|
+
"inputs": [
|
681
|
+
{
|
682
|
+
"indexed": false,
|
683
|
+
"internalType": "address",
|
684
|
+
"name": "authority",
|
685
|
+
"type": "address"
|
686
|
+
}
|
687
|
+
],
|
688
|
+
"name": "AuthorityUpdated",
|
689
|
+
"type": "event"
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"anonymous": false,
|
693
|
+
"inputs": [
|
694
|
+
{
|
695
|
+
"indexed": false,
|
696
|
+
"internalType": "uint64",
|
697
|
+
"name": "version",
|
698
|
+
"type": "uint64"
|
699
|
+
}
|
700
|
+
],
|
701
|
+
"name": "Initialized",
|
702
|
+
"type": "event"
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"anonymous": false,
|
706
|
+
"inputs": [
|
707
|
+
{
|
708
|
+
"indexed": false,
|
709
|
+
"internalType": "string",
|
710
|
+
"name": "name",
|
711
|
+
"type": "string"
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"indexed": false,
|
715
|
+
"internalType": "address",
|
716
|
+
"name": "target",
|
717
|
+
"type": "address"
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"indexed": false,
|
721
|
+
"internalType": "RoleId",
|
722
|
+
"name": "roleId",
|
723
|
+
"type": "uint64"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"indexed": false,
|
727
|
+
"internalType": "RoleId",
|
728
|
+
"name": "authorizedRoleId",
|
729
|
+
"type": "uint64"
|
730
|
+
}
|
731
|
+
],
|
732
|
+
"name": "LogAccessAdminDebugTarget",
|
733
|
+
"type": "event"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"anonymous": false,
|
737
|
+
"inputs": [
|
738
|
+
{
|
739
|
+
"indexed": false,
|
740
|
+
"internalType": "string",
|
741
|
+
"name": "admin",
|
742
|
+
"type": "string"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"indexed": false,
|
746
|
+
"internalType": "address",
|
747
|
+
"name": "target",
|
748
|
+
"type": "address"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"indexed": false,
|
752
|
+
"internalType": "string",
|
753
|
+
"name": "func",
|
754
|
+
"type": "string"
|
755
|
+
}
|
756
|
+
],
|
757
|
+
"name": "LogAccessAdminFunctionGranted",
|
758
|
+
"type": "event"
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"anonymous": false,
|
762
|
+
"inputs": [
|
763
|
+
{
|
764
|
+
"indexed": false,
|
765
|
+
"internalType": "string",
|
766
|
+
"name": "admin",
|
767
|
+
"type": "string"
|
768
|
+
},
|
769
|
+
{
|
770
|
+
"indexed": false,
|
771
|
+
"internalType": "RoleId",
|
772
|
+
"name": "roleId",
|
773
|
+
"type": "uint64"
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"indexed": false,
|
777
|
+
"internalType": "enum IAccess.RoleType",
|
778
|
+
"name": "roleType",
|
779
|
+
"type": "uint8"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"indexed": false,
|
783
|
+
"internalType": "RoleId",
|
784
|
+
"name": "roleAdminId",
|
785
|
+
"type": "uint64"
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"indexed": false,
|
789
|
+
"internalType": "string",
|
790
|
+
"name": "name",
|
791
|
+
"type": "string"
|
792
|
+
}
|
793
|
+
],
|
794
|
+
"name": "LogAccessAdminRoleCreated",
|
795
|
+
"type": "event"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"anonymous": false,
|
799
|
+
"inputs": [
|
800
|
+
{
|
801
|
+
"indexed": false,
|
802
|
+
"internalType": "string",
|
803
|
+
"name": "admin",
|
804
|
+
"type": "string"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"indexed": false,
|
808
|
+
"internalType": "address",
|
809
|
+
"name": "account",
|
810
|
+
"type": "address"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"indexed": false,
|
814
|
+
"internalType": "string",
|
815
|
+
"name": "roleName",
|
816
|
+
"type": "string"
|
817
|
+
}
|
818
|
+
],
|
819
|
+
"name": "LogAccessAdminRoleGranted",
|
820
|
+
"type": "event"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"anonymous": false,
|
824
|
+
"inputs": [
|
825
|
+
{
|
826
|
+
"indexed": false,
|
827
|
+
"internalType": "string",
|
828
|
+
"name": "admin",
|
829
|
+
"type": "string"
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"indexed": false,
|
833
|
+
"internalType": "address",
|
834
|
+
"name": "account",
|
835
|
+
"type": "address"
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"indexed": false,
|
839
|
+
"internalType": "string",
|
840
|
+
"name": "roleName",
|
841
|
+
"type": "string"
|
842
|
+
}
|
843
|
+
],
|
844
|
+
"name": "LogAccessAdminRoleRevoked",
|
845
|
+
"type": "event"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"anonymous": false,
|
849
|
+
"inputs": [
|
850
|
+
{
|
851
|
+
"indexed": false,
|
852
|
+
"internalType": "string",
|
853
|
+
"name": "admin",
|
854
|
+
"type": "string"
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"indexed": false,
|
858
|
+
"internalType": "string",
|
859
|
+
"name": "name",
|
860
|
+
"type": "string"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"indexed": false,
|
864
|
+
"internalType": "bool",
|
865
|
+
"name": "managed",
|
866
|
+
"type": "bool"
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"indexed": false,
|
870
|
+
"internalType": "address",
|
871
|
+
"name": "target",
|
872
|
+
"type": "address"
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"indexed": false,
|
876
|
+
"internalType": "RoleId",
|
877
|
+
"name": "roleId",
|
878
|
+
"type": "uint64"
|
879
|
+
}
|
880
|
+
],
|
881
|
+
"name": "LogAccessAdminTargetCreated",
|
882
|
+
"type": "event"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"inputs": [],
|
886
|
+
"name": "BUNDLE_SET_TARGET_NAME",
|
887
|
+
"outputs": [
|
888
|
+
{
|
889
|
+
"internalType": "string",
|
890
|
+
"name": "",
|
891
|
+
"type": "string"
|
892
|
+
}
|
893
|
+
],
|
894
|
+
"stateMutability": "view",
|
895
|
+
"type": "function"
|
896
|
+
},
|
897
|
+
{
|
898
|
+
"inputs": [],
|
899
|
+
"name": "INSTANCE_ADMIN_TARGET_NAME",
|
900
|
+
"outputs": [
|
901
|
+
{
|
902
|
+
"internalType": "string",
|
903
|
+
"name": "",
|
904
|
+
"type": "string"
|
905
|
+
}
|
906
|
+
],
|
907
|
+
"stateMutability": "view",
|
908
|
+
"type": "function"
|
909
|
+
},
|
910
|
+
{
|
911
|
+
"inputs": [],
|
912
|
+
"name": "INSTANCE_STORE_TARGET_NAME",
|
913
|
+
"outputs": [
|
914
|
+
{
|
915
|
+
"internalType": "string",
|
916
|
+
"name": "",
|
917
|
+
"type": "string"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"stateMutability": "view",
|
921
|
+
"type": "function"
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"inputs": [],
|
925
|
+
"name": "INSTANCE_TARGET_NAME",
|
926
|
+
"outputs": [
|
927
|
+
{
|
928
|
+
"internalType": "string",
|
929
|
+
"name": "",
|
930
|
+
"type": "string"
|
931
|
+
}
|
932
|
+
],
|
933
|
+
"stateMutability": "view",
|
934
|
+
"type": "function"
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"inputs": [],
|
938
|
+
"name": "RISK_SET_TARGET_NAME",
|
939
|
+
"outputs": [
|
940
|
+
{
|
941
|
+
"internalType": "string",
|
942
|
+
"name": "",
|
943
|
+
"type": "string"
|
944
|
+
}
|
945
|
+
],
|
946
|
+
"stateMutability": "view",
|
947
|
+
"type": "function"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"inputs": [],
|
951
|
+
"name": "authority",
|
952
|
+
"outputs": [
|
953
|
+
{
|
954
|
+
"internalType": "address",
|
955
|
+
"name": "",
|
956
|
+
"type": "address"
|
957
|
+
}
|
958
|
+
],
|
959
|
+
"stateMutability": "view",
|
960
|
+
"type": "function"
|
961
|
+
},
|
962
|
+
{
|
963
|
+
"inputs": [
|
964
|
+
{
|
965
|
+
"internalType": "address",
|
966
|
+
"name": "target",
|
967
|
+
"type": "address"
|
968
|
+
}
|
969
|
+
],
|
970
|
+
"name": "authorizedFunctions",
|
971
|
+
"outputs": [
|
972
|
+
{
|
973
|
+
"internalType": "uint256",
|
974
|
+
"name": "numberOfFunctions",
|
975
|
+
"type": "uint256"
|
976
|
+
}
|
977
|
+
],
|
978
|
+
"stateMutability": "view",
|
979
|
+
"type": "function"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"inputs": [
|
983
|
+
{
|
984
|
+
"internalType": "address",
|
985
|
+
"name": "registry",
|
986
|
+
"type": "address"
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"internalType": "address",
|
990
|
+
"name": "instance",
|
991
|
+
"type": "address"
|
992
|
+
},
|
993
|
+
{
|
994
|
+
"internalType": "address",
|
995
|
+
"name": "authorization",
|
996
|
+
"type": "address"
|
997
|
+
},
|
998
|
+
{
|
999
|
+
"internalType": "VersionPart",
|
1000
|
+
"name": "release",
|
1001
|
+
"type": "uint8"
|
1002
|
+
}
|
1003
|
+
],
|
1004
|
+
"name": "completeSetup",
|
1005
|
+
"outputs": [],
|
1006
|
+
"stateMutability": "nonpayable",
|
1007
|
+
"type": "function"
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"inputs": [],
|
1011
|
+
"name": "components",
|
1012
|
+
"outputs": [
|
1013
|
+
{
|
1014
|
+
"internalType": "uint64",
|
1015
|
+
"name": "",
|
1016
|
+
"type": "uint64"
|
1017
|
+
}
|
1018
|
+
],
|
1019
|
+
"stateMutability": "view",
|
1020
|
+
"type": "function"
|
1021
|
+
},
|
1022
|
+
{
|
1023
|
+
"inputs": [
|
1024
|
+
{
|
1025
|
+
"internalType": "string",
|
1026
|
+
"name": "roleName",
|
1027
|
+
"type": "string"
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
"internalType": "RoleId",
|
1031
|
+
"name": "adminRoleId",
|
1032
|
+
"type": "uint64"
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"internalType": "uint32",
|
1036
|
+
"name": "maxMemberCount",
|
1037
|
+
"type": "uint32"
|
1038
|
+
}
|
1039
|
+
],
|
1040
|
+
"name": "createRole",
|
1041
|
+
"outputs": [
|
1042
|
+
{
|
1043
|
+
"internalType": "RoleId",
|
1044
|
+
"name": "roleId",
|
1045
|
+
"type": "uint64"
|
1046
|
+
}
|
1047
|
+
],
|
1048
|
+
"stateMutability": "nonpayable",
|
1049
|
+
"type": "function"
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"inputs": [
|
1053
|
+
{
|
1054
|
+
"internalType": "address",
|
1055
|
+
"name": "target",
|
1056
|
+
"type": "address"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"internalType": "string",
|
1060
|
+
"name": "name",
|
1061
|
+
"type": "string"
|
1062
|
+
}
|
1063
|
+
],
|
1064
|
+
"name": "createTarget",
|
1065
|
+
"outputs": [
|
1066
|
+
{
|
1067
|
+
"internalType": "RoleId",
|
1068
|
+
"name": "contractRoleId",
|
1069
|
+
"type": "uint64"
|
1070
|
+
}
|
1071
|
+
],
|
1072
|
+
"stateMutability": "nonpayable",
|
1073
|
+
"type": "function"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"inputs": [],
|
1077
|
+
"name": "deployer",
|
1078
|
+
"outputs": [
|
1079
|
+
{
|
1080
|
+
"internalType": "address",
|
1081
|
+
"name": "",
|
1082
|
+
"type": "address"
|
1083
|
+
}
|
1084
|
+
],
|
1085
|
+
"stateMutability": "view",
|
1086
|
+
"type": "function"
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"inputs": [],
|
1090
|
+
"name": "getAdminRole",
|
1091
|
+
"outputs": [
|
1092
|
+
{
|
1093
|
+
"internalType": "RoleId",
|
1094
|
+
"name": "roleId",
|
1095
|
+
"type": "uint64"
|
1096
|
+
}
|
1097
|
+
],
|
1098
|
+
"stateMutability": "view",
|
1099
|
+
"type": "function"
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"inputs": [],
|
1103
|
+
"name": "getAuthorization",
|
1104
|
+
"outputs": [
|
1105
|
+
{
|
1106
|
+
"internalType": "contract IAuthorization",
|
1107
|
+
"name": "authorization",
|
1108
|
+
"type": "address"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"stateMutability": "view",
|
1112
|
+
"type": "function"
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"inputs": [
|
1116
|
+
{
|
1117
|
+
"internalType": "address",
|
1118
|
+
"name": "target",
|
1119
|
+
"type": "address"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"internalType": "uint256",
|
1123
|
+
"name": "idx",
|
1124
|
+
"type": "uint256"
|
1125
|
+
}
|
1126
|
+
],
|
1127
|
+
"name": "getAuthorizedFunction",
|
1128
|
+
"outputs": [
|
1129
|
+
{
|
1130
|
+
"components": [
|
1131
|
+
{
|
1132
|
+
"internalType": "Str",
|
1133
|
+
"name": "name",
|
1134
|
+
"type": "bytes32"
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"internalType": "Selector",
|
1138
|
+
"name": "selector",
|
1139
|
+
"type": "bytes4"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"internalType": "Timestamp",
|
1143
|
+
"name": "createdAt",
|
1144
|
+
"type": "uint40"
|
1145
|
+
}
|
1146
|
+
],
|
1147
|
+
"internalType": "struct IAccess.FunctionInfo",
|
1148
|
+
"name": "func",
|
1149
|
+
"type": "tuple"
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"internalType": "RoleId",
|
1153
|
+
"name": "roleId",
|
1154
|
+
"type": "uint64"
|
1155
|
+
}
|
1156
|
+
],
|
1157
|
+
"stateMutability": "view",
|
1158
|
+
"type": "function"
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"inputs": [],
|
1162
|
+
"name": "getInstanceAuthorization",
|
1163
|
+
"outputs": [
|
1164
|
+
{
|
1165
|
+
"internalType": "contract IAuthorization",
|
1166
|
+
"name": "instanceAuthorizaion",
|
1167
|
+
"type": "address"
|
1168
|
+
}
|
1169
|
+
],
|
1170
|
+
"stateMutability": "view",
|
1171
|
+
"type": "function"
|
1172
|
+
},
|
1173
|
+
{
|
1174
|
+
"inputs": [],
|
1175
|
+
"name": "getLinkedNftId",
|
1176
|
+
"outputs": [
|
1177
|
+
{
|
1178
|
+
"internalType": "NftId",
|
1179
|
+
"name": "linkedNftId",
|
1180
|
+
"type": "uint96"
|
1181
|
+
}
|
1182
|
+
],
|
1183
|
+
"stateMutability": "view",
|
1184
|
+
"type": "function"
|
1185
|
+
},
|
1186
|
+
{
|
1187
|
+
"inputs": [],
|
1188
|
+
"name": "getLinkedOwner",
|
1189
|
+
"outputs": [
|
1190
|
+
{
|
1191
|
+
"internalType": "address",
|
1192
|
+
"name": "linkedOwner",
|
1193
|
+
"type": "address"
|
1194
|
+
}
|
1195
|
+
],
|
1196
|
+
"stateMutability": "view",
|
1197
|
+
"type": "function"
|
1198
|
+
},
|
1199
|
+
{
|
1200
|
+
"inputs": [],
|
1201
|
+
"name": "getPublicRole",
|
1202
|
+
"outputs": [
|
1203
|
+
{
|
1204
|
+
"internalType": "RoleId",
|
1205
|
+
"name": "roleId",
|
1206
|
+
"type": "uint64"
|
1207
|
+
}
|
1208
|
+
],
|
1209
|
+
"stateMutability": "view",
|
1210
|
+
"type": "function"
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
"inputs": [],
|
1214
|
+
"name": "getRegistry",
|
1215
|
+
"outputs": [
|
1216
|
+
{
|
1217
|
+
"internalType": "contract IRegistry",
|
1218
|
+
"name": "registry",
|
1219
|
+
"type": "address"
|
1220
|
+
}
|
1221
|
+
],
|
1222
|
+
"stateMutability": "view",
|
1223
|
+
"type": "function"
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"inputs": [],
|
1227
|
+
"name": "getRelease",
|
1228
|
+
"outputs": [
|
1229
|
+
{
|
1230
|
+
"internalType": "VersionPart",
|
1231
|
+
"name": "release",
|
1232
|
+
"type": "uint8"
|
1233
|
+
}
|
1234
|
+
],
|
1235
|
+
"stateMutability": "view",
|
1236
|
+
"type": "function"
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"inputs": [
|
1240
|
+
{
|
1241
|
+
"internalType": "string",
|
1242
|
+
"name": "name",
|
1243
|
+
"type": "string"
|
1244
|
+
}
|
1245
|
+
],
|
1246
|
+
"name": "getRoleForName",
|
1247
|
+
"outputs": [
|
1248
|
+
{
|
1249
|
+
"internalType": "RoleId",
|
1250
|
+
"name": "roleId",
|
1251
|
+
"type": "uint64"
|
1252
|
+
}
|
1253
|
+
],
|
1254
|
+
"stateMutability": "view",
|
1255
|
+
"type": "function"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"inputs": [
|
1259
|
+
{
|
1260
|
+
"internalType": "uint256",
|
1261
|
+
"name": "idx",
|
1262
|
+
"type": "uint256"
|
1263
|
+
}
|
1264
|
+
],
|
1265
|
+
"name": "getRoleId",
|
1266
|
+
"outputs": [
|
1267
|
+
{
|
1268
|
+
"internalType": "RoleId",
|
1269
|
+
"name": "roleId",
|
1270
|
+
"type": "uint64"
|
1271
|
+
}
|
1272
|
+
],
|
1273
|
+
"stateMutability": "view",
|
1274
|
+
"type": "function"
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"inputs": [
|
1278
|
+
{
|
1279
|
+
"internalType": "RoleId",
|
1280
|
+
"name": "roleId",
|
1281
|
+
"type": "uint64"
|
1282
|
+
}
|
1283
|
+
],
|
1284
|
+
"name": "getRoleInfo",
|
1285
|
+
"outputs": [
|
1286
|
+
{
|
1287
|
+
"components": [
|
1288
|
+
{
|
1289
|
+
"internalType": "RoleId",
|
1290
|
+
"name": "adminRoleId",
|
1291
|
+
"type": "uint64"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"internalType": "enum IAccess.RoleType",
|
1295
|
+
"name": "roleType",
|
1296
|
+
"type": "uint8"
|
1297
|
+
},
|
1298
|
+
{
|
1299
|
+
"internalType": "uint32",
|
1300
|
+
"name": "maxMemberCount",
|
1301
|
+
"type": "uint32"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"internalType": "Timestamp",
|
1305
|
+
"name": "createdAt",
|
1306
|
+
"type": "uint40"
|
1307
|
+
},
|
1308
|
+
{
|
1309
|
+
"internalType": "Timestamp",
|
1310
|
+
"name": "pausedAt",
|
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": "struct IAccess.TargetInfo",
|
1423
|
+
"name": "targetInfo",
|
1424
|
+
"type": "tuple"
|
1425
|
+
}
|
1426
|
+
],
|
1427
|
+
"stateMutability": "view",
|
1428
|
+
"type": "function"
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"inputs": [
|
1432
|
+
{
|
1433
|
+
"internalType": "RoleId",
|
1434
|
+
"name": "roleId",
|
1435
|
+
"type": "uint64"
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"internalType": "address",
|
1439
|
+
"name": "account",
|
1440
|
+
"type": "address"
|
1441
|
+
}
|
1442
|
+
],
|
1443
|
+
"name": "grantRole",
|
1444
|
+
"outputs": [],
|
1445
|
+
"stateMutability": "nonpayable",
|
1446
|
+
"type": "function"
|
1447
|
+
},
|
1448
|
+
{
|
1449
|
+
"inputs": [
|
1450
|
+
{
|
1451
|
+
"internalType": "address",
|
1452
|
+
"name": "authority",
|
1453
|
+
"type": "address"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"internalType": "string",
|
1457
|
+
"name": "adminName",
|
1458
|
+
"type": "string"
|
1459
|
+
}
|
1460
|
+
],
|
1461
|
+
"name": "initialize",
|
1462
|
+
"outputs": [],
|
1463
|
+
"stateMutability": "nonpayable",
|
1464
|
+
"type": "function"
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"inputs": [
|
1468
|
+
{
|
1469
|
+
"internalType": "address",
|
1470
|
+
"name": "componentAddress",
|
1471
|
+
"type": "address"
|
1472
|
+
},
|
1473
|
+
{
|
1474
|
+
"internalType": "ObjectType",
|
1475
|
+
"name": "expectedType",
|
1476
|
+
"type": "uint8"
|
1477
|
+
}
|
1478
|
+
],
|
1479
|
+
"name": "initializeComponentAuthorization",
|
1480
|
+
"outputs": [],
|
1481
|
+
"stateMutability": "nonpayable",
|
1482
|
+
"type": "function"
|
1483
|
+
},
|
1484
|
+
{
|
1485
|
+
"inputs": [],
|
1486
|
+
"name": "isConsumingScheduledOp",
|
1487
|
+
"outputs": [
|
1488
|
+
{
|
1489
|
+
"internalType": "bytes4",
|
1490
|
+
"name": "",
|
1491
|
+
"type": "bytes4"
|
1492
|
+
}
|
1493
|
+
],
|
1494
|
+
"stateMutability": "view",
|
1495
|
+
"type": "function"
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"inputs": [],
|
1499
|
+
"name": "isLocked",
|
1500
|
+
"outputs": [
|
1501
|
+
{
|
1502
|
+
"internalType": "bool",
|
1503
|
+
"name": "locked",
|
1504
|
+
"type": "bool"
|
1505
|
+
}
|
1506
|
+
],
|
1507
|
+
"stateMutability": "view",
|
1508
|
+
"type": "function"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"inputs": [
|
1512
|
+
{
|
1513
|
+
"internalType": "RoleId",
|
1514
|
+
"name": "roleId",
|
1515
|
+
"type": "uint64"
|
1516
|
+
}
|
1517
|
+
],
|
1518
|
+
"name": "isRoleActive",
|
1519
|
+
"outputs": [
|
1520
|
+
{
|
1521
|
+
"internalType": "bool",
|
1522
|
+
"name": "isActive",
|
1523
|
+
"type": "bool"
|
1524
|
+
}
|
1525
|
+
],
|
1526
|
+
"stateMutability": "view",
|
1527
|
+
"type": "function"
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"inputs": [
|
1531
|
+
{
|
1532
|
+
"internalType": "RoleId",
|
1533
|
+
"name": "roleId",
|
1534
|
+
"type": "uint64"
|
1535
|
+
},
|
1536
|
+
{
|
1537
|
+
"internalType": "address",
|
1538
|
+
"name": "account",
|
1539
|
+
"type": "address"
|
1540
|
+
}
|
1541
|
+
],
|
1542
|
+
"name": "isRoleAdmin",
|
1543
|
+
"outputs": [
|
1544
|
+
{
|
1545
|
+
"internalType": "bool",
|
1546
|
+
"name": "",
|
1547
|
+
"type": "bool"
|
1548
|
+
}
|
1549
|
+
],
|
1550
|
+
"stateMutability": "view",
|
1551
|
+
"type": "function"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"inputs": [
|
1555
|
+
{
|
1556
|
+
"internalType": "RoleId",
|
1557
|
+
"name": "roleId",
|
1558
|
+
"type": "uint64"
|
1559
|
+
}
|
1560
|
+
],
|
1561
|
+
"name": "isRoleCustom",
|
1562
|
+
"outputs": [
|
1563
|
+
{
|
1564
|
+
"internalType": "bool",
|
1565
|
+
"name": "isActive",
|
1566
|
+
"type": "bool"
|
1567
|
+
}
|
1568
|
+
],
|
1569
|
+
"stateMutability": "view",
|
1570
|
+
"type": "function"
|
1571
|
+
},
|
1572
|
+
{
|
1573
|
+
"inputs": [
|
1574
|
+
{
|
1575
|
+
"internalType": "RoleId",
|
1576
|
+
"name": "roleId",
|
1577
|
+
"type": "uint64"
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"internalType": "address",
|
1581
|
+
"name": "account",
|
1582
|
+
"type": "address"
|
1583
|
+
}
|
1584
|
+
],
|
1585
|
+
"name": "isRoleMember",
|
1586
|
+
"outputs": [
|
1587
|
+
{
|
1588
|
+
"internalType": "bool",
|
1589
|
+
"name": "",
|
1590
|
+
"type": "bool"
|
1591
|
+
}
|
1592
|
+
],
|
1593
|
+
"stateMutability": "view",
|
1594
|
+
"type": "function"
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"inputs": [
|
1598
|
+
{
|
1599
|
+
"internalType": "address",
|
1600
|
+
"name": "target",
|
1601
|
+
"type": "address"
|
1602
|
+
}
|
1603
|
+
],
|
1604
|
+
"name": "isTargetLocked",
|
1605
|
+
"outputs": [
|
1606
|
+
{
|
1607
|
+
"internalType": "bool",
|
1608
|
+
"name": "locked",
|
1609
|
+
"type": "bool"
|
1610
|
+
}
|
1611
|
+
],
|
1612
|
+
"stateMutability": "view",
|
1613
|
+
"type": "function"
|
1614
|
+
},
|
1615
|
+
{
|
1616
|
+
"inputs": [
|
1617
|
+
{
|
1618
|
+
"internalType": "RoleId",
|
1619
|
+
"name": "roleId",
|
1620
|
+
"type": "uint64"
|
1621
|
+
},
|
1622
|
+
{
|
1623
|
+
"internalType": "address",
|
1624
|
+
"name": "account",
|
1625
|
+
"type": "address"
|
1626
|
+
}
|
1627
|
+
],
|
1628
|
+
"name": "revokeRole",
|
1629
|
+
"outputs": [],
|
1630
|
+
"stateMutability": "nonpayable",
|
1631
|
+
"type": "function"
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"inputs": [
|
1635
|
+
{
|
1636
|
+
"internalType": "Str",
|
1637
|
+
"name": "roleName",
|
1638
|
+
"type": "bytes32"
|
1639
|
+
}
|
1640
|
+
],
|
1641
|
+
"name": "roleExists",
|
1642
|
+
"outputs": [
|
1643
|
+
{
|
1644
|
+
"internalType": "bool",
|
1645
|
+
"name": "exists",
|
1646
|
+
"type": "bool"
|
1647
|
+
}
|
1648
|
+
],
|
1649
|
+
"stateMutability": "view",
|
1650
|
+
"type": "function"
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"inputs": [
|
1654
|
+
{
|
1655
|
+
"internalType": "RoleId",
|
1656
|
+
"name": "roleId",
|
1657
|
+
"type": "uint64"
|
1658
|
+
}
|
1659
|
+
],
|
1660
|
+
"name": "roleExists",
|
1661
|
+
"outputs": [
|
1662
|
+
{
|
1663
|
+
"internalType": "bool",
|
1664
|
+
"name": "exists",
|
1665
|
+
"type": "bool"
|
1666
|
+
}
|
1667
|
+
],
|
1668
|
+
"stateMutability": "view",
|
1669
|
+
"type": "function"
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"inputs": [
|
1673
|
+
{
|
1674
|
+
"internalType": "RoleId",
|
1675
|
+
"name": "roleId",
|
1676
|
+
"type": "uint64"
|
1677
|
+
}
|
1678
|
+
],
|
1679
|
+
"name": "roleMembers",
|
1680
|
+
"outputs": [
|
1681
|
+
{
|
1682
|
+
"internalType": "uint256",
|
1683
|
+
"name": "numberOfMembers",
|
1684
|
+
"type": "uint256"
|
1685
|
+
}
|
1686
|
+
],
|
1687
|
+
"stateMutability": "view",
|
1688
|
+
"type": "function"
|
1689
|
+
},
|
1690
|
+
{
|
1691
|
+
"inputs": [],
|
1692
|
+
"name": "roles",
|
1693
|
+
"outputs": [
|
1694
|
+
{
|
1695
|
+
"internalType": "uint256",
|
1696
|
+
"name": "numberOfRoles",
|
1697
|
+
"type": "uint256"
|
1698
|
+
}
|
1699
|
+
],
|
1700
|
+
"stateMutability": "view",
|
1701
|
+
"type": "function"
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"inputs": [
|
1705
|
+
{
|
1706
|
+
"internalType": "address",
|
1707
|
+
"name": "newAuthority",
|
1708
|
+
"type": "address"
|
1709
|
+
}
|
1710
|
+
],
|
1711
|
+
"name": "setAuthority",
|
1712
|
+
"outputs": [],
|
1713
|
+
"stateMutability": "nonpayable",
|
1714
|
+
"type": "function"
|
1715
|
+
},
|
1716
|
+
{
|
1717
|
+
"inputs": [
|
1718
|
+
{
|
1719
|
+
"internalType": "address",
|
1720
|
+
"name": "target",
|
1721
|
+
"type": "address"
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"internalType": "bool",
|
1725
|
+
"name": "locked",
|
1726
|
+
"type": "bool"
|
1727
|
+
}
|
1728
|
+
],
|
1729
|
+
"name": "setComponentLocked",
|
1730
|
+
"outputs": [],
|
1731
|
+
"stateMutability": "nonpayable",
|
1732
|
+
"type": "function"
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"inputs": [
|
1736
|
+
{
|
1737
|
+
"internalType": "bool",
|
1738
|
+
"name": "locked",
|
1739
|
+
"type": "bool"
|
1740
|
+
}
|
1741
|
+
],
|
1742
|
+
"name": "setInstanceLocked",
|
1743
|
+
"outputs": [],
|
1744
|
+
"stateMutability": "nonpayable",
|
1745
|
+
"type": "function"
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"inputs": [
|
1749
|
+
{
|
1750
|
+
"internalType": "RoleId",
|
1751
|
+
"name": "roleId",
|
1752
|
+
"type": "uint64"
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"internalType": "bool",
|
1756
|
+
"name": "active",
|
1757
|
+
"type": "bool"
|
1758
|
+
}
|
1759
|
+
],
|
1760
|
+
"name": "setRoleActive",
|
1761
|
+
"outputs": [],
|
1762
|
+
"stateMutability": "nonpayable",
|
1763
|
+
"type": "function"
|
1764
|
+
},
|
1765
|
+
{
|
1766
|
+
"inputs": [
|
1767
|
+
{
|
1768
|
+
"internalType": "address",
|
1769
|
+
"name": "target",
|
1770
|
+
"type": "address"
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"internalType": "bool",
|
1774
|
+
"name": "locked",
|
1775
|
+
"type": "bool"
|
1776
|
+
}
|
1777
|
+
],
|
1778
|
+
"name": "setTargetLocked",
|
1779
|
+
"outputs": [],
|
1780
|
+
"stateMutability": "nonpayable",
|
1781
|
+
"type": "function"
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"inputs": [
|
1785
|
+
{
|
1786
|
+
"internalType": "address",
|
1787
|
+
"name": "target",
|
1788
|
+
"type": "address"
|
1789
|
+
}
|
1790
|
+
],
|
1791
|
+
"name": "targetExists",
|
1792
|
+
"outputs": [
|
1793
|
+
{
|
1794
|
+
"internalType": "bool",
|
1795
|
+
"name": "exists",
|
1796
|
+
"type": "bool"
|
1797
|
+
}
|
1798
|
+
],
|
1799
|
+
"stateMutability": "view",
|
1800
|
+
"type": "function"
|
1801
|
+
},
|
1802
|
+
{
|
1803
|
+
"inputs": [],
|
1804
|
+
"name": "targets",
|
1805
|
+
"outputs": [
|
1806
|
+
{
|
1807
|
+
"internalType": "uint256",
|
1808
|
+
"name": "numberOfTargets",
|
1809
|
+
"type": "uint256"
|
1810
|
+
}
|
1811
|
+
],
|
1812
|
+
"stateMutability": "view",
|
1813
|
+
"type": "function"
|
1814
|
+
}
|
1815
|
+
],
|
1816
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051616f72380380616f7283398101604081905261002e91610bf9565b610073816040518060400160405280601381526020017f4d6173746572496e7374616e636541646d696e0000000000000000000000000081525061007960201b60201c565b50611103565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100c25750825b90505f826001600160401b031660011480156100dd5750303b155b9050811580156100eb575080155b156101095760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561013757845460ff60401b1916680100000000000000001785555b6101418787610190565b831561018757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61019861046a565b6003546001600160a01b03166101bb57600380546001600160a01b031916331790555b6003546001600160a01b031633146101e65760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af415801561023c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102609190610c26565b61028d5760405163a91c340960e01b81526001600160a01b03831660048201526024015b60405180910390fd5b80515f036102ae5760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b1580156102ff575f80fd5b505af1158015610311573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af415801561036b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061038f9190610c26565b6103b757604051637595cb1960e01b81526001600160a01b0383166004820152602401610284565b6103c0826104ba565b5f6103cb8282610cdd565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610413573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104379190610d97565b600380546001600160601b0392909216600160a01b026001600160a01b039092169190911790556104666104ce565b5050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166104b857604051631afcd79f60e31b815260040160405180910390fd5b565b6104c261046a565b6104cb81610705565b50565b6104d661046a565b6105906104e1610716565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662610503610716565b6002600161052d60408051808201909152600981526841646d696e526f6c6560b81b602082015290565b6040518563ffffffff1660e01b815260040161054c9493929190610e1f565b60c060405180830381865af4158015610567573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b9190610ee8565b610790565b6106a93060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610601573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106259190610f75565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610667573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061068b9190610f75565b6001600160401b0316815260208101919091526040015f2090610ae4565b506104b86106b5610b01565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626106d7610716565b600163ffffffff61052d60408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b61070d61046a565b6104cb81610b41565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015610767573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061078b9190610f75565b905090565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156107d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107fb9190610f90565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015610855573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108799190610f90565b64ffffffffff1660808201526001600160401b038083165f9081526004602090815260409091208351815493166001600160401b03198416811782559184015184939192909183916001600160481b031990911617680100000000000000008360038111156108ea576108ea610dbd565b021790555060408281015182546060850151608086015164ffffffffff908116600160901b0264ffffffffff60901b19919092166d01000000000000000000000000000264ffffffffff60681b1963ffffffff90951669010000000000000000000294909416600160481b600160901b031990931692909217929092171617825560a092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f90815260058352868120955186549951151568010000000000000000026001600160481b0319909a169086161798909817909455600680549687018155875260048087047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039098166008026101000a938402939094021990961691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c9594889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892610a8692910190815260200190565b5f60405180830381865af4158015610aa0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610ac79190810190610fa9565b604051610ad895949392919061103b565b60405180910390a15050565b5f610af8836001600160a01b038416610bad565b90505b92915050565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240161074c565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001610ad8565b5f818152600183016020526040812054610bf257508154600181810184555f848152602080822090930184905584548482528286019093526040902091909155610afb565b505f610afb565b5f60208284031215610c09575f80fd5b81516001600160a01b0381168114610c1f575f80fd5b9392505050565b5f60208284031215610c36575f80fd5b81518015158114610c1f575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610c6d57607f821691505b602082108103610c8b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610cd857805f5260205f20601f840160051c81016020851015610cb65750805b601f840160051c820191505b81811015610cd5575f8155600101610cc2565b50505b505050565b81516001600160401b03811115610cf657610cf6610c45565b610d0a81610d048454610c59565b84610c91565b6020601f821160018114610d3c575f8315610d255750848201515b5f19600385901b1c1916600184901b178455610cd5565b5f84815260208120601f198516915b82811015610d6b5787850151825560209485019460019092019101610d4b565b5084821015610d8857868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610da7575f80fd5b81516001600160601b0381168114610c1f575f80fd5b634e487b7160e01b5f52602160045260245ffd5b60048110610ded57634e487b7160e01b5f52602160045260245ffd5b9052565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160401b0385168152610e386020820185610dd1565b63ffffffff83166040820152608060608201525f610e596080830184610df1565b9695505050505050565b60405160c081016001600160401b0381118282101715610e8557610e85610c45565b60405290565b604051601f8201601f191681016001600160401b0381118282101715610eb357610eb3610c45565b604052919050565b6001600160401b03811681146104cb575f80fd5b805164ffffffffff81168114610ee3575f80fd5b919050565b5f60c0828403128015610ef9575f80fd5b50610f02610e63565b8251610f0d81610ebb565b8152602083015160048110610f20575f80fd5b6020820152604083015163ffffffff81168114610f3b575f80fd5b6040820152610f4c60608401610ecf565b6060820152610f5d60808401610ecf565b608082015260a0928301519281019290925250919050565b5f60208284031215610f85575f80fd5b8151610c1f81610ebb565b5f60208284031215610fa0575f80fd5b610af882610ecf565b5f60208284031215610fb9575f80fd5b81516001600160401b03811115610fce575f80fd5b8201601f81018413610fde575f80fd5b80516001600160401b03811115610ff757610ff7610c45565b61100a601f8201601f1916602001610e8b565b81815285602083850101111561101e575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b60a081525f80875461104c81610c59565b8060a0860152600182165f811461106a5760018114611086576110b7565b60ff19831660c087015260c082151560051b87010193506110b7565b8a5f5260205f205f5b838110156110ae57815488820160c0015260019091019060200161108f565b870160c0019450505b5050506001600160401b03871660208401526110d66040840187610dd1565b6001600160401b038516606084015282810360808401526110f78185610df1565b98975050505050505050565b615e62806111105f395ff3fe608060405234801561000f575f80fd5b50600436106102cb575f3560e01c80637a9e5e4b1161017b578063b3ecf236116100e4578063c6a001791161009e578063dd22b08a11610079578063dd22b08a14610718578063e9b891a814610720578063f399e22e14610748578063f60458ba1461075b575f80fd5b8063c6a00179146106e1578063d5f39488146106f4578063d78a83b114610705575f80fd5b8063b3ecf23614610687578063b41406f91461068f578063b428b0b0146106a2578063b7d2b162146106b5578063ba62fbe4146106c8578063bf7e214f146106d9575f80fd5b80638fb36037116101355780638fb36037146105fe57806396cdfa3f1461061f5780639cad005214610632578063a4e2d63414610645578063a4fe8bff1461064d578063aa689ae514610660575f80fd5b80637a9e5e4b146105aa5780637f0cf947146105bd5780638308ceb1146105d057806386892313146105d857806387c73e5a146105eb5780638e5bc29314610567575f80fd5b80633fd8556111610237578063605aa10a116101f157806366c3bc95116101cc57806366c3bc95146105545780636bd1c0eb14610567578063728a61a81461057857806376b707b71461058b575f80fd5b8063605aa10a14610502578063608b081e1461051557806366704a7d14610541575f80fd5b80633fd855611461047b578063480cebd11461048e57806354daf4c9146104a15780635ab1bd53146104c75780635bfa5027146104cf5780635fa8aad4146104ef575f80fd5b806326d60fb41161028857806326d60fb4146103bc57806326decd40146103c45780632f8ade12146103e75780633406b1521461042057806335471f8014610460578063392f5f6414610473575f80fd5b806303014974146102cf5780630d996331146102f557806312e1ebc51461030a5780631f481d641461032a57806323dff7921461035557806324913ce614610368575b5f80fd5b6102e26102dd366004614d27565b610786565b6040519081526020015b60405180910390f35b610308610303366004614d63565b6107ac565b005b61031d610318366004614d9a565b6107c6565b6040516102ec9190614ddd565b61033d610338366004614f3a565b610872565b6040516001600160401b0390911681526020016102ec565b610308610363366004614f99565b6109d5565b61037b610376366004614fb5565b6109e8565b60408051835181526020808501516001600160e01b031916908201529281015164ffffffffff16908301526001600160401b031660608201526080016102ec565b600a546102e2565b6103d76103d2366004614d9a565b610c78565b60405190151581526020016102ec565b6104136040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525081565b6040516102ec919061500d565b61044861042e36600461501f565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016102ec565b6102e261046e366004614d9a565b610ce4565b6006546102e2565b61033d61048936600461501f565b610d6e565b6103d761049c366004615036565b610db0565b61041360405180604001604052806007815260200166149a5cdad4d95d60ca1b81525081565b610448610dd6565b6104e26104dd366004614d27565b610e46565b6040516102ec91906150d2565b61033d6104fd3660046150e0565b610f19565b6103d7610510366004614d9a565b610f2f565b6104136040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525081565b61030861054f366004615130565b610fa6565b6103d7610562366004614d27565b61117e565b6002546001600160a01b0316610448565b61044861058636600461501f565b611226565b601054600160a01b900460ff1660405160ff90911681526020016102ec565b6103086105b8366004614d9a565b611254565b6103d76105cb366004615036565b6112db565b61033d611358565b6103086105e6366004614d63565b6113c3565b6103d76105f9366004614d27565b61147d565b6106066114ba565b6040516001600160e01b031990911681526020016102ec565b61030861062d36600461515c565b6114f0565b61033d610640366004615177565b611610565b6103d76116a9565b61030861065b3660046151a8565b611714565b61041360405180604001604052806008815260200167496e7374616e636560c01b81525081565b61033d611a6e565b6103d761069d36600461501f565b611ab5565b6103086106b0366004615036565b611ce5565b6103086106c3366004615036565b611cf8565b6012546001600160401b031661033d565b610448611d0b565b6103d76106ef366004614d27565b611d26565b6003546001600160a01b0316610448565b610448610713366004615201565b611d87565b610448611da8565b61041360405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525081565b6103086107563660046150e0565b611e08565b600354600160a01b90046001600160601b03166040516001600160601b0390911681526020016102ec565b6001600160401b0381165f9081526007602052604081206107a690611f16565b92915050565b6107b8335b5f36611f1f565b6107c28282612015565b5050565b60408051608080820183525f8083526020808401829052838501829052606084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff16600681111561082b5761082b614db5565b600681111561083c5761083c614db5565b81526001919091015461010081046001600160401b03166020830152600160481b900464ffffffffff1660409091015292915050565b5f61087c336107b1565b6010805473__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91635b55eef291600160a81b90046001600160401b03169060156108b883615231565b91906101000a8154816001600160401b0302191690836001600160401b031602179055506040518263ffffffff1660e01b815260040161090791906001600160401b0391909116815260200190565b602060405180830381865af4158015610922573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610946919061525b565b90506109ce8173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662866003878a6040518563ffffffff1660e01b815260040161098a9493929190615276565b60c060405180830381865af41580156109a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c991906152d3565b61207d565b9392505050565b6109de336107b1565b6107c282826120ee565b604080516060810182525f80825260208083018290528284018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af4158015610a70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a94919061536d565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516060810184528154815260019182015460e081901b9096169481019490945264010000000090940464ffffffffff168383015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610b76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b9a919061536d565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610be4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c08919061525b565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610c4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6e919061525b565b9150509250929050565b60015460405163a166aa8960e01b81526001600160a01b0383811660048301525f92169063a166aa8990602401602060405180830381865afa158015610cc0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a69190615388565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610d4a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a691906153a3565b5f60068281548110610d8257610d826153ba565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f9081526004602052604081205490916109ce9116836112db565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e4191906153ce565b905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600482529185902085519384019095528454918216835292939192830190600160401b900460ff166003811115610ebe57610ebe614db5565b6003811115610ecf57610ecf614db5565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b90910416606082015260019091015460809091015292915050565b5f610f23336107b1565b6109ce838360066121e6565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b906024015b602060405180830381865af4158015610cc0573d5f803e3d5ffd5b610faf336107b1565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__639b7ec44c610fd1610dd6565b6040516001600160e01b031960e084901b1681526001600160a01b039182166004820152908516602482015260ff841660448201526064015f6040518083038186803b15801561101f575f80fd5b505af4158015611031573d5f803e3d5ffd5b505050505f8290505f816001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611076573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109a91906153ce565b90506110bb81846110b560105460ff600160a01b9091041690565b5f6121fc565b6110c48161228d565b61113184826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015611103573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261112a9190810190615436565b60056121e6565b5061113b81612477565b601280546001600160401b0316905f61115383615231565b91906101000a8154816001600160401b0302191690836001600160401b031602179055505050505050565b6001600160401b0381165f9081526004602081815260408084205481516356db0c1960e11b815291516107a694600160901b90920464ffffffffff169373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb618329381810193918290030181865af41580156111f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112179190615467565b64ffffffffff90811691161190565b5f600a828154811061123a5761123a6153ba565b5f918252602090912001546001600160a01b031692915050565b3361125d611d0b565b6001600160a01b0316816001600160a01b03161461129d5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036112d2576040516361798f2f60e11b81526001600160a01b0383166004820152602401611294565b6107c2826125b7565b6001546040516368fc2b7760e11b81525f9182916001600160a01b039091169063d1f856ee906113119087908790600401615480565b6040805180830381865afa15801561132b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061134f91906154a2565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa15801561139f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e41919061525b565b6010546001600160a01b031663d39e6043600a601054600160a01b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611426573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144a91906153ce565b6001600160a01b0316336001600160a01b0316146107b857604051635567e6d160e11b8152336004820152602401611294565b5f60036001600160401b0383165f90815260046020526040902054600160401b900460ff1660038111156114b3576114b3614db5565b1492915050565b5f80516020615e0d83398151915280545f9190600160a01b900460ff166114e1575f6114ea565b638fb3603760e01b5b91505090565b6010546001600160a01b031663d39e6043600a601054600160a01b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611553573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157791906153ce565b6001600160a01b0316336001600160a01b0316146115aa57604051635567e6d160e11b8152336004820152602401611294565b5f6115b3611d0b565b60405163108f145b60e11b815283151560048201529091506001600160a01b0382169063211e28b6906024015f604051808303815f87803b1580156115f6575f80fd5b505af1158015611608573d5f803e3d5ffd5b505050505050565b5f60055f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b815260040161164b919061500d565b602060405180830381865af4158015611666573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168a91906153a3565b815260208101919091526040015f20546001600160401b031692915050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa1580156116f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e419190615388565b604051632b10f60d60e21b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015611764573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178891906153a3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff16806117cd575080546001600160401b03808416911610155b156117eb5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556003546001600160a01b031661182f57600380546001600160a01b031916331790555b6003546001600160a01b0316331461185a5760405163410f583d60e11b815260040160405180910390fd5b604080516326dfb11360e21b81526001600160a01b03808916600483015287166024820152600a6044820152905173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91639b7ec44c916064808301925f929190829003018186803b1580156118c1575f80fd5b505af41580156118d3573d5f803e3d5ffd5b505050506118df611d0b565b604051630f6c67a360e11b81526001600160a01b03888116600483015260ff861660248301529190911690631ed8cf46906044015f604051808303815f87803b15801561192a575f80fd5b505af115801561193c573d5f803e3d5ffd5b505050506119548461194c600a90565b8560016121fc565b60108054600f80546001600160a01b03199081166001600160a01b038a811691909117909255600280549091168883161790556012805467ffffffffffffffff1916905588166001600160a81b031990911617600160a01b60ff8616021767ffffffffffffffff60a81b191690556119cb85612618565b6002546119e0906001600160a01b031661274d565b6002546119f5906001600160a01b03166129b4565b600254611a0a906001600160a01b031661228d565b600254611a1f906001600160a01b0316612477565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa15801561139f573d5f803e3d5ffd5b5f611b5a8273__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69611afa60408051808201909152600981526841646d696e526f6c6560b81b602082015290565b6040518263ffffffff1660e01b8152600401611b16919061500d565b602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5591906153a3565b612c2e565b80611ba55750611ba58273__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69611afa60408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b15611bb257506001919050565b5f828152600560205260409081902054905163015c60ad60e21b81526001600160401b03909116600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063057182b490602401602060405180830381865af4158015611c1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3f9190615388565b15611c4c57505f92915050565b6001600160401b0381165f90815260046020819052604091829020549151638d38cd4b60e01b8152600160681b90920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ce9190615388565b611cee336107b1565b6107c28282612c85565b611d01336107b1565b6107c28282612ed2565b5f80516020615e0d833981519152546001600160a01b031690565b6001600160401b0381165f908152600460208190526040808320549051638d38cd4b60e01b8152600160681b90910464ffffffffff169181019190915273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401610f8b565b6001600160401b0382165f9081526007602052604081206109ce908361306a565b5f611db1610dd6565b600354604051631c5da14d60e11b8152600160a01b9091046001600160601b031660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e1d573d5f803e3d5ffd5b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611e4c5750825b90505f826001600160401b03166001148015611e675750303b155b905081158015611e75575080155b15611e935760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ebd57845460ff60401b1916600160401b1785555b611ec78787613075565b8315611f0d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f6107a6825490565b5f80516020615e0d8339815191525f80611f57611f3a611d0b565b8730611f4960045f8a8c6154cf565b611f52916154f6565b613345565b91509150816116085763ffffffff811615611ff257825460ff60a01b1916600160a01b178355611f85611d0b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611fb49392919061552c565b5f604051808303815f87803b158015611fcb575f80fd5b505af1158015611fdd573d5f803e3d5ffd5b5050845460ff60a01b19168555506116089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611294565b8161201f8161344d565b60015460405163167bd39560e01b81526001600160a01b03858116600483015284151560248301529091169063167bd395906044015f604051808303815f87803b15801561206b575f80fd5b505af1158015611f0d573d5f803e3d5ffd5b6040516319bfbe5560e31b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063cdfdf2a8906120b89030908690869060040161556b565b5f6040518083038186803b1580156120ce575f80fd5b505af41580156120e0573d5f803e3d5ffd5b505050506107c28282613481565b801561219f5773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561213b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061215f9190615467565b6001600160401b0383165f908152600460205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b199092169190911790555050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561213b573d5f803e3d5ffd5b5f6121f484848460016137bc565b949350505050565b60025460405162e3db5960e11b81526001600160a01b039182166004820152908516602482015260ff808516604483015283166064820152811515608482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906301c7b6b29060a4015f6040518083038186803b158015612271575f80fd5b505af4158015612283573d5f803e3d5ffd5b5050505050505050565b5f816001600160a01b031663710613986040518163ffffffff1660e01b81526004015f60405180830381865afa1580156122c9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122f091908101906155ba565b90505f826001600160a01b031663775f14b1846001600160a01b0316634322699b6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561233e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061236291906153a3565b6040518263ffffffff1660e01b815260040161238091815260200190565b602060405180830381865afa15801561239b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123bf919061525b565b90505f5b8251811015612471575f8382815181106123df576123df6153ba565b6020026020010151905061240081846001600160401b039081169116141590565b8015612412575061241081611d26565b155b1561246857604051635bfa502760e01b81526001600160401b03821660048201526124689082906001600160a01b03881690635bfa50279060240160c060405180830381865afa1580156109a5573d5f803e3d5ffd5b506001016123c3565b50505050565b5f816001600160a01b03166363fe3b566040518163ffffffff1660e01b81526004015f60405180830381865afa1580156124b3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124da9190810190615649565b90505f805b8251811015612471578281815181106124fa576124fa6153ba565b602002602001015191505f846001600160a01b0316638c5397b0846040518263ffffffff1660e01b815260040161253391815260200190565b5f60405180830381865afa15801561254d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261257491908101906155ba565b90505f5b81518110156125ad576125a58685848481518110612598576125986153ba565b60200260200101516138df565b600101612578565b50506001016124df565b5f80516020615e0d83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b612620610dd6565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015612666573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061268a9190615388565b6126b257604051633b69638960e11b81526001600160a01b0382166004820152602401611294565b6126ba610dd6565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015612700573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272491906156cf565b600360146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b5f816001600160a01b03166368c55b136040518163ffffffff1660e01b81526004015f60405180830381865afa158015612789573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127b091908101906156f5565b90505f5b81518110156129af575f8282815181106127d0576127d06153ba565b602090810291909101015160405163e8eba43560e01b815260ff821660048201529091505f906001600160a01b0386169063e8eba43590602401602060405180830381865afa158015612825573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612849919061525b565b604051632851c47560e11b81526001600160401b03821660048201529091505f906001600160a01b038716906350a388ea906024015f60405180830381865afa158015612898573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128bf9190810190615436565b90506128ca82611d26565b612918576129188273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626128f4613a5c565b60026001876040518563ffffffff1660e01b815260040161098a9493929190615276565b60105460405163d39e604360e01b815260ff8086166004830152600160a01b83041660248201525f916001600160a01b03169063d39e604390604401602060405180830381865afa15801561296f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061299391906153ce565b905061299f8382612c85565b5050600190920191506127b49050565b505050565b612a35600f5f9054906101000a90046001600160a01b0316826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015612a07573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a2e9190810190615436565b60046121e6565b50612a67306040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525060046121e6565b50600f5460408051631a99b41b60e31b81529051612b02926001600160a01b03169163d4cda0d89160048083019260209291908290030181865afa158015612ab1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad591906153ce565b6040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525060046121e6565b50600f5460408051631b776b6960e21b81529051612b99926001600160a01b031691636dddada49160048083019260209291908290030181865afa158015612b4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7091906153ce565b60405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525060046121e6565b50600f5460408051630e0c586d60e01b815290516107c2926001600160a01b031691630e0c586d9160048083019260209291908290030181865afa158015612be3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c0791906153ce565b60405180604001604052806007815260200166149a5cdad4d95d60ca1b81525060046121e6565b6040516303447c0360e41b815260048101839052602481018290525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__90633447c03090604401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b8160015f612c938383613aad565b6001600160401b0385165f908152600460209081526040808320546007909252909120600160481b90910463ffffffff1690612cce90611f16565b10612d1c576001600160401b0385165f8181526004602081905260409182902054915163b6a5795960e01b815290810192909252600160481b900463ffffffff166024820152604401611294565b60026001600160401b0386165f90815260046020526040902054600160401b900460ff166003811115612d5157612d51614db5565b148015612dd55750604051631627905560e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd39190615388565b155b15612df7578484604051632e0816b360e21b8152600401611294929190615480565b6001600160401b0385165f908152600760205260409020612e189085613c6b565b5060015460405163012e238d60e51b81526001600160401b03871660048201526001600160a01b0386811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b158015612e72575f80fd5b505af1158015612e84573d5f803e3d5ffd5b505050507fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb209465f85612eb488613c7f565b604051612ec39392919061583b565b60405180910390a15050505050565b815f80612edf8383613aad565b60026001600160401b0386165f90815260046020526040902054600160401b900460ff166003811115612f1457612f14614db5565b03612f36578484604051632f0aa9d160e21b8152600401611294929190615480565b6001600160401b0385165f908152600760205260409020612f579085613d4f565b50600154604051635be958b160e11b81526001600160a01b039091169063b7d2b16290612f8a9088908890600401615480565b5f604051808303815f87803b158015612fa1575f80fd5b505af1158015612fb3573d5f803e3d5ffd5b505050506001600160401b0385165f908152600460208190526040808320600101549051631623433d60e31b8152918201527f1c620ebc5413cc28f3218717f23bef6a105bfcd51d6093cd7a3e003831bca0e79190869073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015613043573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612eb49190810190615436565b5f6109ce8383613d63565b61307d613d89565b6003546001600160a01b03166130a057600380546001600160a01b031916331790555b6003546001600160a01b031633146130cb5760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015613121573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131459190615388565b61316d5760405163a91c340960e01b81526001600160a01b0383166004820152602401611294565b80515f0361318e5760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b1580156131df575f80fd5b505af11580156131f1573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af415801561324b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326f9190615388565b61329757604051637595cb1960e01b81526001600160a01b0383166004820152602401611294565b6132a082613dd4565b5f6132ab82826158b2565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156132f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061331791906156cf565b600360146101000a8154816001600160601b0302191690836001600160601b031602179055506107c2613de5565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516133b39190615983565b5f60405180830381855afa9150503d805f81146133eb576040519150601f19603f3d011682016040523d82523d5f602084013e6133f0565b606091505b50915091508115613442576040815110613422578080602001905181019061341891906154a2565b9094509250613442565b6020815110613442578080602001905181019061343f9190615388565b93505b505094509492505050565b61345681610f2f565b61347e57604051630a504d9560e11b81526001600160a01b0382166004820152602401611294565b50565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156134c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134ec9190615467565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015613546573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061356a9190615467565b64ffffffffff1660808201526001600160401b038083165f90815260046020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b8360038111156135d9576135d9614db5565b021790555060408281015182546060850151608086015164ffffffffff908116600160901b0264ffffffffff60901b1991909216600160681b0264ffffffffff60681b1963ffffffff909516600160481b029490941671ffffffffffffffffff0000000000000000001990931692909217929092171617825560a092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f908152600583528681209551865499511515600160401b0268ffffffffffffffffff19909a169086161798909817909455600680549687018155875260048087047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039098166008026101000a938402939094021990961691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c9594889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e89261376a92910190815260200190565b5f60405180830381865af4158015613784573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137ab9190810190615436565b60405161260c95949392919061598e565b604051632492398560e11b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a906137fb9030908990899088906004016159e9565b5f6040518083038186803b158015613811575f80fd5b505af4158015613823573d5f803e3d5ffd5b505050506138338585858561401c565b90505f8073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d27e68a98888886040518463ffffffff1660e01b815260040161387293929190615a27565b5f60405180830381865af415801561388c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138b39190810190615a59565b90925090506001600160a01b038216156138d5576138d38282878761401c565b505b5050949350505050565b5f6138ea84836142e2565b5f84815260096020526040812054919250906001600160a01b0316604051631623433d60e31b8152600481018690529091507fdfd442a1eb440602c04166088ded9370d2e67b243ebdfd1ad3b72674c3ba1ee09073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015613977573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261399e9190810190615436565b8285856040516139b19493929190615a9c565b60405180910390a15f84815260096020526040902054613a55906001600160a01b0316604051631e4afbbf60e01b8152600481018790526001600160401b038616602482015284906001600160a01b03891690631e4afbbf906044015f60405180830381865afa158015613a27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a4e9190810190615add565b6001614528565b5050505050565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561139f573d5f803e3d5ffd5b613ab682611d26565b613ade57604051632ed3a17160e11b81526001600160401b0383166004820152602401611294565b60015460408051631d6c8e3f60e21b8152905184926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015613b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b49919061525b565b6001600160401b0316816001600160401b031603613b855760405163079fe26f60e01b81526001600160401b0384166004820152602401611294565b818015613c425750613c4260045f856001600160401b03166001600160401b031681526020019081526020015f205f0160129054906101000a900464ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015613c0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c329190615467565b64ffffffffff9081169116111590565b156129af576040516332d0641160e21b81526001600160401b0384166004820152602401611294565b5f6109ce836001600160a01b038416614582565b6060613c8a82611d26565b15613d25576001600160401b0382165f90815260046020819052604091829020600101549151631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892613ce4920190815260200190565b5f60405180830381865af4158015613cfe573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107a69190810190615436565b505060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015290565b5f6109ce836001600160a01b0384166145ce565b5f825f018281548110613d7857613d786153ba565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16613dd257604051631afcd79f60e31b815260040160405180910390fd5b565b613ddc613d89565b61347e816146b8565b613ded613d89565b613ea7613df8613a5c565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662613e1a613a5c565b60026001613e4460408051808201909152600981526841646d696e526f6c6560b81b602082015290565b6040518563ffffffff1660e01b8152600401613e639493929190615276565b60c060405180830381865af4158015613e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ea291906152d3565b613481565b613fc03060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f3c919061525b565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015613f7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fa2919061525b565b6001600160401b0316815260208101919091526040015f2090613c6b565b50613dd2613fcc6146c9565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662613fee613a5c565b600163ffffffff613e4460408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b5f606061402a868686614709565b909250905061403882611d26565b614062576140628273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626128f4613a5c565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061409b90899060040161500d565b602060405180830381865af41580156140b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140da91906153a3565b905060405180608001604052808281526020018660068111156140ff576140ff614db5565b8152602001846001600160401b0316815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561415a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061417e9190615467565b64ffffffffff1690526001600160a01b0388165f908152600860209081526040909120825181559082015160018083018054909160ff19909116908360068111156141cb576141cb614db5565b02179055506040828101516001928301805460609095015164ffffffffff16600160481b026dffffffffff000000000000000000196001600160401b0390931661010002929092166dffffffffffffffffffffffffff001990951694909417179092555f838152600960205291822080546001600160a01b038b166001600160a01b03199182168117909255600a805493840181559093527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a890910180549092161790556142998388612c85565b7f1101b556b7d95a9c9172145b530e7d77e5d360539f4d260f2ea8cefd96091b685f87868a876040516142d0959493929190615ba3565b60405180910390a15050949350505050565b60405163a217284760e01b81526001600160401b03821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a217284790602401602060405180830381865af415801561433a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061435e9190615388565b156144335761436c82611d26565b61442c5761442c8273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662614396613a5c565b604051632851c47560e11b81526001600160401b03881660048201526002906001906001600160a01b038b16906350a388ea906024015f60405180830381865afa1580156143e6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261440d9190810190615436565b6040518563ffffffff1660e01b815260040161098a9493929190615276565b50806107a6565b604051635bfa502760e01b81526001600160401b03831660048201525f906001600160a01b03851690635bfa50279060240160c060405180830381865afa158015614480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144a491906152d3565b60a00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156144f6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261451d9190810190615436565b90506121f481611610565b80801561454d575061454d8361453c611a6e565b6001600160401b0390811691161490565b1561457657604051636a89b82560e11b81526001600160a01b0385166004820152602401611294565b61247184848484614975565b5f8181526001830160205260408120546145c757508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556107a6565b505f6107a6565b5f81815260018301602052604081205480156146a8575f6145f0600183615bf7565b85549091505f9061460390600190615bf7565b9050808214614662575f865f018281548110614621576146216153ba565b905f5260205f200154905080875f018481548110614641576146416153ba565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061467357614673615c0a565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506107a6565b5f9150506107a6565b5092915050565b6146c0613d89565b61347e816125b7565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401613a92565b5f6060600383600681111561472057614720614db5565b148061473d5750600283600681111561473b5761473b614db5565b145b156147c157604051633530c09b60e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063d4c3026c9061477b9088908790600401615c1e565b602060405180830381865af4158015614796573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147ba919061525b565b91506148f3565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63195746e98685600e5f8860068111156147f2576147f2614db5565b600681111561480357614803614db5565b8152602081019190915260409081015f205490516001600160e01b031960e086901b1681526148409392916001600160401b031690600401615c3b565b602060405180830381865af415801561485b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061487f919061525b565b9150600e5f84600681111561489657614896614db5565b60068111156148a7576148a7614db5565b815260208101919091526040015f90812080546001600160401b0316916148cd83615231565b91906101000a8154816001600160401b0302191690836001600160401b03160217905550505b6040516337c339e560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906337c339e59061492a90879060040161500d565b5f60405180830381865af4158015614944573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261496b9190810190615436565b9050935093915050565b8361497f8161344d565b836001831580614993576149938383613aad565b60015460405163448111d760e01b81526001600160a01b03909116906308d6122d908a9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063448111d7906149e1908c90600401615c6f565b5f60405180830381865af41580156149fb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614a229190810190615ce1565b8a6040518463ffffffff1660e01b8152600401614a4193929190615d70565b5f604051808303815f87803b158015614a58575f80fd5b505af1158015614a6a573d5f803e3d5ffd5b505050505f5b8651811015614aa657614a9e8989898481518110614a9057614a906153ba565b602002602001015189614ab1565b600101614a70565b505050505050505050565b602080830180516001600160a01b0387165f908152600c845260408082206001600160e01b031984168352909452839020855181559151600190920180549386015164ffffffffff166401000000000268ffffffffffffffffff1990941660e09390931c929092179290921790558115614bb2576001600160a01b0385165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198216602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b158015614b97575f80fd5b505af4158015614ba9573d5f803e3d5ffd5b50505050614c3b565b6001600160a01b0385165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198216602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b158015614c24575f80fd5b505af4158015614c36573d5f803e3d5ffd5b505050505b8251604051631623433d60e31b81527f71c0dd58adbf4d883856964979f8473116b2857bb3940628b6a7669a24cb0dff915f91889173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e891614c9c9160040190815260200190565b5f60405180830381865af4158015614cb6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614cdd9190810190615436565b614ce688613c7f565b604051602001614cf7929190615de1565b60408051601f1981840301815290829052612ec393929161583b565b6001600160401b038116811461347e575f80fd5b5f60208284031215614d37575f80fd5b81356109ce81614d13565b6001600160a01b038116811461347e575f80fd5b801515811461347e575f80fd5b5f8060408385031215614d74575f80fd5b8235614d7f81614d42565b91506020830135614d8f81614d56565b809150509250929050565b5f60208284031215614daa575f80fd5b81356109ce81614d42565b634e487b7160e01b5f52602160045260245ffd5b60078110614dd957614dd9614db5565b9052565b815181526020808301516080830191614df890840182614dc9565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015292915050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715614e5957614e59614e23565b60405290565b604051606081016001600160401b0381118282101715614e5957614e59614e23565b604051601f8201601f191681016001600160401b0381118282101715614ea957614ea9614e23565b604052919050565b5f6001600160401b03821115614ec957614ec9614e23565b50601f01601f191660200190565b5f82601f830112614ee6575f80fd5b8135614ef9614ef482614eb1565b614e81565b818152846020838601011115614f0d575f80fd5b816020850160208301375f918101602001919091529392505050565b63ffffffff8116811461347e575f80fd5b5f805f60608486031215614f4c575f80fd5b83356001600160401b03811115614f61575f80fd5b614f6d86828701614ed7565b9350506020840135614f7e81614d13565b91506040840135614f8e81614f29565b809150509250925092565b5f8060408385031215614faa575f80fd5b8235614d7f81614d13565b5f8060408385031215614fc6575f80fd5b8235614fd181614d42565b946020939093013593505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6109ce6020830184614fdf565b5f6020828403121561502f575f80fd5b5035919050565b5f8060408385031215615047575f80fd5b823561505281614d13565b91506020830135614d8f81614d42565b60048110614dd957614dd9614db5565b6001600160401b03815116825260208101516150916020840182615062565b5063ffffffff604082015116604083015264ffffffffff606082015116606083015264ffffffffff608082015116608083015260a081015160a08301525050565b60c081016107a68284615072565b5f80604083850312156150f1575f80fd5b82356150fc81614d42565b915060208301356001600160401b03811115615116575f80fd5b610c6e85828601614ed7565b60ff8116811461347e575f80fd5b5f8060408385031215615141575f80fd5b823561514c81614d42565b91506020830135614d8f81615122565b5f6020828403121561516c575f80fd5b81356109ce81614d56565b5f60208284031215615187575f80fd5b81356001600160401b0381111561519c575f80fd5b6121f484828501614ed7565b5f805f80608085870312156151bb575f80fd5b84356151c681614d42565b935060208501356151d681614d42565b925060408501356151e681614d42565b915060608501356151f681615122565b939692955090935050565b5f8060408385031215615212575f80fd5b8235614fd181614d13565b634e487b7160e01b5f52601160045260245ffd5b5f6001600160401b0382166001600160401b0381036152525761525261521d565b60010192915050565b5f6020828403121561526b575f80fd5b81516109ce81614d13565b6001600160401b038516815261528f6020820185615062565b63ffffffff83166040820152608060608201525f6152b06080830184614fdf565b9695505050505050565b805164ffffffffff811681146152ce575f80fd5b919050565b5f60c08284031280156152e4575f80fd5b506152ed614e37565b82516152f881614d13565b815260208301516004811061530b575f80fd5b6020820152604083015161531e81614f29565b604082015261532f606084016152ba565b6060820152615340608084016152ba565b608082015260a0928301519281019290925250919050565b6001600160e01b03198116811461347e575f80fd5b5f6020828403121561537d575f80fd5b81516109ce81615358565b5f60208284031215615398575f80fd5b81516109ce81614d56565b5f602082840312156153b3575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156153de575f80fd5b81516109ce81614d42565b5f82601f8301126153f8575f80fd5b8151615406614ef482614eb1565b81815284602083860101111561541a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215615446575f80fd5b81516001600160401b0381111561545b575f80fd5b6121f4848285016153e9565b5f60208284031215615477575f80fd5b6109ce826152ba565b6001600160401b039290921682526001600160a01b0316602082015260400190565b5f80604083850312156154b3575f80fd5b82516154be81614d56565b6020840151909250614d8f81614f29565b5f80858511156154dd575f80fd5b838611156154e9575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156146b1576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160a01b03841681526001600160401b038316602082015261010081016121f46040830184615072565b5f6001600160401b038211156155b0576155b0614e23565b5060051b60200190565b5f602082840312156155ca575f80fd5b81516001600160401b038111156155df575f80fd5b8201601f810184136155ef575f80fd5b80516155fd614ef482615598565b8082825260208201915060208360051b85010192508683111561561e575f80fd5b6020840193505b828410156152b057835161563881614d13565b825260209384019390910190615625565b5f60208284031215615659575f80fd5b81516001600160401b0381111561566e575f80fd5b8201601f8101841361567e575f80fd5b805161568c614ef482615598565b8082825260208201915060208360051b8501019250868311156156ad575f80fd5b6020840193505b828410156152b05783518252602093840193909101906156b4565b5f602082840312156156df575f80fd5b81516001600160601b03811681146109ce575f80fd5b5f60208284031215615705575f80fd5b81516001600160401b0381111561571a575f80fd5b8201601f8101841361572a575f80fd5b8051615738614ef482615598565b8082825260208201915060208360051b850101925086831115615759575f80fd5b6020840193505b828410156152b057835161577381615122565b825260209384019390910190615760565b600181811c9082168061579857607f821691505b6020821081036157b657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f81546157c881615784565b8085526001821680156157e257600181146157fe57615832565b60ff1983166020870152602082151560051b8701019350615832565b845f5260205f205f5b838110156158295781546020828a010152600182019150602081019050615807565b87016020019450505b50505092915050565b606081525f61584d60608301866157bc565b6001600160a01b038516602084015282810360408401526152b08185614fdf565b601f8211156129af57805f5260205f20601f840160051c810160208510156158935750805b601f840160051c820191505b81811015613a55575f815560010161589f565b81516001600160401b038111156158cb576158cb614e23565b6158df816158d98454615784565b8461586e565b6020601f821160018114615911575f83156158fa5750848201515b5f19600385901b1c1916600184901b178455613a55565b5f84815260208120601f198516915b828110156159405787850151825560209485019460019092019101615920565b508482101561595d57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518060208401855e5f93019283525090919050565b5f6109ce828461596c565b60a081525f6159a060a08301886157bc565b6001600160401b03871660208401526159bc6040840187615062565b6001600160401b038516606084015282810360808401526159dd8185614fdf565b98975050505050505050565b6001600160a01b038581168252841660208201526080604082018190525f90615a1490830185614fdf565b9050821515606083015295945050505050565b6001600160a01b03841681526060602082018190525f90615a4a90830185614fdf565b90506121f46040830184614dc9565b5f8060408385031215615a6a575f80fd5b8251615a7581614d42565b60208401519092506001600160401b03811115615a90575f80fd5b610c6e858286016153e9565b608081525f615aae6080830187614fdf565b6001600160a01b03959095166020830152506001600160401b0392831660408201529116606090910152919050565b5f60208284031215615aed575f80fd5b81516001600160401b03811115615b02575f80fd5b8201601f81018413615b12575f80fd5b8051615b20614ef482615598565b80828252602082019150602060608402850101925086831115615b41575f80fd5b6020840193505b828410156152b05760608488031215615b5f575f80fd5b615b67614e5f565b845181526020850151615b7981615358565b6020820152615b8a604086016152ba565b6040820152825260609390930192602090910190615b48565b60a081525f615bb560a08301886157bc565b8281036020840152615bc78188614fdf565b951515604084015250506001600160a01b039290921660608301526001600160401b031660809091015292915050565b818103818111156107a6576107a661521d565b634e487b7160e01b5f52603160045260245ffd5b6001600160a01b0383168152604081016109ce6020830184614dc9565b6001600160a01b038416815260608101615c586020830185614dc9565b6001600160401b0383166040830152949350505050565b602080825282518282018190525f918401906040840190835b81811015615cd657615cc0838551805182526020808201516001600160e01b0319169083015260409081015164ffffffffff16910152565b6020939093019260609290920191600101615c88565b509095945050505050565b5f60208284031215615cf1575f80fd5b81516001600160401b03811115615d06575f80fd5b8201601f81018413615d16575f80fd5b8051615d24614ef482615598565b8082825260208201915060208360051b850101925086831115615d45575f80fd5b6020840193505b828410156152b0578351615d5f81615358565b825260209384019390910190615d4c565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b81811015615dc35783516001600160e01b031916835260209384019390920191600101615d9b565b505080925050506001600160401b0383166040830152949350505050565b5f615dec828561596c565b63014149d160e51b8152615e03600482018561596c565b9594505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122014e8db06771801bf1da5226fb80b1b9a184e5753b395059a63dc3a143415c36764736f6c634300081a0033",
|
1817
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106102cb575f3560e01c80637a9e5e4b1161017b578063b3ecf236116100e4578063c6a001791161009e578063dd22b08a11610079578063dd22b08a14610718578063e9b891a814610720578063f399e22e14610748578063f60458ba1461075b575f80fd5b8063c6a00179146106e1578063d5f39488146106f4578063d78a83b114610705575f80fd5b8063b3ecf23614610687578063b41406f91461068f578063b428b0b0146106a2578063b7d2b162146106b5578063ba62fbe4146106c8578063bf7e214f146106d9575f80fd5b80638fb36037116101355780638fb36037146105fe57806396cdfa3f1461061f5780639cad005214610632578063a4e2d63414610645578063a4fe8bff1461064d578063aa689ae514610660575f80fd5b80637a9e5e4b146105aa5780637f0cf947146105bd5780638308ceb1146105d057806386892313146105d857806387c73e5a146105eb5780638e5bc29314610567575f80fd5b80633fd8556111610237578063605aa10a116101f157806366c3bc95116101cc57806366c3bc95146105545780636bd1c0eb14610567578063728a61a81461057857806376b707b71461058b575f80fd5b8063605aa10a14610502578063608b081e1461051557806366704a7d14610541575f80fd5b80633fd855611461047b578063480cebd11461048e57806354daf4c9146104a15780635ab1bd53146104c75780635bfa5027146104cf5780635fa8aad4146104ef575f80fd5b806326d60fb41161028857806326d60fb4146103bc57806326decd40146103c45780632f8ade12146103e75780633406b1521461042057806335471f8014610460578063392f5f6414610473575f80fd5b806303014974146102cf5780630d996331146102f557806312e1ebc51461030a5780631f481d641461032a57806323dff7921461035557806324913ce614610368575b5f80fd5b6102e26102dd366004614d27565b610786565b6040519081526020015b60405180910390f35b610308610303366004614d63565b6107ac565b005b61031d610318366004614d9a565b6107c6565b6040516102ec9190614ddd565b61033d610338366004614f3a565b610872565b6040516001600160401b0390911681526020016102ec565b610308610363366004614f99565b6109d5565b61037b610376366004614fb5565b6109e8565b60408051835181526020808501516001600160e01b031916908201529281015164ffffffffff16908301526001600160401b031660608201526080016102ec565b600a546102e2565b6103d76103d2366004614d9a565b610c78565b60405190151581526020016102ec565b6104136040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525081565b6040516102ec919061500d565b61044861042e36600461501f565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020016102ec565b6102e261046e366004614d9a565b610ce4565b6006546102e2565b61033d61048936600461501f565b610d6e565b6103d761049c366004615036565b610db0565b61041360405180604001604052806007815260200166149a5cdad4d95d60ca1b81525081565b610448610dd6565b6104e26104dd366004614d27565b610e46565b6040516102ec91906150d2565b61033d6104fd3660046150e0565b610f19565b6103d7610510366004614d9a565b610f2f565b6104136040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525081565b61030861054f366004615130565b610fa6565b6103d7610562366004614d27565b61117e565b6002546001600160a01b0316610448565b61044861058636600461501f565b611226565b601054600160a01b900460ff1660405160ff90911681526020016102ec565b6103086105b8366004614d9a565b611254565b6103d76105cb366004615036565b6112db565b61033d611358565b6103086105e6366004614d63565b6113c3565b6103d76105f9366004614d27565b61147d565b6106066114ba565b6040516001600160e01b031990911681526020016102ec565b61030861062d36600461515c565b6114f0565b61033d610640366004615177565b611610565b6103d76116a9565b61030861065b3660046151a8565b611714565b61041360405180604001604052806008815260200167496e7374616e636560c01b81525081565b61033d611a6e565b6103d761069d36600461501f565b611ab5565b6103086106b0366004615036565b611ce5565b6103086106c3366004615036565b611cf8565b6012546001600160401b031661033d565b610448611d0b565b6103d76106ef366004614d27565b611d26565b6003546001600160a01b0316610448565b610448610713366004615201565b611d87565b610448611da8565b61041360405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525081565b6103086107563660046150e0565b611e08565b600354600160a01b90046001600160601b03166040516001600160601b0390911681526020016102ec565b6001600160401b0381165f9081526007602052604081206107a690611f16565b92915050565b6107b8335b5f36611f1f565b6107c28282612015565b5050565b60408051608080820183525f8083526020808401829052838501829052606084018290526001600160a01b038616825260088152908490208451928301909452835482526001840154929391929083019060ff16600681111561082b5761082b614db5565b600681111561083c5761083c614db5565b81526001919091015461010081046001600160401b03166020830152600160481b900464ffffffffff1660409091015292915050565b5f61087c336107b1565b6010805473__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91635b55eef291600160a81b90046001600160401b03169060156108b883615231565b91906101000a8154816001600160401b0302191690836001600160401b031602179055506040518263ffffffff1660e01b815260040161090791906001600160401b0391909116815260200190565b602060405180830381865af4158015610922573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610946919061525b565b90506109ce8173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662866003878a6040518563ffffffff1660e01b815260040161098a9493929190615276565b60c060405180830381865af41580156109a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c991906152d3565b61207d565b9392505050565b6109de336107b1565b6107c282826120ee565b604080516060810182525f80825260208083018290528284018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af4158015610a70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a94919061536d565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516060810184528154815260019182015460e081901b9096169481019490945264010000000090940464ffffffffff168383015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__926368aebf7b921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610b76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b9a919061536d565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa158015610be4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c08919061525b565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610c4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6e919061525b565b9150509250929050565b60015460405163a166aa8960e01b81526001600160a01b0383811660048301525f92169063a166aa8990602401602060405180830381865afa158015610cc0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a69190615388565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610d4a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107a691906153a3565b5f60068281548110610d8257610d826153ba565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b6001600160401b038083165f9081526004602052604081205490916109ce9116836112db565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e4191906153ce565b905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600482529185902085519384019095528454918216835292939192830190600160401b900460ff166003811115610ebe57610ebe614db5565b6003811115610ecf57610ecf614db5565b8152815463ffffffff600160481b820416602083015264ffffffffff600160681b820481166040840152600160901b90910416606082015260019091015460809091015292915050565b5f610f23336107b1565b6109ce838360066121e6565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160481b90910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b906024015b602060405180830381865af4158015610cc0573d5f803e3d5ffd5b610faf336107b1565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__639b7ec44c610fd1610dd6565b6040516001600160e01b031960e084901b1681526001600160a01b039182166004820152908516602482015260ff841660448201526064015f6040518083038186803b15801561101f575f80fd5b505af4158015611031573d5f803e3d5ffd5b505050505f8290505f816001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611076573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109a91906153ce565b90506110bb81846110b560105460ff600160a01b9091041690565b5f6121fc565b6110c48161228d565b61113184826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015611103573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261112a9190810190615436565b60056121e6565b5061113b81612477565b601280546001600160401b0316905f61115383615231565b91906101000a8154816001600160401b0302191690836001600160401b031602179055505050505050565b6001600160401b0381165f9081526004602081815260408084205481516356db0c1960e11b815291516107a694600160901b90920464ffffffffff169373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb618329381810193918290030181865af41580156111f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112179190615467565b64ffffffffff90811691161190565b5f600a828154811061123a5761123a6153ba565b5f918252602090912001546001600160a01b031692915050565b3361125d611d0b565b6001600160a01b0316816001600160a01b03161461129d5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036112d2576040516361798f2f60e11b81526001600160a01b0383166004820152602401611294565b6107c2826125b7565b6001546040516368fc2b7760e11b81525f9182916001600160a01b039091169063d1f856ee906113119087908790600401615480565b6040805180830381865afa15801561132b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061134f91906154a2565b50949350505050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa15801561139f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e41919061525b565b6010546001600160a01b031663d39e6043600a601054600160a01b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611426573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061144a91906153ce565b6001600160a01b0316336001600160a01b0316146107b857604051635567e6d160e11b8152336004820152602401611294565b5f60036001600160401b0383165f90815260046020526040902054600160401b900460ff1660038111156114b3576114b3614db5565b1492915050565b5f80516020615e0d83398151915280545f9190600160a01b900460ff166114e1575f6114ea565b638fb3603760e01b5b91505090565b6010546001600160a01b031663d39e6043600a601054600160a01b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611553573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157791906153ce565b6001600160a01b0316336001600160a01b0316146115aa57604051635567e6d160e11b8152336004820152602401611294565b5f6115b3611d0b565b60405163108f145b60e11b815283151560048201529091506001600160a01b0382169063211e28b6906024015f604051808303815f87803b1580156115f6575f80fd5b505af1158015611608573d5f803e3d5ffd5b505050505050565b5f60055f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b815260040161164b919061500d565b602060405180830381865af4158015611666573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168a91906153a3565b815260208101919091526040015f20546001600160401b031692915050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa1580156116f0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e419190615388565b604051632b10f60d60e21b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015611764573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061178891906153a3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff16806117cd575080546001600160401b03808416911610155b156117eb5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556003546001600160a01b031661182f57600380546001600160a01b031916331790555b6003546001600160a01b0316331461185a5760405163410f583d60e11b815260040160405180910390fd5b604080516326dfb11360e21b81526001600160a01b03808916600483015287166024820152600a6044820152905173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__91639b7ec44c916064808301925f929190829003018186803b1580156118c1575f80fd5b505af41580156118d3573d5f803e3d5ffd5b505050506118df611d0b565b604051630f6c67a360e11b81526001600160a01b03888116600483015260ff861660248301529190911690631ed8cf46906044015f604051808303815f87803b15801561192a575f80fd5b505af115801561193c573d5f803e3d5ffd5b505050506119548461194c600a90565b8560016121fc565b60108054600f80546001600160a01b03199081166001600160a01b038a811691909117909255600280549091168883161790556012805467ffffffffffffffff1916905588166001600160a81b031990911617600160a01b60ff8616021767ffffffffffffffff60a81b191690556119cb85612618565b6002546119e0906001600160a01b031661274d565b6002546119f5906001600160a01b03166129b4565b600254611a0a906001600160a01b031661228d565b600254611a1f906001600160a01b0316612477565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa15801561139f573d5f803e3d5ffd5b5f611b5a8273__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69611afa60408051808201909152600981526841646d696e526f6c6560b81b602082015290565b6040518263ffffffff1660e01b8152600401611b16919061500d565b602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5591906153a3565b612c2e565b80611ba55750611ba58273__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69611afa60408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b15611bb257506001919050565b5f828152600560205260409081902054905163015c60ad60e21b81526001600160401b03909116600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063057182b490602401602060405180830381865af4158015611c1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3f9190615388565b15611c4c57505f92915050565b6001600160401b0381165f90815260046020819052604091829020549151638d38cd4b60e01b8152600160681b90920464ffffffffff169082015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ce9190615388565b611cee336107b1565b6107c28282612c85565b611d01336107b1565b6107c28282612ed2565b5f80516020615e0d833981519152546001600160a01b031690565b6001600160401b0381165f908152600460208190526040808320549051638d38cd4b60e01b8152600160681b90910464ffffffffff169181019190915273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401610f8b565b6001600160401b0382165f9081526007602052604081206109ce908361306a565b5f611db1610dd6565b600354604051631c5da14d60e11b8152600160a01b9091046001600160601b031660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e1d573d5f803e3d5ffd5b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611e4c5750825b90505f826001600160401b03166001148015611e675750303b155b905081158015611e75575080155b15611e935760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ebd57845460ff60401b1916600160401b1785555b611ec78787613075565b8315611f0d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f6107a6825490565b5f80516020615e0d8339815191525f80611f57611f3a611d0b565b8730611f4960045f8a8c6154cf565b611f52916154f6565b613345565b91509150816116085763ffffffff811615611ff257825460ff60a01b1916600160a01b178355611f85611d0b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611fb49392919061552c565b5f604051808303815f87803b158015611fcb575f80fd5b505af1158015611fdd573d5f803e3d5ffd5b5050845460ff60a01b19168555506116089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611294565b8161201f8161344d565b60015460405163167bd39560e01b81526001600160a01b03858116600483015284151560248301529091169063167bd395906044015f604051808303815f87803b15801561206b575f80fd5b505af1158015611f0d573d5f803e3d5ffd5b6040516319bfbe5560e31b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063cdfdf2a8906120b89030908690869060040161556b565b5f6040518083038186803b1580156120ce575f80fd5b505af41580156120e0573d5f803e3d5ffd5b505050506107c28282613481565b801561219f5773__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561213b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061215f9190615467565b6001600160401b0383165f908152600460205260409020805464ffffffffff92909216600160901b0264ffffffffff60901b199092169190911790555050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561213b573d5f803e3d5ffd5b5f6121f484848460016137bc565b949350505050565b60025460405162e3db5960e11b81526001600160a01b039182166004820152908516602482015260ff808516604483015283166064820152811515608482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906301c7b6b29060a4015f6040518083038186803b158015612271575f80fd5b505af4158015612283573d5f803e3d5ffd5b5050505050505050565b5f816001600160a01b031663710613986040518163ffffffff1660e01b81526004015f60405180830381865afa1580156122c9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122f091908101906155ba565b90505f826001600160a01b031663775f14b1846001600160a01b0316634322699b6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561233e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061236291906153a3565b6040518263ffffffff1660e01b815260040161238091815260200190565b602060405180830381865afa15801561239b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123bf919061525b565b90505f5b8251811015612471575f8382815181106123df576123df6153ba565b6020026020010151905061240081846001600160401b039081169116141590565b8015612412575061241081611d26565b155b1561246857604051635bfa502760e01b81526001600160401b03821660048201526124689082906001600160a01b03881690635bfa50279060240160c060405180830381865afa1580156109a5573d5f803e3d5ffd5b506001016123c3565b50505050565b5f816001600160a01b03166363fe3b566040518163ffffffff1660e01b81526004015f60405180830381865afa1580156124b3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124da9190810190615649565b90505f805b8251811015612471578281815181106124fa576124fa6153ba565b602002602001015191505f846001600160a01b0316638c5397b0846040518263ffffffff1660e01b815260040161253391815260200190565b5f60405180830381865afa15801561254d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261257491908101906155ba565b90505f5b81518110156125ad576125a58685848481518110612598576125986153ba565b60200260200101516138df565b600101612578565b50506001016124df565b5f80516020615e0d83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b612620610dd6565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015612666573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061268a9190615388565b6126b257604051633b69638960e11b81526001600160a01b0382166004820152602401611294565b6126ba610dd6565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015612700573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272491906156cf565b600360146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b5f816001600160a01b03166368c55b136040518163ffffffff1660e01b81526004015f60405180830381865afa158015612789573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127b091908101906156f5565b90505f5b81518110156129af575f8282815181106127d0576127d06153ba565b602090810291909101015160405163e8eba43560e01b815260ff821660048201529091505f906001600160a01b0386169063e8eba43590602401602060405180830381865afa158015612825573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612849919061525b565b604051632851c47560e11b81526001600160401b03821660048201529091505f906001600160a01b038716906350a388ea906024015f60405180830381865afa158015612898573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128bf9190810190615436565b90506128ca82611d26565b612918576129188273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626128f4613a5c565b60026001876040518563ffffffff1660e01b815260040161098a9493929190615276565b60105460405163d39e604360e01b815260ff8086166004830152600160a01b83041660248201525f916001600160a01b03169063d39e604390604401602060405180830381865afa15801561296f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061299391906153ce565b905061299f8382612c85565b5050600190920191506127b49050565b505050565b612a35600f5f9054906101000a90046001600160a01b0316826001600160a01b031663f1d010276040518163ffffffff1660e01b81526004015f60405180830381865afa158015612a07573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a2e9190810190615436565b60046121e6565b50612a67306040518060400160405280600d81526020016c24b739ba30b731b2a0b236b4b760991b81525060046121e6565b50600f5460408051631a99b41b60e31b81529051612b02926001600160a01b03169163d4cda0d89160048083019260209291908290030181865afa158015612ab1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad591906153ce565b6040518060400160405280600d81526020016c496e7374616e636553746f726560981b81525060046121e6565b50600f5460408051631b776b6960e21b81529051612b99926001600160a01b031691636dddada49160048083019260209291908290030181865afa158015612b4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7091906153ce565b60405180604001604052806009815260200168109d5b991b1954d95d60ba1b81525060046121e6565b50600f5460408051630e0c586d60e01b815290516107c2926001600160a01b031691630e0c586d9160048083019260209291908290030181865afa158015612be3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c0791906153ce565b60405180604001604052806007815260200166149a5cdad4d95d60ca1b81525060046121e6565b6040516303447c0360e41b815260048101839052602481018290525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__90633447c03090604401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b8160015f612c938383613aad565b6001600160401b0385165f908152600460209081526040808320546007909252909120600160481b90910463ffffffff1690612cce90611f16565b10612d1c576001600160401b0385165f8181526004602081905260409182902054915163b6a5795960e01b815290810192909252600160481b900463ffffffff166024820152604401611294565b60026001600160401b0386165f90815260046020526040902054600160401b900460ff166003811115612d5157612d51614db5565b148015612dd55750604051631627905560e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd39190615388565b155b15612df7578484604051632e0816b360e21b8152600401611294929190615480565b6001600160401b0385165f908152600760205260409020612e189085613c6b565b5060015460405163012e238d60e51b81526001600160401b03871660048201526001600160a01b0386811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b158015612e72575f80fd5b505af1158015612e84573d5f803e3d5ffd5b505050507fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb209465f85612eb488613c7f565b604051612ec39392919061583b565b60405180910390a15050505050565b815f80612edf8383613aad565b60026001600160401b0386165f90815260046020526040902054600160401b900460ff166003811115612f1457612f14614db5565b03612f36578484604051632f0aa9d160e21b8152600401611294929190615480565b6001600160401b0385165f908152600760205260409020612f579085613d4f565b50600154604051635be958b160e11b81526001600160a01b039091169063b7d2b16290612f8a9088908890600401615480565b5f604051808303815f87803b158015612fa1575f80fd5b505af1158015612fb3573d5f803e3d5ffd5b505050506001600160401b0385165f908152600460208190526040808320600101549051631623433d60e31b8152918201527f1c620ebc5413cc28f3218717f23bef6a105bfcd51d6093cd7a3e003831bca0e79190869073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015613043573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612eb49190810190615436565b5f6109ce8383613d63565b61307d613d89565b6003546001600160a01b03166130a057600380546001600160a01b031916331790555b6003546001600160a01b031633146130cb5760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015613121573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131459190615388565b61316d5760405163a91c340960e01b81526001600160a01b0383166004820152602401611294565b80515f0361318e5760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b1580156131df575f80fd5b505af11580156131f1573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af415801561324b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326f9190615388565b61329757604051637595cb1960e01b81526001600160a01b0383166004820152602401611294565b6132a082613dd4565b5f6132ab82826158b2565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156132f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061331791906156cf565b600360146101000a8154816001600160601b0302191690836001600160601b031602179055506107c2613de5565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516133b39190615983565b5f60405180830381855afa9150503d805f81146133eb576040519150601f19603f3d011682016040523d82523d5f602084013e6133f0565b606091505b50915091508115613442576040815110613422578080602001905181019061341891906154a2565b9094509250613442565b6020815110613442578080602001905181019061343f9190615388565b93505b505094509492505050565b61345681610f2f565b61347e57604051630a504d9560e11b81526001600160a01b0382166004820152602401611294565b50565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156134c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134ec9190615467565b64ffffffffff16606082015260408051636ac5db1960e01b8152905173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__91636ac5db199160048083019260209291908290030181865af4158015613546573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061356a9190615467565b64ffffffffff1660808201526001600160401b038083165f90815260046020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b8360038111156135d9576135d9614db5565b021790555060408281015182546060850151608086015164ffffffffff908116600160901b0264ffffffffff60901b1991909216600160681b0264ffffffffff60681b1963ffffffff909516600160481b029490941671ffffffffffffffffff0000000000000000001990931692909217929092171617825560a092830151600192830155805180820182526001600160401b03808716808352602080840186815296880180515f908152600583528681209551865499511515600160401b0268ffffffffffffffffff19909a169086161798909817909455600680549687018155875260048087047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039098166008026101000a938402939094021990961691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c9594889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e89261376a92910190815260200190565b5f60405180830381865af4158015613784573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526137ab9190810190615436565b60405161260c95949392919061598e565b604051632492398560e11b81525f9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a906137fb9030908990899088906004016159e9565b5f6040518083038186803b158015613811575f80fd5b505af4158015613823573d5f803e3d5ffd5b505050506138338585858561401c565b90505f8073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63d27e68a98888886040518463ffffffff1660e01b815260040161387293929190615a27565b5f60405180830381865af415801561388c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138b39190810190615a59565b90925090506001600160a01b038216156138d5576138d38282878761401c565b505b5050949350505050565b5f6138ea84836142e2565b5f84815260096020526040812054919250906001600160a01b0316604051631623433d60e31b8152600481018690529091507fdfd442a1eb440602c04166088ded9370d2e67b243ebdfd1ad3b72674c3ba1ee09073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015613977573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261399e9190810190615436565b8285856040516139b19493929190615a9c565b60405180910390a15f84815260096020526040902054613a55906001600160a01b0316604051631e4afbbf60e01b8152600481018790526001600160401b038616602482015284906001600160a01b03891690631e4afbbf906044015f60405180830381865afa158015613a27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a4e9190810190615add565b6001614528565b5050505050565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561139f573d5f803e3d5ffd5b613ab682611d26565b613ade57604051632ed3a17160e11b81526001600160401b0383166004820152602401611294565b60015460408051631d6c8e3f60e21b8152905184926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015613b25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b49919061525b565b6001600160401b0316816001600160401b031603613b855760405163079fe26f60e01b81526001600160401b0384166004820152602401611294565b818015613c425750613c4260045f856001600160401b03166001600160401b031681526020019081526020015f205f0160129054906101000a900464ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015613c0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c329190615467565b64ffffffffff9081169116111590565b156129af576040516332d0641160e21b81526001600160401b0384166004820152602401611294565b5f6109ce836001600160a01b038416614582565b6060613c8a82611d26565b15613d25576001600160401b0382165f90815260046020819052604091829020600101549151631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e892613ce4920190815260200190565b5f60405180830381865af4158015613cfe573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107a69190810190615436565b505060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015290565b5f6109ce836001600160a01b0384166145ce565b5f825f018281548110613d7857613d786153ba565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16613dd257604051631afcd79f60e31b815260040160405180910390fd5b565b613ddc613d89565b61347e816146b8565b613ded613d89565b613ea7613df8613a5c565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662613e1a613a5c565b60026001613e4460408051808201909152600981526841646d696e526f6c6560b81b602082015290565b6040518563ffffffff1660e01b8152600401613e639493929190615276565b60c060405180830381865af4158015613e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ea291906152d3565b613481565b613fc03060075f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613f18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f3c919061525b565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015613f7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fa2919061525b565b6001600160401b0316815260208101919091526040015f2090613c6b565b50613dd2613fcc6146c9565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662613fee613a5c565b600163ffffffff613e4460408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b5f606061402a868686614709565b909250905061403882611d26565b614062576140628273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626128f4613a5c565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061409b90899060040161500d565b602060405180830381865af41580156140b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140da91906153a3565b905060405180608001604052808281526020018660068111156140ff576140ff614db5565b8152602001846001600160401b0316815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561415a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061417e9190615467565b64ffffffffff1690526001600160a01b0388165f908152600860209081526040909120825181559082015160018083018054909160ff19909116908360068111156141cb576141cb614db5565b02179055506040828101516001928301805460609095015164ffffffffff16600160481b026dffffffffff000000000000000000196001600160401b0390931661010002929092166dffffffffffffffffffffffffff001990951694909417179092555f838152600960205291822080546001600160a01b038b166001600160a01b03199182168117909255600a805493840181559093527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a890910180549092161790556142998388612c85565b7f1101b556b7d95a9c9172145b530e7d77e5d360539f4d260f2ea8cefd96091b685f87868a876040516142d0959493929190615ba3565b60405180910390a15050949350505050565b60405163a217284760e01b81526001600160401b03821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063a217284790602401602060405180830381865af415801561433a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061435e9190615388565b156144335761436c82611d26565b61442c5761442c8273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662614396613a5c565b604051632851c47560e11b81526001600160401b03881660048201526002906001906001600160a01b038b16906350a388ea906024015f60405180830381865afa1580156143e6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261440d9190810190615436565b6040518563ffffffff1660e01b815260040161098a9493929190615276565b50806107a6565b604051635bfa502760e01b81526001600160401b03831660048201525f906001600160a01b03851690635bfa50279060240160c060405180830381865afa158015614480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144a491906152d3565b60a00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156144f6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261451d9190810190615436565b90506121f481611610565b80801561454d575061454d8361453c611a6e565b6001600160401b0390811691161490565b1561457657604051636a89b82560e11b81526001600160a01b0385166004820152602401611294565b61247184848484614975565b5f8181526001830160205260408120546145c757508154600181810184555f8481526020808220909301849055845484825282860190935260409020919091556107a6565b505f6107a6565b5f81815260018301602052604081205480156146a8575f6145f0600183615bf7565b85549091505f9061460390600190615bf7565b9050808214614662575f865f018281548110614621576146216153ba565b905f5260205f200154905080875f018481548110614641576146416153ba565b5f918252602080832090910192909255918252600188019052604090208390555b855486908061467357614673615c0a565b600190038181905f5260205f20015f90559055856001015f8681526020019081526020015f205f9055600193505050506107a6565b5f9150506107a6565b5092915050565b6146c0613d89565b61347e816125b7565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401613a92565b5f6060600383600681111561472057614720614db5565b148061473d5750600283600681111561473b5761473b614db5565b145b156147c157604051633530c09b60e21b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063d4c3026c9061477b9088908790600401615c1e565b602060405180830381865af4158015614796573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147ba919061525b565b91506148f3565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__63195746e98685600e5f8860068111156147f2576147f2614db5565b600681111561480357614803614db5565b8152602081019190915260409081015f205490516001600160e01b031960e086901b1681526148409392916001600160401b031690600401615c3b565b602060405180830381865af415801561485b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061487f919061525b565b9150600e5f84600681111561489657614896614db5565b60068111156148a7576148a7614db5565b815260208101919091526040015f90812080546001600160401b0316916148cd83615231565b91906101000a8154816001600160401b0302191690836001600160401b03160217905550505b6040516337c339e560e01b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906337c339e59061492a90879060040161500d565b5f60405180830381865af4158015614944573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261496b9190810190615436565b9050935093915050565b8361497f8161344d565b836001831580614993576149938383613aad565b60015460405163448111d760e01b81526001600160a01b03909116906308d6122d908a9073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063448111d7906149e1908c90600401615c6f565b5f60405180830381865af41580156149fb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614a229190810190615ce1565b8a6040518463ffffffff1660e01b8152600401614a4193929190615d70565b5f604051808303815f87803b158015614a58575f80fd5b505af1158015614a6a573d5f803e3d5ffd5b505050505f5b8651811015614aa657614a9e8989898481518110614a9057614a906153ba565b602002602001015189614ab1565b600101614a70565b505050505050505050565b602080830180516001600160a01b0387165f908152600c845260408082206001600160e01b031984168352909452839020855181559151600190920180549386015164ffffffffff166401000000000268ffffffffffffffffff1990941660e09390931c929092179290921790558115614bb2576001600160a01b0385165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198216602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b158015614b97575f80fd5b505af4158015614ba9573d5f803e3d5ffd5b50505050614c3b565b6001600160a01b0385165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198216602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b158015614c24575f80fd5b505af4158015614c36573d5f803e3d5ffd5b505050505b8251604051631623433d60e31b81527f71c0dd58adbf4d883856964979f8473116b2857bb3940628b6a7669a24cb0dff915f91889173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e891614c9c9160040190815260200190565b5f60405180830381865af4158015614cb6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614cdd9190810190615436565b614ce688613c7f565b604051602001614cf7929190615de1565b60408051601f1981840301815290829052612ec393929161583b565b6001600160401b038116811461347e575f80fd5b5f60208284031215614d37575f80fd5b81356109ce81614d13565b6001600160a01b038116811461347e575f80fd5b801515811461347e575f80fd5b5f8060408385031215614d74575f80fd5b8235614d7f81614d42565b91506020830135614d8f81614d56565b809150509250929050565b5f60208284031215614daa575f80fd5b81356109ce81614d42565b634e487b7160e01b5f52602160045260245ffd5b60078110614dd957614dd9614db5565b9052565b815181526020808301516080830191614df890840182614dc9565b506001600160401b03604084015116604083015264ffffffffff606084015116606083015292915050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715614e5957614e59614e23565b60405290565b604051606081016001600160401b0381118282101715614e5957614e59614e23565b604051601f8201601f191681016001600160401b0381118282101715614ea957614ea9614e23565b604052919050565b5f6001600160401b03821115614ec957614ec9614e23565b50601f01601f191660200190565b5f82601f830112614ee6575f80fd5b8135614ef9614ef482614eb1565b614e81565b818152846020838601011115614f0d575f80fd5b816020850160208301375f918101602001919091529392505050565b63ffffffff8116811461347e575f80fd5b5f805f60608486031215614f4c575f80fd5b83356001600160401b03811115614f61575f80fd5b614f6d86828701614ed7565b9350506020840135614f7e81614d13565b91506040840135614f8e81614f29565b809150509250925092565b5f8060408385031215614faa575f80fd5b8235614d7f81614d13565b5f8060408385031215614fc6575f80fd5b8235614fd181614d42565b946020939093013593505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6109ce6020830184614fdf565b5f6020828403121561502f575f80fd5b5035919050565b5f8060408385031215615047575f80fd5b823561505281614d13565b91506020830135614d8f81614d42565b60048110614dd957614dd9614db5565b6001600160401b03815116825260208101516150916020840182615062565b5063ffffffff604082015116604083015264ffffffffff606082015116606083015264ffffffffff608082015116608083015260a081015160a08301525050565b60c081016107a68284615072565b5f80604083850312156150f1575f80fd5b82356150fc81614d42565b915060208301356001600160401b03811115615116575f80fd5b610c6e85828601614ed7565b60ff8116811461347e575f80fd5b5f8060408385031215615141575f80fd5b823561514c81614d42565b91506020830135614d8f81615122565b5f6020828403121561516c575f80fd5b81356109ce81614d56565b5f60208284031215615187575f80fd5b81356001600160401b0381111561519c575f80fd5b6121f484828501614ed7565b5f805f80608085870312156151bb575f80fd5b84356151c681614d42565b935060208501356151d681614d42565b925060408501356151e681614d42565b915060608501356151f681615122565b939692955090935050565b5f8060408385031215615212575f80fd5b8235614fd181614d13565b634e487b7160e01b5f52601160045260245ffd5b5f6001600160401b0382166001600160401b0381036152525761525261521d565b60010192915050565b5f6020828403121561526b575f80fd5b81516109ce81614d13565b6001600160401b038516815261528f6020820185615062565b63ffffffff83166040820152608060608201525f6152b06080830184614fdf565b9695505050505050565b805164ffffffffff811681146152ce575f80fd5b919050565b5f60c08284031280156152e4575f80fd5b506152ed614e37565b82516152f881614d13565b815260208301516004811061530b575f80fd5b6020820152604083015161531e81614f29565b604082015261532f606084016152ba565b6060820152615340608084016152ba565b608082015260a0928301519281019290925250919050565b6001600160e01b03198116811461347e575f80fd5b5f6020828403121561537d575f80fd5b81516109ce81615358565b5f60208284031215615398575f80fd5b81516109ce81614d56565b5f602082840312156153b3575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156153de575f80fd5b81516109ce81614d42565b5f82601f8301126153f8575f80fd5b8151615406614ef482614eb1565b81815284602083860101111561541a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215615446575f80fd5b81516001600160401b0381111561545b575f80fd5b6121f4848285016153e9565b5f60208284031215615477575f80fd5b6109ce826152ba565b6001600160401b039290921682526001600160a01b0316602082015260400190565b5f80604083850312156154b3575f80fd5b82516154be81614d56565b6020840151909250614d8f81614f29565b5f80858511156154dd575f80fd5b838611156154e9575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156146b1576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160a01b03841681526001600160401b038316602082015261010081016121f46040830184615072565b5f6001600160401b038211156155b0576155b0614e23565b5060051b60200190565b5f602082840312156155ca575f80fd5b81516001600160401b038111156155df575f80fd5b8201601f810184136155ef575f80fd5b80516155fd614ef482615598565b8082825260208201915060208360051b85010192508683111561561e575f80fd5b6020840193505b828410156152b057835161563881614d13565b825260209384019390910190615625565b5f60208284031215615659575f80fd5b81516001600160401b0381111561566e575f80fd5b8201601f8101841361567e575f80fd5b805161568c614ef482615598565b8082825260208201915060208360051b8501019250868311156156ad575f80fd5b6020840193505b828410156152b05783518252602093840193909101906156b4565b5f602082840312156156df575f80fd5b81516001600160601b03811681146109ce575f80fd5b5f60208284031215615705575f80fd5b81516001600160401b0381111561571a575f80fd5b8201601f8101841361572a575f80fd5b8051615738614ef482615598565b8082825260208201915060208360051b850101925086831115615759575f80fd5b6020840193505b828410156152b057835161577381615122565b825260209384019390910190615760565b600181811c9082168061579857607f821691505b6020821081036157b657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f81546157c881615784565b8085526001821680156157e257600181146157fe57615832565b60ff1983166020870152602082151560051b8701019350615832565b845f5260205f205f5b838110156158295781546020828a010152600182019150602081019050615807565b87016020019450505b50505092915050565b606081525f61584d60608301866157bc565b6001600160a01b038516602084015282810360408401526152b08185614fdf565b601f8211156129af57805f5260205f20601f840160051c810160208510156158935750805b601f840160051c820191505b81811015613a55575f815560010161589f565b81516001600160401b038111156158cb576158cb614e23565b6158df816158d98454615784565b8461586e565b6020601f821160018114615911575f83156158fa5750848201515b5f19600385901b1c1916600184901b178455613a55565b5f84815260208120601f198516915b828110156159405787850151825560209485019460019092019101615920565b508482101561595d57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518060208401855e5f93019283525090919050565b5f6109ce828461596c565b60a081525f6159a060a08301886157bc565b6001600160401b03871660208401526159bc6040840187615062565b6001600160401b038516606084015282810360808401526159dd8185614fdf565b98975050505050505050565b6001600160a01b038581168252841660208201526080604082018190525f90615a1490830185614fdf565b9050821515606083015295945050505050565b6001600160a01b03841681526060602082018190525f90615a4a90830185614fdf565b90506121f46040830184614dc9565b5f8060408385031215615a6a575f80fd5b8251615a7581614d42565b60208401519092506001600160401b03811115615a90575f80fd5b610c6e858286016153e9565b608081525f615aae6080830187614fdf565b6001600160a01b03959095166020830152506001600160401b0392831660408201529116606090910152919050565b5f60208284031215615aed575f80fd5b81516001600160401b03811115615b02575f80fd5b8201601f81018413615b12575f80fd5b8051615b20614ef482615598565b80828252602082019150602060608402850101925086831115615b41575f80fd5b6020840193505b828410156152b05760608488031215615b5f575f80fd5b615b67614e5f565b845181526020850151615b7981615358565b6020820152615b8a604086016152ba565b6040820152825260609390930192602090910190615b48565b60a081525f615bb560a08301886157bc565b8281036020840152615bc78188614fdf565b951515604084015250506001600160a01b039290921660608301526001600160401b031660809091015292915050565b818103818111156107a6576107a661521d565b634e487b7160e01b5f52603160045260245ffd5b6001600160a01b0383168152604081016109ce6020830184614dc9565b6001600160a01b038416815260608101615c586020830185614dc9565b6001600160401b0383166040830152949350505050565b602080825282518282018190525f918401906040840190835b81811015615cd657615cc0838551805182526020808201516001600160e01b0319169083015260409081015164ffffffffff16910152565b6020939093019260609290920191600101615c88565b509095945050505050565b5f60208284031215615cf1575f80fd5b81516001600160401b03811115615d06575f80fd5b8201601f81018413615d16575f80fd5b8051615d24614ef482615598565b8082825260208201915060208360051b850101925086831115615d45575f80fd5b6020840193505b828410156152b0578351615d5f81615358565b825260209384019390910190615d4c565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b81811015615dc35783516001600160e01b031916835260209384019390920191600101615d9b565b505080925050506001600160401b0383166040830152949350505050565b5f615dec828561596c565b63014149d160e51b8152615e03600482018561596c565b9594505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122014e8db06771801bf1da5226fb80b1b9a184e5753b395059a63dc3a143415c36764736f6c634300081a0033",
|
1818
|
+
"linkReferences": {
|
1819
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1820
|
+
"AccessAdminLib": [
|
1821
|
+
{
|
1822
|
+
"length": 20,
|
1823
|
+
"start": 1251
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"length": 20,
|
1827
|
+
"start": 1719
|
1828
|
+
},
|
1829
|
+
{
|
1830
|
+
"length": 20,
|
1831
|
+
"start": 6546
|
1832
|
+
},
|
1833
|
+
{
|
1834
|
+
"length": 20,
|
1835
|
+
"start": 6750
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
"length": 20,
|
1839
|
+
"start": 8385
|
1840
|
+
},
|
1841
|
+
{
|
1842
|
+
"length": 20,
|
1843
|
+
"start": 10650
|
1844
|
+
},
|
1845
|
+
{
|
1846
|
+
"length": 20,
|
1847
|
+
"start": 12700
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"length": 20,
|
1851
|
+
"start": 13134
|
1852
|
+
},
|
1853
|
+
{
|
1854
|
+
"length": 20,
|
1855
|
+
"start": 14820
|
1856
|
+
},
|
1857
|
+
{
|
1858
|
+
"length": 20,
|
1859
|
+
"start": 18653
|
1860
|
+
},
|
1861
|
+
{
|
1862
|
+
"length": 20,
|
1863
|
+
"start": 18761
|
1864
|
+
},
|
1865
|
+
{
|
1866
|
+
"length": 20,
|
1867
|
+
"start": 20234
|
1868
|
+
},
|
1869
|
+
{
|
1870
|
+
"length": 20,
|
1871
|
+
"start": 20702
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"length": 20,
|
1875
|
+
"start": 20818
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"length": 20,
|
1879
|
+
"start": 21638
|
1880
|
+
},
|
1881
|
+
{
|
1882
|
+
"length": 20,
|
1883
|
+
"start": 22625
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
"length": 20,
|
1887
|
+
"start": 22739
|
1888
|
+
},
|
1889
|
+
{
|
1890
|
+
"length": 20,
|
1891
|
+
"start": 23058
|
1892
|
+
},
|
1893
|
+
{
|
1894
|
+
"length": 20,
|
1895
|
+
"start": 23241
|
1896
|
+
}
|
1897
|
+
]
|
1898
|
+
},
|
1899
|
+
"contracts/shared/ContractLib.sol": {
|
1900
|
+
"ContractLib": [
|
1901
|
+
{
|
1902
|
+
"length": 20,
|
1903
|
+
"start": 516
|
1904
|
+
},
|
1905
|
+
{
|
1906
|
+
"length": 20,
|
1907
|
+
"start": 817
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
"length": 20,
|
1911
|
+
"start": 16007
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"length": 20,
|
1915
|
+
"start": 16889
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
"length": 20,
|
1919
|
+
"start": 17185
|
1920
|
+
}
|
1921
|
+
]
|
1922
|
+
},
|
1923
|
+
"contracts/type/NftId.sol": {
|
1924
|
+
"NftIdLib": [
|
1925
|
+
{
|
1926
|
+
"length": 20,
|
1927
|
+
"start": 974
|
1928
|
+
},
|
1929
|
+
{
|
1930
|
+
"length": 20,
|
1931
|
+
"start": 17342
|
1932
|
+
}
|
1933
|
+
]
|
1934
|
+
},
|
1935
|
+
"contracts/type/RoleId.sol": {
|
1936
|
+
"RoleIdLib": [
|
1937
|
+
{
|
1938
|
+
"length": 20,
|
1939
|
+
"start": 1433
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"length": 20,
|
1943
|
+
"start": 1838
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
"length": 20,
|
1947
|
+
"start": 2847
|
1948
|
+
},
|
1949
|
+
{
|
1950
|
+
"length": 20,
|
1951
|
+
"start": 7208
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"length": 20,
|
1955
|
+
"start": 11507
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
"length": 20,
|
1959
|
+
"start": 19332
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
"length": 20,
|
1963
|
+
"start": 20416
|
1964
|
+
},
|
1965
|
+
{
|
1966
|
+
"length": 20,
|
1967
|
+
"start": 21522
|
1968
|
+
},
|
1969
|
+
{
|
1970
|
+
"length": 20,
|
1971
|
+
"start": 22519
|
1972
|
+
}
|
1973
|
+
]
|
1974
|
+
},
|
1975
|
+
"contracts/type/Selector.sol": {
|
1976
|
+
"SelectorLib": [
|
1977
|
+
{
|
1978
|
+
"length": 20,
|
1979
|
+
"start": 7246
|
1980
|
+
}
|
1981
|
+
],
|
1982
|
+
"SelectorSetLib": [
|
1983
|
+
{
|
1984
|
+
"length": 20,
|
1985
|
+
"start": 6984
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
"length": 20,
|
1989
|
+
"start": 7714
|
1990
|
+
},
|
1991
|
+
{
|
1992
|
+
"length": 20,
|
1993
|
+
"start": 23668
|
1994
|
+
},
|
1995
|
+
{
|
1996
|
+
"length": 20,
|
1997
|
+
"start": 23809
|
1998
|
+
}
|
1999
|
+
]
|
2000
|
+
},
|
2001
|
+
"contracts/type/String.sol": {
|
2002
|
+
"StrLib": [
|
2003
|
+
{
|
2004
|
+
"length": 20,
|
2005
|
+
"start": 2653
|
2006
|
+
},
|
2007
|
+
{
|
2008
|
+
"length": 20,
|
2009
|
+
"start": 10022
|
2010
|
+
},
|
2011
|
+
{
|
2012
|
+
"length": 20,
|
2013
|
+
"start": 11212
|
2014
|
+
},
|
2015
|
+
{
|
2016
|
+
"length": 20,
|
2017
|
+
"start": 11382
|
2018
|
+
},
|
2019
|
+
{
|
2020
|
+
"length": 20,
|
2021
|
+
"start": 15709
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
"length": 20,
|
2025
|
+
"start": 16668
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
"length": 20,
|
2029
|
+
"start": 18513
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
"length": 20,
|
2033
|
+
"start": 19024
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
"length": 20,
|
2037
|
+
"start": 19916
|
2038
|
+
},
|
2039
|
+
{
|
2040
|
+
"length": 20,
|
2041
|
+
"start": 20867
|
2042
|
+
},
|
2043
|
+
{
|
2044
|
+
"length": 20,
|
2045
|
+
"start": 21967
|
2046
|
+
},
|
2047
|
+
{
|
2048
|
+
"length": 20,
|
2049
|
+
"start": 23938
|
2050
|
+
}
|
2051
|
+
]
|
2052
|
+
},
|
2053
|
+
"contracts/type/Timestamp.sol": {
|
2054
|
+
"TimestampLib": [
|
2055
|
+
{
|
2056
|
+
"length": 20,
|
2057
|
+
"start": 1938
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
"length": 20,
|
2061
|
+
"start": 2073
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
"length": 20,
|
2065
|
+
"start": 8317
|
2066
|
+
},
|
2067
|
+
{
|
2068
|
+
"length": 20,
|
2069
|
+
"start": 8909
|
2070
|
+
},
|
2071
|
+
{
|
2072
|
+
"length": 20,
|
2073
|
+
"start": 11673
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"length": 20,
|
2077
|
+
"start": 11893
|
2078
|
+
},
|
2079
|
+
{
|
2080
|
+
"length": 20,
|
2081
|
+
"start": 12806
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
"length": 20,
|
2085
|
+
"start": 12977
|
2086
|
+
},
|
2087
|
+
{
|
2088
|
+
"length": 20,
|
2089
|
+
"start": 17811
|
2090
|
+
},
|
2091
|
+
{
|
2092
|
+
"length": 20,
|
2093
|
+
"start": 17946
|
2094
|
+
},
|
2095
|
+
{
|
2096
|
+
"length": 20,
|
2097
|
+
"start": 19673
|
2098
|
+
},
|
2099
|
+
{
|
2100
|
+
"length": 20,
|
2101
|
+
"start": 21029
|
2102
|
+
}
|
2103
|
+
]
|
2104
|
+
},
|
2105
|
+
"contracts/type/Version.sol": {
|
2106
|
+
"VersionPartLib": [
|
2107
|
+
{
|
2108
|
+
"length": 20,
|
2109
|
+
"start": 10300
|
2110
|
+
}
|
2111
|
+
]
|
2112
|
+
}
|
2113
|
+
},
|
2114
|
+
"deployedLinkReferences": {
|
2115
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
2116
|
+
"AccessAdminLib": [
|
2117
|
+
{
|
2118
|
+
"length": 20,
|
2119
|
+
"start": 2178
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"length": 20,
|
2123
|
+
"start": 2382
|
2124
|
+
},
|
2125
|
+
{
|
2126
|
+
"length": 20,
|
2127
|
+
"start": 4017
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
"length": 20,
|
2131
|
+
"start": 6282
|
2132
|
+
},
|
2133
|
+
{
|
2134
|
+
"length": 20,
|
2135
|
+
"start": 8332
|
2136
|
+
},
|
2137
|
+
{
|
2138
|
+
"length": 20,
|
2139
|
+
"start": 8766
|
2140
|
+
},
|
2141
|
+
{
|
2142
|
+
"length": 20,
|
2143
|
+
"start": 10452
|
2144
|
+
},
|
2145
|
+
{
|
2146
|
+
"length": 20,
|
2147
|
+
"start": 14285
|
2148
|
+
},
|
2149
|
+
{
|
2150
|
+
"length": 20,
|
2151
|
+
"start": 14393
|
2152
|
+
},
|
2153
|
+
{
|
2154
|
+
"length": 20,
|
2155
|
+
"start": 15866
|
2156
|
+
},
|
2157
|
+
{
|
2158
|
+
"length": 20,
|
2159
|
+
"start": 16334
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
"length": 20,
|
2163
|
+
"start": 16450
|
2164
|
+
},
|
2165
|
+
{
|
2166
|
+
"length": 20,
|
2167
|
+
"start": 17270
|
2168
|
+
},
|
2169
|
+
{
|
2170
|
+
"length": 20,
|
2171
|
+
"start": 18257
|
2172
|
+
},
|
2173
|
+
{
|
2174
|
+
"length": 20,
|
2175
|
+
"start": 18371
|
2176
|
+
},
|
2177
|
+
{
|
2178
|
+
"length": 20,
|
2179
|
+
"start": 18690
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
"length": 20,
|
2183
|
+
"start": 18873
|
2184
|
+
}
|
2185
|
+
]
|
2186
|
+
},
|
2187
|
+
"contracts/shared/ContractLib.sol": {
|
2188
|
+
"ContractLib": [
|
2189
|
+
{
|
2190
|
+
"length": 20,
|
2191
|
+
"start": 11639
|
2192
|
+
},
|
2193
|
+
{
|
2194
|
+
"length": 20,
|
2195
|
+
"start": 12521
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
"length": 20,
|
2199
|
+
"start": 12817
|
2200
|
+
}
|
2201
|
+
]
|
2202
|
+
},
|
2203
|
+
"contracts/type/NftId.sol": {
|
2204
|
+
"NftIdLib": [
|
2205
|
+
{
|
2206
|
+
"length": 20,
|
2207
|
+
"start": 12974
|
2208
|
+
}
|
2209
|
+
]
|
2210
|
+
},
|
2211
|
+
"contracts/type/RoleId.sol": {
|
2212
|
+
"RoleIdLib": [
|
2213
|
+
{
|
2214
|
+
"length": 20,
|
2215
|
+
"start": 2840
|
2216
|
+
},
|
2217
|
+
{
|
2218
|
+
"length": 20,
|
2219
|
+
"start": 7139
|
2220
|
+
},
|
2221
|
+
{
|
2222
|
+
"length": 20,
|
2223
|
+
"start": 14964
|
2224
|
+
},
|
2225
|
+
{
|
2226
|
+
"length": 20,
|
2227
|
+
"start": 16048
|
2228
|
+
},
|
2229
|
+
{
|
2230
|
+
"length": 20,
|
2231
|
+
"start": 17154
|
2232
|
+
},
|
2233
|
+
{
|
2234
|
+
"length": 20,
|
2235
|
+
"start": 18151
|
2236
|
+
}
|
2237
|
+
]
|
2238
|
+
},
|
2239
|
+
"contracts/type/Selector.sol": {
|
2240
|
+
"SelectorLib": [
|
2241
|
+
{
|
2242
|
+
"length": 20,
|
2243
|
+
"start": 2878
|
2244
|
+
}
|
2245
|
+
],
|
2246
|
+
"SelectorSetLib": [
|
2247
|
+
{
|
2248
|
+
"length": 20,
|
2249
|
+
"start": 2616
|
2250
|
+
},
|
2251
|
+
{
|
2252
|
+
"length": 20,
|
2253
|
+
"start": 3346
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"length": 20,
|
2257
|
+
"start": 19300
|
2258
|
+
},
|
2259
|
+
{
|
2260
|
+
"length": 20,
|
2261
|
+
"start": 19441
|
2262
|
+
}
|
2263
|
+
]
|
2264
|
+
},
|
2265
|
+
"contracts/type/String.sol": {
|
2266
|
+
"StrLib": [
|
2267
|
+
{
|
2268
|
+
"length": 20,
|
2269
|
+
"start": 5654
|
2270
|
+
},
|
2271
|
+
{
|
2272
|
+
"length": 20,
|
2273
|
+
"start": 6844
|
2274
|
+
},
|
2275
|
+
{
|
2276
|
+
"length": 20,
|
2277
|
+
"start": 7014
|
2278
|
+
},
|
2279
|
+
{
|
2280
|
+
"length": 20,
|
2281
|
+
"start": 11341
|
2282
|
+
},
|
2283
|
+
{
|
2284
|
+
"length": 20,
|
2285
|
+
"start": 12300
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"length": 20,
|
2289
|
+
"start": 14145
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"length": 20,
|
2293
|
+
"start": 14656
|
2294
|
+
},
|
2295
|
+
{
|
2296
|
+
"length": 20,
|
2297
|
+
"start": 15548
|
2298
|
+
},
|
2299
|
+
{
|
2300
|
+
"length": 20,
|
2301
|
+
"start": 16499
|
2302
|
+
},
|
2303
|
+
{
|
2304
|
+
"length": 20,
|
2305
|
+
"start": 17599
|
2306
|
+
},
|
2307
|
+
{
|
2308
|
+
"length": 20,
|
2309
|
+
"start": 19570
|
2310
|
+
}
|
2311
|
+
]
|
2312
|
+
},
|
2313
|
+
"contracts/type/Timestamp.sol": {
|
2314
|
+
"TimestampLib": [
|
2315
|
+
{
|
2316
|
+
"length": 20,
|
2317
|
+
"start": 3949
|
2318
|
+
},
|
2319
|
+
{
|
2320
|
+
"length": 20,
|
2321
|
+
"start": 4541
|
2322
|
+
},
|
2323
|
+
{
|
2324
|
+
"length": 20,
|
2325
|
+
"start": 7305
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"length": 20,
|
2329
|
+
"start": 7525
|
2330
|
+
},
|
2331
|
+
{
|
2332
|
+
"length": 20,
|
2333
|
+
"start": 8438
|
2334
|
+
},
|
2335
|
+
{
|
2336
|
+
"length": 20,
|
2337
|
+
"start": 8609
|
2338
|
+
},
|
2339
|
+
{
|
2340
|
+
"length": 20,
|
2341
|
+
"start": 13443
|
2342
|
+
},
|
2343
|
+
{
|
2344
|
+
"length": 20,
|
2345
|
+
"start": 13578
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"length": 20,
|
2349
|
+
"start": 15305
|
2350
|
+
},
|
2351
|
+
{
|
2352
|
+
"length": 20,
|
2353
|
+
"start": 16661
|
2354
|
+
}
|
2355
|
+
]
|
2356
|
+
},
|
2357
|
+
"contracts/type/Version.sol": {
|
2358
|
+
"VersionPartLib": [
|
2359
|
+
{
|
2360
|
+
"length": 20,
|
2361
|
+
"start": 5932
|
2362
|
+
}
|
2363
|
+
]
|
2364
|
+
}
|
2365
|
+
}
|
2366
|
+
}
|