@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f634e5c-828
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/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -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 +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -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/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -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 +1310 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -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} +348 -313
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +903 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +221 -327
- 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 +1415 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1965 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -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 +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1163 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2267 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +350 -1997
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +189 -113
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +406 -2791
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1684 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1328 -331
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +264 -425
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +156 -151
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -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 +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
- 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 +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +282 -179
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +274 -253
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +321 -457
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +323 -60
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +346 -281
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +387 -436
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -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} +409 -442
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +117 -166
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPolicyService.sol/IPolicyService.json} +485 -385
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +991 -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} +41 -62
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1092 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -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 +457 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
- 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 +949 -128
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +349 -245
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +161 -94
- 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 +1067 -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 +316 -153
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +292 -204
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1908 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +850 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -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/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +146 -131
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +708 -602
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -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 +780 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -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 +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -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/authorization/AccessAdmin.sol +615 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/{components → distribution}/Distribution.sol +166 -162
- package/contracts/distribution/DistributionService.sol +354 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/{instance/service → distribution}/IDistributionService.sol +35 -34
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +431 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +65 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +45 -72
- package/contracts/instance/IInstanceService.sol +37 -39
- package/contracts/instance/Instance.sol +162 -250
- package/contracts/instance/InstanceAdmin.sol +288 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +218 -0
- package/contracts/instance/InstanceReader.sol +351 -61
- package/contracts/instance/InstanceService.sol +250 -353
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/RiskSet.sol +119 -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 +111 -0
- package/contracts/instance/base/ObjectSet.sol +78 -0
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +27 -18
- package/contracts/instance/module/IDistribution.sol +6 -6
- package/contracts/instance/module/IPolicy.sol +48 -35
- package/contracts/instance/module/IRisk.sol +2 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +309 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +68 -0
- package/contracts/pool/BundleService.sol +423 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +122 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +153 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +612 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +614 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +19 -35
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +90 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +733 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +427 -0
- package/contracts/product/RiskService.sol +107 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -40
- package/contracts/registry/IRegistry.sol +98 -26
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +453 -195
- package/contracts/registry/RegistryAdmin.sol +451 -0
- package/contracts/registry/RegistryService.sol +87 -128
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +486 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +176 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +222 -0
- package/contracts/shared/ComponentService.sol +869 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +224 -0
- package/contracts/shared/IComponent.sol +67 -0
- package/contracts/shared/IComponentService.sol +134 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +12 -3
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +32 -25
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +32 -23
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +48 -36
- package/contracts/shared/TokenHandler.sol +368 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +173 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +505 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +440 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +24 -22
- 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 +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +31 -5
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +47 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +21 -2
- package/contracts/{types → type}/UFixed.sol +40 -121
- package/contracts/{types → type}/Version.sol +4 -2
- 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 +11 -7
- 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/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -253
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -303
- package/contracts/components/Product.sol +0 -293
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/BundleManager.sol +0 -127
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/ObjectManager.sol +0 -82
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -109
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -350
- package/contracts/instance/service/BundleService.sol +0 -431
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -435
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -93
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IPolicyService.sol +0 -72
- package/contracts/instance/service/IPoolService.sol +0 -99
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -362
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -303
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -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/Amount.sol +0 -60
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1908 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "ComponentService",
|
4
|
+
"sourceName": "contracts/shared/ComponentService.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "component",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorComponentServiceAlreadyRegistered",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "instanceAddress",
|
60
|
+
"type": "address"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"internalType": "VersionPart",
|
64
|
+
"name": "instanceVersion",
|
65
|
+
"type": "uint8"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"name": "ErrorComponentServiceInstanceVersionMismatch",
|
69
|
+
"type": "error"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"inputs": [
|
73
|
+
{
|
74
|
+
"internalType": "address",
|
75
|
+
"name": "component",
|
76
|
+
"type": "address"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"internalType": "ObjectType",
|
80
|
+
"name": "requiredType",
|
81
|
+
"type": "uint8"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"internalType": "ObjectType",
|
85
|
+
"name": "componentType",
|
86
|
+
"type": "uint8"
|
87
|
+
}
|
88
|
+
],
|
89
|
+
"name": "ErrorComponentServiceInvalidType",
|
90
|
+
"type": "error"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"inputs": [],
|
94
|
+
"name": "ErrorComponentServiceNewWalletAddressZero",
|
95
|
+
"type": "error"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [
|
99
|
+
{
|
100
|
+
"internalType": "address",
|
101
|
+
"name": "component",
|
102
|
+
"type": "address"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"name": "ErrorComponentServiceNotComponent",
|
106
|
+
"type": "error"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"inputs": [
|
110
|
+
{
|
111
|
+
"internalType": "address",
|
112
|
+
"name": "instanceAddress",
|
113
|
+
"type": "address"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"internalType": "ObjectType",
|
117
|
+
"name": "objectType",
|
118
|
+
"type": "uint8"
|
119
|
+
}
|
120
|
+
],
|
121
|
+
"name": "ErrorComponentServiceNotInstance",
|
122
|
+
"type": "error"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"inputs": [
|
126
|
+
{
|
127
|
+
"internalType": "address",
|
128
|
+
"name": "component",
|
129
|
+
"type": "address"
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"name": "ErrorComponentServiceNotInstanceLinkedComponent",
|
133
|
+
"type": "error"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"inputs": [
|
137
|
+
{
|
138
|
+
"internalType": "address",
|
139
|
+
"name": "instanceAddress",
|
140
|
+
"type": "address"
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"name": "ErrorComponentServiceNotRegistered",
|
144
|
+
"type": "error"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"inputs": [
|
148
|
+
{
|
149
|
+
"internalType": "NftId",
|
150
|
+
"name": "nftId",
|
151
|
+
"type": "uint96"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"internalType": "ObjectType",
|
155
|
+
"name": "objectType",
|
156
|
+
"type": "uint8"
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"name": "ErrorComponentServiceParentNotInstance",
|
160
|
+
"type": "error"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"inputs": [
|
164
|
+
{
|
165
|
+
"internalType": "NftId",
|
166
|
+
"name": "nftId",
|
167
|
+
"type": "uint96"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"internalType": "ObjectType",
|
171
|
+
"name": "objectType",
|
172
|
+
"type": "uint8"
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"name": "ErrorComponentServiceParentNotProduct",
|
176
|
+
"type": "error"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"inputs": [
|
180
|
+
{
|
181
|
+
"internalType": "address",
|
182
|
+
"name": "component",
|
183
|
+
"type": "address"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"internalType": "VersionPart",
|
187
|
+
"name": "componentRelease",
|
188
|
+
"type": "uint8"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"internalType": "VersionPart",
|
192
|
+
"name": "parentRelease",
|
193
|
+
"type": "uint8"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"name": "ErrorComponentServiceReleaseMismatch",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "NftId",
|
203
|
+
"name": "senderNftId",
|
204
|
+
"type": "uint96"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"internalType": "NftId",
|
208
|
+
"name": "compnentParentNftId",
|
209
|
+
"type": "uint96"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"name": "ErrorComponentServiceSenderNotComponentParent",
|
213
|
+
"type": "error"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"inputs": [
|
217
|
+
{
|
218
|
+
"internalType": "address",
|
219
|
+
"name": "sender",
|
220
|
+
"type": "address"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorComponentServiceSenderNotRegistered",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
228
|
+
{
|
229
|
+
"internalType": "address",
|
230
|
+
"name": "component",
|
231
|
+
"type": "address"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "ObjectType",
|
235
|
+
"name": "invalidType",
|
236
|
+
"type": "uint8"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "ErrorComponentServiceTypeNotSupported",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [],
|
244
|
+
"name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [],
|
249
|
+
"name": "ErrorComponentServiceWalletAddressZero",
|
250
|
+
"type": "error"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"inputs": [
|
254
|
+
{
|
255
|
+
"internalType": "address",
|
256
|
+
"name": "wallet",
|
257
|
+
"type": "address"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"internalType": "address",
|
261
|
+
"name": "spender",
|
262
|
+
"type": "address"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"internalType": "uint256",
|
266
|
+
"name": "allowance",
|
267
|
+
"type": "uint256"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"internalType": "uint256",
|
271
|
+
"name": "amount",
|
272
|
+
"type": "uint256"
|
273
|
+
}
|
274
|
+
],
|
275
|
+
"name": "ErrorComponentServiceWalletAllowanceTooSmall",
|
276
|
+
"type": "error"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"inputs": [
|
280
|
+
{
|
281
|
+
"internalType": "Amount",
|
282
|
+
"name": "withdrawnAmount",
|
283
|
+
"type": "uint96"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"internalType": "Amount",
|
287
|
+
"name": "withdrawLimit",
|
288
|
+
"type": "uint96"
|
289
|
+
}
|
290
|
+
],
|
291
|
+
"name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
|
292
|
+
"type": "error"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"inputs": [],
|
296
|
+
"name": "ErrorComponentServiceWithdrawAmountIsZero",
|
297
|
+
"type": "error"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"inputs": [
|
301
|
+
{
|
302
|
+
"internalType": "NftId",
|
303
|
+
"name": "nftId",
|
304
|
+
"type": "uint96"
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
308
|
+
"type": "error"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"inputs": [
|
312
|
+
{
|
313
|
+
"internalType": "address",
|
314
|
+
"name": "contractAddress",
|
315
|
+
"type": "address"
|
316
|
+
}
|
317
|
+
],
|
318
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
319
|
+
"type": "error"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"inputs": [],
|
323
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
324
|
+
"type": "error"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"inputs": [
|
328
|
+
{
|
329
|
+
"internalType": "NftId",
|
330
|
+
"name": "nftId",
|
331
|
+
"type": "uint96"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"internalType": "ObjectType",
|
335
|
+
"name": "expectedObjectType",
|
336
|
+
"type": "uint8"
|
337
|
+
}
|
338
|
+
],
|
339
|
+
"name": "ErrorNftOwnableInvalidType",
|
340
|
+
"type": "error"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"inputs": [
|
344
|
+
{
|
345
|
+
"internalType": "address",
|
346
|
+
"name": "account",
|
347
|
+
"type": "address"
|
348
|
+
}
|
349
|
+
],
|
350
|
+
"name": "ErrorNftOwnableNotOwner",
|
351
|
+
"type": "error"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"inputs": [
|
355
|
+
{
|
356
|
+
"internalType": "address",
|
357
|
+
"name": "registryAddress",
|
358
|
+
"type": "address"
|
359
|
+
}
|
360
|
+
],
|
361
|
+
"name": "ErrorNotRegistry",
|
362
|
+
"type": "error"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"inputs": [
|
366
|
+
{
|
367
|
+
"internalType": "NftId",
|
368
|
+
"name": "productNftId",
|
369
|
+
"type": "uint96"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"internalType": "NftId",
|
373
|
+
"name": "distributionNftId",
|
374
|
+
"type": "uint96"
|
375
|
+
}
|
376
|
+
],
|
377
|
+
"name": "ErrorProductServiceDistributionAlreadyRegistered",
|
378
|
+
"type": "error"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"inputs": [
|
382
|
+
{
|
383
|
+
"internalType": "NftId",
|
384
|
+
"name": "productNftId",
|
385
|
+
"type": "uint96"
|
386
|
+
}
|
387
|
+
],
|
388
|
+
"name": "ErrorProductServiceNoDistributionExpected",
|
389
|
+
"type": "error"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"inputs": [
|
393
|
+
{
|
394
|
+
"internalType": "NftId",
|
395
|
+
"name": "productNftId",
|
396
|
+
"type": "uint96"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"name": "ErrorProductServiceNoOraclesExpected",
|
400
|
+
"type": "error"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"inputs": [
|
404
|
+
{
|
405
|
+
"internalType": "NftId",
|
406
|
+
"name": "productNftId",
|
407
|
+
"type": "uint96"
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"internalType": "uint8",
|
411
|
+
"name": "expectedOracles",
|
412
|
+
"type": "uint8"
|
413
|
+
}
|
414
|
+
],
|
415
|
+
"name": "ErrorProductServiceOraclesAlreadyRegistered",
|
416
|
+
"type": "error"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"inputs": [
|
420
|
+
{
|
421
|
+
"internalType": "NftId",
|
422
|
+
"name": "productNftId",
|
423
|
+
"type": "uint96"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"internalType": "NftId",
|
427
|
+
"name": "poolNftId",
|
428
|
+
"type": "uint96"
|
429
|
+
}
|
430
|
+
],
|
431
|
+
"name": "ErrorProductServicePoolAlreadyRegistered",
|
432
|
+
"type": "error"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"inputs": [],
|
436
|
+
"name": "ErrorServiceNotImplemented",
|
437
|
+
"type": "error"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"inputs": [],
|
441
|
+
"name": "InvalidInitialization",
|
442
|
+
"type": "error"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"inputs": [],
|
446
|
+
"name": "NotInitializing",
|
447
|
+
"type": "error"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"inputs": [],
|
451
|
+
"name": "ReentrancyGuardReentrantCall",
|
452
|
+
"type": "error"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"anonymous": false,
|
456
|
+
"inputs": [
|
457
|
+
{
|
458
|
+
"indexed": false,
|
459
|
+
"internalType": "address",
|
460
|
+
"name": "authority",
|
461
|
+
"type": "address"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"name": "AuthorityUpdated",
|
465
|
+
"type": "event"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"anonymous": false,
|
469
|
+
"inputs": [
|
470
|
+
{
|
471
|
+
"indexed": false,
|
472
|
+
"internalType": "uint64",
|
473
|
+
"name": "version",
|
474
|
+
"type": "uint64"
|
475
|
+
}
|
476
|
+
],
|
477
|
+
"name": "Initialized",
|
478
|
+
"type": "event"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"anonymous": false,
|
482
|
+
"inputs": [
|
483
|
+
{
|
484
|
+
"indexed": false,
|
485
|
+
"internalType": "NftId",
|
486
|
+
"name": "componentNftId",
|
487
|
+
"type": "uint96"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"indexed": false,
|
491
|
+
"internalType": "address",
|
492
|
+
"name": "recipient",
|
493
|
+
"type": "address"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"indexed": false,
|
497
|
+
"internalType": "address",
|
498
|
+
"name": "token",
|
499
|
+
"type": "address"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"indexed": false,
|
503
|
+
"internalType": "Amount",
|
504
|
+
"name": "withdrawnAmount",
|
505
|
+
"type": "uint96"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"name": "LogComponentServiceComponentFeesWithdrawn",
|
509
|
+
"type": "event"
|
510
|
+
},
|
511
|
+
{
|
512
|
+
"anonymous": false,
|
513
|
+
"inputs": [
|
514
|
+
{
|
515
|
+
"indexed": false,
|
516
|
+
"internalType": "NftId",
|
517
|
+
"name": "distributionNftId",
|
518
|
+
"type": "uint96"
|
519
|
+
}
|
520
|
+
],
|
521
|
+
"name": "LogComponentServiceDistributionFeesUpdated",
|
522
|
+
"type": "event"
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"anonymous": false,
|
526
|
+
"inputs": [
|
527
|
+
{
|
528
|
+
"indexed": false,
|
529
|
+
"internalType": "NftId",
|
530
|
+
"name": "poolNftId",
|
531
|
+
"type": "uint96"
|
532
|
+
}
|
533
|
+
],
|
534
|
+
"name": "LogComponentServicePoolFeesUpdated",
|
535
|
+
"type": "event"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"anonymous": false,
|
539
|
+
"inputs": [
|
540
|
+
{
|
541
|
+
"indexed": false,
|
542
|
+
"internalType": "NftId",
|
543
|
+
"name": "productNftId",
|
544
|
+
"type": "uint96"
|
545
|
+
}
|
546
|
+
],
|
547
|
+
"name": "LogComponentServiceProductFeesUpdated",
|
548
|
+
"type": "event"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"anonymous": false,
|
552
|
+
"inputs": [
|
553
|
+
{
|
554
|
+
"indexed": false,
|
555
|
+
"internalType": "NftId",
|
556
|
+
"name": "instanceNftId",
|
557
|
+
"type": "uint96"
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"indexed": false,
|
561
|
+
"internalType": "NftId",
|
562
|
+
"name": "componentNftId",
|
563
|
+
"type": "uint96"
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"indexed": false,
|
567
|
+
"internalType": "ObjectType",
|
568
|
+
"name": "componentType",
|
569
|
+
"type": "uint8"
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"indexed": false,
|
573
|
+
"internalType": "address",
|
574
|
+
"name": "component",
|
575
|
+
"type": "address"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"indexed": false,
|
579
|
+
"internalType": "address",
|
580
|
+
"name": "token",
|
581
|
+
"type": "address"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"indexed": false,
|
585
|
+
"internalType": "address",
|
586
|
+
"name": "initialOwner",
|
587
|
+
"type": "address"
|
588
|
+
}
|
589
|
+
],
|
590
|
+
"name": "LogComponentServiceRegistered",
|
591
|
+
"type": "event"
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"anonymous": false,
|
595
|
+
"inputs": [
|
596
|
+
{
|
597
|
+
"indexed": false,
|
598
|
+
"internalType": "NftId",
|
599
|
+
"name": "nftId",
|
600
|
+
"type": "uint96"
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"indexed": false,
|
604
|
+
"internalType": "string",
|
605
|
+
"name": "feeName",
|
606
|
+
"type": "string"
|
607
|
+
},
|
608
|
+
{
|
609
|
+
"indexed": false,
|
610
|
+
"internalType": "UFixed",
|
611
|
+
"name": "previousFractionalFee",
|
612
|
+
"type": "uint256"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"indexed": false,
|
616
|
+
"internalType": "uint256",
|
617
|
+
"name": "previousFixedFee",
|
618
|
+
"type": "uint256"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"indexed": false,
|
622
|
+
"internalType": "UFixed",
|
623
|
+
"name": "newFractionalFee",
|
624
|
+
"type": "uint256"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"indexed": false,
|
628
|
+
"internalType": "uint256",
|
629
|
+
"name": "newFixedFee",
|
630
|
+
"type": "uint256"
|
631
|
+
}
|
632
|
+
],
|
633
|
+
"name": "LogComponentServiceUpdateFee",
|
634
|
+
"type": "event"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"anonymous": false,
|
638
|
+
"inputs": [
|
639
|
+
{
|
640
|
+
"indexed": false,
|
641
|
+
"internalType": "NftId",
|
642
|
+
"name": "componentNftId",
|
643
|
+
"type": "uint96"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"indexed": false,
|
647
|
+
"internalType": "address",
|
648
|
+
"name": "currentWallet",
|
649
|
+
"type": "address"
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"indexed": false,
|
653
|
+
"internalType": "address",
|
654
|
+
"name": "newWallet",
|
655
|
+
"type": "address"
|
656
|
+
}
|
657
|
+
],
|
658
|
+
"name": "LogComponentServiceWalletAddressChanged",
|
659
|
+
"type": "event"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"anonymous": false,
|
663
|
+
"inputs": [
|
664
|
+
{
|
665
|
+
"indexed": false,
|
666
|
+
"internalType": "NftId",
|
667
|
+
"name": "componentNftId",
|
668
|
+
"type": "uint96"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"indexed": false,
|
672
|
+
"internalType": "address",
|
673
|
+
"name": "currentWallet",
|
674
|
+
"type": "address"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"indexed": false,
|
678
|
+
"internalType": "address",
|
679
|
+
"name": "newWallet",
|
680
|
+
"type": "address"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"indexed": false,
|
684
|
+
"internalType": "uint256",
|
685
|
+
"name": "currentBalance",
|
686
|
+
"type": "uint256"
|
687
|
+
}
|
688
|
+
],
|
689
|
+
"name": "LogComponentServiceWalletTokensTransferred",
|
690
|
+
"type": "event"
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"inputs": [],
|
694
|
+
"name": "GIF_RELEASE",
|
695
|
+
"outputs": [
|
696
|
+
{
|
697
|
+
"internalType": "uint256",
|
698
|
+
"name": "",
|
699
|
+
"type": "uint256"
|
700
|
+
}
|
701
|
+
],
|
702
|
+
"stateMutability": "view",
|
703
|
+
"type": "function"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"inputs": [],
|
707
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
708
|
+
"outputs": [
|
709
|
+
{
|
710
|
+
"internalType": "bytes32",
|
711
|
+
"name": "",
|
712
|
+
"type": "bytes32"
|
713
|
+
}
|
714
|
+
],
|
715
|
+
"stateMutability": "view",
|
716
|
+
"type": "function"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"inputs": [],
|
720
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
721
|
+
"outputs": [
|
722
|
+
{
|
723
|
+
"internalType": "bytes32",
|
724
|
+
"name": "",
|
725
|
+
"type": "bytes32"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"stateMutability": "view",
|
729
|
+
"type": "function"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"inputs": [
|
733
|
+
{
|
734
|
+
"internalType": "contract IERC20Metadata",
|
735
|
+
"name": "token",
|
736
|
+
"type": "address"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"internalType": "Amount",
|
740
|
+
"name": "amount",
|
741
|
+
"type": "uint96"
|
742
|
+
}
|
743
|
+
],
|
744
|
+
"name": "approveStakingTokenHandler",
|
745
|
+
"outputs": [],
|
746
|
+
"stateMutability": "nonpayable",
|
747
|
+
"type": "function"
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"inputs": [
|
751
|
+
{
|
752
|
+
"internalType": "contract IERC20Metadata",
|
753
|
+
"name": "token",
|
754
|
+
"type": "address"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"internalType": "Amount",
|
758
|
+
"name": "amount",
|
759
|
+
"type": "uint96"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"name": "approveTokenHandler",
|
763
|
+
"outputs": [],
|
764
|
+
"stateMutability": "nonpayable",
|
765
|
+
"type": "function"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"inputs": [],
|
769
|
+
"name": "authority",
|
770
|
+
"outputs": [
|
771
|
+
{
|
772
|
+
"internalType": "address",
|
773
|
+
"name": "",
|
774
|
+
"type": "address"
|
775
|
+
}
|
776
|
+
],
|
777
|
+
"stateMutability": "view",
|
778
|
+
"type": "function"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"inputs": [
|
782
|
+
{
|
783
|
+
"internalType": "contract InstanceStore",
|
784
|
+
"name": "instanceStore",
|
785
|
+
"type": "address"
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"internalType": "NftId",
|
789
|
+
"name": "bundleNftId",
|
790
|
+
"type": "uint96"
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"internalType": "Amount",
|
794
|
+
"name": "amount",
|
795
|
+
"type": "uint96"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"internalType": "Amount",
|
799
|
+
"name": "feeAmount",
|
800
|
+
"type": "uint96"
|
801
|
+
}
|
802
|
+
],
|
803
|
+
"name": "decreaseBundleBalance",
|
804
|
+
"outputs": [],
|
805
|
+
"stateMutability": "nonpayable",
|
806
|
+
"type": "function"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"inputs": [
|
810
|
+
{
|
811
|
+
"internalType": "contract InstanceStore",
|
812
|
+
"name": "instanceStore",
|
813
|
+
"type": "address"
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"internalType": "NftId",
|
817
|
+
"name": "distributionNftId",
|
818
|
+
"type": "uint96"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"internalType": "Amount",
|
822
|
+
"name": "amount",
|
823
|
+
"type": "uint96"
|
824
|
+
},
|
825
|
+
{
|
826
|
+
"internalType": "Amount",
|
827
|
+
"name": "feeAmount",
|
828
|
+
"type": "uint96"
|
829
|
+
}
|
830
|
+
],
|
831
|
+
"name": "decreaseDistributionBalance",
|
832
|
+
"outputs": [],
|
833
|
+
"stateMutability": "nonpayable",
|
834
|
+
"type": "function"
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"inputs": [
|
838
|
+
{
|
839
|
+
"internalType": "contract InstanceStore",
|
840
|
+
"name": "instanceStore",
|
841
|
+
"type": "address"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"internalType": "NftId",
|
845
|
+
"name": "distributorNftId",
|
846
|
+
"type": "uint96"
|
847
|
+
},
|
848
|
+
{
|
849
|
+
"internalType": "Amount",
|
850
|
+
"name": "amount",
|
851
|
+
"type": "uint96"
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"internalType": "Amount",
|
855
|
+
"name": "feeAmount",
|
856
|
+
"type": "uint96"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"name": "decreaseDistributorBalance",
|
860
|
+
"outputs": [],
|
861
|
+
"stateMutability": "nonpayable",
|
862
|
+
"type": "function"
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"inputs": [
|
866
|
+
{
|
867
|
+
"internalType": "contract InstanceStore",
|
868
|
+
"name": "instanceStore",
|
869
|
+
"type": "address"
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"internalType": "NftId",
|
873
|
+
"name": "poolNftId",
|
874
|
+
"type": "uint96"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"internalType": "Amount",
|
878
|
+
"name": "amount",
|
879
|
+
"type": "uint96"
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"internalType": "Amount",
|
883
|
+
"name": "feeAmount",
|
884
|
+
"type": "uint96"
|
885
|
+
}
|
886
|
+
],
|
887
|
+
"name": "decreasePoolBalance",
|
888
|
+
"outputs": [],
|
889
|
+
"stateMutability": "nonpayable",
|
890
|
+
"type": "function"
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"inputs": [
|
894
|
+
{
|
895
|
+
"internalType": "contract InstanceStore",
|
896
|
+
"name": "instanceStore",
|
897
|
+
"type": "address"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"internalType": "NftId",
|
901
|
+
"name": "productNftId",
|
902
|
+
"type": "uint96"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"internalType": "Amount",
|
906
|
+
"name": "feeAmount",
|
907
|
+
"type": "uint96"
|
908
|
+
}
|
909
|
+
],
|
910
|
+
"name": "decreaseProductFees",
|
911
|
+
"outputs": [],
|
912
|
+
"stateMutability": "nonpayable",
|
913
|
+
"type": "function"
|
914
|
+
},
|
915
|
+
{
|
916
|
+
"inputs": [],
|
917
|
+
"name": "getDomain",
|
918
|
+
"outputs": [
|
919
|
+
{
|
920
|
+
"internalType": "ObjectType",
|
921
|
+
"name": "serviceDomain",
|
922
|
+
"type": "uint8"
|
923
|
+
}
|
924
|
+
],
|
925
|
+
"stateMutability": "pure",
|
926
|
+
"type": "function"
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"inputs": [],
|
930
|
+
"name": "getInitialInfo",
|
931
|
+
"outputs": [
|
932
|
+
{
|
933
|
+
"components": [
|
934
|
+
{
|
935
|
+
"internalType": "NftId",
|
936
|
+
"name": "nftId",
|
937
|
+
"type": "uint96"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"internalType": "NftId",
|
941
|
+
"name": "parentNftId",
|
942
|
+
"type": "uint96"
|
943
|
+
},
|
944
|
+
{
|
945
|
+
"internalType": "ObjectType",
|
946
|
+
"name": "objectType",
|
947
|
+
"type": "uint8"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"internalType": "bool",
|
951
|
+
"name": "isInterceptor",
|
952
|
+
"type": "bool"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"internalType": "address",
|
956
|
+
"name": "objectAddress",
|
957
|
+
"type": "address"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"internalType": "address",
|
961
|
+
"name": "initialOwner",
|
962
|
+
"type": "address"
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"internalType": "bytes",
|
966
|
+
"name": "data",
|
967
|
+
"type": "bytes"
|
968
|
+
}
|
969
|
+
],
|
970
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
971
|
+
"name": "info",
|
972
|
+
"type": "tuple"
|
973
|
+
}
|
974
|
+
],
|
975
|
+
"stateMutability": "view",
|
976
|
+
"type": "function"
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"inputs": [],
|
980
|
+
"name": "getNftId",
|
981
|
+
"outputs": [
|
982
|
+
{
|
983
|
+
"internalType": "NftId",
|
984
|
+
"name": "",
|
985
|
+
"type": "uint96"
|
986
|
+
}
|
987
|
+
],
|
988
|
+
"stateMutability": "view",
|
989
|
+
"type": "function"
|
990
|
+
},
|
991
|
+
{
|
992
|
+
"inputs": [],
|
993
|
+
"name": "getOwner",
|
994
|
+
"outputs": [
|
995
|
+
{
|
996
|
+
"internalType": "address",
|
997
|
+
"name": "",
|
998
|
+
"type": "address"
|
999
|
+
}
|
1000
|
+
],
|
1001
|
+
"stateMutability": "view",
|
1002
|
+
"type": "function"
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"inputs": [],
|
1006
|
+
"name": "getRegistry",
|
1007
|
+
"outputs": [
|
1008
|
+
{
|
1009
|
+
"internalType": "contract IRegistry",
|
1010
|
+
"name": "",
|
1011
|
+
"type": "address"
|
1012
|
+
}
|
1013
|
+
],
|
1014
|
+
"stateMutability": "view",
|
1015
|
+
"type": "function"
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"inputs": [],
|
1019
|
+
"name": "getRelease",
|
1020
|
+
"outputs": [
|
1021
|
+
{
|
1022
|
+
"internalType": "VersionPart",
|
1023
|
+
"name": "release",
|
1024
|
+
"type": "uint8"
|
1025
|
+
}
|
1026
|
+
],
|
1027
|
+
"stateMutability": "pure",
|
1028
|
+
"type": "function"
|
1029
|
+
},
|
1030
|
+
{
|
1031
|
+
"inputs": [],
|
1032
|
+
"name": "getRoleId",
|
1033
|
+
"outputs": [
|
1034
|
+
{
|
1035
|
+
"internalType": "RoleId",
|
1036
|
+
"name": "serviceRoleId",
|
1037
|
+
"type": "uint64"
|
1038
|
+
}
|
1039
|
+
],
|
1040
|
+
"stateMutability": "pure",
|
1041
|
+
"type": "function"
|
1042
|
+
},
|
1043
|
+
{
|
1044
|
+
"inputs": [],
|
1045
|
+
"name": "getVersion",
|
1046
|
+
"outputs": [
|
1047
|
+
{
|
1048
|
+
"internalType": "Version",
|
1049
|
+
"name": "",
|
1050
|
+
"type": "uint24"
|
1051
|
+
}
|
1052
|
+
],
|
1053
|
+
"stateMutability": "pure",
|
1054
|
+
"type": "function"
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"inputs": [
|
1058
|
+
{
|
1059
|
+
"internalType": "contract InstanceStore",
|
1060
|
+
"name": "instanceStore",
|
1061
|
+
"type": "address"
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
"internalType": "NftId",
|
1065
|
+
"name": "bundleNftId",
|
1066
|
+
"type": "uint96"
|
1067
|
+
},
|
1068
|
+
{
|
1069
|
+
"internalType": "Amount",
|
1070
|
+
"name": "amount",
|
1071
|
+
"type": "uint96"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"internalType": "Amount",
|
1075
|
+
"name": "feeAmount",
|
1076
|
+
"type": "uint96"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"name": "increaseBundleBalance",
|
1080
|
+
"outputs": [],
|
1081
|
+
"stateMutability": "nonpayable",
|
1082
|
+
"type": "function"
|
1083
|
+
},
|
1084
|
+
{
|
1085
|
+
"inputs": [
|
1086
|
+
{
|
1087
|
+
"internalType": "contract InstanceStore",
|
1088
|
+
"name": "instanceStore",
|
1089
|
+
"type": "address"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"internalType": "NftId",
|
1093
|
+
"name": "distributionNftId",
|
1094
|
+
"type": "uint96"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"internalType": "Amount",
|
1098
|
+
"name": "amount",
|
1099
|
+
"type": "uint96"
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"internalType": "Amount",
|
1103
|
+
"name": "feeAmount",
|
1104
|
+
"type": "uint96"
|
1105
|
+
}
|
1106
|
+
],
|
1107
|
+
"name": "increaseDistributionBalance",
|
1108
|
+
"outputs": [],
|
1109
|
+
"stateMutability": "nonpayable",
|
1110
|
+
"type": "function"
|
1111
|
+
},
|
1112
|
+
{
|
1113
|
+
"inputs": [
|
1114
|
+
{
|
1115
|
+
"internalType": "contract InstanceStore",
|
1116
|
+
"name": "instanceStore",
|
1117
|
+
"type": "address"
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
"internalType": "NftId",
|
1121
|
+
"name": "distributorNftId",
|
1122
|
+
"type": "uint96"
|
1123
|
+
},
|
1124
|
+
{
|
1125
|
+
"internalType": "Amount",
|
1126
|
+
"name": "amount",
|
1127
|
+
"type": "uint96"
|
1128
|
+
},
|
1129
|
+
{
|
1130
|
+
"internalType": "Amount",
|
1131
|
+
"name": "feeAmount",
|
1132
|
+
"type": "uint96"
|
1133
|
+
}
|
1134
|
+
],
|
1135
|
+
"name": "increaseDistributorBalance",
|
1136
|
+
"outputs": [],
|
1137
|
+
"stateMutability": "nonpayable",
|
1138
|
+
"type": "function"
|
1139
|
+
},
|
1140
|
+
{
|
1141
|
+
"inputs": [
|
1142
|
+
{
|
1143
|
+
"internalType": "contract InstanceStore",
|
1144
|
+
"name": "instanceStore",
|
1145
|
+
"type": "address"
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
"internalType": "NftId",
|
1149
|
+
"name": "poolNftId",
|
1150
|
+
"type": "uint96"
|
1151
|
+
},
|
1152
|
+
{
|
1153
|
+
"internalType": "Amount",
|
1154
|
+
"name": "amount",
|
1155
|
+
"type": "uint96"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"internalType": "Amount",
|
1159
|
+
"name": "feeAmount",
|
1160
|
+
"type": "uint96"
|
1161
|
+
}
|
1162
|
+
],
|
1163
|
+
"name": "increasePoolBalance",
|
1164
|
+
"outputs": [],
|
1165
|
+
"stateMutability": "nonpayable",
|
1166
|
+
"type": "function"
|
1167
|
+
},
|
1168
|
+
{
|
1169
|
+
"inputs": [
|
1170
|
+
{
|
1171
|
+
"internalType": "contract InstanceStore",
|
1172
|
+
"name": "instanceStore",
|
1173
|
+
"type": "address"
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
"internalType": "NftId",
|
1177
|
+
"name": "productNftId",
|
1178
|
+
"type": "uint96"
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"internalType": "Amount",
|
1182
|
+
"name": "feeAmount",
|
1183
|
+
"type": "uint96"
|
1184
|
+
}
|
1185
|
+
],
|
1186
|
+
"name": "increaseProductFees",
|
1187
|
+
"outputs": [],
|
1188
|
+
"stateMutability": "nonpayable",
|
1189
|
+
"type": "function"
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
"inputs": [
|
1193
|
+
{
|
1194
|
+
"internalType": "address",
|
1195
|
+
"name": "activatedBy",
|
1196
|
+
"type": "address"
|
1197
|
+
},
|
1198
|
+
{
|
1199
|
+
"internalType": "bytes",
|
1200
|
+
"name": "data",
|
1201
|
+
"type": "bytes"
|
1202
|
+
}
|
1203
|
+
],
|
1204
|
+
"name": "initializeVersionable",
|
1205
|
+
"outputs": [],
|
1206
|
+
"stateMutability": "nonpayable",
|
1207
|
+
"type": "function"
|
1208
|
+
},
|
1209
|
+
{
|
1210
|
+
"inputs": [],
|
1211
|
+
"name": "isConsumingScheduledOp",
|
1212
|
+
"outputs": [
|
1213
|
+
{
|
1214
|
+
"internalType": "bytes4",
|
1215
|
+
"name": "",
|
1216
|
+
"type": "bytes4"
|
1217
|
+
}
|
1218
|
+
],
|
1219
|
+
"stateMutability": "view",
|
1220
|
+
"type": "function"
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"inputs": [],
|
1224
|
+
"name": "linkToRegisteredNftId",
|
1225
|
+
"outputs": [
|
1226
|
+
{
|
1227
|
+
"internalType": "NftId",
|
1228
|
+
"name": "nftId",
|
1229
|
+
"type": "uint96"
|
1230
|
+
}
|
1231
|
+
],
|
1232
|
+
"stateMutability": "nonpayable",
|
1233
|
+
"type": "function"
|
1234
|
+
},
|
1235
|
+
{
|
1236
|
+
"inputs": [
|
1237
|
+
{
|
1238
|
+
"internalType": "address",
|
1239
|
+
"name": "component",
|
1240
|
+
"type": "address"
|
1241
|
+
}
|
1242
|
+
],
|
1243
|
+
"name": "registerComponent",
|
1244
|
+
"outputs": [
|
1245
|
+
{
|
1246
|
+
"internalType": "NftId",
|
1247
|
+
"name": "componentNftId",
|
1248
|
+
"type": "uint96"
|
1249
|
+
}
|
1250
|
+
],
|
1251
|
+
"stateMutability": "nonpayable",
|
1252
|
+
"type": "function"
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"inputs": [
|
1256
|
+
{
|
1257
|
+
"internalType": "address",
|
1258
|
+
"name": "productAddress",
|
1259
|
+
"type": "address"
|
1260
|
+
}
|
1261
|
+
],
|
1262
|
+
"name": "registerProduct",
|
1263
|
+
"outputs": [
|
1264
|
+
{
|
1265
|
+
"internalType": "NftId",
|
1266
|
+
"name": "productNftId",
|
1267
|
+
"type": "uint96"
|
1268
|
+
}
|
1269
|
+
],
|
1270
|
+
"stateMutability": "nonpayable",
|
1271
|
+
"type": "function"
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"inputs": [
|
1275
|
+
{
|
1276
|
+
"internalType": "address",
|
1277
|
+
"name": "newAuthority",
|
1278
|
+
"type": "address"
|
1279
|
+
}
|
1280
|
+
],
|
1281
|
+
"name": "setAuthority",
|
1282
|
+
"outputs": [],
|
1283
|
+
"stateMutability": "nonpayable",
|
1284
|
+
"type": "function"
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"inputs": [
|
1288
|
+
{
|
1289
|
+
"components": [
|
1290
|
+
{
|
1291
|
+
"internalType": "UFixed",
|
1292
|
+
"name": "fractionalFee",
|
1293
|
+
"type": "uint256"
|
1294
|
+
},
|
1295
|
+
{
|
1296
|
+
"internalType": "uint256",
|
1297
|
+
"name": "fixedFee",
|
1298
|
+
"type": "uint256"
|
1299
|
+
}
|
1300
|
+
],
|
1301
|
+
"internalType": "struct Fee",
|
1302
|
+
"name": "distributionFee",
|
1303
|
+
"type": "tuple"
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"components": [
|
1307
|
+
{
|
1308
|
+
"internalType": "UFixed",
|
1309
|
+
"name": "fractionalFee",
|
1310
|
+
"type": "uint256"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"internalType": "uint256",
|
1314
|
+
"name": "fixedFee",
|
1315
|
+
"type": "uint256"
|
1316
|
+
}
|
1317
|
+
],
|
1318
|
+
"internalType": "struct Fee",
|
1319
|
+
"name": "minDistributionOwnerFee",
|
1320
|
+
"type": "tuple"
|
1321
|
+
}
|
1322
|
+
],
|
1323
|
+
"name": "setDistributionFees",
|
1324
|
+
"outputs": [],
|
1325
|
+
"stateMutability": "nonpayable",
|
1326
|
+
"type": "function"
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"inputs": [
|
1330
|
+
{
|
1331
|
+
"internalType": "address",
|
1332
|
+
"name": "componentAddress",
|
1333
|
+
"type": "address"
|
1334
|
+
},
|
1335
|
+
{
|
1336
|
+
"internalType": "bool",
|
1337
|
+
"name": "locked",
|
1338
|
+
"type": "bool"
|
1339
|
+
}
|
1340
|
+
],
|
1341
|
+
"name": "setLockedFromComponent",
|
1342
|
+
"outputs": [],
|
1343
|
+
"stateMutability": "nonpayable",
|
1344
|
+
"type": "function"
|
1345
|
+
},
|
1346
|
+
{
|
1347
|
+
"inputs": [
|
1348
|
+
{
|
1349
|
+
"internalType": "address",
|
1350
|
+
"name": "componentAddress",
|
1351
|
+
"type": "address"
|
1352
|
+
},
|
1353
|
+
{
|
1354
|
+
"internalType": "bool",
|
1355
|
+
"name": "locked",
|
1356
|
+
"type": "bool"
|
1357
|
+
}
|
1358
|
+
],
|
1359
|
+
"name": "setLockedFromInstance",
|
1360
|
+
"outputs": [],
|
1361
|
+
"stateMutability": "nonpayable",
|
1362
|
+
"type": "function"
|
1363
|
+
},
|
1364
|
+
{
|
1365
|
+
"inputs": [
|
1366
|
+
{
|
1367
|
+
"components": [
|
1368
|
+
{
|
1369
|
+
"internalType": "UFixed",
|
1370
|
+
"name": "fractionalFee",
|
1371
|
+
"type": "uint256"
|
1372
|
+
},
|
1373
|
+
{
|
1374
|
+
"internalType": "uint256",
|
1375
|
+
"name": "fixedFee",
|
1376
|
+
"type": "uint256"
|
1377
|
+
}
|
1378
|
+
],
|
1379
|
+
"internalType": "struct Fee",
|
1380
|
+
"name": "poolFee",
|
1381
|
+
"type": "tuple"
|
1382
|
+
},
|
1383
|
+
{
|
1384
|
+
"components": [
|
1385
|
+
{
|
1386
|
+
"internalType": "UFixed",
|
1387
|
+
"name": "fractionalFee",
|
1388
|
+
"type": "uint256"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"internalType": "uint256",
|
1392
|
+
"name": "fixedFee",
|
1393
|
+
"type": "uint256"
|
1394
|
+
}
|
1395
|
+
],
|
1396
|
+
"internalType": "struct Fee",
|
1397
|
+
"name": "stakingFee",
|
1398
|
+
"type": "tuple"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"components": [
|
1402
|
+
{
|
1403
|
+
"internalType": "UFixed",
|
1404
|
+
"name": "fractionalFee",
|
1405
|
+
"type": "uint256"
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"internalType": "uint256",
|
1409
|
+
"name": "fixedFee",
|
1410
|
+
"type": "uint256"
|
1411
|
+
}
|
1412
|
+
],
|
1413
|
+
"internalType": "struct Fee",
|
1414
|
+
"name": "performanceFee",
|
1415
|
+
"type": "tuple"
|
1416
|
+
}
|
1417
|
+
],
|
1418
|
+
"name": "setPoolFees",
|
1419
|
+
"outputs": [],
|
1420
|
+
"stateMutability": "nonpayable",
|
1421
|
+
"type": "function"
|
1422
|
+
},
|
1423
|
+
{
|
1424
|
+
"inputs": [
|
1425
|
+
{
|
1426
|
+
"components": [
|
1427
|
+
{
|
1428
|
+
"internalType": "UFixed",
|
1429
|
+
"name": "fractionalFee",
|
1430
|
+
"type": "uint256"
|
1431
|
+
},
|
1432
|
+
{
|
1433
|
+
"internalType": "uint256",
|
1434
|
+
"name": "fixedFee",
|
1435
|
+
"type": "uint256"
|
1436
|
+
}
|
1437
|
+
],
|
1438
|
+
"internalType": "struct Fee",
|
1439
|
+
"name": "productFee",
|
1440
|
+
"type": "tuple"
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"components": [
|
1444
|
+
{
|
1445
|
+
"internalType": "UFixed",
|
1446
|
+
"name": "fractionalFee",
|
1447
|
+
"type": "uint256"
|
1448
|
+
},
|
1449
|
+
{
|
1450
|
+
"internalType": "uint256",
|
1451
|
+
"name": "fixedFee",
|
1452
|
+
"type": "uint256"
|
1453
|
+
}
|
1454
|
+
],
|
1455
|
+
"internalType": "struct Fee",
|
1456
|
+
"name": "processingFee",
|
1457
|
+
"type": "tuple"
|
1458
|
+
}
|
1459
|
+
],
|
1460
|
+
"name": "setProductFees",
|
1461
|
+
"outputs": [],
|
1462
|
+
"stateMutability": "nonpayable",
|
1463
|
+
"type": "function"
|
1464
|
+
},
|
1465
|
+
{
|
1466
|
+
"inputs": [
|
1467
|
+
{
|
1468
|
+
"internalType": "address",
|
1469
|
+
"name": "newWallet",
|
1470
|
+
"type": "address"
|
1471
|
+
}
|
1472
|
+
],
|
1473
|
+
"name": "setWallet",
|
1474
|
+
"outputs": [],
|
1475
|
+
"stateMutability": "nonpayable",
|
1476
|
+
"type": "function"
|
1477
|
+
},
|
1478
|
+
{
|
1479
|
+
"inputs": [
|
1480
|
+
{
|
1481
|
+
"internalType": "bytes4",
|
1482
|
+
"name": "interfaceId",
|
1483
|
+
"type": "bytes4"
|
1484
|
+
}
|
1485
|
+
],
|
1486
|
+
"name": "supportsInterface",
|
1487
|
+
"outputs": [
|
1488
|
+
{
|
1489
|
+
"internalType": "bool",
|
1490
|
+
"name": "",
|
1491
|
+
"type": "bool"
|
1492
|
+
}
|
1493
|
+
],
|
1494
|
+
"stateMutability": "view",
|
1495
|
+
"type": "function"
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"inputs": [
|
1499
|
+
{
|
1500
|
+
"internalType": "bytes",
|
1501
|
+
"name": "data",
|
1502
|
+
"type": "bytes"
|
1503
|
+
}
|
1504
|
+
],
|
1505
|
+
"name": "upgradeVersionable",
|
1506
|
+
"outputs": [],
|
1507
|
+
"stateMutability": "nonpayable",
|
1508
|
+
"type": "function"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"inputs": [
|
1512
|
+
{
|
1513
|
+
"internalType": "Amount",
|
1514
|
+
"name": "amount",
|
1515
|
+
"type": "uint96"
|
1516
|
+
}
|
1517
|
+
],
|
1518
|
+
"name": "withdrawFees",
|
1519
|
+
"outputs": [
|
1520
|
+
{
|
1521
|
+
"internalType": "Amount",
|
1522
|
+
"name": "withdrawnAmount",
|
1523
|
+
"type": "uint96"
|
1524
|
+
}
|
1525
|
+
],
|
1526
|
+
"stateMutability": "nonpayable",
|
1527
|
+
"type": "function"
|
1528
|
+
}
|
1529
|
+
],
|
1530
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6160eb806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063ada9652e116100b4578063d165cb6411610079578063d165cb641461054f578063d56cd3d514610562578063deaa59df14610575578063e618053f14610588578063f133a5661461059b575f80fd5b8063ada9652e146104f1578063ae1fa5e614610505578063b68d180914610518578063bf7e214f1461051f578063c142a3031461053c575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b610264610246366004615114565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105ae565b60405162ffffff9091168152602001610270565b61029d610635565b6040516102709190615169565b6102bd6102b8366004615225565b6107f3565b005b6102c7610811565b6040516001600160601b039091168152602001610270565b6102c76102ed36600461527e565b61081b565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610335366004615225565b610faf565b6102c7610348366004615299565b610fc8565b6102bd61035b3660046152b4565b611129565b6102bd61036e366004615436565b611294565b6102bd610381366004615496565b6113de565b6102bd6103943660046152b4565b6116ff565b6102bd6103a73660046154c0565b611858565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df366004615299565b611946565b5f80516020616036833981519152546001600160601b03166102c7565b6102bd61040f366004615225565b611a31565b6102bd61042236600461550c565b611a3c565b6102bd610435366004615496565b611ac4565b610442611e54565b6040516001600160401b039091168152602001610270565b6102bd61046836600461550c565b611ee0565b6102bd61047b366004615225565b611f38565b610488611f43565b60405160ff9091168152602001610270565b6102bd6104a8366004615299565b611fb7565b610319600381565b6103b961204f565b6102bd6104cb366004615225565b612180565b6104d861218b565b6040516001600160e01b03199091168152602001610270565b6103195f8051602061603683398151915281565b6102bd610513366004615561565b6121c0565b600b610488565b5f80516020616056833981519152546001600160a01b03166103b9565b6102bd61054a36600461558d565b612243565b6102bd61055d366004615225565b6125e3565b6102bd610570366004615225565b6125ee565b6102bd610583366004615299565b6125f9565b6102bd610596366004615225565b612738565b6102bd6105a9366004615561565b612743565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561060c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061063091906155d0565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061070991906155fd565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161075161204f565b6001600160a01b0316815260200182600101805461076e90615618565b80601f016020809104026020016040519081016040528092919081815260200182805461079a90615618565b80156107e55780601f106107bc576101008083540402835291602001916107e5565b820191905f5260205f20905b8154815290600101906020018083116107c857829003601f168201915b505050505081525091505090565b6107fe83600e612aa4565b61080b5f85858585612b5b565b50505050565b5f61063030612f5d565b5f8080610828600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610869573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088d919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156108d9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261090091908101906156c4565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610943573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610967919061564a565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156109d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109fd91906155fd565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610a46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6a9190615798565b15610b4757826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf919061564a565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4091906155fd565b9450610d6e565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc19190615798565b15610bdf5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c40919061564a565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb191906155fd565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610d12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d369190615798565b15610d6c5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610e445f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd2919061564a565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3e91906155fd565b89612b5b565b5f610e576001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ea4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec8919061564a565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f8f575f80fd5b505af1158015610fa1573d5f803e3d5ffd5b505050505050505050919050565b610fba83601f612aa4565b61080b600185858585612b5b565b5f610fd161316c565b81610fdb816131a3565b5f80610fe885600c613255565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa158015611043573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261106a9190810190615883565b6040518363ffffffff1660e01b8152600401611087929190615ba2565b5f604051808303815f87803b15801561109e575f80fd5b505af11580156110b0573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b1580156110f4575f80fd5b505af1158015611106573d5f803e3d5ffd5b505050505050505061112460015f8051602061607683398151915255565b919050565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__630c21dea26111556001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201523360248201526044015f60405180830381865af415801561119c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111c39190810190615c6d565b505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611201573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611225919061564a565b60405163ea0b3c7360e01b81526001600160a01b0385811660048301526001600160601b03851660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015611279575f80fd5b505af115801561128b573d5f803e3d5ffd5b50505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6112b66105ae565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113189190615cb2565b5f805160206160968339815191528054600160401b900460ff168061134a575080546001600160401b03808416911610155b156113685760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113928361378f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f806113ea600e613156565b915091505f80611459836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561142f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611453919061564a565b85613797565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b815260040161149c929190615ccd565b602060405180830381865af41580156114b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114db9190615798565b61152357611517836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613976565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161156091908a90600401615ccd565b602060405180830381865af415801561157b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159f9190615798565b6115f5576115e9836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613976565b50610160810185905260015b801561128b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611637573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165b919061564a565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161168b93929190615cf3565b5f604051808303815f87803b1580156116a2575f80fd5b505af11580156116b4573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a150505050505050565b5f8061170b600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561174c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611770919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156117bc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117e391908101906156c4565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015f604051808303815f87803b15801561183b575f80fd5b505af115801561184d573d5f803e3d5ffd5b505050505050505050565b5f805160206160968339815191528054600160401b810460ff1615906001600160401b03165f811580156118895750825b90505f826001600160401b031660011480156118a45750303b155b9050811580156118b2575080155b156118d05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156118fa57845460ff60401b1916600160401b1785555b61190487876139c9565b831561128b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016116ee565b5f81611951816131a3565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561198d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119b49190810190615c6d565b60400151905060ff8116600f036119d6576119ce84613b38565b925050611a2b565b60ff8116600e036119ea576119ce84613e65565b60ff8116600d036119fe576119ce846140c1565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d63565b50919050565b6107fe83601d612aa4565b611a4782600c612aa4565b611abf6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab991906155fd565b85612b5b565b505050565b611acc61316c565b5f80611ad8600c613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3d919061564a565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611b89573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb09190810190615883565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611bf1929190615ccd565b602060405180830381865af4158015611c0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c309190615798565b611c7357611c67846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613976565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611cb091908990600401615ccd565b602060405180830381865af4158015611ccb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cef9190615798565b611d3557611d29846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613976565b50610120810184905260015b8015611e3657826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9b919061564a565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611dcb93929190615cf3565b5f604051808303815f87803b158015611de2575f80fd5b505af1158015611df4573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b50505050611e5060015f8051602061607683398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611e79611f43565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611ebc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615cb2565b611eeb82600c612aa4565b611abf5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a95573d5f803e3d5ffd5b610fba83600e612aa4565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615d27565b33611fd65f80516020616056833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146120115760405162d1953b60e31b81526001600160a01b0382166004820152602401610d63565b816001600160a01b03163b5f03612046576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d63565b611e50826142ab565b5f805f8051602061603683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156120bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120df9190615798565b1561216a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612140573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612164919061564a565b91505090565b54600160601b90046001600160a01b0316919050565b6107fe83600f612aa4565b5f8051602061605683398151915280545f9190600160a01b900460ff166121b2575f612164565b638fb3603760e01b91505090565b336121ca816131a3565b5f6121d6600b5f61430b565b91505061080b816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612218573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223c919061564a565b85856144bd565b5f8061224f600f613156565b915091505f80612294836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561142f573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122d7929190615ccd565b602060405180830381865af41580156122f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123169190615798565b6123565761234a8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613976565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161239391908b90600401615ccd565b602060405180830381865af41580156123ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d29190615798565b61241557612409836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613976565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161245291908a90600401615ccd565b602060405180830381865af415801561246d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124919190615798565b6124d8576124cc836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613976565b506101c0810185905260015b80156125d957836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561251a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253e919061564a565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161256e93929190615cf3565b5f604051808303815f87803b158015612585575f80fd5b505af1158015612597573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610fba83601d612aa4565b610fba83600f612aa4565b5f80612605600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612646573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266a919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126dd91908101906156c4565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612726575f80fd5b505af11580156125d9573d5f803e3d5ffd5b6107fe83601f612aa4565b5f6127566001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561279a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127be91906155fd565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612817573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283b9190615798565b1561285b57604051632c057fb960e11b8152336004820152602401610d63565b5f61286e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128e19190810190615c6d565b6040015190506128fa81600a5b60ff9081169116141590565b1561292357604051630a7f204160e21b815233600482015260ff82166024820152604401610d63565b5f336001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612960573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129849190615d27565b9050612a09816129926105ae565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156129e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ee9190615d27565b15612a32576040516302d3414160e31b815233600482015260ff82166024820152604401610d63565b5f3390505f81905061128b816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a9d919061564a565b88886144bd565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612b06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2a9190615798565b611e505760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d63565b5f612b6683836144f3565b90508515612d65576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612bc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be89190615798565b15612c6757604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612c41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6591906155fd565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612cbd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ce19190615798565b15612d605760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612d3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5e91906155fd565b505b612f55565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612dbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ddf9190615798565b15612e5e5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612e38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5c91906155fd565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612eb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed89190615798565b15612f55576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612f31573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128b91906155fd565b505050505050565b5f805f8051602061603683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fc9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fed9190615798565b156130195780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d63565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561306b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061308f9190615798565b6130b75760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613109573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061312d91906155fd565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8061316383600161430b565b91509150915091565b5f8051602061607683398151915280546001190161319d57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b60405163d905700760e01b81526001600160a01b038216600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af4158015613206573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061322a9190615798565b6132525760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d63565b50565b5f805f805f805f805f61327a6132736001546001600160a01b031690565b8c8c61457e565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132ee919061564a565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561332c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613350919061564a565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561338e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133b2919061564a565b965060ff8a16600c0361343e57600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af115801561340f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134369190810190615c6d565b5194506134c2565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af1158015613497573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134be9190810190615c6d565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156134fe573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261352591908101906156c4565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6135596001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135bb919061564a565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613615573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613639919061564a565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e8790613672908a908690600401615d42565b5f604051808303815f87803b158015613689575f80fd5b505af115801561369b573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156136dc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061370091906155fd565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b60015f8051602061607683398151915255565b610234614bf9565b5f613876604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156138ce573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f59190810190615c6d565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613946573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261396d9190810190615883565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946139bb948a948a949293909290615dae565b60405180910390a150505050565b5f805160206160968339815191528054600160401b810460ff1615906001600160401b03165f811580156139fa5750825b90505f826001600160401b03166001148015613a155750303b155b905081158015613a23575080155b15613a415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613a6b57845460ff60401b1916600160401b1785555b5f8087806020019051810190613a819190615df4565b91509150613a9082828b614c31565b613a9a6002614d71565b600280546001600160a01b0319166001600160a01b0392909216919091179055613ac4600a614d71565b600380546001600160a01b0319166001600160a01b0392909216919091179055613af4633afcb03160e11b614e08565b5050831561128b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016116ee565b5f80808080613b4886600f613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613ba1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613bc89190810190615883565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613c27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c4b9190615798565b15613c825760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d63565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613cd2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cf69190615e21565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613d81575f80fd5b505af1158015613d93573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990613dd7908690869060ff90600401615cf3565b5f604051808303815f87803b158015613dee575f80fd5b505af1158015613e00573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613e44575f80fd5b505af1158015613e56573d5f803e3d5ffd5b50505050505050505050919050565b5f613e6e61316c565b5f808080613e7d86600e613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613ed6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613efd9190810190615883565b90508060400151613f2c5760405163931d421760e01b81526001600160601b0383166004820152602401610d63565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613f88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fac9190615798565b15613fe35760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d63565b6001600160601b03861660c0820152604051632ee46ad960e01b81526001600160a01b03841690632ee46ad990614023908590859060ff90600401615cf3565b5f604051808303815f87803b15801561403a575f80fd5b505af115801561404c573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f91506024015f604051808303815f87803b158015614090575f80fd5b505af11580156140a2573d5f803e3d5ffd5b50505050505050505061112460015f8051602061607683398151915255565b5f808080806140d186600d613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561412a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141519190810190615883565b9050806060015160ff165f0361418557604051634435e56b60e01b81526001600160601b0383166004820152602401610d63565b806060015160ff16816080015160ff16036141cd5760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d63565b858160e00151826080015160ff16815181106141eb576141eb615eaf565b6001600160601b03909216602092830291909101909101526080810180519061421382615ec3565b60ff169052506001600160a01b038316632ee46ad9838361423260ff90565b6040518463ffffffff1660e01b815260040161425093929190615cf3565b5f604051808303815f87803b158015614267575f80fd5b505af1158015614279573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f78565b5f8051602061605683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082015281905f61434f86600b6128ee565b156144095773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed36143806001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156143d8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143ff9190810190615eed565b90925090506144b1565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886144356001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af4158015614484573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526144ab9190810190615eed565b90925090505b90519590945092505050565b604051638689231360e01b81526001600160a01b0383811660048301528215156024830152841690638689231390604401611262565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614553573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061457791906155fd565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa1580156145cb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145f29190810190615c6d565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561464e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146729190615798565b156146925760405163f75940a160e01b8152336004820152602401610d63565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156146d7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146fe9190810190615c6d565b905061471581604001518960ff9081169116141590565b15614755576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa1580156147a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147cb91906155fd565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614822573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148469190615798565b1561486f576040516322e6526160e11b81526001600160a01b038a166004820152602401610d63565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156148bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148e0919061564a565b9050614981856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149459190615d27565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129e5573d5f803e3d5ffd5b15614a7c5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156149c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149e79190615d27565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a479190615d27565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d63565b614a8d8260200151845f0151614e34565b15614ac55782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d63565b60ff8916600c03614b2257614ae083604001516128ee600a90565b15614b19578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d63565b82519750614b72565b614b3283604001516128ee600c90565b15614b6a578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d63565b826020015197505b60a082015160405163bf8e179760e01b81526001600160601b038a1660048201529094506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015614bc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614be9919061564a565b9650505050939792965093509350565b5f8051602061609683398151915254600160401b900460ff16614c2f57604051631afcd79f60e31b815260040160405180910390fd5b565b614c39614bf9565b614c41614eb8565b6001600160a01b03821615614c5e57614c5982614ec8565b614cd5565b5f614c696002614d71565b9050614cd3816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614caa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614cce919061564a565b614ec8565b505b614d5183846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614d15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d3991906155fd565b60085f8560405180602001604052805f815250614ed9565b614d61634a531f3360e01b614e08565b611abf63daf9067160e01b614e08565b5f614d846001546001600160a01b031690565b6001600160a01b031663d39e604383614d9b611f43565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614dde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e02919061564a565b92915050565b614e10614bf9565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614e94573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145779190615798565b614ec0614bf9565b614c2f614f74565b614ed0614bf9565b61325281614f7c565b614ee1614bf9565b614eeb8683614f8d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125d98382615f7b565b61377c614bf9565b614f84614bf9565b613252816142ab565b614f95614bf9565b614f9e82615003565b614fa66150cf565b6001600160a01b038116614fcd5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061603683398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61500b614bf9565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015615061573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906150859190615798565b6150ad5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d63565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6150d7614bf9565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215615124575f80fd5b81356001600160e01b031981168114614577575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516151b1608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526151f561010084018261513b565b949350505050565b6001600160a01b0381168114613252575f80fd5b6001600160601b0381168114613252575f80fd5b5f805f8060808587031215615238575f80fd5b8435615243816151fd565b9350602085013561525381615211565b9250604085013561526381615211565b9150606085013561527381615211565b939692955090935050565b5f6020828403121561528e575f80fd5b813561457781615211565b5f602082840312156152a9575f80fd5b8135614577816151fd565b5f80604083850312156152c5575f80fd5b82356152d0816151fd565b915060208301356152e081615211565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715615321576153216152eb565b60405290565b604051608081016001600160401b0381118282101715615321576153216152eb565b6040516101e081016001600160401b0381118282101715615321576153216152eb565b60405160e081016001600160401b0381118282101715615321576153216152eb565b604051601f8201601f191681016001600160401b03811182821017156153b6576153b66152eb565b604052919050565b5f6001600160401b038211156153d6576153d66152eb565b50601f01601f191660200190565b5f82601f8301126153f3575f80fd5b8135615406615401826153be565b61538e565b81815284602083860101111561541a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215615446575f80fd5b81356001600160401b0381111561545b575f80fd5b6151f5848285016153e4565b5f60408284031215615477575f80fd5b61547f6152ff565b823581526020928301359281019290925250919050565b5f80608083850312156154a7575f80fd5b6154b18484615467565b915061396d8460408501615467565b5f80604083850312156154d1575f80fd5b82356154dc816151fd565b915060208301356001600160401b038111156154f6575f80fd5b615502858286016153e4565b9150509250929050565b5f805f6060848603121561551e575f80fd5b8335615529816151fd565b9250602084013561553981615211565b9150604084013561554981615211565b809150509250925092565b8015158114613252575f80fd5b5f8060408385031215615572575f80fd5b823561557d816151fd565b915060208301356152e081615554565b5f805f60c0848603121561559f575f80fd5b6155a98585615467565b92506155b88560408601615467565b91506155c78560808601615467565b90509250925092565b5f602082840312156155e0575f80fd5b815162ffffff81168114614577575f80fd5b805161112481615211565b5f6020828403121561560d575f80fd5b815161457781615211565b600181811c9082168061562c57607f821691505b602082108103611a2b57634e487b7160e01b5f52602260045260245ffd5b5f6020828403121561565a575f80fd5b8151614577816151fd565b5f615672615401846153be565b9050828152838383011115615685575f80fd5b8282602083015e5f602084830101529392505050565b8051611124816151fd565b5f82601f8301126156b5575f80fd5b61457783835160208501615665565b5f602082840312156156d4575f80fd5b81516001600160401b038111156156e9575f80fd5b8201608081850312156156fa575f80fd5b615702615327565b81516001600160401b03811115615717575f80fd5b8201601f81018613615727575f80fd5b61573686825160208401615665565b8252506157456020830161569b565b60208201526157566040830161569b565b604082015260608201516001600160401b03811115615773575f80fd5b61577f868285016156a6565b606083015250949350505050565b805161112481615554565b5f602082840312156157a8575f80fd5b815161457781615554565b60ff81168114613252575f80fd5b8051611124816157b3565b5f82601f8301126157db575f80fd5b81516001600160401b038111156157f4576157f46152eb565b8060051b6158046020820161538e565b9182526020818501810192908101908684111561581f575f80fd5b6020860192505b8383101561584a57825161583981615211565b825260209283019290910190615826565b9695505050505050565b5f60408284031215615864575f80fd5b61586c6152ff565b825181526020928301519281019290925250919050565b5f60208284031215615893575f80fd5b81516001600160401b038111156158a8575f80fd5b82016102c081850312156158ba575f80fd5b6158c2615349565b6158cb8261578d565b81526158d96020830161578d565b60208201526158ea6040830161578d565b60408201526158fb606083016157c1565b606082015261590c608083016157c1565b608082015261591d60a083016155f2565b60a082015261592e60c083016155f2565b60c082015260e08201516001600160401b0381111561594b575f80fd5b615957868285016157cc565b60e08301525061596b856101008401615854565b61010082015261597f856101408401615854565b610120820152615993856101808401615854565b6101408201526159a7856101c08401615854565b6101608201526159bb856102008401615854565b6101808201526159cf856102408401615854565b6101a08201526159e3856102808401615854565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b82811015615a2a5781516001600160601b0316865260209586019590910190600101615a03565b5093949350505050565b8051151582525f6020820151615a4e602085018215159052565b506040820151615a62604085018215159052565b506060820151615a77606085018260ff169052565b506080820151615a8c608085018260ff169052565b5060a0820151615aa760a08501826001600160601b03169052565b5060c0820151615ac260c08501826001600160601b03169052565b5060e08201516102c060e0850152615ade6102c08501826159f1565b9050610100830151615afe61010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f6151f56040830184615a34565b5f60e08284031215615bd3575f80fd5b615bdb61536c565b9050615be6826155f2565b8152615bf4602083016155f2565b6020820152615c05604083016157c1565b6040820152615c166060830161578d565b6060820152615c276080830161569b565b6080820152615c3860a0830161569b565b60a082015260c08201516001600160401b03811115615c55575f80fd5b615c61848285016156a6565b60c08301525092915050565b5f60208284031215615c7d575f80fd5b81516001600160401b03811115615c92575f80fd5b6151f584828501615bc3565b6001600160401b0381168114613252575f80fd5b5f60208284031215615cc2575f80fd5b815161457781615c9e565b825181526020808401518183015282516040830152820151606082015260808101614577565b6001600160601b0384168152606060208201525f615d146060830185615a34565b905060ff83166040830152949350505050565b5f60208284031215615d37575f80fd5b8151614577816157b3565b6001600160601b0383168152604060208201525f825160806040840152615d6c60c084018261513b565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a086015290915061584a828261513b565b6001600160601b038716815260c060208201525f615dcf60c083018861513b565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615e05575f80fd5b8251615e10816151fd565b60208401519092506152e0816151fd565b5f60e0828403128015615e32575f80fd5b50615e3b61536c565b8251615e4681615211565b81526020830151615e5681615554565b60208201526040830151615e6981615554565b60408201526060830151615e7c81615554565b6060820152615e8d6080840161578d565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615ee457634e487b7160e01b5f52601160045260245ffd5b60010192915050565b5f8060408385031215615efe575f80fd5b82516001600160401b03811115615f13575f80fd5b615f1f85828601615bc3565b92505060208301516152e0816151fd565b601f821115611abf57805f5260205f20601f840160051c81016020851015615f555750805b601f840160051c820191505b81811015615f74575f8155600101615f61565b5050505050565b81516001600160401b03811115615f9457615f946152eb565b615fa881615fa28454615618565b84615f30565b6020601f821160018114615fda575f8315615fc35750848201515b5f19600385901b1c1916600184901b178455615f74565b5f84815260208120601f198516915b828110156160095787850151825560209485019460019092019101615fe9565b508482101561602657868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212200c478d503fca19acb078fb99aa39c92da5f15eeb260862644f1c027a86931cc764736f6c634300081a0033",
|
1531
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063ada9652e116100b4578063d165cb6411610079578063d165cb641461054f578063d56cd3d514610562578063deaa59df14610575578063e618053f14610588578063f133a5661461059b575f80fd5b8063ada9652e146104f1578063ae1fa5e614610505578063b68d180914610518578063bf7e214f1461051f578063c142a3031461053c575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b610264610246366004615114565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105ae565b60405162ffffff9091168152602001610270565b61029d610635565b6040516102709190615169565b6102bd6102b8366004615225565b6107f3565b005b6102c7610811565b6040516001600160601b039091168152602001610270565b6102c76102ed36600461527e565b61081b565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610335366004615225565b610faf565b6102c7610348366004615299565b610fc8565b6102bd61035b3660046152b4565b611129565b6102bd61036e366004615436565b611294565b6102bd610381366004615496565b6113de565b6102bd6103943660046152b4565b6116ff565b6102bd6103a73660046154c0565b611858565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df366004615299565b611946565b5f80516020616036833981519152546001600160601b03166102c7565b6102bd61040f366004615225565b611a31565b6102bd61042236600461550c565b611a3c565b6102bd610435366004615496565b611ac4565b610442611e54565b6040516001600160401b039091168152602001610270565b6102bd61046836600461550c565b611ee0565b6102bd61047b366004615225565b611f38565b610488611f43565b60405160ff9091168152602001610270565b6102bd6104a8366004615299565b611fb7565b610319600381565b6103b961204f565b6102bd6104cb366004615225565b612180565b6104d861218b565b6040516001600160e01b03199091168152602001610270565b6103195f8051602061603683398151915281565b6102bd610513366004615561565b6121c0565b600b610488565b5f80516020616056833981519152546001600160a01b03166103b9565b6102bd61054a36600461558d565b612243565b6102bd61055d366004615225565b6125e3565b6102bd610570366004615225565b6125ee565b6102bd610583366004615299565b6125f9565b6102bd610596366004615225565b612738565b6102bd6105a9366004615561565b612743565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561060c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061063091906155d0565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061070991906155fd565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161075161204f565b6001600160a01b0316815260200182600101805461076e90615618565b80601f016020809104026020016040519081016040528092919081815260200182805461079a90615618565b80156107e55780601f106107bc576101008083540402835291602001916107e5565b820191905f5260205f20905b8154815290600101906020018083116107c857829003601f168201915b505050505081525091505090565b6107fe83600e612aa4565b61080b5f85858585612b5b565b50505050565b5f61063030612f5d565b5f8080610828600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610869573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061088d919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156108d9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261090091908101906156c4565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610943573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610967919061564a565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156109d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109fd91906155fd565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610a46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6a9190615798565b15610b4757826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf919061564a565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4091906155fd565b9450610d6e565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc19190615798565b15610bdf5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c40919061564a565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb191906155fd565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610d12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d369190615798565b15610d6c5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610e445f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd2919061564a565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e1a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3e91906155fd565b89612b5b565b5f610e576001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ea4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec8919061564a565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f8f575f80fd5b505af1158015610fa1573d5f803e3d5ffd5b505050505050505050919050565b610fba83601f612aa4565b61080b600185858585612b5b565b5f610fd161316c565b81610fdb816131a3565b5f80610fe885600c613255565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa158015611043573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261106a9190810190615883565b6040518363ffffffff1660e01b8152600401611087929190615ba2565b5f604051808303815f87803b15801561109e575f80fd5b505af11580156110b0573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b1580156110f4575f80fd5b505af1158015611106573d5f803e3d5ffd5b505050505050505061112460015f8051602061607683398151915255565b919050565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__630c21dea26111556001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b0390911660048201523360248201526044015f60405180830381865af415801561119c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111c39190810190615c6d565b505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611201573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611225919061564a565b60405163ea0b3c7360e01b81526001600160a01b0385811660048301526001600160601b03851660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015611279575f80fd5b505af115801561128b573d5f803e3d5ffd5b50505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6112b66105ae565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112f4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113189190615cb2565b5f805160206160968339815191528054600160401b900460ff168061134a575080546001600160401b03808416911610155b156113685760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113928361378f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f806113ea600e613156565b915091505f80611459836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561142f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611453919061564a565b85613797565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b815260040161149c929190615ccd565b602060405180830381865af41580156114b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114db9190615798565b61152357611517836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613976565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161156091908a90600401615ccd565b602060405180830381865af415801561157b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159f9190615798565b6115f5576115e9836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613976565b50610160810185905260015b801561128b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611637573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165b919061564a565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161168b93929190615cf3565b5f604051808303815f87803b1580156116a2575f80fd5b505af11580156116b4573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a150505050505050565b5f8061170b600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561174c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611770919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156117bc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117e391908101906156c4565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015f604051808303815f87803b15801561183b575f80fd5b505af115801561184d573d5f803e3d5ffd5b505050505050505050565b5f805160206160968339815191528054600160401b810460ff1615906001600160401b03165f811580156118895750825b90505f826001600160401b031660011480156118a45750303b155b9050811580156118b2575080155b156118d05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156118fa57845460ff60401b1916600160401b1785555b61190487876139c9565b831561128b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016116ee565b5f81611951816131a3565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561198d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119b49190810190615c6d565b60400151905060ff8116600f036119d6576119ce84613b38565b925050611a2b565b60ff8116600e036119ea576119ce84613e65565b60ff8116600d036119fe576119ce846140c1565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d63565b50919050565b6107fe83601d612aa4565b611a4782600c612aa4565b611abf6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab991906155fd565b85612b5b565b505050565b611acc61316c565b5f80611ad8600c613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3d919061564a565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611b89573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb09190810190615883565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611bf1929190615ccd565b602060405180830381865af4158015611c0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c309190615798565b611c7357611c67846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613976565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611cb091908990600401615ccd565b602060405180830381865af4158015611ccb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cef9190615798565b611d3557611d29846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613976565b50610120810184905260015b8015611e3657826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9b919061564a565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611dcb93929190615cf3565b5f604051808303815f87803b158015611de2575f80fd5b505af1158015611df4573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b50505050611e5060015f8051602061607683398151915255565b5050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611e79611f43565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611ebc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615cb2565b611eeb82600c612aa4565b611abf5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a95573d5f803e3d5ffd5b610fba83600e612aa4565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615d27565b33611fd65f80516020616056833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146120115760405162d1953b60e31b81526001600160a01b0382166004820152602401610d63565b816001600160a01b03163b5f03612046576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d63565b611e50826142ab565b5f805f8051602061603683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156120bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120df9190615798565b1561216a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612140573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612164919061564a565b91505090565b54600160601b90046001600160a01b0316919050565b6107fe83600f612aa4565b5f8051602061605683398151915280545f9190600160a01b900460ff166121b2575f612164565b638fb3603760e01b91505090565b336121ca816131a3565b5f6121d6600b5f61430b565b91505061080b816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612218573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061223c919061564a565b85856144bd565b5f8061224f600f613156565b915091505f80612294836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561142f573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122d7929190615ccd565b602060405180830381865af41580156122f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123169190615798565b6123565761234a8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613976565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161239391908b90600401615ccd565b602060405180830381865af41580156123ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123d29190615798565b61241557612409836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613976565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161245291908a90600401615ccd565b602060405180830381865af415801561246d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124919190615798565b6124d8576124cc836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613976565b506101c0810185905260015b80156125d957836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561251a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253e919061564a565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161256e93929190615cf3565b5f604051808303815f87803b158015612585575f80fd5b505af1158015612597573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610fba83601d612aa4565b610fba83600f612aa4565b5f80612605600b613156565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612646573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266a919061564a565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126dd91908101906156c4565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612726575f80fd5b505af11580156125d9573d5f803e3d5ffd5b6107fe83601f612aa4565b5f6127566001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561279a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127be91906155fd565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015612817573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283b9190615798565b1561285b57604051632c057fb960e11b8152336004820152602401610d63565b5f61286e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128e19190810190615c6d565b6040015190506128fa81600a5b60ff9081169116141590565b1561292357604051630a7f204160e21b815233600482015260ff82166024820152604401610d63565b5f336001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612960573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129849190615d27565b9050612a09816129926105ae565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156129e5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128ee9190615d27565b15612a32576040516302d3414160e31b815233600482015260ff82166024820152604401610d63565b5f3390505f81905061128b816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a9d919061564a565b88886144bd565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612b06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2a9190615798565b611e505760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d63565b5f612b6683836144f3565b90508515612d65576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612bc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be89190615798565b15612c6757604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612c41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6591906155fd565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612cbd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ce19190615798565b15612d605760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612d3a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5e91906155fd565b505b612f55565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612dbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ddf9190615798565b15612e5e5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612e38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e5c91906155fd565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612eb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed89190615798565b15612f55576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612f31573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128b91906155fd565b505050505050565b5f805f8051602061603683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fc9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fed9190615798565b156130195780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d63565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561306b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061308f9190615798565b6130b75760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613109573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061312d91906155fd565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8061316383600161430b565b91509150915091565b5f8051602061607683398151915280546001190161319d57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b60405163d905700760e01b81526001600160a01b038216600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af4158015613206573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061322a9190615798565b6132525760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d63565b50565b5f805f805f805f805f61327a6132736001546001600160a01b031690565b8c8c61457e565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132ca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132ee919061564a565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561332c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613350919061564a565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561338e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133b2919061564a565b965060ff8a16600c0361343e57600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af115801561340f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134369190810190615c6d565b5194506134c2565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af1158015613497573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134be9190810190615c6d565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156134fe573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261352591908101906156c4565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6135596001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135bb919061564a565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613615573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613639919061564a565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e8790613672908a908690600401615d42565b5f604051808303815f87803b158015613689575f80fd5b505af115801561369b573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156136dc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061370091906155fd565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b60015f8051602061607683398151915255565b610234614bf9565b5f613876604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156138ce573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138f59190810190615c6d565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613946573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261396d9190810190615883565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946139bb948a948a949293909290615dae565b60405180910390a150505050565b5f805160206160968339815191528054600160401b810460ff1615906001600160401b03165f811580156139fa5750825b90505f826001600160401b03166001148015613a155750303b155b905081158015613a23575080155b15613a415760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613a6b57845460ff60401b1916600160401b1785555b5f8087806020019051810190613a819190615df4565b91509150613a9082828b614c31565b613a9a6002614d71565b600280546001600160a01b0319166001600160a01b0392909216919091179055613ac4600a614d71565b600380546001600160a01b0319166001600160a01b0392909216919091179055613af4633afcb03160e11b614e08565b5050831561128b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016116ee565b5f80808080613b4886600f613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613ba1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613bc89190810190615883565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613c27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c4b9190615798565b15613c825760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d63565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613cd2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cf69190615e21565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613d81575f80fd5b505af1158015613d93573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990613dd7908690869060ff90600401615cf3565b5f604051808303815f87803b158015613dee575f80fd5b505af1158015613e00573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613e44575f80fd5b505af1158015613e56573d5f803e3d5ffd5b50505050505050505050919050565b5f613e6e61316c565b5f808080613e7d86600e613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613ed6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613efd9190810190615883565b90508060400151613f2c5760405163931d421760e01b81526001600160601b0383166004820152602401610d63565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613f88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fac9190615798565b15613fe35760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d63565b6001600160601b03861660c0820152604051632ee46ad960e01b81526001600160a01b03841690632ee46ad990614023908590859060ff90600401615cf3565b5f604051808303815f87803b15801561403a575f80fd5b505af115801561404c573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f91506024015f604051808303815f87803b158015614090575f80fd5b505af11580156140a2573d5f803e3d5ffd5b50505050505050505061112460015f8051602061607683398151915255565b5f808080806140d186600d613255565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561412a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141519190810190615883565b9050806060015160ff165f0361418557604051634435e56b60e01b81526001600160601b0383166004820152602401610d63565b806060015160ff16816080015160ff16036141cd5760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d63565b858160e00151826080015160ff16815181106141eb576141eb615eaf565b6001600160601b03909216602092830291909101909101526080810180519061421382615ec3565b60ff169052506001600160a01b038316632ee46ad9838361423260ff90565b6040518463ffffffff1660e01b815260040161425093929190615cf3565b5f604051808303815f87803b158015614267575f80fd5b505af1158015614279573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f78565b5f8051602061605683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082015281905f61434f86600b6128ee565b156144095773__$fb599632d08395912d9d70eb2f0f93b5e2$__635c990ed36143806001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015260ff8916604482015287151560648201526084015f60405180830381865af41580156143d8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143ff9190810190615eed565b90925090506144b1565b73__$fb599632d08395912d9d70eb2f0f93b5e2$__63aa13a9886144356001546001600160a01b031690565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015233602482015287151560448201526064015f60405180830381865af4158015614484573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526144ab9190810190615eed565b90925090505b90519590945092505050565b604051638689231360e01b81526001600160a01b0383811660048301528215156024830152841690638689231390604401611262565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614553573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061457791906155fd565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa1580156145cb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145f29190810190615c6d565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561464e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146729190615798565b156146925760405163f75940a160e01b8152336004820152602401610d63565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156146d7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146fe9190810190615c6d565b905061471581604001518960ff9081169116141590565b15614755576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d63565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa1580156147a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147cb91906155fd565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614822573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148469190615798565b1561486f576040516322e6526160e11b81526001600160a01b038a166004820152602401610d63565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156148bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148e0919061564a565b9050614981856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149459190615d27565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129e5573d5f803e3d5ffd5b15614a7c5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156149c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149e79190615d27565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a479190615d27565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d63565b614a8d8260200151845f0151614e34565b15614ac55782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d63565b60ff8916600c03614b2257614ae083604001516128ee600a90565b15614b19578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d63565b82519750614b72565b614b3283604001516128ee600c90565b15614b6a578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d63565b826020015197505b60a082015160405163bf8e179760e01b81526001600160601b038a1660048201529094506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015614bc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614be9919061564a565b9650505050939792965093509350565b5f8051602061609683398151915254600160401b900460ff16614c2f57604051631afcd79f60e31b815260040160405180910390fd5b565b614c39614bf9565b614c41614eb8565b6001600160a01b03821615614c5e57614c5982614ec8565b614cd5565b5f614c696002614d71565b9050614cd3816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614caa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614cce919061564a565b614ec8565b505b614d5183846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614d15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d3991906155fd565b60085f8560405180602001604052805f815250614ed9565b614d61634a531f3360e01b614e08565b611abf63daf9067160e01b614e08565b5f614d846001546001600160a01b031690565b6001600160a01b031663d39e604383614d9b611f43565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614dde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e02919061564a565b92915050565b614e10614bf9565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614e94573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145779190615798565b614ec0614bf9565b614c2f614f74565b614ed0614bf9565b61325281614f7c565b614ee1614bf9565b614eeb8683614f8d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125d98382615f7b565b61377c614bf9565b614f84614bf9565b613252816142ab565b614f95614bf9565b614f9e82615003565b614fa66150cf565b6001600160a01b038116614fcd5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061603683398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61500b614bf9565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015615061573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906150859190615798565b6150ad5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d63565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6150d7614bf9565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215615124575f80fd5b81356001600160e01b031981168114614577575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516151b1608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526151f561010084018261513b565b949350505050565b6001600160a01b0381168114613252575f80fd5b6001600160601b0381168114613252575f80fd5b5f805f8060808587031215615238575f80fd5b8435615243816151fd565b9350602085013561525381615211565b9250604085013561526381615211565b9150606085013561527381615211565b939692955090935050565b5f6020828403121561528e575f80fd5b813561457781615211565b5f602082840312156152a9575f80fd5b8135614577816151fd565b5f80604083850312156152c5575f80fd5b82356152d0816151fd565b915060208301356152e081615211565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715615321576153216152eb565b60405290565b604051608081016001600160401b0381118282101715615321576153216152eb565b6040516101e081016001600160401b0381118282101715615321576153216152eb565b60405160e081016001600160401b0381118282101715615321576153216152eb565b604051601f8201601f191681016001600160401b03811182821017156153b6576153b66152eb565b604052919050565b5f6001600160401b038211156153d6576153d66152eb565b50601f01601f191660200190565b5f82601f8301126153f3575f80fd5b8135615406615401826153be565b61538e565b81815284602083860101111561541a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215615446575f80fd5b81356001600160401b0381111561545b575f80fd5b6151f5848285016153e4565b5f60408284031215615477575f80fd5b61547f6152ff565b823581526020928301359281019290925250919050565b5f80608083850312156154a7575f80fd5b6154b18484615467565b915061396d8460408501615467565b5f80604083850312156154d1575f80fd5b82356154dc816151fd565b915060208301356001600160401b038111156154f6575f80fd5b615502858286016153e4565b9150509250929050565b5f805f6060848603121561551e575f80fd5b8335615529816151fd565b9250602084013561553981615211565b9150604084013561554981615211565b809150509250925092565b8015158114613252575f80fd5b5f8060408385031215615572575f80fd5b823561557d816151fd565b915060208301356152e081615554565b5f805f60c0848603121561559f575f80fd5b6155a98585615467565b92506155b88560408601615467565b91506155c78560808601615467565b90509250925092565b5f602082840312156155e0575f80fd5b815162ffffff81168114614577575f80fd5b805161112481615211565b5f6020828403121561560d575f80fd5b815161457781615211565b600181811c9082168061562c57607f821691505b602082108103611a2b57634e487b7160e01b5f52602260045260245ffd5b5f6020828403121561565a575f80fd5b8151614577816151fd565b5f615672615401846153be565b9050828152838383011115615685575f80fd5b8282602083015e5f602084830101529392505050565b8051611124816151fd565b5f82601f8301126156b5575f80fd5b61457783835160208501615665565b5f602082840312156156d4575f80fd5b81516001600160401b038111156156e9575f80fd5b8201608081850312156156fa575f80fd5b615702615327565b81516001600160401b03811115615717575f80fd5b8201601f81018613615727575f80fd5b61573686825160208401615665565b8252506157456020830161569b565b60208201526157566040830161569b565b604082015260608201516001600160401b03811115615773575f80fd5b61577f868285016156a6565b606083015250949350505050565b805161112481615554565b5f602082840312156157a8575f80fd5b815161457781615554565b60ff81168114613252575f80fd5b8051611124816157b3565b5f82601f8301126157db575f80fd5b81516001600160401b038111156157f4576157f46152eb565b8060051b6158046020820161538e565b9182526020818501810192908101908684111561581f575f80fd5b6020860192505b8383101561584a57825161583981615211565b825260209283019290910190615826565b9695505050505050565b5f60408284031215615864575f80fd5b61586c6152ff565b825181526020928301519281019290925250919050565b5f60208284031215615893575f80fd5b81516001600160401b038111156158a8575f80fd5b82016102c081850312156158ba575f80fd5b6158c2615349565b6158cb8261578d565b81526158d96020830161578d565b60208201526158ea6040830161578d565b60408201526158fb606083016157c1565b606082015261590c608083016157c1565b608082015261591d60a083016155f2565b60a082015261592e60c083016155f2565b60c082015260e08201516001600160401b0381111561594b575f80fd5b615957868285016157cc565b60e08301525061596b856101008401615854565b61010082015261597f856101408401615854565b610120820152615993856101808401615854565b6101408201526159a7856101c08401615854565b6101608201526159bb856102008401615854565b6101808201526159cf856102408401615854565b6101a08201526159e3856102808401615854565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b82811015615a2a5781516001600160601b0316865260209586019590910190600101615a03565b5093949350505050565b8051151582525f6020820151615a4e602085018215159052565b506040820151615a62604085018215159052565b506060820151615a77606085018260ff169052565b506080820151615a8c608085018260ff169052565b5060a0820151615aa760a08501826001600160601b03169052565b5060c0820151615ac260c08501826001600160601b03169052565b5060e08201516102c060e0850152615ade6102c08501826159f1565b9050610100830151615afe61010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f6151f56040830184615a34565b5f60e08284031215615bd3575f80fd5b615bdb61536c565b9050615be6826155f2565b8152615bf4602083016155f2565b6020820152615c05604083016157c1565b6040820152615c166060830161578d565b6060820152615c276080830161569b565b6080820152615c3860a0830161569b565b60a082015260c08201516001600160401b03811115615c55575f80fd5b615c61848285016156a6565b60c08301525092915050565b5f60208284031215615c7d575f80fd5b81516001600160401b03811115615c92575f80fd5b6151f584828501615bc3565b6001600160401b0381168114613252575f80fd5b5f60208284031215615cc2575f80fd5b815161457781615c9e565b825181526020808401518183015282516040830152820151606082015260808101614577565b6001600160601b0384168152606060208201525f615d146060830185615a34565b905060ff83166040830152949350505050565b5f60208284031215615d37575f80fd5b8151614577816157b3565b6001600160601b0383168152604060208201525f825160806040840152615d6c60c084018261513b565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a086015290915061584a828261513b565b6001600160601b038716815260c060208201525f615dcf60c083018861513b565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615e05575f80fd5b8251615e10816151fd565b60208401519092506152e0816151fd565b5f60e0828403128015615e32575f80fd5b50615e3b61536c565b8251615e4681615211565b81526020830151615e5681615554565b60208201526040830151615e6981615554565b60408201526060830151615e7c81615554565b6060820152615e8d6080840161578d565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615ee457634e487b7160e01b5f52601160045260245ffd5b60010192915050565b5f8060408385031215615efe575f80fd5b82516001600160401b03811115615f13575f80fd5b615f1f85828601615bc3565b92505060208301516152e0816151fd565b601f821115611abf57805f5260205f20601f840160051c81016020851015615f555750805b601f840160051c820191505b81811015615f74575f8155600101615f61565b5050505050565b81516001600160401b03811115615f9457615f946152eb565b615fa881615fa28454615618565b84615f30565b6020601f821160018114615fda575f8315615fc35750848201515b5f19600385901b1c1916600184901b178455615f74565b5f84815260208120601f198516915b828110156160095787850151825560209485019460019092019101615fe9565b508482101561602657868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212200c478d503fca19acb078fb99aa39c92da5f15eeb260862644f1c027a86931cc764736f6c634300081a0033",
|
1532
|
+
"linkReferences": {
|
1533
|
+
"contracts/shared/ContractLib.sol": {
|
1534
|
+
"ContractLib": [
|
1535
|
+
{
|
1536
|
+
"length": 20,
|
1537
|
+
"start": 4609
|
1538
|
+
},
|
1539
|
+
{
|
1540
|
+
"length": 20,
|
1541
|
+
"start": 12964
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"length": 20,
|
1545
|
+
"start": 17452
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"length": 20,
|
1549
|
+
"start": 17633
|
1550
|
+
},
|
1551
|
+
{
|
1552
|
+
"length": 20,
|
1553
|
+
"start": 20735
|
1554
|
+
}
|
1555
|
+
]
|
1556
|
+
},
|
1557
|
+
"contracts/shared/TokenHandlerDeployerLib.sol": {
|
1558
|
+
"TokenHandlerDeployerLib": [
|
1559
|
+
{
|
1560
|
+
"length": 20,
|
1561
|
+
"start": 13829
|
1562
|
+
}
|
1563
|
+
]
|
1564
|
+
},
|
1565
|
+
"contracts/type/Amount.sol": {
|
1566
|
+
"AmountLib": [
|
1567
|
+
{
|
1568
|
+
"length": 20,
|
1569
|
+
"start": 2638
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"length": 20,
|
1573
|
+
"start": 2666
|
1574
|
+
},
|
1575
|
+
{
|
1576
|
+
"length": 20,
|
1577
|
+
"start": 3131
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"length": 20,
|
1581
|
+
"start": 3504
|
1582
|
+
},
|
1583
|
+
{
|
1584
|
+
"length": 20,
|
1585
|
+
"start": 3755
|
1586
|
+
},
|
1587
|
+
{
|
1588
|
+
"length": 20,
|
1589
|
+
"start": 6950
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"length": 20,
|
1593
|
+
"start": 8137
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"length": 20,
|
1597
|
+
"start": 11362
|
1598
|
+
},
|
1599
|
+
{
|
1600
|
+
"length": 20,
|
1601
|
+
"start": 11611
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"length": 20,
|
1605
|
+
"start": 11865
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"length": 20,
|
1609
|
+
"start": 12114
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"length": 20,
|
1613
|
+
"start": 17905
|
1614
|
+
}
|
1615
|
+
]
|
1616
|
+
},
|
1617
|
+
"contracts/type/Fee.sol": {
|
1618
|
+
"FeeLib": [
|
1619
|
+
{
|
1620
|
+
"length": 20,
|
1621
|
+
"start": 5430
|
1622
|
+
},
|
1623
|
+
{
|
1624
|
+
"length": 20,
|
1625
|
+
"start": 5645
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"length": 20,
|
1629
|
+
"start": 7307
|
1630
|
+
},
|
1631
|
+
{
|
1632
|
+
"length": 20,
|
1633
|
+
"start": 7517
|
1634
|
+
},
|
1635
|
+
{
|
1636
|
+
"length": 20,
|
1637
|
+
"start": 9073
|
1638
|
+
},
|
1639
|
+
{
|
1640
|
+
"length": 20,
|
1641
|
+
"start": 9280
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"length": 20,
|
1645
|
+
"start": 9471
|
1646
|
+
}
|
1647
|
+
]
|
1648
|
+
},
|
1649
|
+
"contracts/type/NftId.sol": {
|
1650
|
+
"NftIdLib": [
|
1651
|
+
{
|
1652
|
+
"length": 20,
|
1653
|
+
"start": 1910
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"length": 20,
|
1657
|
+
"start": 8537
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
"length": 20,
|
1661
|
+
"start": 10421
|
1662
|
+
},
|
1663
|
+
{
|
1664
|
+
"length": 20,
|
1665
|
+
"start": 12391
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"length": 20,
|
1669
|
+
"start": 15557
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"length": 20,
|
1673
|
+
"start": 16422
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"length": 20,
|
1677
|
+
"start": 18156
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"length": 20,
|
1681
|
+
"start": 18624
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
"length": 20,
|
1685
|
+
"start": 20274
|
1686
|
+
}
|
1687
|
+
]
|
1688
|
+
},
|
1689
|
+
"contracts/type/RoleId.sol": {
|
1690
|
+
"RoleIdLib": [
|
1691
|
+
{
|
1692
|
+
"length": 20,
|
1693
|
+
"start": 7981
|
1694
|
+
}
|
1695
|
+
]
|
1696
|
+
},
|
1697
|
+
"contracts/type/Version.sol": {
|
1698
|
+
"VersionLib": [
|
1699
|
+
{
|
1700
|
+
"length": 20,
|
1701
|
+
"start": 1706
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"length": 20,
|
1705
|
+
"start": 4972
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"length": 20,
|
1709
|
+
"start": 10883
|
1710
|
+
}
|
1711
|
+
],
|
1712
|
+
"VersionPartLib": [
|
1713
|
+
{
|
1714
|
+
"length": 20,
|
1715
|
+
"start": 8241
|
1716
|
+
}
|
1717
|
+
]
|
1718
|
+
}
|
1719
|
+
},
|
1720
|
+
"deployedLinkReferences": {
|
1721
|
+
"contracts/shared/ContractLib.sol": {
|
1722
|
+
"ContractLib": [
|
1723
|
+
{
|
1724
|
+
"length": 20,
|
1725
|
+
"start": 4395
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
"length": 20,
|
1729
|
+
"start": 12750
|
1730
|
+
},
|
1731
|
+
{
|
1732
|
+
"length": 20,
|
1733
|
+
"start": 17238
|
1734
|
+
},
|
1735
|
+
{
|
1736
|
+
"length": 20,
|
1737
|
+
"start": 17419
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"length": 20,
|
1741
|
+
"start": 20521
|
1742
|
+
}
|
1743
|
+
]
|
1744
|
+
},
|
1745
|
+
"contracts/shared/TokenHandlerDeployerLib.sol": {
|
1746
|
+
"TokenHandlerDeployerLib": [
|
1747
|
+
{
|
1748
|
+
"length": 20,
|
1749
|
+
"start": 13615
|
1750
|
+
}
|
1751
|
+
]
|
1752
|
+
},
|
1753
|
+
"contracts/type/Amount.sol": {
|
1754
|
+
"AmountLib": [
|
1755
|
+
{
|
1756
|
+
"length": 20,
|
1757
|
+
"start": 2424
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"length": 20,
|
1761
|
+
"start": 2452
|
1762
|
+
},
|
1763
|
+
{
|
1764
|
+
"length": 20,
|
1765
|
+
"start": 2917
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"length": 20,
|
1769
|
+
"start": 3290
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"length": 20,
|
1773
|
+
"start": 3541
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"length": 20,
|
1777
|
+
"start": 6736
|
1778
|
+
},
|
1779
|
+
{
|
1780
|
+
"length": 20,
|
1781
|
+
"start": 7923
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"length": 20,
|
1785
|
+
"start": 11148
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
"length": 20,
|
1789
|
+
"start": 11397
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"length": 20,
|
1793
|
+
"start": 11651
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"length": 20,
|
1797
|
+
"start": 11900
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"length": 20,
|
1801
|
+
"start": 17691
|
1802
|
+
}
|
1803
|
+
]
|
1804
|
+
},
|
1805
|
+
"contracts/type/Fee.sol": {
|
1806
|
+
"FeeLib": [
|
1807
|
+
{
|
1808
|
+
"length": 20,
|
1809
|
+
"start": 5216
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"length": 20,
|
1813
|
+
"start": 5431
|
1814
|
+
},
|
1815
|
+
{
|
1816
|
+
"length": 20,
|
1817
|
+
"start": 7093
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"length": 20,
|
1821
|
+
"start": 7303
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"length": 20,
|
1825
|
+
"start": 8859
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
"length": 20,
|
1829
|
+
"start": 9066
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
"length": 20,
|
1833
|
+
"start": 9257
|
1834
|
+
}
|
1835
|
+
]
|
1836
|
+
},
|
1837
|
+
"contracts/type/NftId.sol": {
|
1838
|
+
"NftIdLib": [
|
1839
|
+
{
|
1840
|
+
"length": 20,
|
1841
|
+
"start": 1696
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"length": 20,
|
1845
|
+
"start": 8323
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"length": 20,
|
1849
|
+
"start": 10207
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"length": 20,
|
1853
|
+
"start": 12177
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"length": 20,
|
1857
|
+
"start": 15343
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"length": 20,
|
1861
|
+
"start": 16208
|
1862
|
+
},
|
1863
|
+
{
|
1864
|
+
"length": 20,
|
1865
|
+
"start": 17942
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"length": 20,
|
1869
|
+
"start": 18410
|
1870
|
+
},
|
1871
|
+
{
|
1872
|
+
"length": 20,
|
1873
|
+
"start": 20060
|
1874
|
+
}
|
1875
|
+
]
|
1876
|
+
},
|
1877
|
+
"contracts/type/RoleId.sol": {
|
1878
|
+
"RoleIdLib": [
|
1879
|
+
{
|
1880
|
+
"length": 20,
|
1881
|
+
"start": 7767
|
1882
|
+
}
|
1883
|
+
]
|
1884
|
+
},
|
1885
|
+
"contracts/type/Version.sol": {
|
1886
|
+
"VersionLib": [
|
1887
|
+
{
|
1888
|
+
"length": 20,
|
1889
|
+
"start": 1492
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"length": 20,
|
1893
|
+
"start": 4758
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
"length": 20,
|
1897
|
+
"start": 10669
|
1898
|
+
}
|
1899
|
+
],
|
1900
|
+
"VersionPartLib": [
|
1901
|
+
{
|
1902
|
+
"length": 20,
|
1903
|
+
"start": 8027
|
1904
|
+
}
|
1905
|
+
]
|
1906
|
+
}
|
1907
|
+
}
|
1908
|
+
}
|