@etherisc/gif-next 0.0.2-a733491-751 → 0.0.2-a78920e-322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -93
- 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/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/distribution/Distribution.sol/Distribution.json +1004 -0
- 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/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +321 -361
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +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 +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +304 -2127
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +260 -101
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +368 -2916
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1671 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1028 -361
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +333 -364
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +159 -114
- 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/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 -49
- 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 +12 -115
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- 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/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +370 -283
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +344 -334
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -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} +468 -550
- 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 +1469 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +410 -402
- 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/pool/Pool.sol/Pool.json +1015 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -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} +420 -532
- 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 +173 -89
- 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/product/IPolicyService.sol/IPolicyService.json +931 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IPricingService.sol/IPricingService.json} +244 -238
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → product}/IProductComponent.sol/IProductComponent.json +457 -272
- 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} +120 -64
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -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 +72 -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 -123
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
- 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 -253
- 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/shared/Component.sol/Component.json +695 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1916 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +838 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +118 -185
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +245 -138
- 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 +135 -18
- 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 +136 -108
- 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} +723 -677
- 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/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -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 +142 -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/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -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 +596 -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/distribution/Distribution.sol +284 -0
- package/contracts/distribution/DistributionService.sol +354 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +100 -0
- 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/{BundleManager.sol → BundleSet.sol} +33 -32
- package/contracts/instance/IInstance.sol +45 -74
- package/contracts/instance/IInstanceService.sol +33 -32
- package/contracts/instance/Instance.sol +164 -230
- package/contracts/instance/InstanceAdmin.sol +283 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +264 -62
- package/contracts/instance/InstanceService.sol +246 -333
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +19 -24
- package/contracts/instance/module/IAccess.sol +6 -14
- package/contracts/instance/module/IBundle.sol +8 -8
- package/contracts/instance/module/IComponents.sol +50 -0
- package/contracts/instance/module/IDistribution.sol +6 -4
- package/contracts/instance/module/IPolicy.sol +56 -18
- package/contracts/instance/module/IRisk.sol +1 -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 +292 -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 +485 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +140 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +172 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +620 -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 +17 -36
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +82 -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 +695 -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 +432 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -34
- package/contracts/registry/IRegistry.sol +98 -26
- package/contracts/registry/IRegistryService.sol +36 -41
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +454 -198
- package/contracts/registry/RegistryAdmin.sol +462 -0
- package/contracts/registry/RegistryService.sol +87 -129
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +485 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +204 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +234 -0
- package/contracts/shared/ComponentService.sol +826 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +54 -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 +15 -6
- 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 +31 -22
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +55 -29
- package/contracts/shared/TokenHandler.sol +382 -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 +453 -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 +27 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/NftId.sol +22 -15
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +17 -3
- 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 +48 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +34 -15
- package/contracts/{types → type}/UFixed.sol +39 -9
- package/contracts/{types → type}/Version.sol +5 -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 -764
- 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 -1221
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
- 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 -502
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- 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/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -858
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -657
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1085
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -743
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -943
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -681
- 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/IClaimService.sol/IClaimService.json +0 -398
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -480
- 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/IPoolService.sol/IPoolService.json +0 -336
- 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 -1109
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -717
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -724
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -653
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -766
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
- 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 -547
- 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 -510
- 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/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 -257
- 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 -153
- 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 -123
- 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/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 -249
- 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 -241
- package/contracts/components/Distribution.sol +0 -308
- package/contracts/components/IComponent.sol +0 -54
- package/contracts/components/IDistributionComponent.sol +0 -100
- package/contracts/components/IPoolComponent.sol +0 -87
- package/contracts/components/IProductComponent.sol +0 -39
- package/contracts/components/Pool.sol +0 -254
- package/contracts/components/Product.sol +0 -285
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/InstanceAccessManager.sol +0 -580
- package/contracts/instance/base/ComponentService.sol +0 -134
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/ISetup.sol +0 -47
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -268
- package/contracts/instance/service/BundleService.sol +0 -298
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -295
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -54
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IDistributionService.sol +0 -65
- package/contracts/instance/service/IPolicyService.sol +0 -89
- package/contracts/instance/service/IPoolService.sol +0 -20
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -474
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -125
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -241
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -322
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -156
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -93
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1916 @@
|
|
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": "componentNftId",
|
304
|
+
"type": "uint96"
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"name": "ErrorComponentVerifyingServiceComponentIsLocked",
|
308
|
+
"type": "error"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"inputs": [
|
312
|
+
{
|
313
|
+
"internalType": "NftId",
|
314
|
+
"name": "componentNftId",
|
315
|
+
"type": "uint96"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"internalType": "ObjectType",
|
319
|
+
"name": "expectedType",
|
320
|
+
"type": "uint8"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"internalType": "ObjectType",
|
324
|
+
"name": "actualType",
|
325
|
+
"type": "uint8"
|
326
|
+
}
|
327
|
+
],
|
328
|
+
"name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
|
329
|
+
"type": "error"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"inputs": [
|
333
|
+
{
|
334
|
+
"internalType": "NftId",
|
335
|
+
"name": "nftId",
|
336
|
+
"type": "uint96"
|
337
|
+
}
|
338
|
+
],
|
339
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
340
|
+
"type": "error"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"inputs": [
|
344
|
+
{
|
345
|
+
"internalType": "address",
|
346
|
+
"name": "contractAddress",
|
347
|
+
"type": "address"
|
348
|
+
}
|
349
|
+
],
|
350
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
351
|
+
"type": "error"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"inputs": [],
|
355
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
356
|
+
"type": "error"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"inputs": [
|
360
|
+
{
|
361
|
+
"internalType": "NftId",
|
362
|
+
"name": "nftId",
|
363
|
+
"type": "uint96"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"internalType": "ObjectType",
|
367
|
+
"name": "expectedObjectType",
|
368
|
+
"type": "uint8"
|
369
|
+
}
|
370
|
+
],
|
371
|
+
"name": "ErrorNftOwnableInvalidType",
|
372
|
+
"type": "error"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"inputs": [
|
376
|
+
{
|
377
|
+
"internalType": "address",
|
378
|
+
"name": "account",
|
379
|
+
"type": "address"
|
380
|
+
}
|
381
|
+
],
|
382
|
+
"name": "ErrorNftOwnableNotOwner",
|
383
|
+
"type": "error"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"inputs": [
|
387
|
+
{
|
388
|
+
"internalType": "address",
|
389
|
+
"name": "registryAddress",
|
390
|
+
"type": "address"
|
391
|
+
}
|
392
|
+
],
|
393
|
+
"name": "ErrorNotRegistry",
|
394
|
+
"type": "error"
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"inputs": [
|
398
|
+
{
|
399
|
+
"internalType": "NftId",
|
400
|
+
"name": "productNftId",
|
401
|
+
"type": "uint96"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"internalType": "NftId",
|
405
|
+
"name": "distributionNftId",
|
406
|
+
"type": "uint96"
|
407
|
+
}
|
408
|
+
],
|
409
|
+
"name": "ErrorProductServiceDistributionAlreadyRegistered",
|
410
|
+
"type": "error"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"inputs": [
|
414
|
+
{
|
415
|
+
"internalType": "NftId",
|
416
|
+
"name": "productNftId",
|
417
|
+
"type": "uint96"
|
418
|
+
}
|
419
|
+
],
|
420
|
+
"name": "ErrorProductServiceNoDistributionExpected",
|
421
|
+
"type": "error"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"inputs": [
|
425
|
+
{
|
426
|
+
"internalType": "NftId",
|
427
|
+
"name": "productNftId",
|
428
|
+
"type": "uint96"
|
429
|
+
}
|
430
|
+
],
|
431
|
+
"name": "ErrorProductServiceNoOraclesExpected",
|
432
|
+
"type": "error"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"inputs": [
|
436
|
+
{
|
437
|
+
"internalType": "NftId",
|
438
|
+
"name": "productNftId",
|
439
|
+
"type": "uint96"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"internalType": "uint8",
|
443
|
+
"name": "expectedOracles",
|
444
|
+
"type": "uint8"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"name": "ErrorProductServiceOraclesAlreadyRegistered",
|
448
|
+
"type": "error"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"inputs": [
|
452
|
+
{
|
453
|
+
"internalType": "NftId",
|
454
|
+
"name": "productNftId",
|
455
|
+
"type": "uint96"
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"internalType": "NftId",
|
459
|
+
"name": "poolNftId",
|
460
|
+
"type": "uint96"
|
461
|
+
}
|
462
|
+
],
|
463
|
+
"name": "ErrorProductServicePoolAlreadyRegistered",
|
464
|
+
"type": "error"
|
465
|
+
},
|
466
|
+
{
|
467
|
+
"inputs": [],
|
468
|
+
"name": "ErrorServiceNotImplemented",
|
469
|
+
"type": "error"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"inputs": [],
|
473
|
+
"name": "InvalidInitialization",
|
474
|
+
"type": "error"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"inputs": [],
|
478
|
+
"name": "NotInitializing",
|
479
|
+
"type": "error"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"inputs": [],
|
483
|
+
"name": "ReentrancyGuardReentrantCall",
|
484
|
+
"type": "error"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"anonymous": false,
|
488
|
+
"inputs": [
|
489
|
+
{
|
490
|
+
"indexed": false,
|
491
|
+
"internalType": "address",
|
492
|
+
"name": "authority",
|
493
|
+
"type": "address"
|
494
|
+
}
|
495
|
+
],
|
496
|
+
"name": "AuthorityUpdated",
|
497
|
+
"type": "event"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"anonymous": false,
|
501
|
+
"inputs": [
|
502
|
+
{
|
503
|
+
"indexed": false,
|
504
|
+
"internalType": "uint64",
|
505
|
+
"name": "version",
|
506
|
+
"type": "uint64"
|
507
|
+
}
|
508
|
+
],
|
509
|
+
"name": "Initialized",
|
510
|
+
"type": "event"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"anonymous": false,
|
514
|
+
"inputs": [
|
515
|
+
{
|
516
|
+
"indexed": false,
|
517
|
+
"internalType": "NftId",
|
518
|
+
"name": "componentNftId",
|
519
|
+
"type": "uint96"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"indexed": false,
|
523
|
+
"internalType": "address",
|
524
|
+
"name": "recipient",
|
525
|
+
"type": "address"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"indexed": false,
|
529
|
+
"internalType": "address",
|
530
|
+
"name": "token",
|
531
|
+
"type": "address"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"indexed": false,
|
535
|
+
"internalType": "Amount",
|
536
|
+
"name": "withdrawnAmount",
|
537
|
+
"type": "uint96"
|
538
|
+
}
|
539
|
+
],
|
540
|
+
"name": "LogComponentServiceComponentFeesWithdrawn",
|
541
|
+
"type": "event"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"anonymous": false,
|
545
|
+
"inputs": [
|
546
|
+
{
|
547
|
+
"indexed": false,
|
548
|
+
"internalType": "NftId",
|
549
|
+
"name": "distributionNftId",
|
550
|
+
"type": "uint96"
|
551
|
+
}
|
552
|
+
],
|
553
|
+
"name": "LogComponentServiceDistributionFeesUpdated",
|
554
|
+
"type": "event"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"anonymous": false,
|
558
|
+
"inputs": [
|
559
|
+
{
|
560
|
+
"indexed": false,
|
561
|
+
"internalType": "NftId",
|
562
|
+
"name": "poolNftId",
|
563
|
+
"type": "uint96"
|
564
|
+
}
|
565
|
+
],
|
566
|
+
"name": "LogComponentServicePoolFeesUpdated",
|
567
|
+
"type": "event"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"anonymous": false,
|
571
|
+
"inputs": [
|
572
|
+
{
|
573
|
+
"indexed": false,
|
574
|
+
"internalType": "NftId",
|
575
|
+
"name": "productNftId",
|
576
|
+
"type": "uint96"
|
577
|
+
}
|
578
|
+
],
|
579
|
+
"name": "LogComponentServiceProductFeesUpdated",
|
580
|
+
"type": "event"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"anonymous": false,
|
584
|
+
"inputs": [
|
585
|
+
{
|
586
|
+
"indexed": false,
|
587
|
+
"internalType": "NftId",
|
588
|
+
"name": "instanceNftId",
|
589
|
+
"type": "uint96"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"indexed": false,
|
593
|
+
"internalType": "NftId",
|
594
|
+
"name": "componentNftId",
|
595
|
+
"type": "uint96"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"indexed": false,
|
599
|
+
"internalType": "ObjectType",
|
600
|
+
"name": "componentType",
|
601
|
+
"type": "uint8"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"indexed": false,
|
605
|
+
"internalType": "address",
|
606
|
+
"name": "component",
|
607
|
+
"type": "address"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"indexed": false,
|
611
|
+
"internalType": "address",
|
612
|
+
"name": "token",
|
613
|
+
"type": "address"
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"indexed": false,
|
617
|
+
"internalType": "address",
|
618
|
+
"name": "initialOwner",
|
619
|
+
"type": "address"
|
620
|
+
}
|
621
|
+
],
|
622
|
+
"name": "LogComponentServiceRegistered",
|
623
|
+
"type": "event"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"anonymous": false,
|
627
|
+
"inputs": [
|
628
|
+
{
|
629
|
+
"indexed": false,
|
630
|
+
"internalType": "NftId",
|
631
|
+
"name": "nftId",
|
632
|
+
"type": "uint96"
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"indexed": false,
|
636
|
+
"internalType": "string",
|
637
|
+
"name": "feeName",
|
638
|
+
"type": "string"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"indexed": false,
|
642
|
+
"internalType": "UFixed",
|
643
|
+
"name": "previousFractionalFee",
|
644
|
+
"type": "uint256"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"indexed": false,
|
648
|
+
"internalType": "uint256",
|
649
|
+
"name": "previousFixedFee",
|
650
|
+
"type": "uint256"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"indexed": false,
|
654
|
+
"internalType": "UFixed",
|
655
|
+
"name": "newFractionalFee",
|
656
|
+
"type": "uint256"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"indexed": false,
|
660
|
+
"internalType": "uint256",
|
661
|
+
"name": "newFixedFee",
|
662
|
+
"type": "uint256"
|
663
|
+
}
|
664
|
+
],
|
665
|
+
"name": "LogComponentServiceUpdateFee",
|
666
|
+
"type": "event"
|
667
|
+
},
|
668
|
+
{
|
669
|
+
"anonymous": false,
|
670
|
+
"inputs": [
|
671
|
+
{
|
672
|
+
"indexed": false,
|
673
|
+
"internalType": "NftId",
|
674
|
+
"name": "componentNftId",
|
675
|
+
"type": "uint96"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"indexed": false,
|
679
|
+
"internalType": "address",
|
680
|
+
"name": "currentWallet",
|
681
|
+
"type": "address"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"indexed": false,
|
685
|
+
"internalType": "address",
|
686
|
+
"name": "newWallet",
|
687
|
+
"type": "address"
|
688
|
+
}
|
689
|
+
],
|
690
|
+
"name": "LogComponentServiceWalletAddressChanged",
|
691
|
+
"type": "event"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"anonymous": false,
|
695
|
+
"inputs": [
|
696
|
+
{
|
697
|
+
"indexed": false,
|
698
|
+
"internalType": "NftId",
|
699
|
+
"name": "componentNftId",
|
700
|
+
"type": "uint96"
|
701
|
+
},
|
702
|
+
{
|
703
|
+
"indexed": false,
|
704
|
+
"internalType": "address",
|
705
|
+
"name": "currentWallet",
|
706
|
+
"type": "address"
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"indexed": false,
|
710
|
+
"internalType": "address",
|
711
|
+
"name": "newWallet",
|
712
|
+
"type": "address"
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"indexed": false,
|
716
|
+
"internalType": "uint256",
|
717
|
+
"name": "currentBalance",
|
718
|
+
"type": "uint256"
|
719
|
+
}
|
720
|
+
],
|
721
|
+
"name": "LogComponentServiceWalletTokensTransferred",
|
722
|
+
"type": "event"
|
723
|
+
},
|
724
|
+
{
|
725
|
+
"inputs": [],
|
726
|
+
"name": "GIF_RELEASE",
|
727
|
+
"outputs": [
|
728
|
+
{
|
729
|
+
"internalType": "uint256",
|
730
|
+
"name": "",
|
731
|
+
"type": "uint256"
|
732
|
+
}
|
733
|
+
],
|
734
|
+
"stateMutability": "view",
|
735
|
+
"type": "function"
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"inputs": [],
|
739
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
740
|
+
"outputs": [
|
741
|
+
{
|
742
|
+
"internalType": "bytes32",
|
743
|
+
"name": "",
|
744
|
+
"type": "bytes32"
|
745
|
+
}
|
746
|
+
],
|
747
|
+
"stateMutability": "view",
|
748
|
+
"type": "function"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"inputs": [],
|
752
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
753
|
+
"outputs": [
|
754
|
+
{
|
755
|
+
"internalType": "bytes32",
|
756
|
+
"name": "",
|
757
|
+
"type": "bytes32"
|
758
|
+
}
|
759
|
+
],
|
760
|
+
"stateMutability": "view",
|
761
|
+
"type": "function"
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"inputs": [
|
765
|
+
{
|
766
|
+
"internalType": "contract IERC20Metadata",
|
767
|
+
"name": "token",
|
768
|
+
"type": "address"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"internalType": "Amount",
|
772
|
+
"name": "amount",
|
773
|
+
"type": "uint96"
|
774
|
+
}
|
775
|
+
],
|
776
|
+
"name": "approveStakingTokenHandler",
|
777
|
+
"outputs": [],
|
778
|
+
"stateMutability": "nonpayable",
|
779
|
+
"type": "function"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"inputs": [
|
783
|
+
{
|
784
|
+
"internalType": "contract IERC20Metadata",
|
785
|
+
"name": "token",
|
786
|
+
"type": "address"
|
787
|
+
},
|
788
|
+
{
|
789
|
+
"internalType": "Amount",
|
790
|
+
"name": "amount",
|
791
|
+
"type": "uint96"
|
792
|
+
}
|
793
|
+
],
|
794
|
+
"name": "approveTokenHandler",
|
795
|
+
"outputs": [],
|
796
|
+
"stateMutability": "nonpayable",
|
797
|
+
"type": "function"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"inputs": [],
|
801
|
+
"name": "authority",
|
802
|
+
"outputs": [
|
803
|
+
{
|
804
|
+
"internalType": "address",
|
805
|
+
"name": "",
|
806
|
+
"type": "address"
|
807
|
+
}
|
808
|
+
],
|
809
|
+
"stateMutability": "view",
|
810
|
+
"type": "function"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"inputs": [
|
814
|
+
{
|
815
|
+
"internalType": "contract InstanceStore",
|
816
|
+
"name": "instanceStore",
|
817
|
+
"type": "address"
|
818
|
+
},
|
819
|
+
{
|
820
|
+
"internalType": "NftId",
|
821
|
+
"name": "bundleNftId",
|
822
|
+
"type": "uint96"
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"internalType": "Amount",
|
826
|
+
"name": "amount",
|
827
|
+
"type": "uint96"
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"internalType": "Amount",
|
831
|
+
"name": "feeAmount",
|
832
|
+
"type": "uint96"
|
833
|
+
}
|
834
|
+
],
|
835
|
+
"name": "decreaseBundleBalance",
|
836
|
+
"outputs": [],
|
837
|
+
"stateMutability": "nonpayable",
|
838
|
+
"type": "function"
|
839
|
+
},
|
840
|
+
{
|
841
|
+
"inputs": [
|
842
|
+
{
|
843
|
+
"internalType": "contract InstanceStore",
|
844
|
+
"name": "instanceStore",
|
845
|
+
"type": "address"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"internalType": "NftId",
|
849
|
+
"name": "distributionNftId",
|
850
|
+
"type": "uint96"
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"internalType": "Amount",
|
854
|
+
"name": "amount",
|
855
|
+
"type": "uint96"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"internalType": "Amount",
|
859
|
+
"name": "feeAmount",
|
860
|
+
"type": "uint96"
|
861
|
+
}
|
862
|
+
],
|
863
|
+
"name": "decreaseDistributionBalance",
|
864
|
+
"outputs": [],
|
865
|
+
"stateMutability": "nonpayable",
|
866
|
+
"type": "function"
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"inputs": [
|
870
|
+
{
|
871
|
+
"internalType": "contract InstanceStore",
|
872
|
+
"name": "instanceStore",
|
873
|
+
"type": "address"
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"internalType": "NftId",
|
877
|
+
"name": "distributorNftId",
|
878
|
+
"type": "uint96"
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"internalType": "Amount",
|
882
|
+
"name": "amount",
|
883
|
+
"type": "uint96"
|
884
|
+
},
|
885
|
+
{
|
886
|
+
"internalType": "Amount",
|
887
|
+
"name": "feeAmount",
|
888
|
+
"type": "uint96"
|
889
|
+
}
|
890
|
+
],
|
891
|
+
"name": "decreaseDistributorBalance",
|
892
|
+
"outputs": [],
|
893
|
+
"stateMutability": "nonpayable",
|
894
|
+
"type": "function"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"inputs": [
|
898
|
+
{
|
899
|
+
"internalType": "contract InstanceStore",
|
900
|
+
"name": "instanceStore",
|
901
|
+
"type": "address"
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"internalType": "NftId",
|
905
|
+
"name": "poolNftId",
|
906
|
+
"type": "uint96"
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"internalType": "Amount",
|
910
|
+
"name": "amount",
|
911
|
+
"type": "uint96"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"internalType": "Amount",
|
915
|
+
"name": "feeAmount",
|
916
|
+
"type": "uint96"
|
917
|
+
}
|
918
|
+
],
|
919
|
+
"name": "decreasePoolBalance",
|
920
|
+
"outputs": [],
|
921
|
+
"stateMutability": "nonpayable",
|
922
|
+
"type": "function"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"inputs": [
|
926
|
+
{
|
927
|
+
"internalType": "contract InstanceStore",
|
928
|
+
"name": "instanceStore",
|
929
|
+
"type": "address"
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"internalType": "NftId",
|
933
|
+
"name": "productNftId",
|
934
|
+
"type": "uint96"
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"internalType": "Amount",
|
938
|
+
"name": "feeAmount",
|
939
|
+
"type": "uint96"
|
940
|
+
}
|
941
|
+
],
|
942
|
+
"name": "decreaseProductFees",
|
943
|
+
"outputs": [],
|
944
|
+
"stateMutability": "nonpayable",
|
945
|
+
"type": "function"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"inputs": [],
|
949
|
+
"name": "getDomain",
|
950
|
+
"outputs": [
|
951
|
+
{
|
952
|
+
"internalType": "ObjectType",
|
953
|
+
"name": "serviceDomain",
|
954
|
+
"type": "uint8"
|
955
|
+
}
|
956
|
+
],
|
957
|
+
"stateMutability": "pure",
|
958
|
+
"type": "function"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"inputs": [],
|
962
|
+
"name": "getInitialInfo",
|
963
|
+
"outputs": [
|
964
|
+
{
|
965
|
+
"components": [
|
966
|
+
{
|
967
|
+
"internalType": "NftId",
|
968
|
+
"name": "nftId",
|
969
|
+
"type": "uint96"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"internalType": "NftId",
|
973
|
+
"name": "parentNftId",
|
974
|
+
"type": "uint96"
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"internalType": "ObjectType",
|
978
|
+
"name": "objectType",
|
979
|
+
"type": "uint8"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"internalType": "bool",
|
983
|
+
"name": "isInterceptor",
|
984
|
+
"type": "bool"
|
985
|
+
},
|
986
|
+
{
|
987
|
+
"internalType": "address",
|
988
|
+
"name": "objectAddress",
|
989
|
+
"type": "address"
|
990
|
+
},
|
991
|
+
{
|
992
|
+
"internalType": "address",
|
993
|
+
"name": "initialOwner",
|
994
|
+
"type": "address"
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"internalType": "bytes",
|
998
|
+
"name": "data",
|
999
|
+
"type": "bytes"
|
1000
|
+
}
|
1001
|
+
],
|
1002
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
1003
|
+
"name": "info",
|
1004
|
+
"type": "tuple"
|
1005
|
+
}
|
1006
|
+
],
|
1007
|
+
"stateMutability": "view",
|
1008
|
+
"type": "function"
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"inputs": [],
|
1012
|
+
"name": "getNftId",
|
1013
|
+
"outputs": [
|
1014
|
+
{
|
1015
|
+
"internalType": "NftId",
|
1016
|
+
"name": "",
|
1017
|
+
"type": "uint96"
|
1018
|
+
}
|
1019
|
+
],
|
1020
|
+
"stateMutability": "view",
|
1021
|
+
"type": "function"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"inputs": [],
|
1025
|
+
"name": "getOwner",
|
1026
|
+
"outputs": [
|
1027
|
+
{
|
1028
|
+
"internalType": "address",
|
1029
|
+
"name": "",
|
1030
|
+
"type": "address"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"stateMutability": "view",
|
1034
|
+
"type": "function"
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"inputs": [],
|
1038
|
+
"name": "getRegistry",
|
1039
|
+
"outputs": [
|
1040
|
+
{
|
1041
|
+
"internalType": "contract IRegistry",
|
1042
|
+
"name": "",
|
1043
|
+
"type": "address"
|
1044
|
+
}
|
1045
|
+
],
|
1046
|
+
"stateMutability": "view",
|
1047
|
+
"type": "function"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"inputs": [],
|
1051
|
+
"name": "getRelease",
|
1052
|
+
"outputs": [
|
1053
|
+
{
|
1054
|
+
"internalType": "VersionPart",
|
1055
|
+
"name": "release",
|
1056
|
+
"type": "uint8"
|
1057
|
+
}
|
1058
|
+
],
|
1059
|
+
"stateMutability": "pure",
|
1060
|
+
"type": "function"
|
1061
|
+
},
|
1062
|
+
{
|
1063
|
+
"inputs": [],
|
1064
|
+
"name": "getRoleId",
|
1065
|
+
"outputs": [
|
1066
|
+
{
|
1067
|
+
"internalType": "RoleId",
|
1068
|
+
"name": "serviceRoleId",
|
1069
|
+
"type": "uint64"
|
1070
|
+
}
|
1071
|
+
],
|
1072
|
+
"stateMutability": "pure",
|
1073
|
+
"type": "function"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"inputs": [],
|
1077
|
+
"name": "getVersion",
|
1078
|
+
"outputs": [
|
1079
|
+
{
|
1080
|
+
"internalType": "Version",
|
1081
|
+
"name": "",
|
1082
|
+
"type": "uint24"
|
1083
|
+
}
|
1084
|
+
],
|
1085
|
+
"stateMutability": "pure",
|
1086
|
+
"type": "function"
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"inputs": [
|
1090
|
+
{
|
1091
|
+
"internalType": "contract InstanceStore",
|
1092
|
+
"name": "instanceStore",
|
1093
|
+
"type": "address"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"internalType": "NftId",
|
1097
|
+
"name": "bundleNftId",
|
1098
|
+
"type": "uint96"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"internalType": "Amount",
|
1102
|
+
"name": "amount",
|
1103
|
+
"type": "uint96"
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"internalType": "Amount",
|
1107
|
+
"name": "feeAmount",
|
1108
|
+
"type": "uint96"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"name": "increaseBundleBalance",
|
1112
|
+
"outputs": [],
|
1113
|
+
"stateMutability": "nonpayable",
|
1114
|
+
"type": "function"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"inputs": [
|
1118
|
+
{
|
1119
|
+
"internalType": "contract InstanceStore",
|
1120
|
+
"name": "instanceStore",
|
1121
|
+
"type": "address"
|
1122
|
+
},
|
1123
|
+
{
|
1124
|
+
"internalType": "NftId",
|
1125
|
+
"name": "distributionNftId",
|
1126
|
+
"type": "uint96"
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"internalType": "Amount",
|
1130
|
+
"name": "amount",
|
1131
|
+
"type": "uint96"
|
1132
|
+
},
|
1133
|
+
{
|
1134
|
+
"internalType": "Amount",
|
1135
|
+
"name": "feeAmount",
|
1136
|
+
"type": "uint96"
|
1137
|
+
}
|
1138
|
+
],
|
1139
|
+
"name": "increaseDistributionBalance",
|
1140
|
+
"outputs": [],
|
1141
|
+
"stateMutability": "nonpayable",
|
1142
|
+
"type": "function"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"inputs": [
|
1146
|
+
{
|
1147
|
+
"internalType": "contract InstanceStore",
|
1148
|
+
"name": "instanceStore",
|
1149
|
+
"type": "address"
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"internalType": "NftId",
|
1153
|
+
"name": "distributorNftId",
|
1154
|
+
"type": "uint96"
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"internalType": "Amount",
|
1158
|
+
"name": "amount",
|
1159
|
+
"type": "uint96"
|
1160
|
+
},
|
1161
|
+
{
|
1162
|
+
"internalType": "Amount",
|
1163
|
+
"name": "feeAmount",
|
1164
|
+
"type": "uint96"
|
1165
|
+
}
|
1166
|
+
],
|
1167
|
+
"name": "increaseDistributorBalance",
|
1168
|
+
"outputs": [],
|
1169
|
+
"stateMutability": "nonpayable",
|
1170
|
+
"type": "function"
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"inputs": [
|
1174
|
+
{
|
1175
|
+
"internalType": "contract InstanceStore",
|
1176
|
+
"name": "instanceStore",
|
1177
|
+
"type": "address"
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"internalType": "NftId",
|
1181
|
+
"name": "poolNftId",
|
1182
|
+
"type": "uint96"
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"internalType": "Amount",
|
1186
|
+
"name": "amount",
|
1187
|
+
"type": "uint96"
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"internalType": "Amount",
|
1191
|
+
"name": "feeAmount",
|
1192
|
+
"type": "uint96"
|
1193
|
+
}
|
1194
|
+
],
|
1195
|
+
"name": "increasePoolBalance",
|
1196
|
+
"outputs": [],
|
1197
|
+
"stateMutability": "nonpayable",
|
1198
|
+
"type": "function"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"inputs": [
|
1202
|
+
{
|
1203
|
+
"internalType": "contract InstanceStore",
|
1204
|
+
"name": "instanceStore",
|
1205
|
+
"type": "address"
|
1206
|
+
},
|
1207
|
+
{
|
1208
|
+
"internalType": "NftId",
|
1209
|
+
"name": "productNftId",
|
1210
|
+
"type": "uint96"
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
"internalType": "Amount",
|
1214
|
+
"name": "feeAmount",
|
1215
|
+
"type": "uint96"
|
1216
|
+
}
|
1217
|
+
],
|
1218
|
+
"name": "increaseProductFees",
|
1219
|
+
"outputs": [],
|
1220
|
+
"stateMutability": "nonpayable",
|
1221
|
+
"type": "function"
|
1222
|
+
},
|
1223
|
+
{
|
1224
|
+
"inputs": [
|
1225
|
+
{
|
1226
|
+
"internalType": "address",
|
1227
|
+
"name": "activatedBy",
|
1228
|
+
"type": "address"
|
1229
|
+
},
|
1230
|
+
{
|
1231
|
+
"internalType": "bytes",
|
1232
|
+
"name": "data",
|
1233
|
+
"type": "bytes"
|
1234
|
+
}
|
1235
|
+
],
|
1236
|
+
"name": "initializeVersionable",
|
1237
|
+
"outputs": [],
|
1238
|
+
"stateMutability": "nonpayable",
|
1239
|
+
"type": "function"
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"inputs": [],
|
1243
|
+
"name": "isConsumingScheduledOp",
|
1244
|
+
"outputs": [
|
1245
|
+
{
|
1246
|
+
"internalType": "bytes4",
|
1247
|
+
"name": "",
|
1248
|
+
"type": "bytes4"
|
1249
|
+
}
|
1250
|
+
],
|
1251
|
+
"stateMutability": "view",
|
1252
|
+
"type": "function"
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"inputs": [],
|
1256
|
+
"name": "linkToRegisteredNftId",
|
1257
|
+
"outputs": [
|
1258
|
+
{
|
1259
|
+
"internalType": "NftId",
|
1260
|
+
"name": "nftId",
|
1261
|
+
"type": "uint96"
|
1262
|
+
}
|
1263
|
+
],
|
1264
|
+
"stateMutability": "nonpayable",
|
1265
|
+
"type": "function"
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"inputs": [
|
1269
|
+
{
|
1270
|
+
"internalType": "address",
|
1271
|
+
"name": "component",
|
1272
|
+
"type": "address"
|
1273
|
+
}
|
1274
|
+
],
|
1275
|
+
"name": "registerComponent",
|
1276
|
+
"outputs": [
|
1277
|
+
{
|
1278
|
+
"internalType": "NftId",
|
1279
|
+
"name": "componentNftId",
|
1280
|
+
"type": "uint96"
|
1281
|
+
}
|
1282
|
+
],
|
1283
|
+
"stateMutability": "nonpayable",
|
1284
|
+
"type": "function"
|
1285
|
+
},
|
1286
|
+
{
|
1287
|
+
"inputs": [
|
1288
|
+
{
|
1289
|
+
"internalType": "address",
|
1290
|
+
"name": "productAddress",
|
1291
|
+
"type": "address"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"name": "registerProduct",
|
1295
|
+
"outputs": [
|
1296
|
+
{
|
1297
|
+
"internalType": "NftId",
|
1298
|
+
"name": "productNftId",
|
1299
|
+
"type": "uint96"
|
1300
|
+
}
|
1301
|
+
],
|
1302
|
+
"stateMutability": "nonpayable",
|
1303
|
+
"type": "function"
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"inputs": [
|
1307
|
+
{
|
1308
|
+
"internalType": "address",
|
1309
|
+
"name": "newAuthority",
|
1310
|
+
"type": "address"
|
1311
|
+
}
|
1312
|
+
],
|
1313
|
+
"name": "setAuthority",
|
1314
|
+
"outputs": [],
|
1315
|
+
"stateMutability": "nonpayable",
|
1316
|
+
"type": "function"
|
1317
|
+
},
|
1318
|
+
{
|
1319
|
+
"inputs": [
|
1320
|
+
{
|
1321
|
+
"components": [
|
1322
|
+
{
|
1323
|
+
"internalType": "UFixed",
|
1324
|
+
"name": "fractionalFee",
|
1325
|
+
"type": "uint256"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"internalType": "uint256",
|
1329
|
+
"name": "fixedFee",
|
1330
|
+
"type": "uint256"
|
1331
|
+
}
|
1332
|
+
],
|
1333
|
+
"internalType": "struct Fee",
|
1334
|
+
"name": "distributionFee",
|
1335
|
+
"type": "tuple"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"components": [
|
1339
|
+
{
|
1340
|
+
"internalType": "UFixed",
|
1341
|
+
"name": "fractionalFee",
|
1342
|
+
"type": "uint256"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"internalType": "uint256",
|
1346
|
+
"name": "fixedFee",
|
1347
|
+
"type": "uint256"
|
1348
|
+
}
|
1349
|
+
],
|
1350
|
+
"internalType": "struct Fee",
|
1351
|
+
"name": "minDistributionOwnerFee",
|
1352
|
+
"type": "tuple"
|
1353
|
+
}
|
1354
|
+
],
|
1355
|
+
"name": "setDistributionFees",
|
1356
|
+
"outputs": [],
|
1357
|
+
"stateMutability": "nonpayable",
|
1358
|
+
"type": "function"
|
1359
|
+
},
|
1360
|
+
{
|
1361
|
+
"inputs": [
|
1362
|
+
{
|
1363
|
+
"internalType": "address",
|
1364
|
+
"name": "componentAddress",
|
1365
|
+
"type": "address"
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
"internalType": "bool",
|
1369
|
+
"name": "locked",
|
1370
|
+
"type": "bool"
|
1371
|
+
}
|
1372
|
+
],
|
1373
|
+
"name": "setLockedFromComponent",
|
1374
|
+
"outputs": [],
|
1375
|
+
"stateMutability": "nonpayable",
|
1376
|
+
"type": "function"
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"inputs": [
|
1380
|
+
{
|
1381
|
+
"internalType": "address",
|
1382
|
+
"name": "componentAddress",
|
1383
|
+
"type": "address"
|
1384
|
+
},
|
1385
|
+
{
|
1386
|
+
"internalType": "bool",
|
1387
|
+
"name": "locked",
|
1388
|
+
"type": "bool"
|
1389
|
+
}
|
1390
|
+
],
|
1391
|
+
"name": "setLockedFromInstance",
|
1392
|
+
"outputs": [],
|
1393
|
+
"stateMutability": "nonpayable",
|
1394
|
+
"type": "function"
|
1395
|
+
},
|
1396
|
+
{
|
1397
|
+
"inputs": [
|
1398
|
+
{
|
1399
|
+
"components": [
|
1400
|
+
{
|
1401
|
+
"internalType": "UFixed",
|
1402
|
+
"name": "fractionalFee",
|
1403
|
+
"type": "uint256"
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
"internalType": "uint256",
|
1407
|
+
"name": "fixedFee",
|
1408
|
+
"type": "uint256"
|
1409
|
+
}
|
1410
|
+
],
|
1411
|
+
"internalType": "struct Fee",
|
1412
|
+
"name": "poolFee",
|
1413
|
+
"type": "tuple"
|
1414
|
+
},
|
1415
|
+
{
|
1416
|
+
"components": [
|
1417
|
+
{
|
1418
|
+
"internalType": "UFixed",
|
1419
|
+
"name": "fractionalFee",
|
1420
|
+
"type": "uint256"
|
1421
|
+
},
|
1422
|
+
{
|
1423
|
+
"internalType": "uint256",
|
1424
|
+
"name": "fixedFee",
|
1425
|
+
"type": "uint256"
|
1426
|
+
}
|
1427
|
+
],
|
1428
|
+
"internalType": "struct Fee",
|
1429
|
+
"name": "stakingFee",
|
1430
|
+
"type": "tuple"
|
1431
|
+
},
|
1432
|
+
{
|
1433
|
+
"components": [
|
1434
|
+
{
|
1435
|
+
"internalType": "UFixed",
|
1436
|
+
"name": "fractionalFee",
|
1437
|
+
"type": "uint256"
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
"internalType": "uint256",
|
1441
|
+
"name": "fixedFee",
|
1442
|
+
"type": "uint256"
|
1443
|
+
}
|
1444
|
+
],
|
1445
|
+
"internalType": "struct Fee",
|
1446
|
+
"name": "performanceFee",
|
1447
|
+
"type": "tuple"
|
1448
|
+
}
|
1449
|
+
],
|
1450
|
+
"name": "setPoolFees",
|
1451
|
+
"outputs": [],
|
1452
|
+
"stateMutability": "nonpayable",
|
1453
|
+
"type": "function"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"inputs": [
|
1457
|
+
{
|
1458
|
+
"components": [
|
1459
|
+
{
|
1460
|
+
"internalType": "UFixed",
|
1461
|
+
"name": "fractionalFee",
|
1462
|
+
"type": "uint256"
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"internalType": "uint256",
|
1466
|
+
"name": "fixedFee",
|
1467
|
+
"type": "uint256"
|
1468
|
+
}
|
1469
|
+
],
|
1470
|
+
"internalType": "struct Fee",
|
1471
|
+
"name": "productFee",
|
1472
|
+
"type": "tuple"
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"components": [
|
1476
|
+
{
|
1477
|
+
"internalType": "UFixed",
|
1478
|
+
"name": "fractionalFee",
|
1479
|
+
"type": "uint256"
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"internalType": "uint256",
|
1483
|
+
"name": "fixedFee",
|
1484
|
+
"type": "uint256"
|
1485
|
+
}
|
1486
|
+
],
|
1487
|
+
"internalType": "struct Fee",
|
1488
|
+
"name": "processingFee",
|
1489
|
+
"type": "tuple"
|
1490
|
+
}
|
1491
|
+
],
|
1492
|
+
"name": "setProductFees",
|
1493
|
+
"outputs": [],
|
1494
|
+
"stateMutability": "nonpayable",
|
1495
|
+
"type": "function"
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"inputs": [
|
1499
|
+
{
|
1500
|
+
"internalType": "address",
|
1501
|
+
"name": "newWallet",
|
1502
|
+
"type": "address"
|
1503
|
+
}
|
1504
|
+
],
|
1505
|
+
"name": "setWallet",
|
1506
|
+
"outputs": [],
|
1507
|
+
"stateMutability": "nonpayable",
|
1508
|
+
"type": "function"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"inputs": [
|
1512
|
+
{
|
1513
|
+
"internalType": "bytes4",
|
1514
|
+
"name": "interfaceId",
|
1515
|
+
"type": "bytes4"
|
1516
|
+
}
|
1517
|
+
],
|
1518
|
+
"name": "supportsInterface",
|
1519
|
+
"outputs": [
|
1520
|
+
{
|
1521
|
+
"internalType": "bool",
|
1522
|
+
"name": "",
|
1523
|
+
"type": "bool"
|
1524
|
+
}
|
1525
|
+
],
|
1526
|
+
"stateMutability": "view",
|
1527
|
+
"type": "function"
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"inputs": [
|
1531
|
+
{
|
1532
|
+
"internalType": "bytes",
|
1533
|
+
"name": "data",
|
1534
|
+
"type": "bytes"
|
1535
|
+
}
|
1536
|
+
],
|
1537
|
+
"name": "upgradeVersionable",
|
1538
|
+
"outputs": [],
|
1539
|
+
"stateMutability": "nonpayable",
|
1540
|
+
"type": "function"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"inputs": [
|
1544
|
+
{
|
1545
|
+
"internalType": "Amount",
|
1546
|
+
"name": "amount",
|
1547
|
+
"type": "uint96"
|
1548
|
+
}
|
1549
|
+
],
|
1550
|
+
"name": "withdrawFees",
|
1551
|
+
"outputs": [
|
1552
|
+
{
|
1553
|
+
"internalType": "Amount",
|
1554
|
+
"name": "withdrawnAmount",
|
1555
|
+
"type": "uint96"
|
1556
|
+
}
|
1557
|
+
],
|
1558
|
+
"stateMutability": "nonpayable",
|
1559
|
+
"type": "function"
|
1560
|
+
}
|
1561
|
+
],
|
1562
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b616247806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063ada9652e116100b4578063d165cb6411610079578063d165cb641461054f578063d56cd3d514610562578063deaa59df14610575578063e618053f14610588578063f133a5661461059b575f80fd5b8063ada9652e146104f1578063ae1fa5e614610505578063b68d180914610518578063bf7e214f1461051f578063c142a3031461053c575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b6102646102463660046152d9565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105ae565b60405162ffffff9091168152602001610270565b61029d610635565b604051610270919061532e565b6102bd6102b83660046153ea565b6107c1565b005b6102c76107df565b6040516001600160601b039091168152602001610270565b6102c76102ed366004615443565b6107e9565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd6103353660046153ea565b610f7e565b6102c761034836600461545e565b610f97565b6102bd61035b366004615479565b6110da565b6102bd61036e3660046155fb565b61123a565b6102bd61038136600461565b565b611384565b6102bd610394366004615479565b6116a7565b6102bd6103a7366004615685565b6117d2565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df36600461545e565b6118c0565b5f805160206161b2833981519152546001600160601b03166102c7565b6102bd61040f3660046153ea565b6119c1565b6102bd6104223660046156d1565b6119cc565b6102bd61043536600461565b565b611a54565b610442611dc7565b6040516001600160401b039091168152602001610270565b6102bd6104683660046156d1565b611e53565b6102bd61047b3660046153ea565b611eab565b610488611eb6565b60405160ff9091168152602001610270565b6102bd6104a836600461545e565b611f2a565b610319600381565b6103b9611fc6565b6102bd6104cb3660046153ea565b6120f7565b6104d8612102565b6040516001600160e01b03199091168152602001610270565b6103195f805160206161b283398151915281565b6102bd610513366004615726565b612137565b600b610488565b5f805160206161d2833981519152546001600160a01b03166103b9565b6102bd61054a366004615752565b612234565b6102bd61055d3660046153ea565b6125d5565b6102bd6105703660046153ea565b6125e0565b6102bd61058336600461545e565b6125eb565b6102bd6105963660046153ea565b61272b565b6102bd6105a9366004615726565b612736565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561060c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615795565b905090565b61063d61529c565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d791906157c7565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161071f611fc6565b6001600160a01b0316815260200182600101805461073c906157e2565b80601f0160208091040260200160405190810160405280929190818152602001828054610768906157e2565b80156107b35780601f1061078a576101008083540402835291602001916107b3565b820191905f5260205f20905b81548152906001019060200180831161079657829003601f168201915b505050505081525091505090565b6107cc83600e612a97565b6107d95f85858585612b4e565b50505050565b5f61063030612f48565b5f80806107f6600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610838573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085c9190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156108a8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108cf919081019061588e565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610912573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109369190615814565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156109a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109cc91906157c7565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610a15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a399190615962565b15610b1657826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190615814565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0f91906157c7565b9450610d3d565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b909190615962565b15610bae5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610beb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0f9190615814565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8091906157c7565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d059190615962565b15610d3b5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610e135f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190615814565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610de9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0d91906157c7565b89612b4e565b5f610e266001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e979190615814565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f5e575f80fd5b505af1158015610f70573d5f803e3d5ffd5b505050505050505050919050565b610f8983601f612a97565b6107d9600185858585612b4e565b5f81610fa2816131dd565b5f80610faf85600c61328f565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa15801561100a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110319190810190615a4d565b6040518363ffffffff1660e01b815260040161104e929190615d6c565b5f604051808303815f87803b158015611065575f80fd5b505af1158015611077573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b1580156110bb575f80fd5b505af11580156110cd573d5f803e3d5ffd5b5050505050505050919050565b5f6110ed6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611131573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115591906157c7565b90505f61116582600360016137bb565b5090505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c99190615814565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b15801561121d575f80fd5b505af115801561122f573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61125c6105ae565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561129a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112be9190615da1565b5f805160206161f28339815191528054600160401b900460ff16806112f0575080546001600160401b03808416911610155b1561130e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561133883613a9a565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80611390600e613141565b92505091505f80611400836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113fa9190615814565b85613aa2565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b8152600401611443929190615dbc565b602060405180830381865af415801561145e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114829190615962565b6114ca576114be836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613c07565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161150791908a90600401615dbc565b602060405180830381865af4158015611522573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115469190615962565b61159c57611590836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613c07565b50610160810185905260015b801561169e57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116029190615814565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161163293929190615de2565b5f604051808303815f87803b158015611649575f80fd5b505af115801561165b573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f806116b3600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117199190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015611765573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261178c919081019061588e565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c7390604401611206565b5f805160206161f28339815191528054600160401b810460ff1615906001600160401b03165f811580156118035750825b90505f826001600160401b0316600114801561181e5750303b155b90508115801561182c575080155b1561184a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187457845460ff60401b1916600160401b1785555b61187e8787613c5a565b831561169e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611695565b5f816118cb816131dd565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611907573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192e9190810190615e16565b60400151905061194681600f5b60ff90811691161490565b1561195c5761195484613dc9565b9250506119bb565b61196781600e61193b565b1561197557611954846140f6565b61198081600d61193b565b1561198e5761195484614308565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d32565b50919050565b6107cc83601d612a97565b6119d782600c612a97565b611a4f6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4991906157c7565b85612b4e565b505050565b5f80611a60600c613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aa2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac69190615814565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611b12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611b399190810190615a4d565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611b7a929190615dbc565b602060405180830381865af4158015611b95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bb99190615962565b611bfc57611bf0846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613c07565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611c3991908990600401615dbc565b602060405180830381865af4158015611c54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c789190615962565b611cbe57611cb2846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613c07565b50610120810184905260015b8015611dbf57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d249190615814565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611d5493929190615de2565b5f604051808303815f87803b158015611d6b575f80fd5b505af1158015611d7d573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611dec611eb6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611e2f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615da1565b611e5e82600c612a97565b611a4f5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a25573d5f803e3d5ffd5b610f8983600e612a97565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f06573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615ee6565b33611f495f805160206161d2833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611f845760405162d1953b60e31b81526001600160a01b0382166004820152602401610d32565b816001600160a01b03163b5f03611fb9576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d32565b611fc282614479565b5050565b5f805f805160206161b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612032573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120569190615962565b156120e1576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156120b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120db9190615814565b91505090565b54600160601b90046001600160a01b0316919050565b6107cc83600f612a97565b5f805160206161d283398151915280545f9190600160a01b900460ff16612129575f6120db565b638fb3603760e01b91505090565b33612141816131dd565b5f6121c76121576001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561219b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121bf91906157c7565b600b5f6137bb565b9150506107d9816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612209573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061222d9190615814565b85856144d9565b5f80612240600f613141565b92505091505f80612286836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d6573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122c9929190615dbc565b602060405180830381865af41580156122e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123089190615962565b6123485761233c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613c07565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161238591908b90600401615dbc565b602060405180830381865af41580156123a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c49190615962565b612407576123fb836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613c07565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161244491908a90600401615dbc565b602060405180830381865af415801561245f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124839190615962565b6124ca576124be836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613c07565b506101c0810185905260015b80156125cb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190615814565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161256093929190615de2565b5f604051808303815f87803b158015612577575f80fd5b505af1158015612589573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610f8983601d612a97565b610f8983600f612a97565b5f806125f7600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612639573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061265d9190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126d0919081019061588e565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612719575f80fd5b505af11580156125cb573d5f803e3d5ffd5b6107cc83601f612a97565b5f6127496001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561278d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127b191906157c7565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561280a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282e9190615962565b1561284e57604051632c057fb960e11b8152336004820152602401610d32565b5f6128616001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128ad573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128d49190810190615e16565b6040015190506128ed81600a5b60ff9081169116141590565b1561291657604051630a7f204160e21b815233600482015260ff82166024820152604401610d32565b5f336001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612953573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129779190615ee6565b90506129fc816129856105ae565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156129d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e19190615ee6565b15612a25576040516302d3414160e31b815233600482015260ff82166024820152604401610d32565b5f3390505f81905061169e816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a909190615814565b88886144d9565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612af9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b1d9190615962565b611fc25760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d32565b5f612b598383614533565b90508515612d58576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612bb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bdb9190615962565b15612c5a57604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612c34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5891906157c7565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612cb0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cd49190615962565b15612d535760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612d2d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5191906157c7565b505b611dbf565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612dae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd29190615962565b15612e515760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612e2b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4f91906157c7565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612ea7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ecb9190615962565b15611dbf576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612f24573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169e91906157c7565b5f805f805160206161b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd89190615962565b156130045780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d32565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613056573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307a9190615962565b6130a25760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d32565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156130f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311891906157c7565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f61314a61529c565b5f61315d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156131a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c591906157c7565b92506131d3838560016137bb565b9395909450915050565b60405163d905700760e01b81526001600160a01b038216600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af4158015613240573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132649190615962565b61328c5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d32565b50565b5f805f805f805f805f6132b46132ad6001546001600160a01b031690565b8c8c6145be565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613304573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133289190615814565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613366573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061338a9190615814565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133ec9190615814565b96506133f98a600c61193b565b1561347d57600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af115801561344e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134759190810190615e16565b519450613501565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156134d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134fd9190810190615e16565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561353d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613564919081019061588e565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6135986001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135fa9190615814565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613654573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136789190615814565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e87906136b1908a908690600401615f01565b5f604051808303815f87803b1580156136c8575f80fd5b505af11580156136da573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561371b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373f91906157c7565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b6137c361529c565b5f806137d76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613824573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261384b9190810190615e16565b925061385885600b6128e1565b156138ae57604083015160ff8681169116146138a957604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d32565b61393f565b6138be836040015161193b600c90565b806138d457506138d4836040015161193b600f90565b806138ea57506138ea836040015161193b600e90565b806139005750613900836040015161193b600d90565b61393f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d32565b61394f836040015161193b600390565b1561395a5750613a92565b61396a836040015161193b600c90565b156139845761397d818460200151614bd8565b9150613995565b613992818460200151614c49565b91505b8315613a9057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139fb9190615814565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613a43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a679190615962565b15613a9057604051637d71120960e11b81526001600160601b0387166004820152602401610d32565b505b935093915050565b610234614ccb565b5f613b81604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b613b8a83614d03565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613bd7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613bfe9190810190615a4d565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db94613c4c948a948a949293909290615f6d565b60405180910390a150505050565b5f805160206161f28339815191528054600160401b810460ff1615906001600160401b03165f81158015613c8b5750825b90505f826001600160401b03166001148015613ca65750303b155b905081158015613cb4575080155b15613cd25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613cfc57845460ff60401b1916600160401b1785555b5f8087806020019051810190613d129190615fb3565b91509150613d2182828b614d93565b613d2b6002614ed3565b600280546001600160a01b0319166001600160a01b0392909216919091179055613d55600a614ed3565b600380546001600160a01b0319166001600160a01b0392909216919091179055613d85633afcb03160e11b614f6a565b5050831561169e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611695565b5f80808080613dd986600f61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613e32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613e599190810190615a4d565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613eb8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613edc9190615962565b15613f135760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d32565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613f63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f879190615fe0565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015614012575f80fd5b505af1158015614024573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990614068908690869060ff90600401615de2565b5f604051808303815f87803b15801561407f575f80fd5b505af1158015614091573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b1580156140d5575f80fd5b505af11580156140e7573d5f803e3d5ffd5b50505050505050505050919050565b5f8080808061410686600e61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561415f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141869190810190615a4d565b905080604001516141b55760405163931d421760e01b81526001600160601b0383166004820152602401610d32565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614211573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142359190615962565b1561426c5760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d32565b6001600160601b03861660c08201526001600160a01b038316632ee46ad9838360ff5b6040518463ffffffff1660e01b81526004016142ad93929190615de2565b5f604051808303815f87803b1580156142c4575f80fd5b505af11580156142d6573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f47565b5f8080808061431886600d61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015614371573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143989190810190615a4d565b9050806060015160ff165f036143cc57604051634435e56b60e01b81526001600160601b0383166004820152602401610d32565b806060015160ff16816080015160ff16036144145760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d32565b858160e00151826080015160ff16815181106144325761443261606e565b6001600160601b03909216602092830291909101909101526080810180519061445a82616082565b60ff169052506001600160a01b038316632ee46ad9838361428f60ff90565b5f805160206161d283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b604051638689231360e01b81526001600160a01b03838116600483015282151560248301528416906386892313906044015f604051808303815f87803b158015614521575f80fd5b505af115801561169e573d5f803e3d5ffd5b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614593573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b791906157c7565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa15801561460b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146329190810190615e16565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561468e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146b29190615962565b156146d25760405163f75940a160e01b8152336004820152602401610d32565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015614717573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261473e9190810190615e16565b905061475581604001518960ff9081169116141590565b15614795576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d32565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa1580156147e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061480b91906157c7565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614862573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148869190615962565b156148af576040516322e6526160e11b81526001600160a01b038a166004820152602401610d32565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156148fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149209190615814565b90506149c1856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614961573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149859190615ee6565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129d8573d5f803e3d5ffd5b15614abc5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a279190615ee6565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a879190615ee6565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d32565b614acd8260200151845f0151614f96565b15614b055782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d32565b614b1089600c61193b565b15614b6757614b2583604001516128e1600a90565b15614b5e578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d32565b82519750614bb7565b614b7783604001516128e1600c90565b15614baf578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d32565b826020015197505b8160a001519350614bc88b89614bd8565b9650505050939792965093509350565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614c25573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b79190615814565b6040516305247a1760e51b81526001600160601b03821660048201525f906145b79084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015614c9b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614cc29190810190615e16565b60200151614bd8565b5f805160206161f283398151915254600160401b900460ff16614d0157604051631afcd79f60e31b815260040160405180910390fd5b565b5f614d166001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015614d62573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614d899190810190615e16565b6020015192915050565b614d9b614ccb565b614da361501a565b6001600160a01b03821615614dc057614dbb8261502a565b614e37565b5f614dcb6002614ed3565b9050614e35816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614e0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e309190615814565b61502a565b505b614eb383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614e77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e9b91906157c7565b60085f8560405180602001604052805f81525061503b565b614ec3634a531f3360e01b614f6a565b611a4f63daf9067160e01b614f6a565b5f614ee66001546001600160a01b031690565b6001600160a01b031663d39e604383614efd611eb6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614f649190615814565b92915050565b614f72614ccb565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614ff6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b79190615962565b615022614ccb565b614d016150d6565b615032614ccb565b61328c81615104565b615043614ccb565b61504d8683615115565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125cb83826160f7565b6150de614ccb565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b61510c614ccb565b61328c81614479565b61511d614ccb565b6151268261518b565b61512e615257565b6001600160a01b0381166151555760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206161b283398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b615193614ccb565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156151e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061520d9190615962565b6152355760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d32565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b61525f614ccb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156152e9575f80fd5b81356001600160e01b0319811681146145b7575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151615376608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526153ba610100840182615300565b949350505050565b6001600160a01b038116811461328c575f80fd5b6001600160601b038116811461328c575f80fd5b5f805f80608085870312156153fd575f80fd5b8435615408816153c2565b93506020850135615418816153d6565b92506040850135615428816153d6565b91506060850135615438816153d6565b939692955090935050565b5f60208284031215615453575f80fd5b81356145b7816153d6565b5f6020828403121561546e575f80fd5b81356145b7816153c2565b5f806040838503121561548a575f80fd5b8235615495816153c2565b915060208301356154a5816153d6565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156154e6576154e66154b0565b60405290565b604051608081016001600160401b03811182821017156154e6576154e66154b0565b6040516101e081016001600160401b03811182821017156154e6576154e66154b0565b60405160e081016001600160401b03811182821017156154e6576154e66154b0565b604051601f8201601f191681016001600160401b038111828210171561557b5761557b6154b0565b604052919050565b5f6001600160401b0382111561559b5761559b6154b0565b50601f01601f191660200190565b5f82601f8301126155b8575f80fd5b81356155cb6155c682615583565b615553565b8181528460208386010111156155df575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6020828403121561560b575f80fd5b81356001600160401b03811115615620575f80fd5b6153ba848285016155a9565b5f6040828403121561563c575f80fd5b6156446154c4565b823581526020928301359281019290925250919050565b5f806080838503121561566c575f80fd5b615676848461562c565b9150613bfe846040850161562c565b5f8060408385031215615696575f80fd5b82356156a1816153c2565b915060208301356001600160401b038111156156bb575f80fd5b6156c7858286016155a9565b9150509250929050565b5f805f606084860312156156e3575f80fd5b83356156ee816153c2565b925060208401356156fe816153d6565b9150604084013561570e816153d6565b809150509250925092565b801515811461328c575f80fd5b5f8060408385031215615737575f80fd5b8235615742816153c2565b915060208301356154a581615719565b5f805f60c08486031215615764575f80fd5b61576e858561562c565b925061577d856040860161562c565b915061578c856080860161562c565b90509250925092565b5f602082840312156157a5575f80fd5b815162ffffff811681146145b7575f80fd5b80516157c2816153d6565b919050565b5f602082840312156157d7575f80fd5b81516145b7816153d6565b600181811c908216806157f657607f821691505b6020821081036119bb57634e487b7160e01b5f52602260045260245ffd5b5f60208284031215615824575f80fd5b81516145b7816153c2565b5f61583c6155c684615583565b905082815283838301111561584f575f80fd5b8282602083015e5f602084830101529392505050565b80516157c2816153c2565b5f82601f83011261587f575f80fd5b6145b78383516020850161582f565b5f6020828403121561589e575f80fd5b81516001600160401b038111156158b3575f80fd5b8201608081850312156158c4575f80fd5b6158cc6154ec565b81516001600160401b038111156158e1575f80fd5b8201601f810186136158f1575f80fd5b6159008682516020840161582f565b82525061590f60208301615865565b602082015261592060408301615865565b604082015260608201516001600160401b0381111561593d575f80fd5b61594986828501615870565b606083015250949350505050565b80516157c281615719565b5f60208284031215615972575f80fd5b81516145b781615719565b60ff8116811461328c575f80fd5b80516157c28161597d565b5f82601f8301126159a5575f80fd5b81516001600160401b038111156159be576159be6154b0565b8060051b6159ce60208201615553565b918252602081850181019290810190868411156159e9575f80fd5b6020860192505b83831015615a14578251615a03816153d6565b8252602092830192909101906159f0565b9695505050505050565b5f60408284031215615a2e575f80fd5b615a366154c4565b825181526020928301519281019290925250919050565b5f60208284031215615a5d575f80fd5b81516001600160401b03811115615a72575f80fd5b82016102c08185031215615a84575f80fd5b615a8c61550e565b615a9582615957565b8152615aa360208301615957565b6020820152615ab460408301615957565b6040820152615ac56060830161598b565b6060820152615ad66080830161598b565b6080820152615ae760a083016157b7565b60a0820152615af860c083016157b7565b60c082015260e08201516001600160401b03811115615b15575f80fd5b615b2186828501615996565b60e083015250615b35856101008401615a1e565b610100820152615b49856101408401615a1e565b610120820152615b5d856101808401615a1e565b610140820152615b71856101c08401615a1e565b610160820152615b85856102008401615a1e565b610180820152615b99856102408401615a1e565b6101a0820152615bad856102808401615a1e565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b82811015615bf45781516001600160601b0316865260209586019590910190600101615bcd565b5093949350505050565b8051151582525f6020820151615c18602085018215159052565b506040820151615c2c604085018215159052565b506060820151615c41606085018260ff169052565b506080820151615c56608085018260ff169052565b5060a0820151615c7160a08501826001600160601b03169052565b5060c0820151615c8c60c08501826001600160601b03169052565b5060e08201516102c060e0850152615ca86102c0850182615bbb565b9050610100830151615cc861010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f6153ba6040830184615bfe565b6001600160401b038116811461328c575f80fd5b5f60208284031215615db1575f80fd5b81516145b781615d8d565b8251815260208084015181830152825160408301528201516060820152608081016145b7565b6001600160601b0384168152606060208201525f615e036060830185615bfe565b905060ff83166040830152949350505050565b5f60208284031215615e26575f80fd5b81516001600160401b03811115615e3b575f80fd5b820160e08185031215615e4c575f80fd5b615e54615531565b615e5d826157b7565b8152615e6b602083016157b7565b6020820152615e7c6040830161598b565b6040820152615e8d60608301615957565b6060820152615e9e60808301615865565b6080820152615eaf60a08301615865565b60a082015260c08201516001600160401b03811115615ecc575f80fd5b615ed886828501615870565b60c083015250949350505050565b5f60208284031215615ef6575f80fd5b81516145b78161597d565b6001600160601b0383168152604060208201525f825160806040840152615f2b60c0840182615300565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a0860152909150615a148282615300565b6001600160601b038716815260c060208201525f615f8e60c0830188615300565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615fc4575f80fd5b8251615fcf816153c2565b60208401519092506154a5816153c2565b5f60e0828403128015615ff1575f80fd5b50615ffa615531565b8251616005816153d6565b8152602083015161601581615719565b6020820152604083015161602881615719565b6040820152606083015161603b81615719565b606082015261604c60808401615957565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff81036160a357634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115611a4f57805f5260205f20601f840160051c810160208510156160d15750805b601f840160051c820191505b818110156160f0575f81556001016160dd565b5050505050565b81516001600160401b03811115616110576161106154b0565b6161248161611e84546157e2565b846160ac565b6020601f821160018114616156575f831561613f5750848201515b5f19600385901b1c1916600184901b1784556160f0565b5f84815260208120601f198516915b828110156161855787850151825560209485019460019092019101616165565b50848210156161a257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220a72da55fb8cc20a3488e50eb00b44ab3631bfe8d094b30344f6ca0db5a93860164736f6c634300081a0033",
|
1563
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063ada9652e116100b4578063d165cb6411610079578063d165cb641461054f578063d56cd3d514610562578063deaa59df14610575578063e618053f14610588578063f133a5661461059b575f80fd5b8063ada9652e146104f1578063ae1fa5e614610505578063b68d180914610518578063bf7e214f1461051f578063c142a3031461053c575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b6102646102463660046152d9565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102816105ae565b60405162ffffff9091168152602001610270565b61029d610635565b604051610270919061532e565b6102bd6102b83660046153ea565b6107c1565b005b6102c76107df565b6040516001600160601b039091168152602001610270565b6102c76102ed366004615443565b6107e9565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd6103353660046153ea565b610f7e565b6102c761034836600461545e565b610f97565b6102bd61035b366004615479565b6110da565b6102bd61036e3660046155fb565b61123a565b6102bd61038136600461565b565b611384565b6102bd610394366004615479565b6116a7565b6102bd6103a7366004615685565b6117d2565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df36600461545e565b6118c0565b5f805160206161b2833981519152546001600160601b03166102c7565b6102bd61040f3660046153ea565b6119c1565b6102bd6104223660046156d1565b6119cc565b6102bd61043536600461565b565b611a54565b610442611dc7565b6040516001600160401b039091168152602001610270565b6102bd6104683660046156d1565b611e53565b6102bd61047b3660046153ea565b611eab565b610488611eb6565b60405160ff9091168152602001610270565b6102bd6104a836600461545e565b611f2a565b610319600381565b6103b9611fc6565b6102bd6104cb3660046153ea565b6120f7565b6104d8612102565b6040516001600160e01b03199091168152602001610270565b6103195f805160206161b283398151915281565b6102bd610513366004615726565b612137565b600b610488565b5f805160206161d2833981519152546001600160a01b03166103b9565b6102bd61054a366004615752565b612234565b6102bd61055d3660046153ea565b6125d5565b6102bd6105703660046153ea565b6125e0565b6102bd61058336600461545e565b6125eb565b6102bd6105963660046153ea565b61272b565b6102bd6105a9366004615726565b612736565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561060c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615795565b905090565b61063d61529c565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d791906157c7565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161071f611fc6565b6001600160a01b0316815260200182600101805461073c906157e2565b80601f0160208091040260200160405190810160405280929190818152602001828054610768906157e2565b80156107b35780601f1061078a576101008083540402835291602001916107b3565b820191905f5260205f20905b81548152906001019060200180831161079657829003601f168201915b505050505081525091505090565b6107cc83600e612a97565b6107d95f85858585612b4e565b50505050565b5f61063030612f48565b5f80806107f6600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610838573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085c9190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156108a8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108cf919081019061588e565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610912573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109369190615814565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156109a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109cc91906157c7565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610a15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a399190615962565b15610b1657826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190615814565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0f91906157c7565b9450610d3d565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b909190615962565b15610bae5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610beb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0f9190615814565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c8091906157c7565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610ce1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d059190615962565b15610d3b5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610e135f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190615814565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610de9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e0d91906157c7565b89612b4e565b5f610e266001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e979190615814565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f5e575f80fd5b505af1158015610f70573d5f803e3d5ffd5b505050505050505050919050565b610f8983601f612a97565b6107d9600185858585612b4e565b5f81610fa2816131dd565b5f80610faf85600c61328f565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa15801561100a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110319190810190615a4d565b6040518363ffffffff1660e01b815260040161104e929190615d6c565b5f604051808303815f87803b158015611065575f80fd5b505af1158015611077573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b1580156110bb575f80fd5b505af11580156110cd573d5f803e3d5ffd5b5050505050505050919050565b5f6110ed6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611131573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115591906157c7565b90505f61116582600360016137bb565b5090505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c99190615814565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b15801561121d575f80fd5b505af115801561122f573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61125c6105ae565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561129a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112be9190615da1565b5f805160206161f28339815191528054600160401b900460ff16806112f0575080546001600160401b03808416911610155b1561130e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561133883613a9a565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80611390600e613141565b92505091505f80611400836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113fa9190615814565b85613aa2565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b8152600401611443929190615dbc565b602060405180830381865af415801561145e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114829190615962565b6114ca576114be836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613c07565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161150791908a90600401615dbc565b602060405180830381865af4158015611522573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115469190615962565b61159c57611590836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613c07565b50610160810185905260015b801561169e57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116029190615814565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161163293929190615de2565b5f604051808303815f87803b158015611649575f80fd5b505af115801561165b573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f806116b3600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117199190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015611765573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261178c919081019061588e565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c7390604401611206565b5f805160206161f28339815191528054600160401b810460ff1615906001600160401b03165f811580156118035750825b90505f826001600160401b0316600114801561181e5750303b155b90508115801561182c575080155b1561184a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187457845460ff60401b1916600160401b1785555b61187e8787613c5a565b831561169e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611695565b5f816118cb816131dd565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611907573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192e9190810190615e16565b60400151905061194681600f5b60ff90811691161490565b1561195c5761195484613dc9565b9250506119bb565b61196781600e61193b565b1561197557611954846140f6565b61198081600d61193b565b1561198e5761195484614308565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d32565b50919050565b6107cc83601d612a97565b6119d782600c612a97565b611a4f6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a4991906157c7565b85612b4e565b505050565b5f80611a60600c613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aa2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac69190615814565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611b12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611b399190810190615a4d565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611b7a929190615dbc565b602060405180830381865af4158015611b95573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bb99190615962565b611bfc57611bf0846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613c07565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611c3991908990600401615dbc565b602060405180830381865af4158015611c54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c789190615962565b611cbe57611cb2846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613c07565b50610120810184905260015b8015611dbf57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d249190615814565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611d5493929190615de2565b5f604051808303815f87803b158015611d6b575f80fd5b505af1158015611d7d573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611dec611eb6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611e2f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615da1565b611e5e82600c612a97565b611a4f5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a25573d5f803e3d5ffd5b610f8983600e612a97565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611f06573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106309190615ee6565b33611f495f805160206161d2833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611f845760405162d1953b60e31b81526001600160a01b0382166004820152602401610d32565b816001600160a01b03163b5f03611fb9576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d32565b611fc282614479565b5050565b5f805f805160206161b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612032573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120569190615962565b156120e1576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156120b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120db9190615814565b91505090565b54600160601b90046001600160a01b0316919050565b6107cc83600f612a97565b5f805160206161d283398151915280545f9190600160a01b900460ff16612129575f6120db565b638fb3603760e01b91505090565b33612141816131dd565b5f6121c76121576001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561219b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121bf91906157c7565b600b5f6137bb565b9150506107d9816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612209573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061222d9190615814565b85856144d9565b5f80612240600f613141565b92505091505f80612286836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d6573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122c9929190615dbc565b602060405180830381865af41580156122e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123089190615962565b6123485761233c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613c07565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161238591908b90600401615dbc565b602060405180830381865af41580156123a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c49190615962565b612407576123fb836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613c07565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161244491908a90600401615dbc565b602060405180830381865af415801561245f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124839190615962565b6124ca576124be836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613c07565b506101c0810185905260015b80156125cb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190615814565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161256093929190615de2565b5f604051808303815f87803b158015612577575f80fd5b505af1158015612589573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610f8983601d612a97565b610f8983600f612a97565b5f806125f7600b613141565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612639573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061265d9190615814565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126d0919081019061588e565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612719575f80fd5b505af11580156125cb573d5f803e3d5ffd5b6107cc83601f612a97565b5f6127496001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561278d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127b191906157c7565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561280a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282e9190615962565b1561284e57604051632c057fb960e11b8152336004820152602401610d32565b5f6128616001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128ad573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128d49190810190615e16565b6040015190506128ed81600a5b60ff9081169116141590565b1561291657604051630a7f204160e21b815233600482015260ff82166024820152604401610d32565b5f336001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612953573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129779190615ee6565b90506129fc816129856105ae565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156129d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e19190615ee6565b15612a25576040516302d3414160e31b815233600482015260ff82166024820152604401610d32565b5f3390505f81905061169e816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a909190615814565b88886144d9565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612af9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b1d9190615962565b611fc25760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d32565b5f612b598383614533565b90508515612d58576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612bb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bdb9190615962565b15612c5a57604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612c34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c5891906157c7565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612cb0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cd49190615962565b15612d535760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af1158015612d2d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d5191906157c7565b505b611dbf565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612dae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dd29190615962565b15612e515760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612e2b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4f91906157c7565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612ea7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ecb9190615962565b15611dbf576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612f24573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169e91906157c7565b5f805f805160206161b283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd89190615962565b156130045780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d32565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613056573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307a9190615962565b6130a25760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d32565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156130f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311891906157c7565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f61314a61529c565b5f61315d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156131a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131c591906157c7565b92506131d3838560016137bb565b9395909450915050565b60405163d905700760e01b81526001600160a01b038216600482015263a9c1bc6f60e01b602482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790604401602060405180830381865af4158015613240573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132649190615962565b61328c5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d32565b50565b5f805f805f805f805f6132b46132ad6001546001600160a01b031690565b8c8c6145be565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015613304573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133289190615814565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613366573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061338a9190615814565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133ec9190615814565b96506133f98a600c61193b565b1561347d57600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af115801561344e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134759190810190615e16565b519450613501565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156134d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134fd9190810190615e16565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561353d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613564919081019061588e565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d6135986001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135fa9190615814565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613654573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136789190615814565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e87906136b1908a908690600401615f01565b5f604051808303815f87803b1580156136c8575f80fd5b505af11580156136da573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561371b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061373f91906157c7565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b6137c361529c565b5f806137d76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613824573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261384b9190810190615e16565b925061385885600b6128e1565b156138ae57604083015160ff8681169116146138a957604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d32565b61393f565b6138be836040015161193b600c90565b806138d457506138d4836040015161193b600f90565b806138ea57506138ea836040015161193b600e90565b806139005750613900836040015161193b600d90565b61393f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d32565b61394f836040015161193b600390565b1561395a5750613a92565b61396a836040015161193b600c90565b156139845761397d818460200151614bd8565b9150613995565b613992818460200151614c49565b91505b8315613a9057816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156139d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139fb9190615814565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613a43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a679190615962565b15613a9057604051637d71120960e11b81526001600160601b0387166004820152602401610d32565b505b935093915050565b610234614ccb565b5f613b81604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b613b8a83614d03565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613bd7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613bfe9190810190615a4d565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db94613c4c948a948a949293909290615f6d565b60405180910390a150505050565b5f805160206161f28339815191528054600160401b810460ff1615906001600160401b03165f81158015613c8b5750825b90505f826001600160401b03166001148015613ca65750303b155b905081158015613cb4575080155b15613cd25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613cfc57845460ff60401b1916600160401b1785555b5f8087806020019051810190613d129190615fb3565b91509150613d2182828b614d93565b613d2b6002614ed3565b600280546001600160a01b0319166001600160a01b0392909216919091179055613d55600a614ed3565b600380546001600160a01b0319166001600160a01b0392909216919091179055613d85633afcb03160e11b614f6a565b5050831561169e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611695565b5f80808080613dd986600f61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613e32573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613e599190810190615a4d565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613eb8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613edc9190615962565b15613f135760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d32565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613f63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f879190615fe0565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015614012575f80fd5b505af1158015614024573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990614068908690869060ff90600401615de2565b5f604051808303815f87803b15801561407f575f80fd5b505af1158015614091573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b1580156140d5575f80fd5b505af11580156140e7573d5f803e3d5ffd5b50505050505050505050919050565b5f8080808061410686600e61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561415f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141869190810190615a4d565b905080604001516141b55760405163931d421760e01b81526001600160601b0383166004820152602401610d32565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614211573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142359190615962565b1561426c5760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d32565b6001600160601b03861660c08201526001600160a01b038316632ee46ad9838360ff5b6040518463ffffffff1660e01b81526004016142ad93929190615de2565b5f604051808303815f87803b1580156142c4575f80fd5b505af11580156142d6573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f47565b5f8080808061431886600d61328f565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015614371573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526143989190810190615a4d565b9050806060015160ff165f036143cc57604051634435e56b60e01b81526001600160601b0383166004820152602401610d32565b806060015160ff16816080015160ff16036144145760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d32565b858160e00151826080015160ff16815181106144325761443261606e565b6001600160601b03909216602092830291909101909101526080810180519061445a82616082565b60ff169052506001600160a01b038316632ee46ad9838361428f60ff90565b5f805160206161d283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b604051638689231360e01b81526001600160a01b03838116600483015282151560248301528416906386892313906044015f604051808303815f87803b158015614521575f80fd5b505af115801561169e573d5f803e3d5ffd5b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614593573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b791906157c7565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa15801561460b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526146329190810190615e16565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561468e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146b29190615962565b156146d25760405163f75940a160e01b8152336004820152602401610d32565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015614717573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261473e9190810190615e16565b905061475581604001518960ff9081169116141590565b15614795576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d32565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa1580156147e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061480b91906157c7565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614862573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148869190615962565b156148af576040516322e6526160e11b81526001600160a01b038a166004820152602401610d32565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156148fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149209190615814565b90506149c1856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614961573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906149859190615ee6565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129d8573d5f803e3d5ffd5b15614abc5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a279190615ee6565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a879190615ee6565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d32565b614acd8260200151845f0151614f96565b15614b055782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d32565b614b1089600c61193b565b15614b6757614b2583604001516128e1600a90565b15614b5e578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d32565b82519750614bb7565b614b7783604001516128e1600c90565b15614baf578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d32565b826020015197505b8160a001519350614bc88b89614bd8565b9650505050939792965093509350565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015614c25573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b79190615814565b6040516305247a1760e51b81526001600160601b03821660048201525f906145b79084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015614c9b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614cc29190810190615e16565b60200151614bd8565b5f805160206161f283398151915254600160401b900460ff16614d0157604051631afcd79f60e31b815260040160405180910390fd5b565b5f614d166001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015614d62573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614d899190810190615e16565b6020015192915050565b614d9b614ccb565b614da361501a565b6001600160a01b03821615614dc057614dbb8261502a565b614e37565b5f614dcb6002614ed3565b9050614e35816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614e0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e309190615814565b61502a565b505b614eb383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614e77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e9b91906157c7565b60085f8560405180602001604052805f81525061503b565b614ec3634a531f3360e01b614f6a565b611a4f63daf9067160e01b614f6a565b5f614ee66001546001600160a01b031690565b6001600160a01b031663d39e604383614efd611eb6565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614f40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614f649190615814565b92915050565b614f72614ccb565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614ff6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145b79190615962565b615022614ccb565b614d016150d6565b615032614ccb565b61328c81615104565b615043614ccb565b61504d8683615115565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125cb83826160f7565b6150de614ccb565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b61510c614ccb565b61328c81614479565b61511d614ccb565b6151268261518b565b61512e615257565b6001600160a01b0381166151555760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206161b283398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b615193614ccb565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156151e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061520d9190615962565b6152355760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d32565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b61525f614ccb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156152e9575f80fd5b81356001600160e01b0319811681146145b7575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151615376608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526153ba610100840182615300565b949350505050565b6001600160a01b038116811461328c575f80fd5b6001600160601b038116811461328c575f80fd5b5f805f80608085870312156153fd575f80fd5b8435615408816153c2565b93506020850135615418816153d6565b92506040850135615428816153d6565b91506060850135615438816153d6565b939692955090935050565b5f60208284031215615453575f80fd5b81356145b7816153d6565b5f6020828403121561546e575f80fd5b81356145b7816153c2565b5f806040838503121561548a575f80fd5b8235615495816153c2565b915060208301356154a5816153d6565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156154e6576154e66154b0565b60405290565b604051608081016001600160401b03811182821017156154e6576154e66154b0565b6040516101e081016001600160401b03811182821017156154e6576154e66154b0565b60405160e081016001600160401b03811182821017156154e6576154e66154b0565b604051601f8201601f191681016001600160401b038111828210171561557b5761557b6154b0565b604052919050565b5f6001600160401b0382111561559b5761559b6154b0565b50601f01601f191660200190565b5f82601f8301126155b8575f80fd5b81356155cb6155c682615583565b615553565b8181528460208386010111156155df575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6020828403121561560b575f80fd5b81356001600160401b03811115615620575f80fd5b6153ba848285016155a9565b5f6040828403121561563c575f80fd5b6156446154c4565b823581526020928301359281019290925250919050565b5f806080838503121561566c575f80fd5b615676848461562c565b9150613bfe846040850161562c565b5f8060408385031215615696575f80fd5b82356156a1816153c2565b915060208301356001600160401b038111156156bb575f80fd5b6156c7858286016155a9565b9150509250929050565b5f805f606084860312156156e3575f80fd5b83356156ee816153c2565b925060208401356156fe816153d6565b9150604084013561570e816153d6565b809150509250925092565b801515811461328c575f80fd5b5f8060408385031215615737575f80fd5b8235615742816153c2565b915060208301356154a581615719565b5f805f60c08486031215615764575f80fd5b61576e858561562c565b925061577d856040860161562c565b915061578c856080860161562c565b90509250925092565b5f602082840312156157a5575f80fd5b815162ffffff811681146145b7575f80fd5b80516157c2816153d6565b919050565b5f602082840312156157d7575f80fd5b81516145b7816153d6565b600181811c908216806157f657607f821691505b6020821081036119bb57634e487b7160e01b5f52602260045260245ffd5b5f60208284031215615824575f80fd5b81516145b7816153c2565b5f61583c6155c684615583565b905082815283838301111561584f575f80fd5b8282602083015e5f602084830101529392505050565b80516157c2816153c2565b5f82601f83011261587f575f80fd5b6145b78383516020850161582f565b5f6020828403121561589e575f80fd5b81516001600160401b038111156158b3575f80fd5b8201608081850312156158c4575f80fd5b6158cc6154ec565b81516001600160401b038111156158e1575f80fd5b8201601f810186136158f1575f80fd5b6159008682516020840161582f565b82525061590f60208301615865565b602082015261592060408301615865565b604082015260608201516001600160401b0381111561593d575f80fd5b61594986828501615870565b606083015250949350505050565b80516157c281615719565b5f60208284031215615972575f80fd5b81516145b781615719565b60ff8116811461328c575f80fd5b80516157c28161597d565b5f82601f8301126159a5575f80fd5b81516001600160401b038111156159be576159be6154b0565b8060051b6159ce60208201615553565b918252602081850181019290810190868411156159e9575f80fd5b6020860192505b83831015615a14578251615a03816153d6565b8252602092830192909101906159f0565b9695505050505050565b5f60408284031215615a2e575f80fd5b615a366154c4565b825181526020928301519281019290925250919050565b5f60208284031215615a5d575f80fd5b81516001600160401b03811115615a72575f80fd5b82016102c08185031215615a84575f80fd5b615a8c61550e565b615a9582615957565b8152615aa360208301615957565b6020820152615ab460408301615957565b6040820152615ac56060830161598b565b6060820152615ad66080830161598b565b6080820152615ae760a083016157b7565b60a0820152615af860c083016157b7565b60c082015260e08201516001600160401b03811115615b15575f80fd5b615b2186828501615996565b60e083015250615b35856101008401615a1e565b610100820152615b49856101408401615a1e565b610120820152615b5d856101808401615a1e565b610140820152615b71856101c08401615a1e565b610160820152615b85856102008401615a1e565b610180820152615b99856102408401615a1e565b6101a0820152615bad856102808401615a1e565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b82811015615bf45781516001600160601b0316865260209586019590910190600101615bcd565b5093949350505050565b8051151582525f6020820151615c18602085018215159052565b506040820151615c2c604085018215159052565b506060820151615c41606085018260ff169052565b506080820151615c56608085018260ff169052565b5060a0820151615c7160a08501826001600160601b03169052565b5060c0820151615c8c60c08501826001600160601b03169052565b5060e08201516102c060e0850152615ca86102c0850182615bbb565b9050610100830151615cc861010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f6153ba6040830184615bfe565b6001600160401b038116811461328c575f80fd5b5f60208284031215615db1575f80fd5b81516145b781615d8d565b8251815260208084015181830152825160408301528201516060820152608081016145b7565b6001600160601b0384168152606060208201525f615e036060830185615bfe565b905060ff83166040830152949350505050565b5f60208284031215615e26575f80fd5b81516001600160401b03811115615e3b575f80fd5b820160e08185031215615e4c575f80fd5b615e54615531565b615e5d826157b7565b8152615e6b602083016157b7565b6020820152615e7c6040830161598b565b6040820152615e8d60608301615957565b6060820152615e9e60808301615865565b6080820152615eaf60a08301615865565b60a082015260c08201516001600160401b03811115615ecc575f80fd5b615ed886828501615870565b60c083015250949350505050565b5f60208284031215615ef6575f80fd5b81516145b78161597d565b6001600160601b0383168152604060208201525f825160806040840152615f2b60c0840182615300565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a0860152909150615a148282615300565b6001600160601b038716815260c060208201525f615f8e60c0830188615300565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615fc4575f80fd5b8251615fcf816153c2565b60208401519092506154a5816153c2565b5f60e0828403128015615ff1575f80fd5b50615ffa615531565b8251616005816153d6565b8152602083015161601581615719565b6020820152604083015161602881615719565b6040820152606083015161603b81615719565b606082015261604c60808401615957565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff81036160a357634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115611a4f57805f5260205f20601f840160051c810160208510156160d15750805b601f840160051c820191505b818110156160f0575f81556001016160dd565b5050505050565b81516001600160401b03811115616110576161106154b0565b6161248161611e84546157e2565b846160ac565b6020601f821160018114616156575f831561613f5750848201515b5f19600385901b1c1916600184901b1784556160f0565b5f84815260208120601f198516915b828110156161855787850151825560209485019460019092019101616165565b50848210156161a257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220a72da55fb8cc20a3488e50eb00b44ab3631bfe8d094b30344f6ca0db5a93860164736f6c634300081a0033",
|
1564
|
+
"linkReferences": {
|
1565
|
+
"contracts/shared/ContractLib.sol": {
|
1566
|
+
"ContractLib": [
|
1567
|
+
{
|
1568
|
+
"length": 20,
|
1569
|
+
"start": 13022
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"length": 20,
|
1573
|
+
"start": 21127
|
1574
|
+
}
|
1575
|
+
]
|
1576
|
+
},
|
1577
|
+
"contracts/shared/TokenHandlerDeployerLib.sol": {
|
1578
|
+
"TokenHandlerDeployerLib": [
|
1579
|
+
{
|
1580
|
+
"length": 20,
|
1581
|
+
"start": 13892
|
1582
|
+
}
|
1583
|
+
]
|
1584
|
+
},
|
1585
|
+
"contracts/type/Amount.sol": {
|
1586
|
+
"AmountLib": [
|
1587
|
+
{
|
1588
|
+
"length": 20,
|
1589
|
+
"start": 2589
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"length": 20,
|
1593
|
+
"start": 2617
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"length": 20,
|
1597
|
+
"start": 3082
|
1598
|
+
},
|
1599
|
+
{
|
1600
|
+
"length": 20,
|
1601
|
+
"start": 3455
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"length": 20,
|
1605
|
+
"start": 3706
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"length": 20,
|
1609
|
+
"start": 6838
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"length": 20,
|
1613
|
+
"start": 7996
|
1614
|
+
},
|
1615
|
+
{
|
1616
|
+
"length": 20,
|
1617
|
+
"start": 11349
|
1618
|
+
},
|
1619
|
+
{
|
1620
|
+
"length": 20,
|
1621
|
+
"start": 11598
|
1622
|
+
},
|
1623
|
+
{
|
1624
|
+
"length": 20,
|
1625
|
+
"start": 11852
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"length": 20,
|
1629
|
+
"start": 12101
|
1630
|
+
},
|
1631
|
+
{
|
1632
|
+
"length": 20,
|
1633
|
+
"start": 17969
|
1634
|
+
}
|
1635
|
+
]
|
1636
|
+
},
|
1637
|
+
"contracts/type/Fee.sol": {
|
1638
|
+
"FeeLib": [
|
1639
|
+
{
|
1640
|
+
"length": 20,
|
1641
|
+
"start": 5341
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"length": 20,
|
1645
|
+
"start": 5556
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
"length": 20,
|
1649
|
+
"start": 7188
|
1650
|
+
},
|
1651
|
+
{
|
1652
|
+
"length": 20,
|
1653
|
+
"start": 7398
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"length": 20,
|
1657
|
+
"start": 9059
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
"length": 20,
|
1661
|
+
"start": 9266
|
1662
|
+
},
|
1663
|
+
{
|
1664
|
+
"length": 20,
|
1665
|
+
"start": 9457
|
1666
|
+
}
|
1667
|
+
]
|
1668
|
+
},
|
1669
|
+
"contracts/type/NftId.sol": {
|
1670
|
+
"NftIdLib": [
|
1671
|
+
{
|
1672
|
+
"length": 20,
|
1673
|
+
"start": 1860
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"length": 20,
|
1677
|
+
"start": 8400
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"length": 20,
|
1681
|
+
"start": 10408
|
1682
|
+
},
|
1683
|
+
{
|
1684
|
+
"length": 20,
|
1685
|
+
"start": 12370
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"length": 20,
|
1689
|
+
"start": 16214
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"length": 20,
|
1693
|
+
"start": 17071
|
1694
|
+
},
|
1695
|
+
{
|
1696
|
+
"length": 20,
|
1697
|
+
"start": 18220
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
"length": 20,
|
1701
|
+
"start": 18688
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"length": 20,
|
1705
|
+
"start": 20628
|
1706
|
+
}
|
1707
|
+
]
|
1708
|
+
},
|
1709
|
+
"contracts/type/RoleId.sol": {
|
1710
|
+
"RoleIdLib": [
|
1711
|
+
{
|
1712
|
+
"length": 20,
|
1713
|
+
"start": 7840
|
1714
|
+
}
|
1715
|
+
]
|
1716
|
+
},
|
1717
|
+
"contracts/type/Version.sol": {
|
1718
|
+
"VersionLib": [
|
1719
|
+
{
|
1720
|
+
"length": 20,
|
1721
|
+
"start": 1706
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"length": 20,
|
1725
|
+
"start": 4882
|
1726
|
+
},
|
1727
|
+
{
|
1728
|
+
"length": 20,
|
1729
|
+
"start": 10870
|
1730
|
+
}
|
1731
|
+
],
|
1732
|
+
"VersionPartLib": [
|
1733
|
+
{
|
1734
|
+
"length": 20,
|
1735
|
+
"start": 8100
|
1736
|
+
}
|
1737
|
+
]
|
1738
|
+
}
|
1739
|
+
},
|
1740
|
+
"deployedLinkReferences": {
|
1741
|
+
"contracts/shared/ContractLib.sol": {
|
1742
|
+
"ContractLib": [
|
1743
|
+
{
|
1744
|
+
"length": 20,
|
1745
|
+
"start": 12808
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"length": 20,
|
1749
|
+
"start": 20913
|
1750
|
+
}
|
1751
|
+
]
|
1752
|
+
},
|
1753
|
+
"contracts/shared/TokenHandlerDeployerLib.sol": {
|
1754
|
+
"TokenHandlerDeployerLib": [
|
1755
|
+
{
|
1756
|
+
"length": 20,
|
1757
|
+
"start": 13678
|
1758
|
+
}
|
1759
|
+
]
|
1760
|
+
},
|
1761
|
+
"contracts/type/Amount.sol": {
|
1762
|
+
"AmountLib": [
|
1763
|
+
{
|
1764
|
+
"length": 20,
|
1765
|
+
"start": 2375
|
1766
|
+
},
|
1767
|
+
{
|
1768
|
+
"length": 20,
|
1769
|
+
"start": 2403
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"length": 20,
|
1773
|
+
"start": 2868
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"length": 20,
|
1777
|
+
"start": 3241
|
1778
|
+
},
|
1779
|
+
{
|
1780
|
+
"length": 20,
|
1781
|
+
"start": 3492
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"length": 20,
|
1785
|
+
"start": 6624
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
"length": 20,
|
1789
|
+
"start": 7782
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"length": 20,
|
1793
|
+
"start": 11135
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"length": 20,
|
1797
|
+
"start": 11384
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
"length": 20,
|
1801
|
+
"start": 11638
|
1802
|
+
},
|
1803
|
+
{
|
1804
|
+
"length": 20,
|
1805
|
+
"start": 11887
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
"length": 20,
|
1809
|
+
"start": 17755
|
1810
|
+
}
|
1811
|
+
]
|
1812
|
+
},
|
1813
|
+
"contracts/type/Fee.sol": {
|
1814
|
+
"FeeLib": [
|
1815
|
+
{
|
1816
|
+
"length": 20,
|
1817
|
+
"start": 5127
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"length": 20,
|
1821
|
+
"start": 5342
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"length": 20,
|
1825
|
+
"start": 6974
|
1826
|
+
},
|
1827
|
+
{
|
1828
|
+
"length": 20,
|
1829
|
+
"start": 7184
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
"length": 20,
|
1833
|
+
"start": 8845
|
1834
|
+
},
|
1835
|
+
{
|
1836
|
+
"length": 20,
|
1837
|
+
"start": 9052
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"length": 20,
|
1841
|
+
"start": 9243
|
1842
|
+
}
|
1843
|
+
]
|
1844
|
+
},
|
1845
|
+
"contracts/type/NftId.sol": {
|
1846
|
+
"NftIdLib": [
|
1847
|
+
{
|
1848
|
+
"length": 20,
|
1849
|
+
"start": 1646
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"length": 20,
|
1853
|
+
"start": 8186
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"length": 20,
|
1857
|
+
"start": 10194
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"length": 20,
|
1861
|
+
"start": 12156
|
1862
|
+
},
|
1863
|
+
{
|
1864
|
+
"length": 20,
|
1865
|
+
"start": 16000
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"length": 20,
|
1869
|
+
"start": 16857
|
1870
|
+
},
|
1871
|
+
{
|
1872
|
+
"length": 20,
|
1873
|
+
"start": 18006
|
1874
|
+
},
|
1875
|
+
{
|
1876
|
+
"length": 20,
|
1877
|
+
"start": 18474
|
1878
|
+
},
|
1879
|
+
{
|
1880
|
+
"length": 20,
|
1881
|
+
"start": 20414
|
1882
|
+
}
|
1883
|
+
]
|
1884
|
+
},
|
1885
|
+
"contracts/type/RoleId.sol": {
|
1886
|
+
"RoleIdLib": [
|
1887
|
+
{
|
1888
|
+
"length": 20,
|
1889
|
+
"start": 7626
|
1890
|
+
}
|
1891
|
+
]
|
1892
|
+
},
|
1893
|
+
"contracts/type/Version.sol": {
|
1894
|
+
"VersionLib": [
|
1895
|
+
{
|
1896
|
+
"length": 20,
|
1897
|
+
"start": 1492
|
1898
|
+
},
|
1899
|
+
{
|
1900
|
+
"length": 20,
|
1901
|
+
"start": 4668
|
1902
|
+
},
|
1903
|
+
{
|
1904
|
+
"length": 20,
|
1905
|
+
"start": 10656
|
1906
|
+
}
|
1907
|
+
],
|
1908
|
+
"VersionPartLib": [
|
1909
|
+
{
|
1910
|
+
"length": 20,
|
1911
|
+
"start": 7886
|
1912
|
+
}
|
1913
|
+
]
|
1914
|
+
}
|
1915
|
+
}
|
1916
|
+
}
|