@etherisc/gif-next 0.0.2-ff8087d-237 → 0.0.2-ffa91a6-022
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +77 -10
- 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 +1494 -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 +673 -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 +615 -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 +1224 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +382 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +644 -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} +261 -331
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1580 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +868 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +318 -306
- 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 +644 -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 +644 -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 +644 -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 +644 -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 +644 -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 +384 -2276
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +284 -82
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +534 -2908
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2036 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +716 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1406 -517
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +310 -361
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +153 -143
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3728 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{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 +632 -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} +280 -198
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +234 -253
- 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/IPoolComponent.sol/IPoolComponent.json → pool/BasicPool.sol/BasicPool.json} +398 -262
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +644 -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 +223 -73
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +321 -296
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +511 -358
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +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} +415 -473
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +644 -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 +155 -135
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IClaimService.sol/IClaimService.json +338 -17
- 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} +100 -62
- 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 +293 -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 +951 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +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 +291 -106
- 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 +2018 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +362 -243
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +164 -86
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1954 -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 +1337 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +317 -141
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
- 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/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +60 -206
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +597 -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 +117 -142
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IComponentService.sol/IComponentService.json} +608 -788
- 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 +23 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +154 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +74 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +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 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +129 -90
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +67 -102
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +617 -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/Pool.sol/Pool.json → staking/IStaking.sol/IStaking.json} +673 -589
- 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 +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +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 +433 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -7
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +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 +704 -0
- package/contracts/authorization/AccessAdminLib.sol +183 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +365 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +170 -0
- package/contracts/authorization/IAuthorization.sol +80 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
- package/contracts/distribution/Distribution.sol +244 -0
- package/contracts/distribution/DistributionService.sol +385 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +43 -0
- package/contracts/distribution/IDistributionService.sol +103 -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 +78 -77
- package/contracts/instance/IInstanceService.sol +51 -30
- package/contracts/instance/Instance.sol +202 -224
- package/contracts/instance/InstanceAdmin.sol +450 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +235 -0
- package/contracts/instance/InstanceReader.sol +366 -82
- package/contracts/instance/InstanceService.sol +317 -339
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +28 -19
- package/contracts/instance/module/IDistribution.sol +10 -8
- package/contracts/instance/module/IPolicy.sol +41 -33
- package/contracts/instance/module/IRisk.sol +4 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +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 +76 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/{instance/service → pool}/IBundleService.sol +43 -46
- 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 +216 -0
- package/contracts/pool/PoolService.sol +755 -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 +56 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +19 -29
- package/contracts/{instance/service → product}/IClaimService.sol +64 -19
- 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 +65 -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 +95 -30
- package/contracts/registry/IRegistryService.sol +34 -38
- package/contracts/registry/IRelease.sol +26 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +460 -197
- package/contracts/registry/RegistryAdmin.sol +258 -0
- package/contracts/registry/RegistryAuthorization.sol +267 -0
- package/contracts/registry/RegistryService.sol +89 -130
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseAdmin.sol +253 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +517 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +331 -0
- package/contracts/registry/TokenRegistry.sol +261 -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 +281 -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 +16 -21
- package/contracts/shared/IRegisterable.sol +23 -1
- package/contracts/shared/IService.sol +12 -7
- 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 -25
- package/contracts/shared/PolicyHolder.sol +20 -52
- package/contracts/shared/Registerable.sol +55 -24
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +33 -40
- package/contracts/shared/TokenHandler.sol +320 -13
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +175 -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/{types → type}/Amount.sol +44 -3
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +6 -1
- package/contracts/{types → type}/Fee.sol +17 -16
- 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 +294 -0
- package/contracts/{types → type}/PayoutId.sol +10 -10
- 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 +182 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +41 -2
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +16 -7
- package/contracts/{types → type}/UFixed.sol +40 -121
- package/contracts/{types → type}/Version.sol +58 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- 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 -1330
- 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 -1124
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -688
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1283
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -696
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -1384
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -752
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1847
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -816
- 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 -1281
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -740
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1622
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -708
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -864
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -640
- 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 -569
- 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 -370
- 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 -588
- 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 -281
- 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 -179
- 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 -312
- 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 -209
- 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/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 -272
- package/contracts/components/Distribution.sol +0 -285
- package/contracts/components/IComponent.sol +0 -90
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -114
- package/contracts/components/IProductComponent.sol +0 -41
- package/contracts/components/Pool.sol +0 -302
- package/contracts/components/Product.sol +0 -372
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/BundleManager.sol +0 -126
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/ObjectManager.sol +0 -82
- package/contracts/instance/base/ComponentService.sol +0 -130
- package/contracts/instance/base/KeyValueStore.sol +0 -149
- package/contracts/instance/base/Lifecycle.sol +0 -120
- 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 -356
- package/contracts/instance/service/BundleService.sol +0 -385
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -443
- package/contracts/instance/service/DistributionService.sol +0 -432
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IDistributionService.sol +0 -101
- package/contracts/instance/service/IPolicyService.sol +0 -80
- package/contracts/instance/service/IPoolService.sol +0 -114
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -372
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -403
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- 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/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1954 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "ReleaseAdmin",
|
4
|
+
"sourceName": "contracts/registry/ReleaseAdmin.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": "RoleId",
|
134
|
+
"name": "adminRoleId",
|
135
|
+
"type": "uint64"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"internalType": "address",
|
139
|
+
"name": "account",
|
140
|
+
"type": "address"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"name": "ErrorAccessAdminNotAdminOfRole",
|
144
|
+
"type": "error"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"inputs": [
|
148
|
+
{
|
149
|
+
"internalType": "address",
|
150
|
+
"name": "authorization",
|
151
|
+
"type": "address"
|
152
|
+
}
|
153
|
+
],
|
154
|
+
"name": "ErrorAccessAdminNotAuthorization",
|
155
|
+
"type": "error"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"inputs": [],
|
159
|
+
"name": "ErrorAccessAdminNotDeployer",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [
|
164
|
+
{
|
165
|
+
"internalType": "address",
|
166
|
+
"name": "registerable",
|
167
|
+
"type": "address"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"name": "ErrorAccessAdminNotRegistered",
|
171
|
+
"type": "error"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"inputs": [
|
175
|
+
{
|
176
|
+
"internalType": "address",
|
177
|
+
"name": "registry",
|
178
|
+
"type": "address"
|
179
|
+
}
|
180
|
+
],
|
181
|
+
"name": "ErrorAccessAdminNotRegistry",
|
182
|
+
"type": "error"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"inputs": [
|
186
|
+
{
|
187
|
+
"internalType": "RoleId",
|
188
|
+
"name": "roleId",
|
189
|
+
"type": "uint64"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"internalType": "address",
|
193
|
+
"name": "account",
|
194
|
+
"type": "address"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"name": "ErrorAccessAdminNotRoleOwner",
|
198
|
+
"type": "error"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"inputs": [
|
202
|
+
{
|
203
|
+
"internalType": "address",
|
204
|
+
"name": "authorization",
|
205
|
+
"type": "address"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"internalType": "VersionPart",
|
209
|
+
"name": "expectedRelease",
|
210
|
+
"type": "uint8"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"internalType": "VersionPart",
|
214
|
+
"name": "actualRelease",
|
215
|
+
"type": "uint8"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "ErrorAccessAdminReleaseMismatch",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [
|
223
|
+
{
|
224
|
+
"internalType": "RoleId",
|
225
|
+
"name": "adminRoleId",
|
226
|
+
"type": "uint64"
|
227
|
+
}
|
228
|
+
],
|
229
|
+
"name": "ErrorAccessAdminRoleAdminNotExisting",
|
230
|
+
"type": "error"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"inputs": [
|
234
|
+
{
|
235
|
+
"internalType": "RoleId",
|
236
|
+
"name": "roleId",
|
237
|
+
"type": "uint64"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"internalType": "string",
|
241
|
+
"name": "name",
|
242
|
+
"type": "string"
|
243
|
+
}
|
244
|
+
],
|
245
|
+
"name": "ErrorAccessAdminRoleAlreadyCreated",
|
246
|
+
"type": "error"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"inputs": [
|
250
|
+
{
|
251
|
+
"internalType": "RoleId",
|
252
|
+
"name": "roleId",
|
253
|
+
"type": "uint64"
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"name": "ErrorAccessAdminRoleIsLocked",
|
257
|
+
"type": "error"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"inputs": [
|
261
|
+
{
|
262
|
+
"internalType": "RoleId",
|
263
|
+
"name": "roleId",
|
264
|
+
"type": "uint64"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"name": "ErrorAccessAdminRoleIsPaused",
|
268
|
+
"type": "error"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"inputs": [
|
272
|
+
{
|
273
|
+
"internalType": "RoleId",
|
274
|
+
"name": "roleId",
|
275
|
+
"type": "uint64"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"internalType": "address",
|
279
|
+
"name": "notContract",
|
280
|
+
"type": "address"
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"name": "ErrorAccessAdminRoleMemberNotContract",
|
284
|
+
"type": "error"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"inputs": [
|
288
|
+
{
|
289
|
+
"internalType": "RoleId",
|
290
|
+
"name": "roleId",
|
291
|
+
"type": "uint64"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "expectedMember",
|
296
|
+
"type": "address"
|
297
|
+
}
|
298
|
+
],
|
299
|
+
"name": "ErrorAccessAdminRoleMemberRemovalDisabled",
|
300
|
+
"type": "error"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"inputs": [
|
304
|
+
{
|
305
|
+
"internalType": "RoleId",
|
306
|
+
"name": "roleId",
|
307
|
+
"type": "uint64"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"internalType": "uint256",
|
311
|
+
"name": "memberCountLimit",
|
312
|
+
"type": "uint256"
|
313
|
+
}
|
314
|
+
],
|
315
|
+
"name": "ErrorAccessAdminRoleMembersLimitReached",
|
316
|
+
"type": "error"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"inputs": [
|
320
|
+
{
|
321
|
+
"internalType": "RoleId",
|
322
|
+
"name": "roleId",
|
323
|
+
"type": "uint64"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"internalType": "string",
|
327
|
+
"name": "name",
|
328
|
+
"type": "string"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"internalType": "RoleId",
|
332
|
+
"name": "existingRoleId",
|
333
|
+
"type": "uint64"
|
334
|
+
}
|
335
|
+
],
|
336
|
+
"name": "ErrorAccessAdminRoleNameAlreadyExists",
|
337
|
+
"type": "error"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"inputs": [
|
341
|
+
{
|
342
|
+
"internalType": "RoleId",
|
343
|
+
"name": "roleId",
|
344
|
+
"type": "uint64"
|
345
|
+
}
|
346
|
+
],
|
347
|
+
"name": "ErrorAccessAdminRoleNameEmpty",
|
348
|
+
"type": "error"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"inputs": [
|
352
|
+
{
|
353
|
+
"internalType": "RoleId",
|
354
|
+
"name": "roleId",
|
355
|
+
"type": "uint64"
|
356
|
+
}
|
357
|
+
],
|
358
|
+
"name": "ErrorAccessAdminRoleUnknown",
|
359
|
+
"type": "error"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"inputs": [],
|
363
|
+
"name": "ErrorAccessAdminTagetNotLockable",
|
364
|
+
"type": "error"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"inputs": [
|
368
|
+
{
|
369
|
+
"internalType": "address",
|
370
|
+
"name": "target",
|
371
|
+
"type": "address"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"internalType": "string",
|
375
|
+
"name": "name",
|
376
|
+
"type": "string"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"name": "ErrorAccessAdminTargetAlreadyCreated",
|
380
|
+
"type": "error"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"inputs": [
|
384
|
+
{
|
385
|
+
"internalType": "address",
|
386
|
+
"name": "target",
|
387
|
+
"type": "address"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"internalType": "bool",
|
391
|
+
"name": "isLocked",
|
392
|
+
"type": "bool"
|
393
|
+
}
|
394
|
+
],
|
395
|
+
"name": "ErrorAccessAdminTargetAlreadyLocked",
|
396
|
+
"type": "error"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"inputs": [
|
400
|
+
{
|
401
|
+
"internalType": "address",
|
402
|
+
"name": "expectedAuthority",
|
403
|
+
"type": "address"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"internalType": "address",
|
407
|
+
"name": "actualAuthority",
|
408
|
+
"type": "address"
|
409
|
+
}
|
410
|
+
],
|
411
|
+
"name": "ErrorAccessAdminTargetAuthorityMismatch",
|
412
|
+
"type": "error"
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"inputs": [
|
416
|
+
{
|
417
|
+
"internalType": "address",
|
418
|
+
"name": "target",
|
419
|
+
"type": "address"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"internalType": "string",
|
423
|
+
"name": "name",
|
424
|
+
"type": "string"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"internalType": "address",
|
428
|
+
"name": "existingTarget",
|
429
|
+
"type": "address"
|
430
|
+
}
|
431
|
+
],
|
432
|
+
"name": "ErrorAccessAdminTargetNameAlreadyExists",
|
433
|
+
"type": "error"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"inputs": [
|
437
|
+
{
|
438
|
+
"internalType": "address",
|
439
|
+
"name": "target",
|
440
|
+
"type": "address"
|
441
|
+
}
|
442
|
+
],
|
443
|
+
"name": "ErrorAccessAdminTargetNameEmpty",
|
444
|
+
"type": "error"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"inputs": [
|
448
|
+
{
|
449
|
+
"internalType": "address",
|
450
|
+
"name": "target",
|
451
|
+
"type": "address"
|
452
|
+
}
|
453
|
+
],
|
454
|
+
"name": "ErrorAccessAdminTargetNotAccessManaged",
|
455
|
+
"type": "error"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"inputs": [
|
459
|
+
{
|
460
|
+
"internalType": "address",
|
461
|
+
"name": "target",
|
462
|
+
"type": "address"
|
463
|
+
}
|
464
|
+
],
|
465
|
+
"name": "ErrorAccessAdminTargetNotCreated",
|
466
|
+
"type": "error"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"inputs": [
|
470
|
+
{
|
471
|
+
"internalType": "address",
|
472
|
+
"name": "target",
|
473
|
+
"type": "address"
|
474
|
+
}
|
475
|
+
],
|
476
|
+
"name": "ErrorAccessAdminTargetNotRegistered",
|
477
|
+
"type": "error"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"inputs": [
|
481
|
+
{
|
482
|
+
"internalType": "address",
|
483
|
+
"name": "target",
|
484
|
+
"type": "address"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"internalType": "ObjectType",
|
488
|
+
"name": "expectedType",
|
489
|
+
"type": "uint8"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"internalType": "ObjectType",
|
493
|
+
"name": "actualType",
|
494
|
+
"type": "uint8"
|
495
|
+
}
|
496
|
+
],
|
497
|
+
"name": "ErrorAccessAdminTargetTypeMismatch",
|
498
|
+
"type": "error"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"inputs": [
|
502
|
+
{
|
503
|
+
"internalType": "address",
|
504
|
+
"name": "target",
|
505
|
+
"type": "address"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"name": "ErrorAccessAdminTargetUnknown",
|
509
|
+
"type": "error"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"inputs": [
|
513
|
+
{
|
514
|
+
"internalType": "address",
|
515
|
+
"name": "registryAddress",
|
516
|
+
"type": "address"
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"name": "ErrorNotRegistry",
|
520
|
+
"type": "error"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"inputs": [
|
524
|
+
{
|
525
|
+
"internalType": "address",
|
526
|
+
"name": "caller",
|
527
|
+
"type": "address"
|
528
|
+
}
|
529
|
+
],
|
530
|
+
"name": "ErrorReleaseAdminCallerNotReleaseRegistry",
|
531
|
+
"type": "error"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"inputs": [
|
535
|
+
{
|
536
|
+
"internalType": "address",
|
537
|
+
"name": "notService",
|
538
|
+
"type": "address"
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"name": "ErrorReleaseAdminNotService",
|
542
|
+
"type": "error"
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"inputs": [
|
546
|
+
{
|
547
|
+
"internalType": "bool",
|
548
|
+
"name": "locked",
|
549
|
+
"type": "bool"
|
550
|
+
}
|
551
|
+
],
|
552
|
+
"name": "ErrorReleaseAdminReleaseLockAlreadySetTo",
|
553
|
+
"type": "error"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"inputs": [],
|
557
|
+
"name": "InvalidInitialization",
|
558
|
+
"type": "error"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"inputs": [],
|
562
|
+
"name": "NotInitializing",
|
563
|
+
"type": "error"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"inputs": [],
|
567
|
+
"name": "ReentrancyGuardReentrantCall",
|
568
|
+
"type": "error"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"anonymous": false,
|
572
|
+
"inputs": [
|
573
|
+
{
|
574
|
+
"indexed": false,
|
575
|
+
"internalType": "address",
|
576
|
+
"name": "authority",
|
577
|
+
"type": "address"
|
578
|
+
}
|
579
|
+
],
|
580
|
+
"name": "AuthorityUpdated",
|
581
|
+
"type": "event"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"anonymous": false,
|
585
|
+
"inputs": [
|
586
|
+
{
|
587
|
+
"indexed": false,
|
588
|
+
"internalType": "uint64",
|
589
|
+
"name": "version",
|
590
|
+
"type": "uint64"
|
591
|
+
}
|
592
|
+
],
|
593
|
+
"name": "Initialized",
|
594
|
+
"type": "event"
|
595
|
+
},
|
596
|
+
{
|
597
|
+
"anonymous": false,
|
598
|
+
"inputs": [
|
599
|
+
{
|
600
|
+
"indexed": false,
|
601
|
+
"internalType": "string",
|
602
|
+
"name": "admin",
|
603
|
+
"type": "string"
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"indexed": false,
|
607
|
+
"internalType": "address",
|
608
|
+
"name": "target",
|
609
|
+
"type": "address"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"indexed": false,
|
613
|
+
"internalType": "string",
|
614
|
+
"name": "func",
|
615
|
+
"type": "string"
|
616
|
+
}
|
617
|
+
],
|
618
|
+
"name": "LogAccessAdminFunctionGranted",
|
619
|
+
"type": "event"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"anonymous": false,
|
623
|
+
"inputs": [
|
624
|
+
{
|
625
|
+
"indexed": false,
|
626
|
+
"internalType": "string",
|
627
|
+
"name": "admin",
|
628
|
+
"type": "string"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"indexed": false,
|
632
|
+
"internalType": "RoleId",
|
633
|
+
"name": "roleId",
|
634
|
+
"type": "uint64"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"indexed": false,
|
638
|
+
"internalType": "enum IAccess.RoleType",
|
639
|
+
"name": "roleType",
|
640
|
+
"type": "uint8"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"indexed": false,
|
644
|
+
"internalType": "RoleId",
|
645
|
+
"name": "roleAdminId",
|
646
|
+
"type": "uint64"
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"indexed": false,
|
650
|
+
"internalType": "string",
|
651
|
+
"name": "name",
|
652
|
+
"type": "string"
|
653
|
+
}
|
654
|
+
],
|
655
|
+
"name": "LogAccessAdminRoleCreated",
|
656
|
+
"type": "event"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"anonymous": false,
|
660
|
+
"inputs": [
|
661
|
+
{
|
662
|
+
"indexed": false,
|
663
|
+
"internalType": "string",
|
664
|
+
"name": "admin",
|
665
|
+
"type": "string"
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"indexed": false,
|
669
|
+
"internalType": "address",
|
670
|
+
"name": "account",
|
671
|
+
"type": "address"
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"indexed": false,
|
675
|
+
"internalType": "string",
|
676
|
+
"name": "roleName",
|
677
|
+
"type": "string"
|
678
|
+
}
|
679
|
+
],
|
680
|
+
"name": "LogAccessAdminRoleGranted",
|
681
|
+
"type": "event"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"anonymous": false,
|
685
|
+
"inputs": [
|
686
|
+
{
|
687
|
+
"indexed": false,
|
688
|
+
"internalType": "string",
|
689
|
+
"name": "admin",
|
690
|
+
"type": "string"
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"indexed": false,
|
694
|
+
"internalType": "address",
|
695
|
+
"name": "account",
|
696
|
+
"type": "address"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"indexed": false,
|
700
|
+
"internalType": "string",
|
701
|
+
"name": "roleName",
|
702
|
+
"type": "string"
|
703
|
+
}
|
704
|
+
],
|
705
|
+
"name": "LogAccessAdminRoleRevoked",
|
706
|
+
"type": "event"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"anonymous": false,
|
710
|
+
"inputs": [
|
711
|
+
{
|
712
|
+
"indexed": false,
|
713
|
+
"internalType": "string",
|
714
|
+
"name": "admin",
|
715
|
+
"type": "string"
|
716
|
+
},
|
717
|
+
{
|
718
|
+
"indexed": false,
|
719
|
+
"internalType": "address",
|
720
|
+
"name": "target",
|
721
|
+
"type": "address"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"indexed": false,
|
725
|
+
"internalType": "string",
|
726
|
+
"name": "name",
|
727
|
+
"type": "string"
|
728
|
+
}
|
729
|
+
],
|
730
|
+
"name": "LogAccessAdminTargetCreated",
|
731
|
+
"type": "event"
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"anonymous": false,
|
735
|
+
"inputs": [
|
736
|
+
{
|
737
|
+
"indexed": false,
|
738
|
+
"internalType": "VersionPart",
|
739
|
+
"name": "release",
|
740
|
+
"type": "uint8"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"indexed": false,
|
744
|
+
"internalType": "bool",
|
745
|
+
"name": "locked",
|
746
|
+
"type": "bool"
|
747
|
+
}
|
748
|
+
],
|
749
|
+
"name": "LogReleaseAdminReleaseLockChanged",
|
750
|
+
"type": "event"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"anonymous": false,
|
754
|
+
"inputs": [
|
755
|
+
{
|
756
|
+
"indexed": false,
|
757
|
+
"internalType": "VersionPart",
|
758
|
+
"name": "release",
|
759
|
+
"type": "uint8"
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"indexed": false,
|
763
|
+
"internalType": "address",
|
764
|
+
"name": "service",
|
765
|
+
"type": "address"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"indexed": false,
|
769
|
+
"internalType": "bool",
|
770
|
+
"name": "locked",
|
771
|
+
"type": "bool"
|
772
|
+
}
|
773
|
+
],
|
774
|
+
"name": "LogReleaseAdminServiceLockChanged",
|
775
|
+
"type": "event"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"inputs": [],
|
779
|
+
"name": "ADMIN_ROLE_NAME",
|
780
|
+
"outputs": [
|
781
|
+
{
|
782
|
+
"internalType": "string",
|
783
|
+
"name": "",
|
784
|
+
"type": "string"
|
785
|
+
}
|
786
|
+
],
|
787
|
+
"stateMutability": "view",
|
788
|
+
"type": "function"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"inputs": [],
|
792
|
+
"name": "PUBLIC_ROLE_NAME",
|
793
|
+
"outputs": [
|
794
|
+
{
|
795
|
+
"internalType": "string",
|
796
|
+
"name": "",
|
797
|
+
"type": "string"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"stateMutability": "view",
|
801
|
+
"type": "function"
|
802
|
+
},
|
803
|
+
{
|
804
|
+
"inputs": [],
|
805
|
+
"name": "RELEASE_ADMIN_TARGET_NAME",
|
806
|
+
"outputs": [
|
807
|
+
{
|
808
|
+
"internalType": "string",
|
809
|
+
"name": "",
|
810
|
+
"type": "string"
|
811
|
+
}
|
812
|
+
],
|
813
|
+
"stateMutability": "view",
|
814
|
+
"type": "function"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"inputs": [],
|
818
|
+
"name": "RELEASE_REGISTRY_ROLE_NAME",
|
819
|
+
"outputs": [
|
820
|
+
{
|
821
|
+
"internalType": "string",
|
822
|
+
"name": "",
|
823
|
+
"type": "string"
|
824
|
+
}
|
825
|
+
],
|
826
|
+
"stateMutability": "view",
|
827
|
+
"type": "function"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"inputs": [],
|
831
|
+
"name": "authority",
|
832
|
+
"outputs": [
|
833
|
+
{
|
834
|
+
"internalType": "address",
|
835
|
+
"name": "",
|
836
|
+
"type": "address"
|
837
|
+
}
|
838
|
+
],
|
839
|
+
"stateMutability": "view",
|
840
|
+
"type": "function"
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"inputs": [
|
844
|
+
{
|
845
|
+
"internalType": "contract IServiceAuthorization",
|
846
|
+
"name": "serviceAuthorization",
|
847
|
+
"type": "address"
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"internalType": "contract IService",
|
851
|
+
"name": "service",
|
852
|
+
"type": "address"
|
853
|
+
},
|
854
|
+
{
|
855
|
+
"internalType": "ObjectType",
|
856
|
+
"name": "serviceDomain",
|
857
|
+
"type": "uint8"
|
858
|
+
},
|
859
|
+
{
|
860
|
+
"internalType": "VersionPart",
|
861
|
+
"name": "release",
|
862
|
+
"type": "uint8"
|
863
|
+
}
|
864
|
+
],
|
865
|
+
"name": "authorizeService",
|
866
|
+
"outputs": [],
|
867
|
+
"stateMutability": "nonpayable",
|
868
|
+
"type": "function"
|
869
|
+
},
|
870
|
+
{
|
871
|
+
"inputs": [
|
872
|
+
{
|
873
|
+
"internalType": "address",
|
874
|
+
"name": "target",
|
875
|
+
"type": "address"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"name": "authorizedFunctions",
|
879
|
+
"outputs": [
|
880
|
+
{
|
881
|
+
"internalType": "uint256",
|
882
|
+
"name": "numberOfFunctions",
|
883
|
+
"type": "uint256"
|
884
|
+
}
|
885
|
+
],
|
886
|
+
"stateMutability": "view",
|
887
|
+
"type": "function"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"inputs": [
|
891
|
+
{
|
892
|
+
"internalType": "address",
|
893
|
+
"name": "registry",
|
894
|
+
"type": "address"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"internalType": "address",
|
898
|
+
"name": "releaseRegistry",
|
899
|
+
"type": "address"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"internalType": "VersionPart",
|
903
|
+
"name": "release",
|
904
|
+
"type": "uint8"
|
905
|
+
}
|
906
|
+
],
|
907
|
+
"name": "completeSetup",
|
908
|
+
"outputs": [],
|
909
|
+
"stateMutability": "nonpayable",
|
910
|
+
"type": "function"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"inputs": [],
|
914
|
+
"name": "deployer",
|
915
|
+
"outputs": [
|
916
|
+
{
|
917
|
+
"internalType": "address",
|
918
|
+
"name": "",
|
919
|
+
"type": "address"
|
920
|
+
}
|
921
|
+
],
|
922
|
+
"stateMutability": "view",
|
923
|
+
"type": "function"
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"inputs": [],
|
927
|
+
"name": "getAdminRole",
|
928
|
+
"outputs": [
|
929
|
+
{
|
930
|
+
"internalType": "RoleId",
|
931
|
+
"name": "roleId",
|
932
|
+
"type": "uint64"
|
933
|
+
}
|
934
|
+
],
|
935
|
+
"stateMutability": "view",
|
936
|
+
"type": "function"
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"inputs": [],
|
940
|
+
"name": "getAuthorization",
|
941
|
+
"outputs": [
|
942
|
+
{
|
943
|
+
"internalType": "contract IAuthorization",
|
944
|
+
"name": "authorization",
|
945
|
+
"type": "address"
|
946
|
+
}
|
947
|
+
],
|
948
|
+
"stateMutability": "view",
|
949
|
+
"type": "function"
|
950
|
+
},
|
951
|
+
{
|
952
|
+
"inputs": [
|
953
|
+
{
|
954
|
+
"internalType": "address",
|
955
|
+
"name": "target",
|
956
|
+
"type": "address"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"internalType": "uint256",
|
960
|
+
"name": "idx",
|
961
|
+
"type": "uint256"
|
962
|
+
}
|
963
|
+
],
|
964
|
+
"name": "getAuthorizedFunction",
|
965
|
+
"outputs": [
|
966
|
+
{
|
967
|
+
"components": [
|
968
|
+
{
|
969
|
+
"internalType": "Str",
|
970
|
+
"name": "name",
|
971
|
+
"type": "bytes32"
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"internalType": "Selector",
|
975
|
+
"name": "selector",
|
976
|
+
"type": "bytes4"
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"internalType": "Timestamp",
|
980
|
+
"name": "createdAt",
|
981
|
+
"type": "uint40"
|
982
|
+
}
|
983
|
+
],
|
984
|
+
"internalType": "struct IAccess.FunctionInfo",
|
985
|
+
"name": "func",
|
986
|
+
"type": "tuple"
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"internalType": "RoleId",
|
990
|
+
"name": "roleId",
|
991
|
+
"type": "uint64"
|
992
|
+
}
|
993
|
+
],
|
994
|
+
"stateMutability": "view",
|
995
|
+
"type": "function"
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"inputs": [],
|
999
|
+
"name": "getLinkedNftId",
|
1000
|
+
"outputs": [
|
1001
|
+
{
|
1002
|
+
"internalType": "NftId",
|
1003
|
+
"name": "linkedNftId",
|
1004
|
+
"type": "uint96"
|
1005
|
+
}
|
1006
|
+
],
|
1007
|
+
"stateMutability": "view",
|
1008
|
+
"type": "function"
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"inputs": [],
|
1012
|
+
"name": "getLinkedOwner",
|
1013
|
+
"outputs": [
|
1014
|
+
{
|
1015
|
+
"internalType": "address",
|
1016
|
+
"name": "linkedOwner",
|
1017
|
+
"type": "address"
|
1018
|
+
}
|
1019
|
+
],
|
1020
|
+
"stateMutability": "view",
|
1021
|
+
"type": "function"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"inputs": [],
|
1025
|
+
"name": "getPublicRole",
|
1026
|
+
"outputs": [
|
1027
|
+
{
|
1028
|
+
"internalType": "RoleId",
|
1029
|
+
"name": "roleId",
|
1030
|
+
"type": "uint64"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"stateMutability": "view",
|
1034
|
+
"type": "function"
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"inputs": [],
|
1038
|
+
"name": "getRegistry",
|
1039
|
+
"outputs": [
|
1040
|
+
{
|
1041
|
+
"internalType": "contract IRegistry",
|
1042
|
+
"name": "registry",
|
1043
|
+
"type": "address"
|
1044
|
+
}
|
1045
|
+
],
|
1046
|
+
"stateMutability": "view",
|
1047
|
+
"type": "function"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"inputs": [],
|
1051
|
+
"name": "getRelease",
|
1052
|
+
"outputs": [
|
1053
|
+
{
|
1054
|
+
"internalType": "VersionPart",
|
1055
|
+
"name": "release",
|
1056
|
+
"type": "uint8"
|
1057
|
+
}
|
1058
|
+
],
|
1059
|
+
"stateMutability": "view",
|
1060
|
+
"type": "function"
|
1061
|
+
},
|
1062
|
+
{
|
1063
|
+
"inputs": [
|
1064
|
+
{
|
1065
|
+
"internalType": "string",
|
1066
|
+
"name": "name",
|
1067
|
+
"type": "string"
|
1068
|
+
}
|
1069
|
+
],
|
1070
|
+
"name": "getRoleForName",
|
1071
|
+
"outputs": [
|
1072
|
+
{
|
1073
|
+
"internalType": "RoleId",
|
1074
|
+
"name": "roleId",
|
1075
|
+
"type": "uint64"
|
1076
|
+
}
|
1077
|
+
],
|
1078
|
+
"stateMutability": "view",
|
1079
|
+
"type": "function"
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"inputs": [
|
1083
|
+
{
|
1084
|
+
"internalType": "uint256",
|
1085
|
+
"name": "idx",
|
1086
|
+
"type": "uint256"
|
1087
|
+
}
|
1088
|
+
],
|
1089
|
+
"name": "getRoleId",
|
1090
|
+
"outputs": [
|
1091
|
+
{
|
1092
|
+
"internalType": "RoleId",
|
1093
|
+
"name": "roleId",
|
1094
|
+
"type": "uint64"
|
1095
|
+
}
|
1096
|
+
],
|
1097
|
+
"stateMutability": "view",
|
1098
|
+
"type": "function"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"inputs": [
|
1102
|
+
{
|
1103
|
+
"internalType": "RoleId",
|
1104
|
+
"name": "roleId",
|
1105
|
+
"type": "uint64"
|
1106
|
+
}
|
1107
|
+
],
|
1108
|
+
"name": "getRoleInfo",
|
1109
|
+
"outputs": [
|
1110
|
+
{
|
1111
|
+
"components": [
|
1112
|
+
{
|
1113
|
+
"internalType": "RoleId",
|
1114
|
+
"name": "adminRoleId",
|
1115
|
+
"type": "uint64"
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
"internalType": "enum IAccess.RoleType",
|
1119
|
+
"name": "roleType",
|
1120
|
+
"type": "uint8"
|
1121
|
+
},
|
1122
|
+
{
|
1123
|
+
"internalType": "uint32",
|
1124
|
+
"name": "maxMemberCount",
|
1125
|
+
"type": "uint32"
|
1126
|
+
},
|
1127
|
+
{
|
1128
|
+
"internalType": "Str",
|
1129
|
+
"name": "name",
|
1130
|
+
"type": "bytes32"
|
1131
|
+
},
|
1132
|
+
{
|
1133
|
+
"internalType": "Timestamp",
|
1134
|
+
"name": "createdAt",
|
1135
|
+
"type": "uint40"
|
1136
|
+
},
|
1137
|
+
{
|
1138
|
+
"internalType": "Timestamp",
|
1139
|
+
"name": "pausedAt",
|
1140
|
+
"type": "uint40"
|
1141
|
+
}
|
1142
|
+
],
|
1143
|
+
"internalType": "struct IAccess.RoleInfo",
|
1144
|
+
"name": "",
|
1145
|
+
"type": "tuple"
|
1146
|
+
}
|
1147
|
+
],
|
1148
|
+
"stateMutability": "view",
|
1149
|
+
"type": "function"
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"inputs": [
|
1153
|
+
{
|
1154
|
+
"internalType": "RoleId",
|
1155
|
+
"name": "roleId",
|
1156
|
+
"type": "uint64"
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"internalType": "uint256",
|
1160
|
+
"name": "idx",
|
1161
|
+
"type": "uint256"
|
1162
|
+
}
|
1163
|
+
],
|
1164
|
+
"name": "getRoleMember",
|
1165
|
+
"outputs": [
|
1166
|
+
{
|
1167
|
+
"internalType": "address",
|
1168
|
+
"name": "account",
|
1169
|
+
"type": "address"
|
1170
|
+
}
|
1171
|
+
],
|
1172
|
+
"stateMutability": "view",
|
1173
|
+
"type": "function"
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
"inputs": [
|
1177
|
+
{
|
1178
|
+
"internalType": "uint256",
|
1179
|
+
"name": "idx",
|
1180
|
+
"type": "uint256"
|
1181
|
+
}
|
1182
|
+
],
|
1183
|
+
"name": "getTargetAddress",
|
1184
|
+
"outputs": [
|
1185
|
+
{
|
1186
|
+
"internalType": "address",
|
1187
|
+
"name": "target",
|
1188
|
+
"type": "address"
|
1189
|
+
}
|
1190
|
+
],
|
1191
|
+
"stateMutability": "view",
|
1192
|
+
"type": "function"
|
1193
|
+
},
|
1194
|
+
{
|
1195
|
+
"inputs": [
|
1196
|
+
{
|
1197
|
+
"internalType": "Str",
|
1198
|
+
"name": "name",
|
1199
|
+
"type": "bytes32"
|
1200
|
+
}
|
1201
|
+
],
|
1202
|
+
"name": "getTargetForName",
|
1203
|
+
"outputs": [
|
1204
|
+
{
|
1205
|
+
"internalType": "address",
|
1206
|
+
"name": "target",
|
1207
|
+
"type": "address"
|
1208
|
+
}
|
1209
|
+
],
|
1210
|
+
"stateMutability": "view",
|
1211
|
+
"type": "function"
|
1212
|
+
},
|
1213
|
+
{
|
1214
|
+
"inputs": [
|
1215
|
+
{
|
1216
|
+
"internalType": "address",
|
1217
|
+
"name": "target",
|
1218
|
+
"type": "address"
|
1219
|
+
}
|
1220
|
+
],
|
1221
|
+
"name": "getTargetInfo",
|
1222
|
+
"outputs": [
|
1223
|
+
{
|
1224
|
+
"components": [
|
1225
|
+
{
|
1226
|
+
"internalType": "Str",
|
1227
|
+
"name": "name",
|
1228
|
+
"type": "bytes32"
|
1229
|
+
},
|
1230
|
+
{
|
1231
|
+
"internalType": "bool",
|
1232
|
+
"name": "isCustom",
|
1233
|
+
"type": "bool"
|
1234
|
+
},
|
1235
|
+
{
|
1236
|
+
"internalType": "Timestamp",
|
1237
|
+
"name": "createdAt",
|
1238
|
+
"type": "uint40"
|
1239
|
+
}
|
1240
|
+
],
|
1241
|
+
"internalType": "struct IAccess.TargetInfo",
|
1242
|
+
"name": "targetInfo",
|
1243
|
+
"type": "tuple"
|
1244
|
+
}
|
1245
|
+
],
|
1246
|
+
"stateMutability": "view",
|
1247
|
+
"type": "function"
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"inputs": [
|
1251
|
+
{
|
1252
|
+
"internalType": "address",
|
1253
|
+
"name": "account",
|
1254
|
+
"type": "address"
|
1255
|
+
},
|
1256
|
+
{
|
1257
|
+
"internalType": "RoleId",
|
1258
|
+
"name": "roleId",
|
1259
|
+
"type": "uint64"
|
1260
|
+
}
|
1261
|
+
],
|
1262
|
+
"name": "hasAdminRole",
|
1263
|
+
"outputs": [
|
1264
|
+
{
|
1265
|
+
"internalType": "bool",
|
1266
|
+
"name": "",
|
1267
|
+
"type": "bool"
|
1268
|
+
}
|
1269
|
+
],
|
1270
|
+
"stateMutability": "view",
|
1271
|
+
"type": "function"
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"inputs": [
|
1275
|
+
{
|
1276
|
+
"internalType": "address",
|
1277
|
+
"name": "account",
|
1278
|
+
"type": "address"
|
1279
|
+
},
|
1280
|
+
{
|
1281
|
+
"internalType": "RoleId",
|
1282
|
+
"name": "roleId",
|
1283
|
+
"type": "uint64"
|
1284
|
+
}
|
1285
|
+
],
|
1286
|
+
"name": "hasRole",
|
1287
|
+
"outputs": [
|
1288
|
+
{
|
1289
|
+
"internalType": "bool",
|
1290
|
+
"name": "",
|
1291
|
+
"type": "bool"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"stateMutability": "view",
|
1295
|
+
"type": "function"
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"inputs": [
|
1299
|
+
{
|
1300
|
+
"internalType": "address",
|
1301
|
+
"name": "authority",
|
1302
|
+
"type": "address"
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"internalType": "string",
|
1306
|
+
"name": "adminName",
|
1307
|
+
"type": "string"
|
1308
|
+
}
|
1309
|
+
],
|
1310
|
+
"name": "initialize",
|
1311
|
+
"outputs": [],
|
1312
|
+
"stateMutability": "nonpayable",
|
1313
|
+
"type": "function"
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"inputs": [],
|
1317
|
+
"name": "isConsumingScheduledOp",
|
1318
|
+
"outputs": [
|
1319
|
+
{
|
1320
|
+
"internalType": "bytes4",
|
1321
|
+
"name": "",
|
1322
|
+
"type": "bytes4"
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"stateMutability": "view",
|
1326
|
+
"type": "function"
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"inputs": [],
|
1330
|
+
"name": "isLocked",
|
1331
|
+
"outputs": [
|
1332
|
+
{
|
1333
|
+
"internalType": "bool",
|
1334
|
+
"name": "locked",
|
1335
|
+
"type": "bool"
|
1336
|
+
}
|
1337
|
+
],
|
1338
|
+
"stateMutability": "view",
|
1339
|
+
"type": "function"
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"inputs": [
|
1343
|
+
{
|
1344
|
+
"internalType": "address",
|
1345
|
+
"name": "target",
|
1346
|
+
"type": "address"
|
1347
|
+
}
|
1348
|
+
],
|
1349
|
+
"name": "isTargetLocked",
|
1350
|
+
"outputs": [
|
1351
|
+
{
|
1352
|
+
"internalType": "bool",
|
1353
|
+
"name": "locked",
|
1354
|
+
"type": "bool"
|
1355
|
+
}
|
1356
|
+
],
|
1357
|
+
"stateMutability": "view",
|
1358
|
+
"type": "function"
|
1359
|
+
},
|
1360
|
+
{
|
1361
|
+
"inputs": [
|
1362
|
+
{
|
1363
|
+
"internalType": "RoleId",
|
1364
|
+
"name": "roleId",
|
1365
|
+
"type": "uint64"
|
1366
|
+
}
|
1367
|
+
],
|
1368
|
+
"name": "roleExists",
|
1369
|
+
"outputs": [
|
1370
|
+
{
|
1371
|
+
"internalType": "bool",
|
1372
|
+
"name": "exists",
|
1373
|
+
"type": "bool"
|
1374
|
+
}
|
1375
|
+
],
|
1376
|
+
"stateMutability": "view",
|
1377
|
+
"type": "function"
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"inputs": [
|
1381
|
+
{
|
1382
|
+
"internalType": "RoleId",
|
1383
|
+
"name": "roleId",
|
1384
|
+
"type": "uint64"
|
1385
|
+
}
|
1386
|
+
],
|
1387
|
+
"name": "roleMembers",
|
1388
|
+
"outputs": [
|
1389
|
+
{
|
1390
|
+
"internalType": "uint256",
|
1391
|
+
"name": "numberOfMembers",
|
1392
|
+
"type": "uint256"
|
1393
|
+
}
|
1394
|
+
],
|
1395
|
+
"stateMutability": "view",
|
1396
|
+
"type": "function"
|
1397
|
+
},
|
1398
|
+
{
|
1399
|
+
"inputs": [],
|
1400
|
+
"name": "roles",
|
1401
|
+
"outputs": [
|
1402
|
+
{
|
1403
|
+
"internalType": "uint256",
|
1404
|
+
"name": "numberOfRoles",
|
1405
|
+
"type": "uint256"
|
1406
|
+
}
|
1407
|
+
],
|
1408
|
+
"stateMutability": "view",
|
1409
|
+
"type": "function"
|
1410
|
+
},
|
1411
|
+
{
|
1412
|
+
"inputs": [
|
1413
|
+
{
|
1414
|
+
"internalType": "address",
|
1415
|
+
"name": "newAuthority",
|
1416
|
+
"type": "address"
|
1417
|
+
}
|
1418
|
+
],
|
1419
|
+
"name": "setAuthority",
|
1420
|
+
"outputs": [],
|
1421
|
+
"stateMutability": "nonpayable",
|
1422
|
+
"type": "function"
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"inputs": [
|
1426
|
+
{
|
1427
|
+
"internalType": "bool",
|
1428
|
+
"name": "locked",
|
1429
|
+
"type": "bool"
|
1430
|
+
}
|
1431
|
+
],
|
1432
|
+
"name": "setReleaseLocked",
|
1433
|
+
"outputs": [],
|
1434
|
+
"stateMutability": "nonpayable",
|
1435
|
+
"type": "function"
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"inputs": [
|
1439
|
+
{
|
1440
|
+
"internalType": "contract IService",
|
1441
|
+
"name": "service",
|
1442
|
+
"type": "address"
|
1443
|
+
},
|
1444
|
+
{
|
1445
|
+
"internalType": "bool",
|
1446
|
+
"name": "locked",
|
1447
|
+
"type": "bool"
|
1448
|
+
}
|
1449
|
+
],
|
1450
|
+
"name": "setServiceLocked",
|
1451
|
+
"outputs": [],
|
1452
|
+
"stateMutability": "nonpayable",
|
1453
|
+
"type": "function"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"inputs": [
|
1457
|
+
{
|
1458
|
+
"internalType": "address",
|
1459
|
+
"name": "target",
|
1460
|
+
"type": "address"
|
1461
|
+
}
|
1462
|
+
],
|
1463
|
+
"name": "targetExists",
|
1464
|
+
"outputs": [
|
1465
|
+
{
|
1466
|
+
"internalType": "bool",
|
1467
|
+
"name": "exists",
|
1468
|
+
"type": "bool"
|
1469
|
+
}
|
1470
|
+
],
|
1471
|
+
"stateMutability": "view",
|
1472
|
+
"type": "function"
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"inputs": [],
|
1476
|
+
"name": "targets",
|
1477
|
+
"outputs": [
|
1478
|
+
{
|
1479
|
+
"internalType": "uint256",
|
1480
|
+
"name": "numberOfTargets",
|
1481
|
+
"type": "uint256"
|
1482
|
+
}
|
1483
|
+
],
|
1484
|
+
"stateMutability": "view",
|
1485
|
+
"type": "function"
|
1486
|
+
}
|
1487
|
+
],
|
1488
|
+
"bytecode": "0x608060405234801561000f575f80fd5b506040516158ed3803806158ed83398101604081905261002e91610b72565b610068816040518060400160405280601281526020017126b0b9ba32b92932b632b0b9b2a0b236b4b760711b81525061006e60201b60201c565b5061107a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100b75750825b90505f826001600160401b031660011480156100d25750303b155b9050811580156100e0575080155b156100fe5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561012c57845460ff60401b1916680100000000000000001785555b6101368787610185565b831561017c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b61018d61045f565b6003546001600160a01b03166101b057600380546001600160a01b031916331790555b6003546001600160a01b031633146101db5760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015610231573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102559190610b9f565b6102825760405163a91c340960e01b81526001600160a01b03831660048201526024015b60405180910390fd5b80515f036102a35760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b1580156102f4575f80fd5b505af1158015610306573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af4158015610360573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103849190610b9f565b6103ac57604051637595cb1960e01b81526001600160a01b0383166004820152602401610279565b6103b5826104af565b5f6103c08282610c56565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610408573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061042c9190610d10565b600380546001600160601b0392909216600160a01b026001600160a01b0390921691909117905561045b6104c3565b5050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166104ad57604051631afcd79f60e31b815260040160405180910390fd5b565b6104b761045f565b6104c08161070f565b50565b6104cb61045f565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__637c3940bf60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610536573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061055a9190610d4a565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af415801561059c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c09190610d4a565b90506106776105cd610720565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626105ef610720565b6001806040518060400160405280600981526020016841646d696e526f6c6560b81b8152506040518563ffffffff1660e01b81526004016106339493929190610dc7565b60c060405180830381865af415801561064e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106729190610e7c565b61079a565b6001600160401b0381165f9081526007602052604090206106989030610a5d565b506104c06106a4610a7a565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626106c6610720565b600263ffffffff6040518060400160405280600a8152602001695075626c6963526f6c6560b01b8152506040518563ffffffff1660e01b81526004016106339493929190610dc7565b61071761045f565b6104c081610aba565b604051637c3940bf60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf906024015b602060405180830381865af4158015610771573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107959190610d4a565b905090565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156107e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108059190610f07565b64ffffffffff1660808201526001600160401b038083165f9081526004602090815260409091208351815493166001600160401b03198416811782559184015184939192909183916001600160481b0319909116176801000000000000000083600381111561087657610876610d65565b0217905550604082810151825463ffffffff90911669010000000000000000000263ffffffff60481b1990911617825560608084015160018085019190915560808501516002909401805460a09096015164ffffffffff90811665010000000000026001600160501b031990971695169490941794909417909255805180820182526001600160401b03808716808352602080840187815295880180515f90815260058352868120955186549851151568010000000000000000026001600160481b03199099169086161797909717909455600680549788018155865260048088047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039099166008026101000a938402939094021990971691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e8926109ff92910190815260200190565b5f60405180830381865af4158015610a19573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a409190810190610f20565b604051610a51959493929190610fb2565b60405180910390a15050565b5f610a71836001600160a01b038416610b26565b90505b92915050565b604051637c3940bf60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401610756565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001610a51565b5f818152600183016020526040812054610b6b57508154600181810184555f848152602080822090930184905584548482528286019093526040902091909155610a74565b505f610a74565b5f60208284031215610b82575f80fd5b81516001600160a01b0381168114610b98575f80fd5b9392505050565b5f60208284031215610baf575f80fd5b81518015158114610b98575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610be657607f821691505b602082108103610c0457634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610c5157805f5260205f20601f840160051c81016020851015610c2f5750805b601f840160051c820191505b81811015610c4e575f8155600101610c3b565b50505b505050565b81516001600160401b03811115610c6f57610c6f610bbe565b610c8381610c7d8454610bd2565b84610c0a565b6020601f821160018114610cb5575f8315610c9e5750848201515b5f19600385901b1c1916600184901b178455610c4e565b5f84815260208120601f198516915b82811015610ce45787850151825560209485019460019092019101610cc4565b5084821015610d0157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610d20575f80fd5b81516001600160601b0381168114610b98575f80fd5b6001600160401b03811681146104c0575f80fd5b5f60208284031215610d5a575f80fd5b8151610b9881610d36565b634e487b7160e01b5f52602160045260245ffd5b60048110610d9557634e487b7160e01b5f52602160045260245ffd5b9052565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160401b0385168152610de06020820185610d79565b63ffffffff83166040820152608060608201525f610e016080830184610d99565b9695505050505050565b60405160c081016001600160401b0381118282101715610e2d57610e2d610bbe565b60405290565b604051601f8201601f191681016001600160401b0381118282101715610e5b57610e5b610bbe565b604052919050565b805164ffffffffff81168114610e77575f80fd5b919050565b5f60c0828403128015610e8d575f80fd5b50610e96610e0b565b8251610ea181610d36565b8152602083015160048110610eb4575f80fd5b6020820152604083015163ffffffff81168114610ecf575f80fd5b604082015260608381015190820152610eea60808401610e63565b6080820152610efb60a08401610e63565b60a08201529392505050565b5f60208284031215610f17575f80fd5b610a7182610e63565b5f60208284031215610f30575f80fd5b81516001600160401b03811115610f45575f80fd5b8201601f81018413610f55575f80fd5b80516001600160401b03811115610f6e57610f6e610bbe565b610f81601f8201601f1916602001610e33565b818152856020838501011115610f95575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b60a081525f808754610fc381610bd2565b8060a0860152600182165f8114610fe15760018114610ffd5761102e565b60ff19831660c087015260c082151560051b870101935061102e565b8a5f5260205f205f5b8381101561102557815488820160c00152600190910190602001611006565b870160c0019450505b5050506001600160401b038716602084015261104d6040840187610d79565b6001600160401b0385166060840152828103608084015261106e8185610d99565b98975050505050505050565b614866806110875f395ff3fe608060405234801561000f575f80fd5b5060043610610229575f3560e01c80638fb360371161012a578063cd55e51b116100b4578063e46dd59a11610079578063e46dd59a146105f0578063ea0a94b114610603578063f09ae31b14610616578063f399e22e14610641578063f60458ba14610654575f80fd5b8063cd55e51b1461059e578063cf2f81dc146105b1578063d5f39488146105c4578063d78a83b1146105d5578063dd22b08a146105e8575f80fd5b8063b3ecf236116100fa578063b3ecf2361461052a578063bc62a0a514610532578063bcfb11b01461055a578063bf7e214f14610583578063c6a001791461058b575f80fd5b80638fb36037146104af5780639279073b146104d05780639cad00521461050f578063a4e2d63414610522575f80fd5b80635ab1bd53116101b6578063728a61a81161017b578063728a61a814610452578063748540711461046557806376b707b71461047a5780637a9e5e4b146104945780638308ceb1146104a7575f80fd5b80635ab1bd53146103f35780635bfa5027146103fb578063605aa10a1461041b57806364fc31421461042e5780636bd1c0eb14610441575f80fd5b806326decd40116101fc57806326decd401461034a5780633406b1521461036d57806335471f80146103ad578063392f5f64146103c05780633fd85561146103c8575f80fd5b8063030149741461022d57806312e1ebc51461025357806324913ce6146102ee57806326d60fb414610342575b5f80fd5b61024061023b366004613ab2565b61067f565b6040519081526020015b60405180910390f35b6102c3610261366004613ae1565b60408051606080820183525f80835260208084018290529284018190526001600160a01b03949094168452600882529282902082519384018352805484526001015460ff8116151591840191909152610100900464ffffffffff169082015290565b60408051825181526020808401511515908201529181015164ffffffffff169082015260600161024a565b6103016102fc366004613afc565b6106a5565b60408051835181526020808501516001600160e01b031916908201529281015164ffffffffff16908301526001600160401b0316606082015260800161024a565b600a54610240565b61035d610358366004613ae1565b610935565b604051901515815260200161024a565b61039561037b366004613b26565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b03909116815260200161024a565b6102406103bb366004613ae1565b6109a1565b600654610240565b6103db6103d6366004613b26565b610a2b565b6040516001600160401b03909116815260200161024a565b610395610a6d565b61040e610409366004613ab2565b610add565b60405161024a9190613bd1565b61035d610429366004613ae1565b610bb1565b61035d61043c366004613bdf565b610c26565b6002546001600160a01b0316610395565b610395610460366004613b26565b610cac565b610478610473366004613c24565b610cda565b005b610482610d03565b60405160ff909116815260200161024a565b6104786104a2366004613ae1565b610d6e565b6103db610df9565b6104b7610e64565b6040516001600160e01b0319909116815260200161024a565b6105026040518060400160405280601381526020017252656c656173655265676973747279526f6c6560681b81525081565b60405161024a9190613cab565b6103db61051d366004613da1565b610e9a565b61035d610f33565b6103db610f9e565b6105026040518060400160405280600981526020016841646d696e526f6c6560b81b81525081565b6105026040518060400160405280600a8152602001695075626c6963526f6c6560b01b81525081565b610395610fe5565b61035d610599366004613ab2565b611000565b61035d6105ac366004613bdf565b61105e565b6104786105bf366004613de7565b61108c565b6003546001600160a01b0316610395565b6103956105e3366004613e13565b611185565b6103956111a6565b6104786105fe366004613e2f565b611206565b610478610611366004613e4a565b61145c565b6105026040518060400160405280600c81526020016b2932b632b0b9b2a0b236b4b760a11b81525081565b61047861064f366004613e92565b611627565b600354600160a01b90046001600160601b03166040516001600160601b03909116815260200161024a565b6001600160401b0381165f90815260076020526040812061069f90611735565b92915050565b604080516060810182525f80825260208083018290528284018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af415801561072d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107519190613ee9565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516060810184528154815260019182015460e081901b9096169481019490945264010000000090940464ffffffffff168383015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__92637c3940bf921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108579190613ee9565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa1580156108a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c59190613f04565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610907573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092b9190613f04565b9150509250929050565b60015460405163a166aa8960e01b81526001600160a01b0383811660048301525f92169063a166aa8990602401602060405180830381865afa15801561097d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069f9190613f1f565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610a07573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069f9190613f3a565b5f60068281548110610a3f57610a3f613f51565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610ab4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f65565b905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600482529185902085519384019095528454918216835292939192830190600160401b900460ff166003811115610b5557610b55613b3d565b6003811115610b6657610b66613b3d565b81528154600160481b900463ffffffff1660208201526001820154604082015260029091015464ffffffffff8082166060840152650100000000009091041660809091015292915050565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b815261010090910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b906024015b602060405180830381865af415801561097d573d5f803e3d5ffd5b6001546040516368fc2b7760e11b81526001600160401b03831660048201526001600160a01b0384811660248301525f92839291169063d1f856ee906044016040805180830381865afa158015610c7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca39190613f98565b50949350505050565b5f600a8281548110610cc057610cc0613f51565b5f918252602090912001546001600160a01b031692915050565b610ce6335b5f3661173e565b610cf183838361183c565b610cfd84848484611add565b50505050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa158015610d4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613fcb565b33610d77610fe5565b6001600160a01b0316816001600160a01b031614610db75760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610dec576040516361798f2f60e11b81526001600160a01b0383166004820152602401610dae565b610df582611d8a565b5050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa158015610e40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f04565b5f8051602061481183398151915280545f9190600160a01b900460ff16610e8b575f610e94565b638fb3603760e01b5b91505090565b5f60055f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b8152600401610ed59190613cab565b602060405180830381865af4158015610ef0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f149190613f3a565b815260208101919091526040015f20546001600160401b031692915050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610f7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f1f565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015610e40573d5f803e3d5ffd5b5f80516020614811833981519152546001600160a01b031690565b6001600160401b0381165f908152600460208190526040808320600201549051638d38cd4b60e01b815264ffffffffff9091169181019190915273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401610c0b565b6001600160401b038082165f90815260046020526040812054909161108591859116610c26565b9392505050565b61109533610cdf565b306001600160a01b038316036110c95760405163f1e7fc1f60e01b81526001600160a01b0383166004820152602401610dae565b6110d38282611de3565b7f6684f8a06572afb238e3be8cfd16b40f30528ddff5a058ed4af32467818abdac826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611130573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111549190613fcb565b6040805160ff90921682526001600160a01b0385166020830152831515908201526060015b60405180910390a15050565b6001600160401b0382165f9081526007602052604081206110859083611e4b565b5f6111af610a6d565b600354604051631c5da14d60e11b8152600160a01b9091046001600160601b031660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ab4573d5f803e3d5ffd5b6001545f906001600160a01b031663d1f856ee611221611e56565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611278573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129c9190613f04565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201523360248201526044016040805180830381865afa1580156112e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113079190613f98565b5090508061132a5760405163de0edf8360e01b8152336004820152602401610dae565b5f611333610fe5565b9050821515816001600160a01b031663a4e2d6346040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190613f1f565b1515036113bc57604051632727ef3d60e01b81528315156004820152602401610dae565b60405163108f145b60e11b815283151560048201526001600160a01b0382169063211e28b6906024015f604051808303815f87803b1580156113fc575f80fd5b505af115801561140e573d5f803e3d5ffd5b505050507f1da9fc334a60200f44fc264006bff9790c7cb9ec01d31ec3d66ba46e94f298b261143b610d03565b6040805160ff909216825285151560208301520160405180910390a1505050565b604051632b10f60d60e21b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156114ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d09190613f3a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680611515575080546001600160401b03808416911610155b156115335760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561155d85611ea6565b611565610fe5565b604051630f6c67a360e11b81526001600160a01b03878116600483015260ff861660248301529190911690631ed8cf46906044015f604051808303815f87803b1580156115b0575f80fd5b505af11580156115c2573d5f803e3d5ffd5b505050506115cf85611f4b565b6115d884612080565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561166b5750825b90505f826001600160401b031660011480156116865750303b155b905081158015611694575080155b156116b25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116dc57845460ff60401b1916600160401b1785555b6116e68787612317565b831561172c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f61069f825490565b5f805160206148118339815191525f80611776611759610fe5565b873061176860045f8a8c613fe6565b6117719161400d565b6125e7565b91509150816118345763ffffffff81161561181157825460ff60a01b1916600160a01b1783556117a4610fe5565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016117d393929190614045565b5f604051808303815f87803b1580156117ea575f80fd5b505af11580156117fc573d5f803e3d5ffd5b5050845460ff60a01b19168555506118349050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610dae565b505050505050565b604051632b95d28f60e21b815260ff831660048201525f9073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ae574a3c906024015f60405180830381865af415801561188d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526118b49190810190614084565b90505f73__$0d958e68cba84670b8f4a3f2f2686b1c6b$__630c3258f983856040518363ffffffff1660e01b81526004016118f09291906140f8565b5f60405180830381865af415801561190a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119319190810190614084565b9050611940858260015f6126ef565b60405163dda777d360e01b815260ff8086166004830152841660248201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063dda777d390604401602060405180830381865af415801561199a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119be9190613f04565b90506119c981611000565b611ad357611ad38173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626119f3612763565b60018073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__630c3258f98b8d6040518363ffffffff1660e01b8152600401611a2f92919061413d565b5f60405180830381865af4158015611a49573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a709190810190614084565b6040518563ffffffff1660e01b8152600401611a8f9493929190614186565b60c060405180830381865af4158015611aaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ace91906141de565b61279d565b611834818761280e565b604051630e949b3560e21b815260ff831660048201525f90819081906001600160a01b03881690633a526cd4906024015f60405180830381865afa158015611b27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611b4e9190810190614281565b90505f5b8151811015611d8057818181518110611b6d57611b6d613f51565b60200260200101519350611b8e84611b83606390565b60ff90811691161490565b15611ba257611b9b612a62565b9250611c21565b60405163dda777d360e01b815260ff80861660048301528616602482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063dda777d390604401602060405180830381865af4158015611bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1e9190613f04565b92505b611c2a83611000565b611cf557611cf58373__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662611c54612763565b604051632b95d28f60e21b815260ff8a166004820152600190819073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90630c3258f990829063ae574a3c906024015f60405180830381865af4158015611cb0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611cd79190810190614084565b8e6040518363ffffffff1660e01b8152600401611a2f929190614310565b6040516374766d9b60e11b815260ff8088166004830152851660248201525f906001600160a01b038a169063e8ecdb36906044015f60405180830381865afa158015611d43573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d6a91908101906143bb565b9050611d77888583612aa2565b50600101611b52565b5050505050505050565b5f8051602061481183398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001611179565b81611ded81612b0e565b60015460405163167bd39560e01b81526001600160a01b03858116600483015284151560248301529091169063167bd395906044015f604051808303815f87803b158015611e39575f80fd5b505af115801561172c573d5f803e3d5ffd5b5f6110858383612b3f565b604051637c3940bf60e01b81526004808201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf906024015b602060405180830381865af4158015610e40573d5f803e3d5ffd5b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611efc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f209190613f1f565b611f485760405163375acd0b60e11b81526001600160a01b0382166004820152602401610dae565b50565b611f53610a6d565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fbd9190613f1f565b611fe557604051633b69638960e11b81526001600160a01b0382166004820152602401610dae565b611fed610a6d565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015612033573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612057919061444b565b600360146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b612088612b65565b6120b8306040518060400160405280600c81526020016b2932b632b0b9b2a0b236b4b760a11b8152505f806126ef565b6121336120c3611e56565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626120e5612763565b6001806040518060400160405280601381526020017252656c656173655265676973747279526f6c6560681b8152506040518563ffffffff1660e01b8152600401611a8f9493929190614186565b6040805160028082526060828101909352816020015b604080516060810182525f80825260208083018290529282015282525f1990920191018161214957905050604080516315fb0abb60e01b8152637485407160e01b60048201526024810191909152601060448201526f617574686f72697a655365727669636560801b606482015290915073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906315fb0abb90608401606060405180830381865af41580156121f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122189190614471565b815f8151811061222a5761222a613f51565b6020908102919091010152604080516315fb0abb60e01b81526333cbe07760e21b60048201526024810191909152601060448201526f1cd95d14d95c9d9a58d9531bd8dad95960821b606482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906315fb0abb90608401606060405180830381865af41580156122b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d69190614471565b816001815181106122e9576122e9613f51565b602002602001018190525061230630612300611e56565b83612aa2565b610df5612311611e56565b8361280e565b61231f612b65565b6003546001600160a01b031661234257600380546001600160a01b031916331790555b6003546001600160a01b0316331461236d5760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af41580156123c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123e79190613f1f565b61240f5760405163a91c340960e01b81526001600160a01b0383166004820152602401610dae565b80515f036124305760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b158015612481575f80fd5b505af1158015612493573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af41580156124ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125119190613f1f565b61253957604051637595cb1960e01b81526001600160a01b0383166004820152602401610dae565b61254282612bb0565b5f61254d8282614507565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612595573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125b9919061444b565b600360146101000a8154816001600160601b0302191690836001600160601b03160217905550610df5612bc1565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161265591906145d8565b5f60405180830381855afa9150503d805f811461268d576040519150601f19603f3d011682016040523d82523d5f602084013e612692565b606091505b509150915081156126e45760408151106126c457808060200190518101906126ba9190613f98565b90945092506126e4565b60208151106126e457808060200190518101906126e19190613f1f565b93505b505094509492505050565b604051632492398560e11b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a9061272c9030908890889088906004016145e3565b5f6040518083038186803b158015612742575f80fd5b505af4158015612754573d5f803e3d5ffd5b50505050610cfd848483612e0d565b604051637c3940bf60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401611e8b565b6040516319bfbe5560e31b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063cdfdf2a8906127d890309086908690600401614621565b5f6040518083038186803b1580156127ee575f80fd5b505af4158015612800573d5f803e3d5ffd5b50505050610df58282613005565b8160015f61281c83836132ba565b6001600160401b0385165f908152600460209081526040808320546007909252909120600160481b90910463ffffffff169061285790611735565b106128a5576001600160401b0385165f8181526004602081905260409182902054915163b6a5795960e01b815290810192909252600160481b900463ffffffff166024820152604401610dae565b60016001600160401b0386165f90815260046020526040902054600160401b900460ff1660038111156128da576128da613b3d565b14801561295e5750604051631627905560e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612938573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295c9190613f1f565b155b1561299657604051632e0816b360e21b81526001600160401b03861660048201526001600160a01b0385166024820152604401610dae565b6001600160401b0385165f9081526007602052604090206129b7908561347e565b5060015460405163012e238d60e51b81526001600160401b03871660048201526001600160a01b0386811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b158015612a11575f80fd5b505af1158015612a23573d5f803e3d5ffd5b505050507fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb209465f85612a5388613492565b604051611618939291906146cd565b604051637c3940bf60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401611e8b565b612abf82612aae610f9e565b6001600160401b0390811691161490565b15612ae857604051636a89b82560e11b81526001600160a01b0384166004820152602401610dae565b5f80612af685846001613562565b91509150612b07858584845f613929565b5050505050565b612b1781610bb1565b611f4857604051630a504d9560e11b81526001600160a01b0382166004820152602401610dae565b5f825f018281548110612b5457612b54613f51565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612bae57604051631afcd79f60e31b815260040160405180910390fd5b565b612bb8612b65565b611f4881613a41565b612bc9612b65565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__637c3940bf60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c589190613f04565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015612c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cbe9190613f04565b9050612d75612ccb612763565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662612ced612763565b6001806040518060400160405280600981526020016841646d696e526f6c6560b81b8152506040518563ffffffff1660e01b8152600401612d319493929190614186565b60c060405180830381865af4158015612d4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d7091906141de565b613005565b6001600160401b0381165f908152600760205260409020612d96903061347e565b50611f48612da2612a62565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662612dc4612763565b600263ffffffff6040518060400160405280600a8152602001695075626c6963526f6c6560b01b8152506040518563ffffffff1660e01b8152600401612d319493929190614186565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e6990612e46908690600401613cab565b602060405180830381865af4158015612e61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e859190613f3a565b90506040518060600160405280828152602001831515815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612ee7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0b9190614700565b64ffffffffff9081169091526001600160a01b0386165f818152600860209081526040808320865181558683015160019182018054988401519097166101000265ffffffffff00199115159190911665ffffffffffff1990981697909717969096179094558582526009905282812080546001600160a01b03199081168417909155600a8054958601815582527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a89094018054909416909117909255517f8fc0bd3ee17d8e732533ea42ad65951dc55a5dac82fb45dd3e7c71b9fe02a1d691612ff791879087906146cd565b60405180910390a150505050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561304c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130709190614700565b64ffffffffff1660808201526001600160401b038083165f90815260046020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b8360038111156130df576130df613b3d565b0217905550604082810151825463ffffffff909116600160481b026cffffffff0000000000000000001990911617825560608084015160018085019190915560808501516002909401805460a09096015164ffffffffff908116650100000000000269ffffffffffffffffffff1990971695169490941794909417909255805180820182526001600160401b03808716808352602080840187815295880180515f908152600583528681209551865498511515600160401b0268ffffffffffffffffff199099169086161797909717909455600680549788018155865260048088047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039099166008026101000a938402939094021990971691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e89261326892910190815260200190565b5f60405180830381865af4158015613282573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132a99190810190614084565b604051611179959493929190614719565b6132c382611000565b6132eb57604051632ed3a17160e11b81526001600160401b0383166004820152602401610dae565b60015460408051631d6c8e3f60e21b8152905184926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015613332573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133569190613f04565b6001600160401b0316816001600160401b0316036133925760405163079fe26f60e01b81526001600160401b0384166004820152602401610dae565b818015613450575061345060045f856001600160401b03166001600160401b031681526020019081526020015f2060020160059054906101000a900464ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561341c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134409190614700565b64ffffffffff9081169116111590565b15613479576040516332d0641160e21b81526001600160401b0384166004820152602401610dae565b505050565b5f611085836001600160a01b038416613a52565b606061349d82611000565b15613538576001600160401b0382165f90815260046020819052604091829020600101549151631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e8926134f7920190815260200190565b5f60405180830381865af4158015613511573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261069f9190810190614084565b505060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015290565b6060808461356f81612b0e565b8451806001600160401b0381111561358957613589613cbd565b6040519080825280602002602001820160405280156135b2578160200160208202803683370190505b509350806001600160401b038111156135cd576135cd613cbd565b60405190808252806020026020018201604052801561360057816020015b60608152602001906001900390816135eb5790505b509250613625604080516060810182525f808252602082018190529181019190915290565b5f805b8381101561391c5788818151811061364257613642613f51565b602002602001015192508260200151915087156136e6576001600160a01b038a165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b1580156136cb575f80fd5b505af41580156136dd573d5f803e3d5ffd5b5050505061376f565b6001600160a01b038a165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b158015613758575f80fd5b505af415801561376a573d5f803e3d5ffd5b505050505b6001600160a01b038a165f908152600c602090815260408083206001600160e01b03198616808552908352928190208651815591860151600190920180548783015164ffffffffff166401000000000268ffffffffffffffffff1990911660e09490941c939093179290921790915551636ea1af2560e11b8152600481019190915273__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af415801561382b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061384f9190613ee9565b87828151811061386157613861613f51565b6001600160e01b0319909216602092830291909101909101528251604051631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e8916138b6919060040190815260200190565b5f60405180830381865af41580156138d0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f79190810190614084565b86828151811061390957613909613f51565b6020908102919091010152600101613628565b5050505050935093915050565b8461393381612b0e565b84600183806139465761394683836132ba565b6001546040516308d6122d60e01b81526001600160a01b03909116906308d6122d9061397a908c908b908d90600401614774565b5f604051808303815f87803b158015613991575f80fd5b505af11580156139a3573d5f803e3d5ffd5b505050505f5b8751811015613a35577f71c0dd58adbf4d883856964979f8473116b2857bb3940628b6a7669a24cb0dff5f8b8984815181106139e7576139e7613f51565b60200260200101516139f88d613492565b604051602001613a099291906147e5565b60408051601f1981840301815290829052613a259392916146cd565b60405180910390a16001016139a9565b50505050505050505050565b613a49612b65565b611f4881611d8a565b5f818152600183016020526040812054613a9757508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561069f565b505f61069f565b6001600160401b0381168114611f48575f80fd5b5f60208284031215613ac2575f80fd5b813561108581613a9e565b6001600160a01b0381168114611f48575f80fd5b5f60208284031215613af1575f80fd5b813561108581613acd565b5f8060408385031215613b0d575f80fd5b8235613b1881613acd565b946020939093013593505050565b5f60208284031215613b36575f80fd5b5035919050565b634e487b7160e01b5f52602160045260245ffd5b60048110613b6d57634e487b7160e01b5f52602160045260245ffd5b9052565b6001600160401b0381511682526020810151613b906020840182613b51565b5063ffffffff60408201511660408301526060810151606083015264ffffffffff608082015116608083015264ffffffffff60a08201511660a08301525050565b60c0810161069f8284613b71565b5f8060408385031215613bf0575f80fd5b8235613bfb81613acd565b91506020830135613c0b81613a9e565b809150509250929050565b60ff81168114611f48575f80fd5b5f805f8060808587031215613c37575f80fd5b8435613c4281613acd565b93506020850135613c5281613acd565b92506040850135613c6281613c16565b91506060850135613c7281613c16565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6110856020830184613c7d565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715613cf357613cf3613cbd565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613d2157613d21613cbd565b604052919050565b5f6001600160401b03821115613d4157613d41613cbd565b50601f01601f191660200190565b5f82601f830112613d5e575f80fd5b8135613d71613d6c82613d29565b613cf9565b818152846020838601011115613d85575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613db1575f80fd5b81356001600160401b03811115613dc6575f80fd5b613dd284828501613d4f565b949350505050565b8015158114611f48575f80fd5b5f8060408385031215613df8575f80fd5b8235613e0381613acd565b91506020830135613c0b81613dda565b5f8060408385031215613e24575f80fd5b8235613b1881613a9e565b5f60208284031215613e3f575f80fd5b813561108581613dda565b5f805f60608486031215613e5c575f80fd5b8335613e6781613acd565b92506020840135613e7781613acd565b91506040840135613e8781613c16565b809150509250925092565b5f8060408385031215613ea3575f80fd5b8235613eae81613acd565b915060208301356001600160401b03811115613ec8575f80fd5b61092b85828601613d4f565b6001600160e01b031981168114611f48575f80fd5b5f60208284031215613ef9575f80fd5b815161108581613ed4565b5f60208284031215613f14575f80fd5b815161108581613a9e565b5f60208284031215613f2f575f80fd5b815161108581613dda565b5f60208284031215613f4a575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215613f75575f80fd5b815161108581613acd565b805163ffffffff81168114613f93575f80fd5b919050565b5f8060408385031215613fa9575f80fd5b8251613fb481613dda565b9150613fc260208401613f80565b90509250929050565b5f60208284031215613fdb575f80fd5b815161108581613c16565b5f8085851115613ff4575f80fd5b83861115614000575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561403e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614094575f80fd5b81516001600160401b038111156140a9575f80fd5b8201601f810184136140b9575f80fd5b80516140c7613d6c82613d29565b8181528560208385010111156140db575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b606081525f61410a6060830185613c7d565b828103602084015260078152665365727669636560c81b60208201526040810191505060ff831660408301529392505050565b606081525f61414f6060830185613c7d565b8281036020840152600b81526a53657276696365526f6c6560a81b60208201526040810191505060ff831660408301529392505050565b6001600160401b038516815261419f6020820185613b51565b63ffffffff83166040820152608060608201525f6141c06080830184613c7d565b9695505050505050565b805164ffffffffff81168114613f93575f80fd5b5f60c08284031280156141ef575f80fd5b506141f8613cd1565b825161420381613a9e565b8152602083015160048110614216575f80fd5b602082015261422760408401613f80565b604082015260608381015190820152614242608084016141ca565b608082015261425360a084016141ca565b60a08201529392505050565b5f6001600160401b0382111561427757614277613cbd565b5060051b60200190565b5f60208284031215614291575f80fd5b81516001600160401b038111156142a6575f80fd5b8201601f810184136142b6575f80fd5b80516142c4613d6c8261425f565b8082825260208201915060208360051b8501019250868311156142e5575f80fd5b6020840193505b828410156141c05783516142ff81613c16565b8252602093840193909101906142ec565b606081525f6143226060830185613c7d565b82810360208401526004815263526f6c6560e01b60208201526040810191505060ff831660408301529392505050565b5f60608284031215614362575f80fd5b604051606081016001600160401b038111828210171561438457614384613cbd565b604052825181526020830151909150819061439e81613ed4565b60208201526143af604084016141ca565b60408201525092915050565b5f602082840312156143cb575f80fd5b81516001600160401b038111156143e0575f80fd5b8201601f810184136143f0575f80fd5b80516143fe613d6c8261425f565b8082825260208201915060206060840285010192508683111561441f575f80fd5b6020840193505b828410156141c0576144388785614352565b8252602082019150606084019350614426565b5f6020828403121561445b575f80fd5b81516001600160601b0381168114611085575f80fd5b5f60608284031215614481575f80fd5b6110858383614352565b600181811c9082168061449f57607f821691505b6020821081036144bd57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561347957805f5260205f20601f840160051c810160208510156144e85750805b601f840160051c820191505b81811015612b07575f81556001016144f4565b81516001600160401b0381111561452057614520613cbd565b6145348161452e845461448b565b846144c3565b6020601f821160018114614566575f831561454f5750848201515b5f19600385901b1c1916600184901b178455612b07565b5f84815260208120601f198516915b828110156145955787850151825560209485019460019092019101614575565b50848210156145b257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518060208401855e5f93019283525090919050565b5f61108582846145c1565b6001600160a01b038581168252841660208201526080604082018190525f9061460e90830185613c7d565b9050821515606083015295945050505050565b6001600160a01b03841681526001600160401b03831660208201526101008101613dd26040830184613b71565b5f815461465a8161448b565b8085526001821680156146745760018114614690576146c4565b60ff1983166020870152602082151560051b87010193506146c4565b845f5260205f205f5b838110156146bb5781546020828a010152600182019150602081019050614699565b87016020019450505b50505092915050565b606081525f6146df606083018661464e565b6001600160a01b038516602084015282810360408401526141c08185613c7d565b5f60208284031215614710575f80fd5b611085826141ca565b60a081525f61472b60a083018861464e565b6001600160401b03871660208401526147476040840187613b51565b6001600160401b038516606084015282810360808401526147688185613c7d565b98975050505050505050565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b818110156147c75783516001600160e01b03191683526020938401939092019160010161479f565b505080925050506001600160401b0383166040830152949350505050565b5f6147f082856145c1565b63014149d160e51b815261480760048201856145c1565b9594505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220e3e0252ea227e13e02afb95a61e33a90361a9ab18ec5bb07f2b61502d857134d64736f6c634300081a0033",
|
1489
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610229575f3560e01c80638fb360371161012a578063cd55e51b116100b4578063e46dd59a11610079578063e46dd59a146105f0578063ea0a94b114610603578063f09ae31b14610616578063f399e22e14610641578063f60458ba14610654575f80fd5b8063cd55e51b1461059e578063cf2f81dc146105b1578063d5f39488146105c4578063d78a83b1146105d5578063dd22b08a146105e8575f80fd5b8063b3ecf236116100fa578063b3ecf2361461052a578063bc62a0a514610532578063bcfb11b01461055a578063bf7e214f14610583578063c6a001791461058b575f80fd5b80638fb36037146104af5780639279073b146104d05780639cad00521461050f578063a4e2d63414610522575f80fd5b80635ab1bd53116101b6578063728a61a81161017b578063728a61a814610452578063748540711461046557806376b707b71461047a5780637a9e5e4b146104945780638308ceb1146104a7575f80fd5b80635ab1bd53146103f35780635bfa5027146103fb578063605aa10a1461041b57806364fc31421461042e5780636bd1c0eb14610441575f80fd5b806326decd40116101fc57806326decd401461034a5780633406b1521461036d57806335471f80146103ad578063392f5f64146103c05780633fd85561146103c8575f80fd5b8063030149741461022d57806312e1ebc51461025357806324913ce6146102ee57806326d60fb414610342575b5f80fd5b61024061023b366004613ab2565b61067f565b6040519081526020015b60405180910390f35b6102c3610261366004613ae1565b60408051606080820183525f80835260208084018290529284018190526001600160a01b03949094168452600882529282902082519384018352805484526001015460ff8116151591840191909152610100900464ffffffffff169082015290565b60408051825181526020808401511515908201529181015164ffffffffff169082015260600161024a565b6103016102fc366004613afc565b6106a5565b60408051835181526020808501516001600160e01b031916908201529281015164ffffffffff16908301526001600160401b0316606082015260800161024a565b600a54610240565b61035d610358366004613ae1565b610935565b604051901515815260200161024a565b61039561037b366004613b26565b5f908152600960205260409020546001600160a01b031690565b6040516001600160a01b03909116815260200161024a565b6102406103bb366004613ae1565b6109a1565b600654610240565b6103db6103d6366004613b26565b610a2b565b6040516001600160401b03909116815260200161024a565b610395610a6d565b61040e610409366004613ab2565b610add565b60405161024a9190613bd1565b61035d610429366004613ae1565b610bb1565b61035d61043c366004613bdf565b610c26565b6002546001600160a01b0316610395565b610395610460366004613b26565b610cac565b610478610473366004613c24565b610cda565b005b610482610d03565b60405160ff909116815260200161024a565b6104786104a2366004613ae1565b610d6e565b6103db610df9565b6104b7610e64565b6040516001600160e01b0319909116815260200161024a565b6105026040518060400160405280601381526020017252656c656173655265676973747279526f6c6560681b81525081565b60405161024a9190613cab565b6103db61051d366004613da1565b610e9a565b61035d610f33565b6103db610f9e565b6105026040518060400160405280600981526020016841646d696e526f6c6560b81b81525081565b6105026040518060400160405280600a8152602001695075626c6963526f6c6560b01b81525081565b610395610fe5565b61035d610599366004613ab2565b611000565b61035d6105ac366004613bdf565b61105e565b6104786105bf366004613de7565b61108c565b6003546001600160a01b0316610395565b6103956105e3366004613e13565b611185565b6103956111a6565b6104786105fe366004613e2f565b611206565b610478610611366004613e4a565b61145c565b6105026040518060400160405280600c81526020016b2932b632b0b9b2a0b236b4b760a11b81525081565b61047861064f366004613e92565b611627565b600354600160a01b90046001600160601b03166040516001600160601b03909116815260200161024a565b6001600160401b0381165f90815260076020526040812061069f90611735565b92915050565b604080516060810182525f80825260208083018290528284018290526001600160a01b0386168252600b9052828120925163dfe63db960e01b81526004810193909352602483018490529091819073__$8df0087758613aef8a614b5774fdb3323b$__9063dfe63db990604401602060405180830381865af415801561072d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107519190613ee9565b6001600160a01b038681165f908152600c602090815260408083206001600160e01b03198681168086529184529382902082516060810184528154815260019182015460e081901b9096169481019490945264010000000090940464ffffffffff168383015292549051636ea1af2560e11b8152600481019390935290965092935073__$1d92393fa9ccd763988368ce8a1cb90d26$__92637c3940bf921690636d5115bd90899073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af4158015610833573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108579190613ee9565b6040516001600160e01b031960e085901b811682526001600160a01b03909316600482015291166024820152604401602060405180830381865afa1580156108a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108c59190613f04565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610907573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092b9190613f04565b9150509250929050565b60015460405163a166aa8960e01b81526001600160a01b0383811660048301525f92169063a166aa8990602401602060405180830381865afa15801561097d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069f9190613f1f565b6001600160a01b0381165f908152600b6020526040808220905163868b3e0760e01b8152600481019190915273__$8df0087758613aef8a614b5774fdb3323b$__9063868b3e0790602401602060405180830381865af4158015610a07573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069f9190613f3a565b5f60068281548110610a3f57610a3f613f51565b905f5260205f2090600491828204019190066008029054906101000a90046001600160401b03169050919050565b60015460408051635ab1bd5360e01b815290515f926001600160a01b031691635ab1bd539160048083019260209291908290030181865afa158015610ab4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f65565b905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600482529185902085519384019095528454918216835292939192830190600160401b900460ff166003811115610b5557610b55613b3d565b6003811115610b6657610b66613b3d565b81528154600160481b900463ffffffff1660208201526001820154604082015260029091015464ffffffffff8082166060840152650100000000009091041660809091015292915050565b6001600160a01b0381165f90815260086020526040808220600101549051638d38cd4b60e01b815261010090910464ffffffffff16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b906024015b602060405180830381865af415801561097d573d5f803e3d5ffd5b6001546040516368fc2b7760e11b81526001600160401b03831660048201526001600160a01b0384811660248301525f92839291169063d1f856ee906044016040805180830381865afa158015610c7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca39190613f98565b50949350505050565b5f600a8281548110610cc057610cc0613f51565b5f918252602090912001546001600160a01b031692915050565b610ce6335b5f3661173e565b610cf183838361183c565b610cfd84848484611add565b50505050565b600154604080516376b707b760e01b815290515f926001600160a01b0316916376b707b79160048083019260209291908290030181865afa158015610d4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613fcb565b33610d77610fe5565b6001600160a01b0316816001600160a01b031614610db75760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610dec576040516361798f2f60e11b81526001600160a01b0383166004820152602401610dae565b610df582611d8a565b5050565b60015460408051631e53e01560e11b815290515f926001600160a01b031691633ca7c02a9160048083019260209291908290030181865afa158015610e40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f04565b5f8051602061481183398151915280545f9190600160a01b900460ff16610e8b575f610e94565b638fb3603760e01b5b91505090565b5f60055f73__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b8152600401610ed59190613cab565b602060405180830381865af4158015610ef0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f149190613f3a565b815260208101919091526040015f20546001600160401b031692915050565b60015460408051632938b58d60e21b815290515f926001600160a01b03169163a4e2d6349160048083019260209291908290030181865afa158015610f7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad89190613f1f565b60015460408051631d6c8e3f60e21b815290515f926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015610e40573d5f803e3d5ffd5b5f80516020614811833981519152546001600160a01b031690565b6001600160401b0381165f908152600460208190526040808320600201549051638d38cd4b60e01b815264ffffffffff9091169181019190915273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401610c0b565b6001600160401b038082165f90815260046020526040812054909161108591859116610c26565b9392505050565b61109533610cdf565b306001600160a01b038316036110c95760405163f1e7fc1f60e01b81526001600160a01b0383166004820152602401610dae565b6110d38282611de3565b7f6684f8a06572afb238e3be8cfd16b40f30528ddff5a058ed4af32467818abdac826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611130573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111549190613fcb565b6040805160ff90921682526001600160a01b0385166020830152831515908201526060015b60405180910390a15050565b6001600160401b0382165f9081526007602052604081206110859083611e4b565b5f6111af610a6d565b600354604051631c5da14d60e11b8152600160a01b9091046001600160601b031660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ab4573d5f803e3d5ffd5b6001545f906001600160a01b031663d1f856ee611221611e56565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611278573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129c9190613f04565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201523360248201526044016040805180830381865afa1580156112e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113079190613f98565b5090508061132a5760405163de0edf8360e01b8152336004820152602401610dae565b5f611333610fe5565b9050821515816001600160a01b031663a4e2d6346040518163ffffffff1660e01b8152600401602060405180830381865afa158015611374573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113989190613f1f565b1515036113bc57604051632727ef3d60e01b81528315156004820152602401610dae565b60405163108f145b60e11b815283151560048201526001600160a01b0382169063211e28b6906024015f604051808303815f87803b1580156113fc575f80fd5b505af115801561140e573d5f803e3d5ffd5b505050507f1da9fc334a60200f44fc264006bff9790c7cb9ec01d31ec3d66ba46e94f298b261143b610d03565b6040805160ff909216825285151560208301520160405180910390a1505050565b604051632b10f60d60e21b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156114ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d09190613f3a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680611515575080546001600160401b03808416911610155b156115335760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561155d85611ea6565b611565610fe5565b604051630f6c67a360e11b81526001600160a01b03878116600483015260ff861660248301529190911690631ed8cf46906044015f604051808303815f87803b1580156115b0575f80fd5b505af11580156115c2573d5f803e3d5ffd5b505050506115cf85611f4b565b6115d884612080565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f8115801561166b5750825b90505f826001600160401b031660011480156116865750303b155b905081158015611694575080155b156116b25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116dc57845460ff60401b1916600160401b1785555b6116e68787612317565b831561172c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f61069f825490565b5f805160206148118339815191525f80611776611759610fe5565b873061176860045f8a8c613fe6565b6117719161400d565b6125e7565b91509150816118345763ffffffff81161561181157825460ff60a01b1916600160a01b1783556117a4610fe5565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016117d393929190614045565b5f604051808303815f87803b1580156117ea575f80fd5b505af11580156117fc573d5f803e3d5ffd5b5050845460ff60a01b19168555506118349050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610dae565b505050505050565b604051632b95d28f60e21b815260ff831660048201525f9073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ae574a3c906024015f60405180830381865af415801561188d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526118b49190810190614084565b90505f73__$0d958e68cba84670b8f4a3f2f2686b1c6b$__630c3258f983856040518363ffffffff1660e01b81526004016118f09291906140f8565b5f60405180830381865af415801561190a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119319190810190614084565b9050611940858260015f6126ef565b60405163dda777d360e01b815260ff8086166004830152841660248201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063dda777d390604401602060405180830381865af415801561199a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119be9190613f04565b90506119c981611000565b611ad357611ad38173__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626119f3612763565b60018073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__630c3258f98b8d6040518363ffffffff1660e01b8152600401611a2f92919061413d565b5f60405180830381865af4158015611a49573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a709190810190614084565b6040518563ffffffff1660e01b8152600401611a8f9493929190614186565b60c060405180830381865af4158015611aaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ace91906141de565b61279d565b611834818761280e565b604051630e949b3560e21b815260ff831660048201525f90819081906001600160a01b03881690633a526cd4906024015f60405180830381865afa158015611b27573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611b4e9190810190614281565b90505f5b8151811015611d8057818181518110611b6d57611b6d613f51565b60200260200101519350611b8e84611b83606390565b60ff90811691161490565b15611ba257611b9b612a62565b9250611c21565b60405163dda777d360e01b815260ff80861660048301528616602482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063dda777d390604401602060405180830381865af4158015611bfa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1e9190613f04565b92505b611c2a83611000565b611cf557611cf58373__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662611c54612763565b604051632b95d28f60e21b815260ff8a166004820152600190819073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90630c3258f990829063ae574a3c906024015f60405180830381865af4158015611cb0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611cd79190810190614084565b8e6040518363ffffffff1660e01b8152600401611a2f929190614310565b6040516374766d9b60e11b815260ff8088166004830152851660248201525f906001600160a01b038a169063e8ecdb36906044015f60405180830381865afa158015611d43573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d6a91908101906143bb565b9050611d77888583612aa2565b50600101611b52565b5050505050505050565b5f8051602061481183398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001611179565b81611ded81612b0e565b60015460405163167bd39560e01b81526001600160a01b03858116600483015284151560248301529091169063167bd395906044015f604051808303815f87803b158015611e39575f80fd5b505af115801561172c573d5f803e3d5ffd5b5f6110858383612b3f565b604051637c3940bf60e01b81526004808201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf906024015b602060405180830381865af4158015610e40573d5f803e3d5ffd5b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611efc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f209190613f1f565b611f485760405163375acd0b60e11b81526001600160a01b0382166004820152602401610dae565b50565b611f53610a6d565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fbd9190613f1f565b611fe557604051633b69638960e11b81526001600160a01b0382166004820152602401610dae565b611fed610a6d565b604051632f2a35f760e11b81526001600160a01b0383811660048301529190911690635e546bee90602401602060405180830381865afa158015612033573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612057919061444b565b600360146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b612088612b65565b6120b8306040518060400160405280600c81526020016b2932b632b0b9b2a0b236b4b760a11b8152505f806126ef565b6121336120c3611e56565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a8196626120e5612763565b6001806040518060400160405280601381526020017252656c656173655265676973747279526f6c6560681b8152506040518563ffffffff1660e01b8152600401611a8f9493929190614186565b6040805160028082526060828101909352816020015b604080516060810182525f80825260208083018290529282015282525f1990920191018161214957905050604080516315fb0abb60e01b8152637485407160e01b60048201526024810191909152601060448201526f617574686f72697a655365727669636560801b606482015290915073__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906315fb0abb90608401606060405180830381865af41580156121f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122189190614471565b815f8151811061222a5761222a613f51565b6020908102919091010152604080516315fb0abb60e01b81526333cbe07760e21b60048201526024810191909152601060448201526f1cd95d14d95c9d9a58d9531bd8dad95960821b606482015273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__906315fb0abb90608401606060405180830381865af41580156122b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122d69190614471565b816001815181106122e9576122e9613f51565b602002602001018190525061230630612300611e56565b83612aa2565b610df5612311611e56565b8361280e565b61231f612b65565b6003546001600160a01b031661234257600380546001600160a01b031916331790555b6003546001600160a01b0316331461236d5760405163410f583d60e11b815260040160405180910390fd5b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af41580156123c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123e79190613f1f565b61240f5760405163a91c340960e01b81526001600160a01b0383166004820152602401610dae565b80515f036124305760405163ea69a8ad60e01b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b03841690811790915560405163189acdbd60e31b815230600482015263c4d66de8906024015f604051808303815f87803b158015612481575f80fd5b505af1158015612493573d5f803e3d5ffd5b5050604051632330f24760e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9250632330f2479150602401602060405180830381865af41580156124ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125119190613f1f565b61253957604051637595cb1960e01b81526001600160a01b0383166004820152602401610dae565b61254282612bb0565b5f61254d8282614507565b5073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612595573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125b9919061444b565b600360146101000a8154816001600160601b0302191690836001600160601b03160217905550610df5612bc1565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161265591906145d8565b5f60405180830381855afa9150503d805f811461268d576040519150601f19603f3d011682016040523d82523d5f602084013e612692565b606091505b509150915081156126e45760408151106126c457808060200190518101906126ba9190613f98565b90945092506126e4565b60208151106126e457808060200190518101906126e19190613f1f565b93505b505094509492505050565b604051632492398560e11b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__90634924730a9061272c9030908890889088906004016145e3565b5f6040518083038186803b158015612742575f80fd5b505af4158015612754573d5f803e3d5ffd5b50505050610cfd848483612e0d565b604051637c3940bf60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401611e8b565b6040516319bfbe5560e31b815273__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__9063cdfdf2a8906127d890309086908690600401614621565b5f6040518083038186803b1580156127ee575f80fd5b505af4158015612800573d5f803e3d5ffd5b50505050610df58282613005565b8160015f61281c83836132ba565b6001600160401b0385165f908152600460209081526040808320546007909252909120600160481b90910463ffffffff169061285790611735565b106128a5576001600160401b0385165f8181526004602081905260409182902054915163b6a5795960e01b815290810192909252600160481b900463ffffffff166024820152604401610dae565b60016001600160401b0386165f90815260046020526040902054600160401b900460ff1660038111156128da576128da613b3d565b14801561295e5750604051631627905560e01b81526001600160a01b038516600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612938573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295c9190613f1f565b155b1561299657604051632e0816b360e21b81526001600160401b03861660048201526001600160a01b0385166024820152604401610dae565b6001600160401b0385165f9081526007602052604090206129b7908561347e565b5060015460405163012e238d60e51b81526001600160401b03871660048201526001600160a01b0386811660248301525f6044830152909116906325c471a0906064015f604051808303815f87803b158015612a11575f80fd5b505af1158015612a23573d5f803e3d5ffd5b505050507fe833cea7ff35d8ab3a1c2917328619fb92c0bbdc3792d351b31751e36eb209465f85612a5388613492565b604051611618939291906146cd565b604051637c3940bf60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401611e8b565b612abf82612aae610f9e565b6001600160401b0390811691161490565b15612ae857604051636a89b82560e11b81526001600160a01b0384166004820152602401610dae565b5f80612af685846001613562565b91509150612b07858584845f613929565b5050505050565b612b1781610bb1565b611f4857604051630a504d9560e11b81526001600160a01b0382166004820152602401610dae565b5f825f018281548110612b5457612b54613f51565b905f5260205f200154905092915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612bae57604051631afcd79f60e31b815260040160405180910390fd5b565b612bb8612b65565b611f4881613a41565b612bc9612b65565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__637c3940bf60015f9054906101000a90046001600160a01b03166001600160a01b03166375b238fc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c589190613f04565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015612c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cbe9190613f04565b9050612d75612ccb612763565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662612ced612763565b6001806040518060400160405280600981526020016841646d696e526f6c6560b81b8152506040518563ffffffff1660e01b8152600401612d319493929190614186565b60c060405180830381865af4158015612d4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d7091906141de565b613005565b6001600160401b0381165f908152600760205260409020612d96903061347e565b50611f48612da2612a62565b73__$7ca0443fea8aec4ba68c2e8d18c5a8d73e$__635a819662612dc4612763565b600263ffffffff6040518060400160405280600a8152602001695075626c6963526f6c6560b01b8152506040518563ffffffff1660e01b8152600401612d319493929190614186565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e6990612e46908690600401613cab565b602060405180830381865af4158015612e61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e859190613f3a565b90506040518060600160405280828152602001831515815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612ee7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0b9190614700565b64ffffffffff9081169091526001600160a01b0386165f818152600860209081526040808320865181558683015160019182018054988401519097166101000265ffffffffff00199115159190911665ffffffffffff1990981697909717969096179094558582526009905282812080546001600160a01b03199081168417909155600a8054958601815582527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a89094018054909416909117909255517f8fc0bd3ee17d8e732533ea42ad65951dc55a5dac82fb45dd3e7c71b9fe02a1d691612ff791879087906146cd565b60405180910390a150505050565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561304c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130709190614700565b64ffffffffff1660808201526001600160401b038083165f90815260046020908152604090912083518154931667ffffffffffffffff1984168117825591840151849391929091839168ffffffffffffffffff1990911617600160401b8360038111156130df576130df613b3d565b0217905550604082810151825463ffffffff909116600160481b026cffffffff0000000000000000001990911617825560608084015160018085019190915560808501516002909401805460a09096015164ffffffffff908116650100000000000269ffffffffffffffffffff1990971695169490941794909417909255805180820182526001600160401b03808716808352602080840187815295880180515f908152600583528681209551865498511515600160401b0268ffffffffffffffffff199099169086161797909717909455600680549788018155865260048088047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f01805460039099166008026101000a938402939094021990971691909117909155850151855191519251631623433d60e31b81527f089dc3e37715ee5f5f527a09ca053081e6a74ab2cde2b4471c37f8b9b81af45c95889492939273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e89261326892910190815260200190565b5f60405180830381865af4158015613282573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526132a99190810190614084565b604051611179959493929190614719565b6132c382611000565b6132eb57604051632ed3a17160e11b81526001600160401b0383166004820152602401610dae565b60015460408051631d6c8e3f60e21b8152905184926001600160a01b0316916375b238fc9160048083019260209291908290030181865afa158015613332573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133569190613f04565b6001600160401b0316816001600160401b0316036133925760405163079fe26f60e01b81526001600160401b0384166004820152602401610dae565b818015613450575061345060045f856001600160401b03166001600160401b031681526020019081526020015f2060020160059054906101000a900464ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561341c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134409190614700565b64ffffffffff9081169116111590565b15613479576040516332d0641160e21b81526001600160401b0384166004820152602401610dae565b505050565b5f611085836001600160a01b038416613a52565b606061349d82611000565b15613538576001600160401b0382165f90815260046020819052604091829020600101549151631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9263b11a19e8926134f7920190815260200190565b5f60405180830381865af4158015613511573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261069f9190810190614084565b505060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015290565b6060808461356f81612b0e565b8451806001600160401b0381111561358957613589613cbd565b6040519080825280602002602001820160405280156135b2578160200160208202803683370190505b509350806001600160401b038111156135cd576135cd613cbd565b60405190808252806020026020018201604052801561360057816020015b60608152602001906001900390816135eb5790505b509250613625604080516060810182525f808252602082018190529181019190915290565b5f805b8381101561391c5788818151811061364257613642613f51565b602002602001015192508260200151915087156136e6576001600160a01b038a165f908152600b6020526040908190209051631b76c9b760e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__9063dbb64db8906044015f6040518083038186803b1580156136cb575f80fd5b505af41580156136dd573d5f803e3d5ffd5b5050505061376f565b6001600160a01b038a165f908152600b60205260409081902090516313edd33560e31b815260048101919091526001600160e01b03198316602482015273__$8df0087758613aef8a614b5774fdb3323b$__90639f6e99a8906044015f6040518083038186803b158015613758575f80fd5b505af415801561376a573d5f803e3d5ffd5b505050505b6001600160a01b038a165f908152600c602090815260408083206001600160e01b03198616808552908352928190208651815591860151600190920180548783015164ffffffffff166401000000000268ffffffffffffffffff1990911660e09490941c939093179290921790915551636ea1af2560e11b8152600481019190915273__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af415801561382b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061384f9190613ee9565b87828151811061386157613861613f51565b6001600160e01b0319909216602092830291909101909101528251604051631623433d60e31b815273__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e8916138b6919060040190815260200190565b5f60405180830381865af41580156138d0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f79190810190614084565b86828151811061390957613909613f51565b6020908102919091010152600101613628565b5050505050935093915050565b8461393381612b0e565b84600183806139465761394683836132ba565b6001546040516308d6122d60e01b81526001600160a01b03909116906308d6122d9061397a908c908b908d90600401614774565b5f604051808303815f87803b158015613991575f80fd5b505af11580156139a3573d5f803e3d5ffd5b505050505f5b8751811015613a35577f71c0dd58adbf4d883856964979f8473116b2857bb3940628b6a7669a24cb0dff5f8b8984815181106139e7576139e7613f51565b60200260200101516139f88d613492565b604051602001613a099291906147e5565b60408051601f1981840301815290829052613a259392916146cd565b60405180910390a16001016139a9565b50505050505050505050565b613a49612b65565b611f4881611d8a565b5f818152600183016020526040812054613a9757508154600181810184555f84815260208082209093018490558454848252828601909352604090209190915561069f565b505f61069f565b6001600160401b0381168114611f48575f80fd5b5f60208284031215613ac2575f80fd5b813561108581613a9e565b6001600160a01b0381168114611f48575f80fd5b5f60208284031215613af1575f80fd5b813561108581613acd565b5f8060408385031215613b0d575f80fd5b8235613b1881613acd565b946020939093013593505050565b5f60208284031215613b36575f80fd5b5035919050565b634e487b7160e01b5f52602160045260245ffd5b60048110613b6d57634e487b7160e01b5f52602160045260245ffd5b9052565b6001600160401b0381511682526020810151613b906020840182613b51565b5063ffffffff60408201511660408301526060810151606083015264ffffffffff608082015116608083015264ffffffffff60a08201511660a08301525050565b60c0810161069f8284613b71565b5f8060408385031215613bf0575f80fd5b8235613bfb81613acd565b91506020830135613c0b81613a9e565b809150509250929050565b60ff81168114611f48575f80fd5b5f805f8060808587031215613c37575f80fd5b8435613c4281613acd565b93506020850135613c5281613acd565b92506040850135613c6281613c16565b91506060850135613c7281613c16565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6110856020830184613c7d565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715613cf357613cf3613cbd565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613d2157613d21613cbd565b604052919050565b5f6001600160401b03821115613d4157613d41613cbd565b50601f01601f191660200190565b5f82601f830112613d5e575f80fd5b8135613d71613d6c82613d29565b613cf9565b818152846020838601011115613d85575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215613db1575f80fd5b81356001600160401b03811115613dc6575f80fd5b613dd284828501613d4f565b949350505050565b8015158114611f48575f80fd5b5f8060408385031215613df8575f80fd5b8235613e0381613acd565b91506020830135613c0b81613dda565b5f8060408385031215613e24575f80fd5b8235613b1881613a9e565b5f60208284031215613e3f575f80fd5b813561108581613dda565b5f805f60608486031215613e5c575f80fd5b8335613e6781613acd565b92506020840135613e7781613acd565b91506040840135613e8781613c16565b809150509250925092565b5f8060408385031215613ea3575f80fd5b8235613eae81613acd565b915060208301356001600160401b03811115613ec8575f80fd5b61092b85828601613d4f565b6001600160e01b031981168114611f48575f80fd5b5f60208284031215613ef9575f80fd5b815161108581613ed4565b5f60208284031215613f14575f80fd5b815161108581613a9e565b5f60208284031215613f2f575f80fd5b815161108581613dda565b5f60208284031215613f4a575f80fd5b5051919050565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215613f75575f80fd5b815161108581613acd565b805163ffffffff81168114613f93575f80fd5b919050565b5f8060408385031215613fa9575f80fd5b8251613fb481613dda565b9150613fc260208401613f80565b90509250929050565b5f60208284031215613fdb575f80fd5b815161108581613c16565b5f8085851115613ff4575f80fd5b83861115614000575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561403e576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614094575f80fd5b81516001600160401b038111156140a9575f80fd5b8201601f810184136140b9575f80fd5b80516140c7613d6c82613d29565b8181528560208385010111156140db575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b606081525f61410a6060830185613c7d565b828103602084015260078152665365727669636560c81b60208201526040810191505060ff831660408301529392505050565b606081525f61414f6060830185613c7d565b8281036020840152600b81526a53657276696365526f6c6560a81b60208201526040810191505060ff831660408301529392505050565b6001600160401b038516815261419f6020820185613b51565b63ffffffff83166040820152608060608201525f6141c06080830184613c7d565b9695505050505050565b805164ffffffffff81168114613f93575f80fd5b5f60c08284031280156141ef575f80fd5b506141f8613cd1565b825161420381613a9e565b8152602083015160048110614216575f80fd5b602082015261422760408401613f80565b604082015260608381015190820152614242608084016141ca565b608082015261425360a084016141ca565b60a08201529392505050565b5f6001600160401b0382111561427757614277613cbd565b5060051b60200190565b5f60208284031215614291575f80fd5b81516001600160401b038111156142a6575f80fd5b8201601f810184136142b6575f80fd5b80516142c4613d6c8261425f565b8082825260208201915060208360051b8501019250868311156142e5575f80fd5b6020840193505b828410156141c05783516142ff81613c16565b8252602093840193909101906142ec565b606081525f6143226060830185613c7d565b82810360208401526004815263526f6c6560e01b60208201526040810191505060ff831660408301529392505050565b5f60608284031215614362575f80fd5b604051606081016001600160401b038111828210171561438457614384613cbd565b604052825181526020830151909150819061439e81613ed4565b60208201526143af604084016141ca565b60408201525092915050565b5f602082840312156143cb575f80fd5b81516001600160401b038111156143e0575f80fd5b8201601f810184136143f0575f80fd5b80516143fe613d6c8261425f565b8082825260208201915060206060840285010192508683111561441f575f80fd5b6020840193505b828410156141c0576144388785614352565b8252602082019150606084019350614426565b5f6020828403121561445b575f80fd5b81516001600160601b0381168114611085575f80fd5b5f60608284031215614481575f80fd5b6110858383614352565b600181811c9082168061449f57607f821691505b6020821081036144bd57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561347957805f5260205f20601f840160051c810160208510156144e85750805b601f840160051c820191505b81811015612b07575f81556001016144f4565b81516001600160401b0381111561452057614520613cbd565b6145348161452e845461448b565b846144c3565b6020601f821160018114614566575f831561454f5750848201515b5f19600385901b1c1916600184901b178455612b07565b5f84815260208120601f198516915b828110156145955787850151825560209485019460019092019101614575565b50848210156145b257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f81518060208401855e5f93019283525090919050565b5f61108582846145c1565b6001600160a01b038581168252841660208201526080604082018190525f9061460e90830185613c7d565b9050821515606083015295945050505050565b6001600160a01b03841681526001600160401b03831660208201526101008101613dd26040830184613b71565b5f815461465a8161448b565b8085526001821680156146745760018114614690576146c4565b60ff1983166020870152602082151560051b87010193506146c4565b845f5260205f205f5b838110156146bb5781546020828a010152600182019150602081019050614699565b87016020019450505b50505092915050565b606081525f6146df606083018661464e565b6001600160a01b038516602084015282810360408401526141c08185613c7d565b5f60208284031215614710575f80fd5b611085826141ca565b60a081525f61472b60a083018861464e565b6001600160401b03871660208401526147476040840187613b51565b6001600160401b038516606084015282810360808401526147688185613c7d565b98975050505050505050565b6001600160a01b03841681526060602080830182905284519183018290525f91908501906080840190835b818110156147c75783516001600160e01b03191683526020938401939092019160010161479f565b505080925050506001600160401b0383166040830152949350505050565b5f6147f082856145c1565b63014149d160e51b815261480760048201856145c1565b9594505050505056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220e3e0252ea227e13e02afb95a61e33a90361a9ab18ec5bb07f2b61502d857134d64736f6c634300081a0033",
|
1490
|
+
"linkReferences": {
|
1491
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1492
|
+
"AccessAdminLib": [
|
1493
|
+
{
|
1494
|
+
"length": 20,
|
1495
|
+
"start": 1487
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"length": 20,
|
1499
|
+
"start": 1702
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"length": 20,
|
1503
|
+
"start": 10842
|
1504
|
+
},
|
1505
|
+
{
|
1506
|
+
"length": 20,
|
1507
|
+
"start": 11451
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"length": 20,
|
1511
|
+
"start": 12620
|
1512
|
+
},
|
1513
|
+
{
|
1514
|
+
"length": 20,
|
1515
|
+
"start": 12867
|
1516
|
+
},
|
1517
|
+
{
|
1518
|
+
"length": 20,
|
1519
|
+
"start": 13057
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"length": 20,
|
1523
|
+
"start": 14213
|
1524
|
+
},
|
1525
|
+
{
|
1526
|
+
"length": 20,
|
1527
|
+
"start": 14387
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"length": 20,
|
1531
|
+
"start": 15700
|
1532
|
+
},
|
1533
|
+
{
|
1534
|
+
"length": 20,
|
1535
|
+
"start": 15915
|
1536
|
+
}
|
1537
|
+
]
|
1538
|
+
},
|
1539
|
+
"contracts/shared/ContractLib.sol": {
|
1540
|
+
"ContractLib": [
|
1541
|
+
{
|
1542
|
+
"length": 20,
|
1543
|
+
"start": 505
|
1544
|
+
},
|
1545
|
+
{
|
1546
|
+
"length": 20,
|
1547
|
+
"start": 806
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"length": 20,
|
1551
|
+
"start": 12107
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"length": 20,
|
1555
|
+
"start": 13330
|
1556
|
+
},
|
1557
|
+
{
|
1558
|
+
"length": 20,
|
1559
|
+
"start": 13626
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"length": 20,
|
1563
|
+
"start": 14727
|
1564
|
+
}
|
1565
|
+
]
|
1566
|
+
},
|
1567
|
+
"contracts/type/NftId.sol": {
|
1568
|
+
"NftIdLib": [
|
1569
|
+
{
|
1570
|
+
"length": 20,
|
1571
|
+
"start": 963
|
1572
|
+
},
|
1573
|
+
{
|
1574
|
+
"length": 20,
|
1575
|
+
"start": 13783
|
1576
|
+
}
|
1577
|
+
]
|
1578
|
+
},
|
1579
|
+
"contracts/type/ObjectType.sol": {
|
1580
|
+
"ObjectTypeLib": [
|
1581
|
+
{
|
1582
|
+
"length": 20,
|
1583
|
+
"start": 10461
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
"length": 20,
|
1587
|
+
"start": 10560
|
1588
|
+
},
|
1589
|
+
{
|
1590
|
+
"length": 20,
|
1591
|
+
"start": 10879
|
1592
|
+
},
|
1593
|
+
{
|
1594
|
+
"length": 20,
|
1595
|
+
"start": 11512
|
1596
|
+
}
|
1597
|
+
]
|
1598
|
+
},
|
1599
|
+
"contracts/type/RoleId.sol": {
|
1600
|
+
"RoleIdLib": [
|
1601
|
+
{
|
1602
|
+
"length": 20,
|
1603
|
+
"start": 1230
|
1604
|
+
},
|
1605
|
+
{
|
1606
|
+
"length": 20,
|
1607
|
+
"start": 1848
|
1608
|
+
},
|
1609
|
+
{
|
1610
|
+
"length": 20,
|
1611
|
+
"start": 2712
|
1612
|
+
},
|
1613
|
+
{
|
1614
|
+
"length": 20,
|
1615
|
+
"start": 6236
|
1616
|
+
},
|
1617
|
+
{
|
1618
|
+
"length": 20,
|
1619
|
+
"start": 8903
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"length": 20,
|
1623
|
+
"start": 10729
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"length": 20,
|
1627
|
+
"start": 11337
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
"length": 20,
|
1631
|
+
"start": 12020
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"length": 20,
|
1635
|
+
"start": 14338
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"length": 20,
|
1639
|
+
"start": 15111
|
1640
|
+
},
|
1641
|
+
{
|
1642
|
+
"length": 20,
|
1643
|
+
"start": 15443
|
1644
|
+
}
|
1645
|
+
]
|
1646
|
+
},
|
1647
|
+
"contracts/type/Selector.sol": {
|
1648
|
+
"SelectorLib": [
|
1649
|
+
{
|
1650
|
+
"length": 20,
|
1651
|
+
"start": 6274
|
1652
|
+
},
|
1653
|
+
{
|
1654
|
+
"length": 20,
|
1655
|
+
"start": 18554
|
1656
|
+
}
|
1657
|
+
],
|
1658
|
+
"SelectorSetLib": [
|
1659
|
+
{
|
1660
|
+
"length": 20,
|
1661
|
+
"start": 6012
|
1662
|
+
},
|
1663
|
+
{
|
1664
|
+
"length": 20,
|
1665
|
+
"start": 6742
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"length": 20,
|
1669
|
+
"start": 18207
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"length": 20,
|
1673
|
+
"start": 18348
|
1674
|
+
}
|
1675
|
+
]
|
1676
|
+
},
|
1677
|
+
"contracts/type/String.sol": {
|
1678
|
+
"StrLib": [
|
1679
|
+
{
|
1680
|
+
"length": 20,
|
1681
|
+
"start": 2518
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
"length": 20,
|
1685
|
+
"start": 7975
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"length": 20,
|
1689
|
+
"start": 16037
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"length": 20,
|
1693
|
+
"start": 17094
|
1694
|
+
},
|
1695
|
+
{
|
1696
|
+
"length": 20,
|
1697
|
+
"start": 17750
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
"length": 20,
|
1701
|
+
"start": 18706
|
1702
|
+
}
|
1703
|
+
]
|
1704
|
+
},
|
1705
|
+
"contracts/type/Timestamp.sol": {
|
1706
|
+
"TimestampLib": [
|
1707
|
+
{
|
1708
|
+
"length": 20,
|
1709
|
+
"start": 1948
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"length": 20,
|
1713
|
+
"start": 7284
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
"length": 20,
|
1717
|
+
"start": 8387
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
"length": 20,
|
1721
|
+
"start": 16169
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"length": 20,
|
1725
|
+
"start": 16526
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
"length": 20,
|
1729
|
+
"start": 17502
|
1730
|
+
}
|
1731
|
+
]
|
1732
|
+
},
|
1733
|
+
"contracts/type/Version.sol": {
|
1734
|
+
"VersionPartLib": [
|
1735
|
+
{
|
1736
|
+
"length": 20,
|
1737
|
+
"start": 9467
|
1738
|
+
}
|
1739
|
+
]
|
1740
|
+
}
|
1741
|
+
},
|
1742
|
+
"deployedLinkReferences": {
|
1743
|
+
"contracts/authorization/AccessAdminLib.sol": {
|
1744
|
+
"AccessAdminLib": [
|
1745
|
+
{
|
1746
|
+
"length": 20,
|
1747
|
+
"start": 6611
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
"length": 20,
|
1751
|
+
"start": 7220
|
1752
|
+
},
|
1753
|
+
{
|
1754
|
+
"length": 20,
|
1755
|
+
"start": 8389
|
1756
|
+
},
|
1757
|
+
{
|
1758
|
+
"length": 20,
|
1759
|
+
"start": 8636
|
1760
|
+
},
|
1761
|
+
{
|
1762
|
+
"length": 20,
|
1763
|
+
"start": 8826
|
1764
|
+
},
|
1765
|
+
{
|
1766
|
+
"length": 20,
|
1767
|
+
"start": 9982
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"length": 20,
|
1771
|
+
"start": 10156
|
1772
|
+
},
|
1773
|
+
{
|
1774
|
+
"length": 20,
|
1775
|
+
"start": 11469
|
1776
|
+
},
|
1777
|
+
{
|
1778
|
+
"length": 20,
|
1779
|
+
"start": 11684
|
1780
|
+
}
|
1781
|
+
]
|
1782
|
+
},
|
1783
|
+
"contracts/shared/ContractLib.sol": {
|
1784
|
+
"ContractLib": [
|
1785
|
+
{
|
1786
|
+
"length": 20,
|
1787
|
+
"start": 7876
|
1788
|
+
},
|
1789
|
+
{
|
1790
|
+
"length": 20,
|
1791
|
+
"start": 9099
|
1792
|
+
},
|
1793
|
+
{
|
1794
|
+
"length": 20,
|
1795
|
+
"start": 9395
|
1796
|
+
},
|
1797
|
+
{
|
1798
|
+
"length": 20,
|
1799
|
+
"start": 10496
|
1800
|
+
}
|
1801
|
+
]
|
1802
|
+
},
|
1803
|
+
"contracts/type/NftId.sol": {
|
1804
|
+
"NftIdLib": [
|
1805
|
+
{
|
1806
|
+
"length": 20,
|
1807
|
+
"start": 9552
|
1808
|
+
}
|
1809
|
+
]
|
1810
|
+
},
|
1811
|
+
"contracts/type/ObjectType.sol": {
|
1812
|
+
"ObjectTypeLib": [
|
1813
|
+
{
|
1814
|
+
"length": 20,
|
1815
|
+
"start": 6230
|
1816
|
+
},
|
1817
|
+
{
|
1818
|
+
"length": 20,
|
1819
|
+
"start": 6329
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
"length": 20,
|
1823
|
+
"start": 6648
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"length": 20,
|
1827
|
+
"start": 7281
|
1828
|
+
}
|
1829
|
+
]
|
1830
|
+
},
|
1831
|
+
"contracts/type/RoleId.sol": {
|
1832
|
+
"RoleIdLib": [
|
1833
|
+
{
|
1834
|
+
"length": 20,
|
1835
|
+
"start": 2005
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
"length": 20,
|
1839
|
+
"start": 4672
|
1840
|
+
},
|
1841
|
+
{
|
1842
|
+
"length": 20,
|
1843
|
+
"start": 6498
|
1844
|
+
},
|
1845
|
+
{
|
1846
|
+
"length": 20,
|
1847
|
+
"start": 7106
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"length": 20,
|
1851
|
+
"start": 7789
|
1852
|
+
},
|
1853
|
+
{
|
1854
|
+
"length": 20,
|
1855
|
+
"start": 10107
|
1856
|
+
},
|
1857
|
+
{
|
1858
|
+
"length": 20,
|
1859
|
+
"start": 10880
|
1860
|
+
},
|
1861
|
+
{
|
1862
|
+
"length": 20,
|
1863
|
+
"start": 11212
|
1864
|
+
}
|
1865
|
+
]
|
1866
|
+
},
|
1867
|
+
"contracts/type/Selector.sol": {
|
1868
|
+
"SelectorLib": [
|
1869
|
+
{
|
1870
|
+
"length": 20,
|
1871
|
+
"start": 2043
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"length": 20,
|
1875
|
+
"start": 14323
|
1876
|
+
}
|
1877
|
+
],
|
1878
|
+
"SelectorSetLib": [
|
1879
|
+
{
|
1880
|
+
"length": 20,
|
1881
|
+
"start": 1781
|
1882
|
+
},
|
1883
|
+
{
|
1884
|
+
"length": 20,
|
1885
|
+
"start": 2511
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"length": 20,
|
1889
|
+
"start": 13976
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"length": 20,
|
1893
|
+
"start": 14117
|
1894
|
+
}
|
1895
|
+
]
|
1896
|
+
},
|
1897
|
+
"contracts/type/String.sol": {
|
1898
|
+
"StrLib": [
|
1899
|
+
{
|
1900
|
+
"length": 20,
|
1901
|
+
"start": 3744
|
1902
|
+
},
|
1903
|
+
{
|
1904
|
+
"length": 20,
|
1905
|
+
"start": 11806
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"length": 20,
|
1909
|
+
"start": 12863
|
1910
|
+
},
|
1911
|
+
{
|
1912
|
+
"length": 20,
|
1913
|
+
"start": 13519
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"length": 20,
|
1917
|
+
"start": 14475
|
1918
|
+
}
|
1919
|
+
]
|
1920
|
+
},
|
1921
|
+
"contracts/type/Timestamp.sol": {
|
1922
|
+
"TimestampLib": [
|
1923
|
+
{
|
1924
|
+
"length": 20,
|
1925
|
+
"start": 3053
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
"length": 20,
|
1929
|
+
"start": 4156
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"length": 20,
|
1933
|
+
"start": 11938
|
1934
|
+
},
|
1935
|
+
{
|
1936
|
+
"length": 20,
|
1937
|
+
"start": 12295
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
"length": 20,
|
1941
|
+
"start": 13271
|
1942
|
+
}
|
1943
|
+
]
|
1944
|
+
},
|
1945
|
+
"contracts/type/Version.sol": {
|
1946
|
+
"VersionPartLib": [
|
1947
|
+
{
|
1948
|
+
"length": 20,
|
1949
|
+
"start": 5236
|
1950
|
+
}
|
1951
|
+
]
|
1952
|
+
}
|
1953
|
+
}
|
1954
|
+
}
|