@etherisc/gif-next 0.0.2-bb3faee-097 → 0.0.2-bb9ecaf-723
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +15 -320
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +2 -2
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +49 -29
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +201 -130
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +845 -126
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +73 -46
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +105 -77
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +12 -2
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +12 -2
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +38 -32
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +8 -18
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +93 -54
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +0 -10
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +2 -2
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +79 -59
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +0 -10
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +20 -30
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +93 -54
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +64 -74
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +93 -54
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +21 -31
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +93 -54
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +16 -26
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +24 -34
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +93 -54
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +25 -35
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +93 -54
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/IKeyValueStore.sol/IKeyValueStore.json → instance/BaseStore.sol/BaseStore.json} +50 -228
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +23 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +20 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +70 -35
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +335 -284
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +82 -112
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +55 -175
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +40 -20
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +45 -25
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1362 -2115
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
- package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +2 -2
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +2 -2
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +6 -16
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +87 -48
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -10
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -10
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +2 -2
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +54 -34
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +0 -10
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +93 -54
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +2 -2
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +66 -46
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +0 -10
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +0 -10
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +2 -2
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +2 -2
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +67 -47
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +2 -2
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +48 -28
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +0 -10
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +93 -54
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +74 -74
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +71 -51
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +0 -10
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +2 -2
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +2 -2
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +64 -44
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +2 -2
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +55 -35
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +0 -10
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +2 -2
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +46 -26
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +312 -217
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +126 -63
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -18
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +41 -21
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +330 -211
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +98 -86
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +62 -40
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +0 -10
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +28 -28
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +65 -45
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -10
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -10
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +0 -10
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +22 -48
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +2 -2
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +50 -38
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +2 -2
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +44 -24
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +198 -166
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +2 -2
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +21 -2
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +22 -6
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +220 -321
- package/contracts/authorization/AccessAdminLib.sol +309 -27
- package/contracts/authorization/AccessManagerCloneable.sol +0 -18
- package/contracts/authorization/Authorization.sol +30 -9
- package/contracts/authorization/IAccess.sol +13 -14
- package/contracts/authorization/IAccessAdmin.sol +9 -11
- package/contracts/authorization/ServiceAuthorization.sol +10 -30
- package/contracts/distribution/BasicDistribution.sol +1 -2
- package/contracts/distribution/BasicDistributionAuthorization.sol +1 -1
- package/contracts/distribution/Distribution.sol +2 -4
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +11 -0
- package/contracts/instance/IInstanceService.sol +2 -0
- package/contracts/instance/Instance.sol +18 -14
- package/contracts/instance/InstanceAdmin.sol +43 -119
- package/contracts/instance/InstanceAuthorizationV3.sol +49 -40
- package/contracts/instance/InstanceReader.sol +33 -59
- package/contracts/instance/InstanceService.sol +57 -43
- package/contracts/instance/InstanceStore.sol +153 -128
- package/contracts/instance/ProductStore.sol +290 -0
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/module/IComponents.sol +0 -2
- package/contracts/oracle/BasicOracle.sol +1 -2
- package/contracts/oracle/BasicOracleAuthorization.sol +1 -1
- package/contracts/oracle/Oracle.sol +2 -4
- package/contracts/pool/BasicPool.sol +1 -2
- package/contracts/pool/BasicPoolAuthorization.sol +1 -1
- package/contracts/pool/Pool.sol +2 -4
- package/contracts/product/ApplicationService.sol +2 -2
- package/contracts/product/BasicProduct.sol +1 -2
- package/contracts/product/BasicProductAuthorization.sol +1 -1
- package/contracts/product/ClaimService.sol +49 -53
- package/contracts/product/PolicyService.sol +9 -9
- package/contracts/product/Product.sol +2 -4
- package/contracts/product/RiskService.sol +3 -4
- package/contracts/registry/RegistryAdmin.sol +12 -30
- package/contracts/registry/RegistryAuthorization.sol +32 -31
- package/contracts/registry/ReleaseAdmin.sol +13 -9
- package/contracts/shared/Component.sol +2 -6
- package/contracts/shared/ComponentService.sol +22 -18
- package/contracts/shared/InstanceLinkedComponent.sol +2 -4
- package/contracts/staking/IStaking.sol +0 -1
- package/contracts/staking/Staking.sol +6 -6
- package/contracts/staking/StakingStore.sol +6 -0
- package/contracts/type/Blocknumber.sol +4 -9
- package/contracts/upgradeability/ProxyManager.sol +2 -2
- package/package.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +0 -538
- package/contracts/shared/IKeyValueStore.sol +0 -54
- package/contracts/shared/KeyValueStore.sol +0 -131
@@ -66,53 +66,28 @@
|
|
66
66
|
{
|
67
67
|
"inputs": [
|
68
68
|
{
|
69
|
-
"internalType": "
|
70
|
-
"name": "
|
71
|
-
"type": "
|
69
|
+
"internalType": "Key32",
|
70
|
+
"name": "key",
|
71
|
+
"type": "bytes32"
|
72
72
|
},
|
73
73
|
{
|
74
74
|
"internalType": "ObjectType",
|
75
75
|
"name": "objectType",
|
76
76
|
"type": "uint8"
|
77
|
-
},
|
78
|
-
{
|
79
|
-
"internalType": "StateId",
|
80
|
-
"name": "actual",
|
81
|
-
"type": "uint8"
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"internalType": "StateId",
|
85
|
-
"name": "required",
|
86
|
-
"type": "uint8"
|
87
77
|
}
|
88
78
|
],
|
89
|
-
"name": "
|
79
|
+
"name": "ErrorBaseStoreAlreadyCreated",
|
90
80
|
"type": "error"
|
91
81
|
},
|
92
82
|
{
|
93
83
|
"inputs": [
|
94
|
-
{
|
95
|
-
"internalType": "address",
|
96
|
-
"name": "contractAddress",
|
97
|
-
"type": "address"
|
98
|
-
},
|
99
84
|
{
|
100
85
|
"internalType": "ObjectType",
|
101
86
|
"name": "objectType",
|
102
87
|
"type": "uint8"
|
103
|
-
},
|
104
|
-
{
|
105
|
-
"internalType": "StateId",
|
106
|
-
"name": "fromStateId",
|
107
|
-
"type": "uint8"
|
108
|
-
},
|
109
|
-
{
|
110
|
-
"internalType": "StateId",
|
111
|
-
"name": "toStateId",
|
112
|
-
"type": "uint8"
|
113
88
|
}
|
114
89
|
],
|
115
|
-
"name": "
|
90
|
+
"name": "ErrorBaseStoreNoLifecycle",
|
116
91
|
"type": "error"
|
117
92
|
},
|
118
93
|
{
|
@@ -121,58 +96,83 @@
|
|
121
96
|
"internalType": "Key32",
|
122
97
|
"name": "key",
|
123
98
|
"type": "bytes32"
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"internalType": "ObjectType",
|
127
|
-
"name": "objectType",
|
128
|
-
"type": "uint8"
|
129
99
|
}
|
130
100
|
],
|
131
|
-
"name": "
|
101
|
+
"name": "ErrorBaseStoreNotExisting",
|
132
102
|
"type": "error"
|
133
103
|
},
|
134
104
|
{
|
135
105
|
"inputs": [
|
136
106
|
{
|
137
|
-
"internalType": "
|
138
|
-
"name": "
|
139
|
-
"type": "
|
107
|
+
"internalType": "Key32",
|
108
|
+
"name": "key",
|
109
|
+
"type": "bytes32"
|
140
110
|
}
|
141
111
|
],
|
142
|
-
"name": "
|
112
|
+
"name": "ErrorBaseStoreStateZero",
|
143
113
|
"type": "error"
|
144
114
|
},
|
145
115
|
{
|
146
116
|
"inputs": [
|
147
117
|
{
|
148
|
-
"internalType": "
|
149
|
-
"name": "
|
150
|
-
"type": "
|
118
|
+
"internalType": "ObjectType",
|
119
|
+
"name": "objectType",
|
120
|
+
"type": "uint8"
|
151
121
|
}
|
152
122
|
],
|
153
|
-
"name": "
|
123
|
+
"name": "ErrorBaseStoreTypeUndefined",
|
154
124
|
"type": "error"
|
155
125
|
},
|
156
126
|
{
|
157
127
|
"inputs": [
|
158
128
|
{
|
159
|
-
"internalType": "
|
160
|
-
"name": "
|
161
|
-
"type": "
|
129
|
+
"internalType": "address",
|
130
|
+
"name": "contractAddress",
|
131
|
+
"type": "address"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"internalType": "ObjectType",
|
135
|
+
"name": "objectType",
|
136
|
+
"type": "uint8"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"internalType": "StateId",
|
140
|
+
"name": "actual",
|
141
|
+
"type": "uint8"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"internalType": "StateId",
|
145
|
+
"name": "required",
|
146
|
+
"type": "uint8"
|
162
147
|
}
|
163
148
|
],
|
164
|
-
"name": "
|
149
|
+
"name": "ErrorFromStateMissmatch",
|
165
150
|
"type": "error"
|
166
151
|
},
|
167
152
|
{
|
168
153
|
"inputs": [
|
154
|
+
{
|
155
|
+
"internalType": "address",
|
156
|
+
"name": "contractAddress",
|
157
|
+
"type": "address"
|
158
|
+
},
|
169
159
|
{
|
170
160
|
"internalType": "ObjectType",
|
171
161
|
"name": "objectType",
|
172
162
|
"type": "uint8"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"internalType": "StateId",
|
166
|
+
"name": "fromStateId",
|
167
|
+
"type": "uint8"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"internalType": "StateId",
|
171
|
+
"name": "toStateId",
|
172
|
+
"type": "uint8"
|
173
173
|
}
|
174
174
|
],
|
175
|
-
"name": "
|
175
|
+
"name": "ErrorInvalidStateTransition",
|
176
176
|
"type": "error"
|
177
177
|
},
|
178
178
|
{
|
@@ -431,15 +431,9 @@
|
|
431
431
|
"inputs": [
|
432
432
|
{
|
433
433
|
"indexed": false,
|
434
|
-
"internalType": "
|
435
|
-
"name": "
|
436
|
-
"type": "
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"indexed": false,
|
440
|
-
"internalType": "KeyId",
|
441
|
-
"name": "keyId",
|
442
|
-
"type": "bytes31"
|
434
|
+
"internalType": "NftId",
|
435
|
+
"name": "bundleNftId",
|
436
|
+
"type": "uint96"
|
443
437
|
},
|
444
438
|
{
|
445
439
|
"indexed": false,
|
@@ -460,7 +454,7 @@
|
|
460
454
|
"type": "address"
|
461
455
|
}
|
462
456
|
],
|
463
|
-
"name": "
|
457
|
+
"name": "LogProductStoreBundleInfoCreated",
|
464
458
|
"type": "event"
|
465
459
|
},
|
466
460
|
{
|
@@ -468,20 +462,20 @@
|
|
468
462
|
"inputs": [
|
469
463
|
{
|
470
464
|
"indexed": false,
|
471
|
-
"internalType": "
|
472
|
-
"name": "
|
473
|
-
"type": "
|
465
|
+
"internalType": "NftId",
|
466
|
+
"name": "bundleNftId",
|
467
|
+
"type": "uint96"
|
474
468
|
},
|
475
469
|
{
|
476
470
|
"indexed": false,
|
477
|
-
"internalType": "
|
478
|
-
"name": "
|
479
|
-
"type": "
|
471
|
+
"internalType": "StateId",
|
472
|
+
"name": "oldState",
|
473
|
+
"type": "uint8"
|
480
474
|
},
|
481
475
|
{
|
482
476
|
"indexed": false,
|
483
477
|
"internalType": "StateId",
|
484
|
-
"name": "
|
478
|
+
"name": "newState",
|
485
479
|
"type": "uint8"
|
486
480
|
},
|
487
481
|
{
|
@@ -503,7 +497,7 @@
|
|
503
497
|
"type": "uint40"
|
504
498
|
}
|
505
499
|
],
|
506
|
-
"name": "
|
500
|
+
"name": "LogProductStoreBundleInfoUpdated",
|
507
501
|
"type": "event"
|
508
502
|
},
|
509
503
|
{
|
@@ -511,26 +505,51 @@
|
|
511
505
|
"inputs": [
|
512
506
|
{
|
513
507
|
"indexed": false,
|
514
|
-
"internalType": "
|
515
|
-
"name": "
|
508
|
+
"internalType": "NftId",
|
509
|
+
"name": "componentNftId",
|
510
|
+
"type": "uint96"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"indexed": false,
|
514
|
+
"internalType": "StateId",
|
515
|
+
"name": "state",
|
516
516
|
"type": "uint8"
|
517
517
|
},
|
518
518
|
{
|
519
519
|
"indexed": false,
|
520
|
-
"internalType": "
|
521
|
-
"name": "
|
522
|
-
"type": "
|
520
|
+
"internalType": "address",
|
521
|
+
"name": "createdby",
|
522
|
+
"type": "address"
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"indexed": false,
|
526
|
+
"internalType": "address",
|
527
|
+
"name": "txOrigin",
|
528
|
+
"type": "address"
|
529
|
+
}
|
530
|
+
],
|
531
|
+
"name": "LogProductStoreComponentInfoCreated",
|
532
|
+
"type": "event"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"anonymous": false,
|
536
|
+
"inputs": [
|
537
|
+
{
|
538
|
+
"indexed": false,
|
539
|
+
"internalType": "NftId",
|
540
|
+
"name": "componentNftId",
|
541
|
+
"type": "uint96"
|
523
542
|
},
|
524
543
|
{
|
525
544
|
"indexed": false,
|
526
545
|
"internalType": "StateId",
|
527
|
-
"name": "
|
546
|
+
"name": "oldState",
|
528
547
|
"type": "uint8"
|
529
548
|
},
|
530
549
|
{
|
531
550
|
"indexed": false,
|
532
551
|
"internalType": "StateId",
|
533
|
-
"name": "
|
552
|
+
"name": "newState",
|
534
553
|
"type": "uint8"
|
535
554
|
},
|
536
555
|
{
|
@@ -552,1332 +571,796 @@
|
|
552
571
|
"type": "uint40"
|
553
572
|
}
|
554
573
|
],
|
555
|
-
"name": "
|
574
|
+
"name": "LogProductStoreComponentInfoUpdated",
|
556
575
|
"type": "event"
|
557
576
|
},
|
558
577
|
{
|
559
|
-
"
|
560
|
-
"
|
561
|
-
|
578
|
+
"anonymous": false,
|
579
|
+
"inputs": [
|
580
|
+
{
|
581
|
+
"indexed": false,
|
582
|
+
"internalType": "NftId",
|
583
|
+
"name": "distributorNftId",
|
584
|
+
"type": "uint96"
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"indexed": false,
|
588
|
+
"internalType": "StateId",
|
589
|
+
"name": "state",
|
590
|
+
"type": "uint8"
|
591
|
+
},
|
562
592
|
{
|
593
|
+
"indexed": false,
|
563
594
|
"internalType": "address",
|
564
|
-
"name": "",
|
595
|
+
"name": "createdBy",
|
596
|
+
"type": "address"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"indexed": false,
|
600
|
+
"internalType": "address",
|
601
|
+
"name": "txOrigin",
|
565
602
|
"type": "address"
|
566
603
|
}
|
567
604
|
],
|
568
|
-
"
|
569
|
-
"type": "
|
605
|
+
"name": "LogProductStoreDistributorInfoCreated",
|
606
|
+
"type": "event"
|
570
607
|
},
|
571
608
|
{
|
609
|
+
"anonymous": false,
|
572
610
|
"inputs": [
|
573
611
|
{
|
574
|
-
"
|
575
|
-
"
|
576
|
-
"
|
612
|
+
"indexed": false,
|
613
|
+
"internalType": "NftId",
|
614
|
+
"name": "distributorNftId",
|
615
|
+
"type": "uint96"
|
577
616
|
},
|
578
617
|
{
|
579
|
-
"
|
580
|
-
"
|
618
|
+
"indexed": false,
|
619
|
+
"internalType": "StateId",
|
620
|
+
"name": "oldState",
|
581
621
|
"type": "uint8"
|
582
622
|
},
|
583
623
|
{
|
624
|
+
"indexed": false,
|
584
625
|
"internalType": "StateId",
|
585
|
-
"name": "
|
626
|
+
"name": "newState",
|
586
627
|
"type": "uint8"
|
587
628
|
},
|
588
629
|
{
|
630
|
+
"indexed": false,
|
631
|
+
"internalType": "address",
|
632
|
+
"name": "updatedBy",
|
633
|
+
"type": "address"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"indexed": false,
|
637
|
+
"internalType": "address",
|
638
|
+
"name": "txOrigin",
|
639
|
+
"type": "address"
|
640
|
+
},
|
641
|
+
{
|
642
|
+
"indexed": false,
|
643
|
+
"internalType": "Blocknumber",
|
644
|
+
"name": "lastUpdatedIn",
|
645
|
+
"type": "uint40"
|
646
|
+
}
|
647
|
+
],
|
648
|
+
"name": "LogProductStoreDistributorInfoUpdated",
|
649
|
+
"type": "event"
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"anonymous": false,
|
653
|
+
"inputs": [
|
654
|
+
{
|
655
|
+
"indexed": false,
|
656
|
+
"internalType": "DistributorType",
|
657
|
+
"name": "distributorType",
|
658
|
+
"type": "bytes8"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"indexed": false,
|
589
662
|
"internalType": "StateId",
|
590
|
-
"name": "
|
663
|
+
"name": "state",
|
591
664
|
"type": "uint8"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"indexed": false,
|
668
|
+
"internalType": "address",
|
669
|
+
"name": "createdBy",
|
670
|
+
"type": "address"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"indexed": false,
|
674
|
+
"internalType": "address",
|
675
|
+
"name": "txOrigin",
|
676
|
+
"type": "address"
|
592
677
|
}
|
593
678
|
],
|
594
|
-
"name": "
|
595
|
-
"
|
596
|
-
"stateMutability": "view",
|
597
|
-
"type": "function"
|
679
|
+
"name": "LogProductStoreDistributorTypeInfoCreated",
|
680
|
+
"type": "event"
|
598
681
|
},
|
599
682
|
{
|
683
|
+
"anonymous": false,
|
600
684
|
"inputs": [
|
601
685
|
{
|
602
|
-
"
|
603
|
-
"
|
604
|
-
"
|
686
|
+
"indexed": false,
|
687
|
+
"internalType": "DistributorType",
|
688
|
+
"name": "distributorType",
|
689
|
+
"type": "bytes8"
|
605
690
|
},
|
606
691
|
{
|
607
|
-
"
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
},
|
613
|
-
{
|
614
|
-
"internalType": "NftId",
|
615
|
-
"name": "bundleNftId",
|
616
|
-
"type": "uint96"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"internalType": "RiskId",
|
620
|
-
"name": "riskId",
|
621
|
-
"type": "bytes8"
|
622
|
-
},
|
623
|
-
{
|
624
|
-
"internalType": "Amount",
|
625
|
-
"name": "sumInsuredAmount",
|
626
|
-
"type": "uint96"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"internalType": "Amount",
|
630
|
-
"name": "premiumAmount",
|
631
|
-
"type": "uint96"
|
632
|
-
},
|
633
|
-
{
|
634
|
-
"internalType": "ReferralId",
|
635
|
-
"name": "referralId",
|
636
|
-
"type": "bytes8"
|
637
|
-
},
|
638
|
-
{
|
639
|
-
"internalType": "uint16",
|
640
|
-
"name": "claimsCount",
|
641
|
-
"type": "uint16"
|
642
|
-
},
|
643
|
-
{
|
644
|
-
"internalType": "uint16",
|
645
|
-
"name": "openClaimsCount",
|
646
|
-
"type": "uint16"
|
647
|
-
},
|
648
|
-
{
|
649
|
-
"internalType": "Amount",
|
650
|
-
"name": "claimAmount",
|
651
|
-
"type": "uint96"
|
652
|
-
},
|
653
|
-
{
|
654
|
-
"internalType": "Amount",
|
655
|
-
"name": "payoutAmount",
|
656
|
-
"type": "uint96"
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"internalType": "Timestamp",
|
660
|
-
"name": "activatedAt",
|
661
|
-
"type": "uint40"
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"internalType": "Seconds",
|
665
|
-
"name": "lifetime",
|
666
|
-
"type": "uint40"
|
667
|
-
},
|
668
|
-
{
|
669
|
-
"internalType": "Timestamp",
|
670
|
-
"name": "expiredAt",
|
671
|
-
"type": "uint40"
|
672
|
-
},
|
673
|
-
{
|
674
|
-
"internalType": "Timestamp",
|
675
|
-
"name": "closedAt",
|
676
|
-
"type": "uint40"
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"internalType": "bytes",
|
680
|
-
"name": "applicationData",
|
681
|
-
"type": "bytes"
|
682
|
-
},
|
683
|
-
{
|
684
|
-
"internalType": "bytes",
|
685
|
-
"name": "processData",
|
686
|
-
"type": "bytes"
|
687
|
-
}
|
688
|
-
],
|
689
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
690
|
-
"name": "policy",
|
691
|
-
"type": "tuple"
|
692
|
-
}
|
693
|
-
],
|
694
|
-
"name": "createApplication",
|
695
|
-
"outputs": [],
|
696
|
-
"stateMutability": "nonpayable",
|
697
|
-
"type": "function"
|
698
|
-
},
|
699
|
-
{
|
700
|
-
"inputs": [
|
701
|
-
{
|
702
|
-
"internalType": "NftId",
|
703
|
-
"name": "bundleNftId",
|
704
|
-
"type": "uint96"
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"components": [
|
708
|
-
{
|
709
|
-
"internalType": "Timestamp",
|
710
|
-
"name": "activatedAt",
|
711
|
-
"type": "uint40"
|
712
|
-
},
|
713
|
-
{
|
714
|
-
"internalType": "Timestamp",
|
715
|
-
"name": "expiredAt",
|
716
|
-
"type": "uint40"
|
717
|
-
},
|
718
|
-
{
|
719
|
-
"internalType": "Timestamp",
|
720
|
-
"name": "closedAt",
|
721
|
-
"type": "uint40"
|
722
|
-
},
|
723
|
-
{
|
724
|
-
"internalType": "NftId",
|
725
|
-
"name": "poolNftId",
|
726
|
-
"type": "uint96"
|
727
|
-
},
|
728
|
-
{
|
729
|
-
"components": [
|
730
|
-
{
|
731
|
-
"internalType": "UFixed",
|
732
|
-
"name": "fractionalFee",
|
733
|
-
"type": "uint160"
|
734
|
-
},
|
735
|
-
{
|
736
|
-
"internalType": "Amount",
|
737
|
-
"name": "fixedFee",
|
738
|
-
"type": "uint96"
|
739
|
-
}
|
740
|
-
],
|
741
|
-
"internalType": "struct Fee",
|
742
|
-
"name": "fee",
|
743
|
-
"type": "tuple"
|
744
|
-
},
|
745
|
-
{
|
746
|
-
"internalType": "bytes",
|
747
|
-
"name": "filter",
|
748
|
-
"type": "bytes"
|
749
|
-
}
|
750
|
-
],
|
751
|
-
"internalType": "struct IBundle.BundleInfo",
|
752
|
-
"name": "bundle",
|
753
|
-
"type": "tuple"
|
754
|
-
}
|
755
|
-
],
|
756
|
-
"name": "createBundle",
|
757
|
-
"outputs": [],
|
758
|
-
"stateMutability": "nonpayable",
|
759
|
-
"type": "function"
|
760
|
-
},
|
761
|
-
{
|
762
|
-
"inputs": [
|
763
|
-
{
|
764
|
-
"internalType": "NftId",
|
765
|
-
"name": "policyNftId",
|
766
|
-
"type": "uint96"
|
767
|
-
},
|
768
|
-
{
|
769
|
-
"internalType": "ClaimId",
|
770
|
-
"name": "claimId",
|
771
|
-
"type": "uint16"
|
772
|
-
},
|
773
|
-
{
|
774
|
-
"components": [
|
775
|
-
{
|
776
|
-
"internalType": "Amount",
|
777
|
-
"name": "claimAmount",
|
778
|
-
"type": "uint96"
|
779
|
-
},
|
780
|
-
{
|
781
|
-
"internalType": "Amount",
|
782
|
-
"name": "paidAmount",
|
783
|
-
"type": "uint96"
|
784
|
-
},
|
785
|
-
{
|
786
|
-
"internalType": "Timestamp",
|
787
|
-
"name": "closedAt",
|
788
|
-
"type": "uint40"
|
789
|
-
},
|
790
|
-
{
|
791
|
-
"internalType": "uint24",
|
792
|
-
"name": "payoutsCount",
|
793
|
-
"type": "uint24"
|
794
|
-
},
|
795
|
-
{
|
796
|
-
"internalType": "uint24",
|
797
|
-
"name": "openPayoutsCount",
|
798
|
-
"type": "uint24"
|
799
|
-
},
|
800
|
-
{
|
801
|
-
"internalType": "bytes",
|
802
|
-
"name": "submissionData",
|
803
|
-
"type": "bytes"
|
804
|
-
},
|
805
|
-
{
|
806
|
-
"internalType": "bytes",
|
807
|
-
"name": "processData",
|
808
|
-
"type": "bytes"
|
809
|
-
}
|
810
|
-
],
|
811
|
-
"internalType": "struct IPolicy.ClaimInfo",
|
812
|
-
"name": "claim",
|
813
|
-
"type": "tuple"
|
814
|
-
}
|
815
|
-
],
|
816
|
-
"name": "createClaim",
|
817
|
-
"outputs": [],
|
818
|
-
"stateMutability": "nonpayable",
|
819
|
-
"type": "function"
|
820
|
-
},
|
821
|
-
{
|
822
|
-
"inputs": [
|
823
|
-
{
|
824
|
-
"internalType": "NftId",
|
825
|
-
"name": "componentNftId",
|
826
|
-
"type": "uint96"
|
827
|
-
},
|
828
|
-
{
|
829
|
-
"components": [
|
830
|
-
{
|
831
|
-
"internalType": "string",
|
832
|
-
"name": "name",
|
833
|
-
"type": "string"
|
834
|
-
},
|
835
|
-
{
|
836
|
-
"internalType": "contract TokenHandler",
|
837
|
-
"name": "tokenHandler",
|
838
|
-
"type": "address"
|
839
|
-
},
|
840
|
-
{
|
841
|
-
"internalType": "bytes",
|
842
|
-
"name": "data",
|
843
|
-
"type": "bytes"
|
844
|
-
}
|
845
|
-
],
|
846
|
-
"internalType": "struct IComponents.ComponentInfo",
|
847
|
-
"name": "componentInfo",
|
848
|
-
"type": "tuple"
|
849
|
-
}
|
850
|
-
],
|
851
|
-
"name": "createComponent",
|
852
|
-
"outputs": [],
|
853
|
-
"stateMutability": "nonpayable",
|
854
|
-
"type": "function"
|
855
|
-
},
|
856
|
-
{
|
857
|
-
"inputs": [
|
858
|
-
{
|
859
|
-
"internalType": "NftId",
|
860
|
-
"name": "distributorNftId",
|
861
|
-
"type": "uint96"
|
862
|
-
},
|
863
|
-
{
|
864
|
-
"components": [
|
865
|
-
{
|
866
|
-
"internalType": "DistributorType",
|
867
|
-
"name": "distributorType",
|
868
|
-
"type": "bytes8"
|
869
|
-
},
|
870
|
-
{
|
871
|
-
"internalType": "bool",
|
872
|
-
"name": "active",
|
873
|
-
"type": "bool"
|
874
|
-
},
|
875
|
-
{
|
876
|
-
"internalType": "uint32",
|
877
|
-
"name": "numPoliciesSold",
|
878
|
-
"type": "uint32"
|
879
|
-
},
|
880
|
-
{
|
881
|
-
"internalType": "bytes",
|
882
|
-
"name": "data",
|
883
|
-
"type": "bytes"
|
884
|
-
}
|
885
|
-
],
|
886
|
-
"internalType": "struct IDistribution.DistributorInfo",
|
887
|
-
"name": "info",
|
888
|
-
"type": "tuple"
|
889
|
-
}
|
890
|
-
],
|
891
|
-
"name": "createDistributor",
|
892
|
-
"outputs": [],
|
893
|
-
"stateMutability": "nonpayable",
|
894
|
-
"type": "function"
|
895
|
-
},
|
896
|
-
{
|
897
|
-
"inputs": [
|
898
|
-
{
|
899
|
-
"internalType": "DistributorType",
|
900
|
-
"name": "distributorType",
|
901
|
-
"type": "bytes8"
|
902
|
-
},
|
903
|
-
{
|
904
|
-
"components": [
|
905
|
-
{
|
906
|
-
"internalType": "UFixed",
|
907
|
-
"name": "minDiscountPercentage",
|
908
|
-
"type": "uint160"
|
909
|
-
},
|
910
|
-
{
|
911
|
-
"internalType": "NftId",
|
912
|
-
"name": "distributionNftId",
|
913
|
-
"type": "uint96"
|
914
|
-
},
|
915
|
-
{
|
916
|
-
"internalType": "UFixed",
|
917
|
-
"name": "maxDiscountPercentage",
|
918
|
-
"type": "uint160"
|
919
|
-
},
|
920
|
-
{
|
921
|
-
"internalType": "uint32",
|
922
|
-
"name": "maxReferralCount",
|
923
|
-
"type": "uint32"
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"internalType": "Seconds",
|
927
|
-
"name": "maxReferralLifetime",
|
928
|
-
"type": "uint40"
|
929
|
-
},
|
930
|
-
{
|
931
|
-
"internalType": "bool",
|
932
|
-
"name": "allowSelfReferrals",
|
933
|
-
"type": "bool"
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"internalType": "bool",
|
937
|
-
"name": "allowRenewals",
|
938
|
-
"type": "bool"
|
939
|
-
},
|
940
|
-
{
|
941
|
-
"internalType": "UFixed",
|
942
|
-
"name": "commissionPercentage",
|
943
|
-
"type": "uint160"
|
944
|
-
},
|
945
|
-
{
|
946
|
-
"internalType": "string",
|
947
|
-
"name": "name",
|
948
|
-
"type": "string"
|
949
|
-
},
|
950
|
-
{
|
951
|
-
"internalType": "bytes",
|
952
|
-
"name": "data",
|
953
|
-
"type": "bytes"
|
954
|
-
}
|
955
|
-
],
|
956
|
-
"internalType": "struct IDistribution.DistributorTypeInfo",
|
957
|
-
"name": "info",
|
958
|
-
"type": "tuple"
|
959
|
-
}
|
960
|
-
],
|
961
|
-
"name": "createDistributorType",
|
962
|
-
"outputs": [],
|
963
|
-
"stateMutability": "nonpayable",
|
964
|
-
"type": "function"
|
965
|
-
},
|
966
|
-
{
|
967
|
-
"inputs": [
|
968
|
-
{
|
969
|
-
"internalType": "NftId",
|
970
|
-
"name": "productNftId",
|
971
|
-
"type": "uint96"
|
972
|
-
},
|
973
|
-
{
|
974
|
-
"components": [
|
975
|
-
{
|
976
|
-
"components": [
|
977
|
-
{
|
978
|
-
"internalType": "UFixed",
|
979
|
-
"name": "fractionalFee",
|
980
|
-
"type": "uint160"
|
981
|
-
},
|
982
|
-
{
|
983
|
-
"internalType": "Amount",
|
984
|
-
"name": "fixedFee",
|
985
|
-
"type": "uint96"
|
986
|
-
}
|
987
|
-
],
|
988
|
-
"internalType": "struct Fee",
|
989
|
-
"name": "productFee",
|
990
|
-
"type": "tuple"
|
991
|
-
},
|
992
|
-
{
|
993
|
-
"components": [
|
994
|
-
{
|
995
|
-
"internalType": "UFixed",
|
996
|
-
"name": "fractionalFee",
|
997
|
-
"type": "uint160"
|
998
|
-
},
|
999
|
-
{
|
1000
|
-
"internalType": "Amount",
|
1001
|
-
"name": "fixedFee",
|
1002
|
-
"type": "uint96"
|
1003
|
-
}
|
1004
|
-
],
|
1005
|
-
"internalType": "struct Fee",
|
1006
|
-
"name": "processingFee",
|
1007
|
-
"type": "tuple"
|
1008
|
-
},
|
1009
|
-
{
|
1010
|
-
"components": [
|
1011
|
-
{
|
1012
|
-
"internalType": "UFixed",
|
1013
|
-
"name": "fractionalFee",
|
1014
|
-
"type": "uint160"
|
1015
|
-
},
|
1016
|
-
{
|
1017
|
-
"internalType": "Amount",
|
1018
|
-
"name": "fixedFee",
|
1019
|
-
"type": "uint96"
|
1020
|
-
}
|
1021
|
-
],
|
1022
|
-
"internalType": "struct Fee",
|
1023
|
-
"name": "distributionFee",
|
1024
|
-
"type": "tuple"
|
1025
|
-
},
|
1026
|
-
{
|
1027
|
-
"components": [
|
1028
|
-
{
|
1029
|
-
"internalType": "UFixed",
|
1030
|
-
"name": "fractionalFee",
|
1031
|
-
"type": "uint160"
|
1032
|
-
},
|
1033
|
-
{
|
1034
|
-
"internalType": "Amount",
|
1035
|
-
"name": "fixedFee",
|
1036
|
-
"type": "uint96"
|
1037
|
-
}
|
1038
|
-
],
|
1039
|
-
"internalType": "struct Fee",
|
1040
|
-
"name": "minDistributionOwnerFee",
|
1041
|
-
"type": "tuple"
|
1042
|
-
},
|
1043
|
-
{
|
1044
|
-
"components": [
|
1045
|
-
{
|
1046
|
-
"internalType": "UFixed",
|
1047
|
-
"name": "fractionalFee",
|
1048
|
-
"type": "uint160"
|
1049
|
-
},
|
1050
|
-
{
|
1051
|
-
"internalType": "Amount",
|
1052
|
-
"name": "fixedFee",
|
1053
|
-
"type": "uint96"
|
1054
|
-
}
|
1055
|
-
],
|
1056
|
-
"internalType": "struct Fee",
|
1057
|
-
"name": "poolFee",
|
1058
|
-
"type": "tuple"
|
1059
|
-
},
|
1060
|
-
{
|
1061
|
-
"components": [
|
1062
|
-
{
|
1063
|
-
"internalType": "UFixed",
|
1064
|
-
"name": "fractionalFee",
|
1065
|
-
"type": "uint160"
|
1066
|
-
},
|
1067
|
-
{
|
1068
|
-
"internalType": "Amount",
|
1069
|
-
"name": "fixedFee",
|
1070
|
-
"type": "uint96"
|
1071
|
-
}
|
1072
|
-
],
|
1073
|
-
"internalType": "struct Fee",
|
1074
|
-
"name": "stakingFee",
|
1075
|
-
"type": "tuple"
|
1076
|
-
},
|
1077
|
-
{
|
1078
|
-
"components": [
|
1079
|
-
{
|
1080
|
-
"internalType": "UFixed",
|
1081
|
-
"name": "fractionalFee",
|
1082
|
-
"type": "uint160"
|
1083
|
-
},
|
1084
|
-
{
|
1085
|
-
"internalType": "Amount",
|
1086
|
-
"name": "fixedFee",
|
1087
|
-
"type": "uint96"
|
1088
|
-
}
|
1089
|
-
],
|
1090
|
-
"internalType": "struct Fee",
|
1091
|
-
"name": "performanceFee",
|
1092
|
-
"type": "tuple"
|
1093
|
-
}
|
1094
|
-
],
|
1095
|
-
"internalType": "struct IComponents.FeeInfo",
|
1096
|
-
"name": "info",
|
1097
|
-
"type": "tuple"
|
1098
|
-
}
|
1099
|
-
],
|
1100
|
-
"name": "createFee",
|
1101
|
-
"outputs": [],
|
1102
|
-
"stateMutability": "nonpayable",
|
1103
|
-
"type": "function"
|
1104
|
-
},
|
1105
|
-
{
|
1106
|
-
"inputs": [
|
692
|
+
"indexed": false,
|
693
|
+
"internalType": "StateId",
|
694
|
+
"name": "oldState",
|
695
|
+
"type": "uint8"
|
696
|
+
},
|
1107
697
|
{
|
1108
|
-
"
|
1109
|
-
"
|
1110
|
-
"
|
698
|
+
"indexed": false,
|
699
|
+
"internalType": "StateId",
|
700
|
+
"name": "newState",
|
701
|
+
"type": "uint8"
|
1111
702
|
},
|
1112
703
|
{
|
1113
|
-
"
|
1114
|
-
"
|
1115
|
-
"
|
704
|
+
"indexed": false,
|
705
|
+
"internalType": "address",
|
706
|
+
"name": "updatedBy",
|
707
|
+
"type": "address"
|
1116
708
|
},
|
1117
709
|
{
|
1118
|
-
"
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
},
|
1129
|
-
{
|
1130
|
-
"internalType": "Timestamp",
|
1131
|
-
"name": "paidAt",
|
1132
|
-
"type": "uint40"
|
1133
|
-
},
|
1134
|
-
{
|
1135
|
-
"internalType": "address",
|
1136
|
-
"name": "beneficiary",
|
1137
|
-
"type": "address"
|
1138
|
-
},
|
1139
|
-
{
|
1140
|
-
"internalType": "bytes",
|
1141
|
-
"name": "data",
|
1142
|
-
"type": "bytes"
|
1143
|
-
}
|
1144
|
-
],
|
1145
|
-
"internalType": "struct IPolicy.PayoutInfo",
|
1146
|
-
"name": "payout",
|
1147
|
-
"type": "tuple"
|
710
|
+
"indexed": false,
|
711
|
+
"internalType": "address",
|
712
|
+
"name": "txOrigin",
|
713
|
+
"type": "address"
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"indexed": false,
|
717
|
+
"internalType": "Blocknumber",
|
718
|
+
"name": "lastUpdatedIn",
|
719
|
+
"type": "uint40"
|
1148
720
|
}
|
1149
721
|
],
|
1150
|
-
"name": "
|
1151
|
-
"
|
1152
|
-
"stateMutability": "nonpayable",
|
1153
|
-
"type": "function"
|
722
|
+
"name": "LogProductStoreDistributorTypeInfoUpdated",
|
723
|
+
"type": "event"
|
1154
724
|
},
|
1155
725
|
{
|
726
|
+
"anonymous": false,
|
1156
727
|
"inputs": [
|
1157
728
|
{
|
729
|
+
"indexed": false,
|
1158
730
|
"internalType": "NftId",
|
1159
731
|
"name": "poolNftId",
|
1160
732
|
"type": "uint96"
|
1161
733
|
},
|
1162
734
|
{
|
1163
|
-
"
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
},
|
1169
|
-
{
|
1170
|
-
"internalType": "UFixed",
|
1171
|
-
"name": "collateralizationLevel",
|
1172
|
-
"type": "uint160"
|
1173
|
-
},
|
1174
|
-
{
|
1175
|
-
"internalType": "UFixed",
|
1176
|
-
"name": "retentionLevel",
|
1177
|
-
"type": "uint160"
|
1178
|
-
},
|
1179
|
-
{
|
1180
|
-
"internalType": "bool",
|
1181
|
-
"name": "isInterceptingBundleTransfers",
|
1182
|
-
"type": "bool"
|
1183
|
-
},
|
1184
|
-
{
|
1185
|
-
"internalType": "bool",
|
1186
|
-
"name": "isProcessingConfirmedClaims",
|
1187
|
-
"type": "bool"
|
1188
|
-
},
|
1189
|
-
{
|
1190
|
-
"internalType": "bool",
|
1191
|
-
"name": "isExternallyManaged",
|
1192
|
-
"type": "bool"
|
1193
|
-
},
|
1194
|
-
{
|
1195
|
-
"internalType": "bool",
|
1196
|
-
"name": "isVerifyingApplications",
|
1197
|
-
"type": "bool"
|
1198
|
-
}
|
1199
|
-
],
|
1200
|
-
"internalType": "struct IComponents.PoolInfo",
|
1201
|
-
"name": "info",
|
1202
|
-
"type": "tuple"
|
1203
|
-
}
|
1204
|
-
],
|
1205
|
-
"name": "createPool",
|
1206
|
-
"outputs": [],
|
1207
|
-
"stateMutability": "nonpayable",
|
1208
|
-
"type": "function"
|
1209
|
-
},
|
1210
|
-
{
|
1211
|
-
"inputs": [
|
735
|
+
"indexed": false,
|
736
|
+
"internalType": "StateId",
|
737
|
+
"name": "state",
|
738
|
+
"type": "uint8"
|
739
|
+
},
|
1212
740
|
{
|
1213
|
-
"
|
1214
|
-
"
|
1215
|
-
"
|
741
|
+
"indexed": false,
|
742
|
+
"internalType": "address",
|
743
|
+
"name": "createdBy",
|
744
|
+
"type": "address"
|
1216
745
|
},
|
1217
746
|
{
|
1218
|
-
"
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
"type": "uint96"
|
1223
|
-
},
|
1224
|
-
{
|
1225
|
-
"internalType": "Amount",
|
1226
|
-
"name": "distributionFeeAndCommissionAmount",
|
1227
|
-
"type": "uint96"
|
1228
|
-
},
|
1229
|
-
{
|
1230
|
-
"internalType": "Amount",
|
1231
|
-
"name": "poolPremiumAndFeeAmount",
|
1232
|
-
"type": "uint96"
|
1233
|
-
},
|
1234
|
-
{
|
1235
|
-
"internalType": "Amount",
|
1236
|
-
"name": "netPremiumAmount",
|
1237
|
-
"type": "uint96"
|
1238
|
-
},
|
1239
|
-
{
|
1240
|
-
"internalType": "Amount",
|
1241
|
-
"name": "fullPremiumAmount",
|
1242
|
-
"type": "uint96"
|
1243
|
-
},
|
1244
|
-
{
|
1245
|
-
"internalType": "Amount",
|
1246
|
-
"name": "premiumAmount",
|
1247
|
-
"type": "uint96"
|
1248
|
-
},
|
1249
|
-
{
|
1250
|
-
"internalType": "Amount",
|
1251
|
-
"name": "productFeeFixAmount",
|
1252
|
-
"type": "uint96"
|
1253
|
-
},
|
1254
|
-
{
|
1255
|
-
"internalType": "Amount",
|
1256
|
-
"name": "poolFeeFixAmount",
|
1257
|
-
"type": "uint96"
|
1258
|
-
},
|
1259
|
-
{
|
1260
|
-
"internalType": "Amount",
|
1261
|
-
"name": "bundleFeeFixAmount",
|
1262
|
-
"type": "uint96"
|
1263
|
-
},
|
1264
|
-
{
|
1265
|
-
"internalType": "Amount",
|
1266
|
-
"name": "distributionFeeFixAmount",
|
1267
|
-
"type": "uint96"
|
1268
|
-
},
|
1269
|
-
{
|
1270
|
-
"internalType": "Amount",
|
1271
|
-
"name": "productFeeVarAmount",
|
1272
|
-
"type": "uint96"
|
1273
|
-
},
|
1274
|
-
{
|
1275
|
-
"internalType": "Amount",
|
1276
|
-
"name": "poolFeeVarAmount",
|
1277
|
-
"type": "uint96"
|
1278
|
-
},
|
1279
|
-
{
|
1280
|
-
"internalType": "Amount",
|
1281
|
-
"name": "bundleFeeVarAmount",
|
1282
|
-
"type": "uint96"
|
1283
|
-
},
|
1284
|
-
{
|
1285
|
-
"internalType": "Amount",
|
1286
|
-
"name": "distributionFeeVarAmount",
|
1287
|
-
"type": "uint96"
|
1288
|
-
},
|
1289
|
-
{
|
1290
|
-
"internalType": "Amount",
|
1291
|
-
"name": "distributionOwnerFeeFixAmount",
|
1292
|
-
"type": "uint96"
|
1293
|
-
},
|
1294
|
-
{
|
1295
|
-
"internalType": "Amount",
|
1296
|
-
"name": "distributionOwnerFeeVarAmount",
|
1297
|
-
"type": "uint96"
|
1298
|
-
},
|
1299
|
-
{
|
1300
|
-
"internalType": "Amount",
|
1301
|
-
"name": "commissionAmount",
|
1302
|
-
"type": "uint96"
|
1303
|
-
},
|
1304
|
-
{
|
1305
|
-
"internalType": "Amount",
|
1306
|
-
"name": "discountAmount",
|
1307
|
-
"type": "uint96"
|
1308
|
-
}
|
1309
|
-
],
|
1310
|
-
"internalType": "struct IPolicy.PremiumInfo",
|
1311
|
-
"name": "premium",
|
1312
|
-
"type": "tuple"
|
747
|
+
"indexed": false,
|
748
|
+
"internalType": "address",
|
749
|
+
"name": "txOrigin",
|
750
|
+
"type": "address"
|
1313
751
|
}
|
1314
752
|
],
|
1315
|
-
"name": "
|
1316
|
-
"
|
1317
|
-
"stateMutability": "nonpayable",
|
1318
|
-
"type": "function"
|
753
|
+
"name": "LogProductStorePoolInfoCreated",
|
754
|
+
"type": "event"
|
1319
755
|
},
|
1320
756
|
{
|
757
|
+
"anonymous": false,
|
1321
758
|
"inputs": [
|
1322
759
|
{
|
760
|
+
"indexed": false,
|
1323
761
|
"internalType": "NftId",
|
1324
|
-
"name": "
|
762
|
+
"name": "poolNftId",
|
1325
763
|
"type": "uint96"
|
1326
764
|
},
|
1327
765
|
{
|
1328
|
-
"
|
1329
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
"name": "poolNftId",
|
1357
|
-
"type": "uint96"
|
1358
|
-
},
|
1359
|
-
{
|
1360
|
-
"internalType": "NftId",
|
1361
|
-
"name": "distributionNftId",
|
1362
|
-
"type": "uint96"
|
1363
|
-
},
|
1364
|
-
{
|
1365
|
-
"internalType": "NftId[]",
|
1366
|
-
"name": "oracleNftId",
|
1367
|
-
"type": "uint96[]"
|
1368
|
-
}
|
1369
|
-
],
|
1370
|
-
"internalType": "struct IComponents.ProductInfo",
|
1371
|
-
"name": "info",
|
1372
|
-
"type": "tuple"
|
766
|
+
"indexed": false,
|
767
|
+
"internalType": "StateId",
|
768
|
+
"name": "oldState",
|
769
|
+
"type": "uint8"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"indexed": false,
|
773
|
+
"internalType": "StateId",
|
774
|
+
"name": "newState",
|
775
|
+
"type": "uint8"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"indexed": false,
|
779
|
+
"internalType": "address",
|
780
|
+
"name": "updatedBy",
|
781
|
+
"type": "address"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"indexed": false,
|
785
|
+
"internalType": "address",
|
786
|
+
"name": "txOrigin",
|
787
|
+
"type": "address"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"indexed": false,
|
791
|
+
"internalType": "Blocknumber",
|
792
|
+
"name": "lastUpdatedIn",
|
793
|
+
"type": "uint40"
|
1373
794
|
}
|
1374
795
|
],
|
1375
|
-
"name": "
|
1376
|
-
"
|
1377
|
-
"stateMutability": "nonpayable",
|
1378
|
-
"type": "function"
|
796
|
+
"name": "LogProductStorePoolInfoUpdated",
|
797
|
+
"type": "event"
|
1379
798
|
},
|
1380
799
|
{
|
800
|
+
"anonymous": false,
|
1381
801
|
"inputs": [
|
1382
802
|
{
|
803
|
+
"indexed": false,
|
1383
804
|
"internalType": "ReferralId",
|
1384
805
|
"name": "referralId",
|
1385
806
|
"type": "bytes8"
|
1386
807
|
},
|
1387
808
|
{
|
1388
|
-
"
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
},
|
1394
|
-
{
|
1395
|
-
"internalType": "NftId",
|
1396
|
-
"name": "distributorNftId",
|
1397
|
-
"type": "uint96"
|
1398
|
-
},
|
1399
|
-
{
|
1400
|
-
"internalType": "uint32",
|
1401
|
-
"name": "maxReferrals",
|
1402
|
-
"type": "uint32"
|
1403
|
-
},
|
1404
|
-
{
|
1405
|
-
"internalType": "uint32",
|
1406
|
-
"name": "usedReferrals",
|
1407
|
-
"type": "uint32"
|
1408
|
-
},
|
1409
|
-
{
|
1410
|
-
"internalType": "UFixed",
|
1411
|
-
"name": "discountPercentage",
|
1412
|
-
"type": "uint160"
|
1413
|
-
},
|
1414
|
-
{
|
1415
|
-
"internalType": "Timestamp",
|
1416
|
-
"name": "expiryAt",
|
1417
|
-
"type": "uint40"
|
1418
|
-
},
|
1419
|
-
{
|
1420
|
-
"internalType": "string",
|
1421
|
-
"name": "referralCode",
|
1422
|
-
"type": "string"
|
1423
|
-
},
|
1424
|
-
{
|
1425
|
-
"internalType": "bytes",
|
1426
|
-
"name": "data",
|
1427
|
-
"type": "bytes"
|
1428
|
-
}
|
1429
|
-
],
|
1430
|
-
"internalType": "struct IDistribution.ReferralInfo",
|
1431
|
-
"name": "referralInfo",
|
1432
|
-
"type": "tuple"
|
1433
|
-
}
|
1434
|
-
],
|
1435
|
-
"name": "createReferral",
|
1436
|
-
"outputs": [],
|
1437
|
-
"stateMutability": "nonpayable",
|
1438
|
-
"type": "function"
|
1439
|
-
},
|
1440
|
-
{
|
1441
|
-
"inputs": [
|
809
|
+
"indexed": false,
|
810
|
+
"internalType": "StateId",
|
811
|
+
"name": "state",
|
812
|
+
"type": "uint8"
|
813
|
+
},
|
1442
814
|
{
|
1443
|
-
"
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
},
|
1449
|
-
{
|
1450
|
-
"internalType": "NftId",
|
1451
|
-
"name": "oracleNftId",
|
1452
|
-
"type": "uint96"
|
1453
|
-
},
|
1454
|
-
{
|
1455
|
-
"internalType": "bool",
|
1456
|
-
"name": "isCancelled",
|
1457
|
-
"type": "bool"
|
1458
|
-
},
|
1459
|
-
{
|
1460
|
-
"internalType": "Timestamp",
|
1461
|
-
"name": "respondedAt",
|
1462
|
-
"type": "uint40"
|
1463
|
-
},
|
1464
|
-
{
|
1465
|
-
"internalType": "Timestamp",
|
1466
|
-
"name": "expiredAt",
|
1467
|
-
"type": "uint40"
|
1468
|
-
},
|
1469
|
-
{
|
1470
|
-
"internalType": "string",
|
1471
|
-
"name": "callbackMethodName",
|
1472
|
-
"type": "string"
|
1473
|
-
},
|
1474
|
-
{
|
1475
|
-
"internalType": "bytes",
|
1476
|
-
"name": "requestData",
|
1477
|
-
"type": "bytes"
|
1478
|
-
},
|
1479
|
-
{
|
1480
|
-
"internalType": "bytes",
|
1481
|
-
"name": "responseData",
|
1482
|
-
"type": "bytes"
|
1483
|
-
}
|
1484
|
-
],
|
1485
|
-
"internalType": "struct IOracle.RequestInfo",
|
1486
|
-
"name": "request",
|
1487
|
-
"type": "tuple"
|
1488
|
-
}
|
1489
|
-
],
|
1490
|
-
"name": "createRequest",
|
1491
|
-
"outputs": [
|
815
|
+
"indexed": false,
|
816
|
+
"internalType": "address",
|
817
|
+
"name": "createdBy",
|
818
|
+
"type": "address"
|
819
|
+
},
|
1492
820
|
{
|
1493
|
-
"
|
1494
|
-
"
|
1495
|
-
"
|
821
|
+
"indexed": false,
|
822
|
+
"internalType": "address",
|
823
|
+
"name": "txOrigin",
|
824
|
+
"type": "address"
|
1496
825
|
}
|
1497
826
|
],
|
1498
|
-
"
|
1499
|
-
"type": "
|
827
|
+
"name": "LogProductStoreReferralInfoCreated",
|
828
|
+
"type": "event"
|
1500
829
|
},
|
1501
830
|
{
|
831
|
+
"anonymous": false,
|
1502
832
|
"inputs": [
|
1503
833
|
{
|
1504
|
-
"
|
1505
|
-
"
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "ReferralId",
|
836
|
+
"name": "referralId",
|
1506
837
|
"type": "bytes8"
|
1507
838
|
},
|
1508
839
|
{
|
1509
|
-
"
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
"
|
1528
|
-
"
|
840
|
+
"indexed": false,
|
841
|
+
"internalType": "StateId",
|
842
|
+
"name": "oldState",
|
843
|
+
"type": "uint8"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"indexed": false,
|
847
|
+
"internalType": "StateId",
|
848
|
+
"name": "newState",
|
849
|
+
"type": "uint8"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"indexed": false,
|
853
|
+
"internalType": "address",
|
854
|
+
"name": "updatedBy",
|
855
|
+
"type": "address"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"indexed": false,
|
859
|
+
"internalType": "address",
|
860
|
+
"name": "txOrigin",
|
861
|
+
"type": "address"
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"indexed": false,
|
865
|
+
"internalType": "Blocknumber",
|
866
|
+
"name": "lastUpdatedIn",
|
867
|
+
"type": "uint40"
|
1529
868
|
}
|
1530
869
|
],
|
1531
|
-
"name": "
|
1532
|
-
"
|
1533
|
-
"stateMutability": "nonpayable",
|
1534
|
-
"type": "function"
|
870
|
+
"name": "LogProductStoreReferralInfoUpdated",
|
871
|
+
"type": "event"
|
1535
872
|
},
|
1536
873
|
{
|
874
|
+
"anonymous": false,
|
1537
875
|
"inputs": [
|
1538
876
|
{
|
1539
|
-
"
|
1540
|
-
"
|
1541
|
-
"
|
877
|
+
"indexed": false,
|
878
|
+
"internalType": "RequestId",
|
879
|
+
"name": "requestId",
|
880
|
+
"type": "uint64"
|
1542
881
|
},
|
1543
882
|
{
|
1544
|
-
"
|
1545
|
-
"
|
1546
|
-
"
|
1547
|
-
|
1548
|
-
|
1549
|
-
"name": "decreaseBalance",
|
1550
|
-
"outputs": [
|
883
|
+
"indexed": false,
|
884
|
+
"internalType": "StateId",
|
885
|
+
"name": "state",
|
886
|
+
"type": "uint8"
|
887
|
+
},
|
1551
888
|
{
|
1552
|
-
"
|
1553
|
-
"
|
1554
|
-
"
|
889
|
+
"indexed": false,
|
890
|
+
"internalType": "address",
|
891
|
+
"name": "createdBy",
|
892
|
+
"type": "address"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"indexed": false,
|
896
|
+
"internalType": "address",
|
897
|
+
"name": "txOrigin",
|
898
|
+
"type": "address"
|
1555
899
|
}
|
1556
900
|
],
|
1557
|
-
"
|
1558
|
-
"type": "
|
901
|
+
"name": "LogProductStoreRequestInfoCreated",
|
902
|
+
"type": "event"
|
1559
903
|
},
|
1560
904
|
{
|
905
|
+
"anonymous": false,
|
1561
906
|
"inputs": [
|
1562
907
|
{
|
1563
|
-
"
|
1564
|
-
"
|
1565
|
-
"
|
908
|
+
"indexed": false,
|
909
|
+
"internalType": "RequestId",
|
910
|
+
"name": "requestId",
|
911
|
+
"type": "uint64"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"indexed": false,
|
915
|
+
"internalType": "StateId",
|
916
|
+
"name": "oldState",
|
917
|
+
"type": "uint8"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"indexed": false,
|
921
|
+
"internalType": "StateId",
|
922
|
+
"name": "newState",
|
923
|
+
"type": "uint8"
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"indexed": false,
|
927
|
+
"internalType": "address",
|
928
|
+
"name": "updatedBy",
|
929
|
+
"type": "address"
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"indexed": false,
|
933
|
+
"internalType": "address",
|
934
|
+
"name": "txOrigin",
|
935
|
+
"type": "address"
|
1566
936
|
},
|
1567
937
|
{
|
1568
|
-
"
|
1569
|
-
"
|
1570
|
-
"
|
938
|
+
"indexed": false,
|
939
|
+
"internalType": "Blocknumber",
|
940
|
+
"name": "lastUpdatedIn",
|
941
|
+
"type": "uint40"
|
1571
942
|
}
|
1572
943
|
],
|
1573
|
-
"name": "
|
944
|
+
"name": "LogProductStoreRequestInfoUpdated",
|
945
|
+
"type": "event"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"inputs": [],
|
949
|
+
"name": "authority",
|
1574
950
|
"outputs": [
|
1575
951
|
{
|
1576
|
-
"internalType": "
|
1577
|
-
"name": "
|
1578
|
-
"type": "
|
952
|
+
"internalType": "address",
|
953
|
+
"name": "",
|
954
|
+
"type": "address"
|
1579
955
|
}
|
1580
956
|
],
|
1581
|
-
"stateMutability": "
|
957
|
+
"stateMutability": "view",
|
1582
958
|
"type": "function"
|
1583
959
|
},
|
1584
960
|
{
|
1585
961
|
"inputs": [
|
1586
962
|
{
|
1587
|
-
"internalType": "
|
1588
|
-
"name": "
|
1589
|
-
"type": "
|
963
|
+
"internalType": "StateId",
|
964
|
+
"name": "stateId",
|
965
|
+
"type": "uint8"
|
1590
966
|
},
|
1591
967
|
{
|
1592
|
-
"internalType": "
|
1593
|
-
"name": "
|
1594
|
-
"type": "
|
1595
|
-
}
|
1596
|
-
],
|
1597
|
-
"name": "decreaseLocked",
|
1598
|
-
"outputs": [
|
1599
|
-
{
|
1600
|
-
"internalType": "Amount",
|
1601
|
-
"name": "newBalance",
|
1602
|
-
"type": "uint96"
|
1603
|
-
}
|
1604
|
-
],
|
1605
|
-
"stateMutability": "nonpayable",
|
1606
|
-
"type": "function"
|
1607
|
-
},
|
1608
|
-
{
|
1609
|
-
"inputs": [
|
968
|
+
"internalType": "ObjectType",
|
969
|
+
"name": "objectType",
|
970
|
+
"type": "uint8"
|
971
|
+
},
|
1610
972
|
{
|
1611
|
-
"internalType": "
|
1612
|
-
"name": "
|
1613
|
-
"type": "
|
1614
|
-
}
|
1615
|
-
],
|
1616
|
-
"name": "exists",
|
1617
|
-
"outputs": [
|
973
|
+
"internalType": "StateId",
|
974
|
+
"name": "expectedFromId",
|
975
|
+
"type": "uint8"
|
976
|
+
},
|
1618
977
|
{
|
1619
|
-
"internalType": "
|
1620
|
-
"name": "",
|
1621
|
-
"type": "
|
978
|
+
"internalType": "StateId",
|
979
|
+
"name": "toId",
|
980
|
+
"type": "uint8"
|
1622
981
|
}
|
1623
982
|
],
|
983
|
+
"name": "checkTransition",
|
984
|
+
"outputs": [],
|
1624
985
|
"stateMutability": "view",
|
1625
986
|
"type": "function"
|
1626
987
|
},
|
1627
988
|
{
|
1628
989
|
"inputs": [
|
1629
990
|
{
|
1630
|
-
"internalType": "
|
1631
|
-
"name": "
|
1632
|
-
"type": "
|
1633
|
-
}
|
1634
|
-
],
|
1635
|
-
"name": "get",
|
1636
|
-
"outputs": [
|
991
|
+
"internalType": "NftId",
|
992
|
+
"name": "bundleNftId",
|
993
|
+
"type": "uint96"
|
994
|
+
},
|
1637
995
|
{
|
1638
996
|
"components": [
|
997
|
+
{
|
998
|
+
"internalType": "Timestamp",
|
999
|
+
"name": "activatedAt",
|
1000
|
+
"type": "uint40"
|
1001
|
+
},
|
1002
|
+
{
|
1003
|
+
"internalType": "Timestamp",
|
1004
|
+
"name": "expiredAt",
|
1005
|
+
"type": "uint40"
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
"internalType": "Timestamp",
|
1009
|
+
"name": "closedAt",
|
1010
|
+
"type": "uint40"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
"internalType": "NftId",
|
1014
|
+
"name": "poolNftId",
|
1015
|
+
"type": "uint96"
|
1016
|
+
},
|
1639
1017
|
{
|
1640
1018
|
"components": [
|
1641
1019
|
{
|
1642
|
-
"internalType": "
|
1643
|
-
"name": "
|
1644
|
-
"type": "
|
1645
|
-
},
|
1646
|
-
{
|
1647
|
-
"internalType": "StateId",
|
1648
|
-
"name": "state",
|
1649
|
-
"type": "uint8"
|
1650
|
-
},
|
1651
|
-
{
|
1652
|
-
"internalType": "Blocknumber",
|
1653
|
-
"name": "updatedIn",
|
1654
|
-
"type": "uint40"
|
1020
|
+
"internalType": "UFixed",
|
1021
|
+
"name": "fractionalFee",
|
1022
|
+
"type": "uint160"
|
1655
1023
|
},
|
1656
1024
|
{
|
1657
|
-
"internalType": "
|
1658
|
-
"name": "
|
1659
|
-
"type": "
|
1025
|
+
"internalType": "Amount",
|
1026
|
+
"name": "fixedFee",
|
1027
|
+
"type": "uint96"
|
1660
1028
|
}
|
1661
1029
|
],
|
1662
|
-
"internalType": "struct
|
1663
|
-
"name": "
|
1030
|
+
"internalType": "struct Fee",
|
1031
|
+
"name": "fee",
|
1664
1032
|
"type": "tuple"
|
1665
1033
|
},
|
1666
1034
|
{
|
1667
1035
|
"internalType": "bytes",
|
1668
|
-
"name": "
|
1036
|
+
"name": "filter",
|
1669
1037
|
"type": "bytes"
|
1670
1038
|
}
|
1671
1039
|
],
|
1672
|
-
"internalType": "struct
|
1673
|
-
"name": "
|
1040
|
+
"internalType": "struct IBundle.BundleInfo",
|
1041
|
+
"name": "bundle",
|
1674
1042
|
"type": "tuple"
|
1675
1043
|
}
|
1676
1044
|
],
|
1677
|
-
"
|
1045
|
+
"name": "createBundle",
|
1046
|
+
"outputs": [],
|
1047
|
+
"stateMutability": "nonpayable",
|
1678
1048
|
"type": "function"
|
1679
1049
|
},
|
1680
1050
|
{
|
1681
1051
|
"inputs": [
|
1682
1052
|
{
|
1683
1053
|
"internalType": "NftId",
|
1684
|
-
"name": "
|
1685
|
-
"type": "uint96"
|
1686
|
-
}
|
1687
|
-
],
|
1688
|
-
"name": "getAmounts",
|
1689
|
-
"outputs": [
|
1690
|
-
{
|
1691
|
-
"internalType": "Amount",
|
1692
|
-
"name": "balanceAmount",
|
1693
|
-
"type": "uint96"
|
1694
|
-
},
|
1695
|
-
{
|
1696
|
-
"internalType": "Amount",
|
1697
|
-
"name": "lockedAmount",
|
1054
|
+
"name": "componentNftId",
|
1698
1055
|
"type": "uint96"
|
1699
1056
|
},
|
1700
1057
|
{
|
1701
|
-
"
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
"
|
1714
|
-
"
|
1715
|
-
|
1716
|
-
],
|
1717
|
-
"name": "getBalanceAmount",
|
1718
|
-
"outputs": [
|
1719
|
-
{
|
1720
|
-
"internalType": "Amount",
|
1721
|
-
"name": "balanceAmount",
|
1722
|
-
"type": "uint96"
|
1723
|
-
}
|
1724
|
-
],
|
1725
|
-
"stateMutability": "view",
|
1726
|
-
"type": "function"
|
1727
|
-
},
|
1728
|
-
{
|
1729
|
-
"inputs": [
|
1730
|
-
{
|
1731
|
-
"internalType": "Key32",
|
1732
|
-
"name": "key32",
|
1733
|
-
"type": "bytes32"
|
1734
|
-
}
|
1735
|
-
],
|
1736
|
-
"name": "getData",
|
1737
|
-
"outputs": [
|
1738
|
-
{
|
1739
|
-
"internalType": "bytes",
|
1740
|
-
"name": "data",
|
1741
|
-
"type": "bytes"
|
1058
|
+
"components": [
|
1059
|
+
{
|
1060
|
+
"internalType": "string",
|
1061
|
+
"name": "name",
|
1062
|
+
"type": "string"
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"internalType": "contract TokenHandler",
|
1066
|
+
"name": "tokenHandler",
|
1067
|
+
"type": "address"
|
1068
|
+
}
|
1069
|
+
],
|
1070
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1071
|
+
"name": "componentInfo",
|
1072
|
+
"type": "tuple"
|
1742
1073
|
}
|
1743
1074
|
],
|
1744
|
-
"
|
1075
|
+
"name": "createComponent",
|
1076
|
+
"outputs": [],
|
1077
|
+
"stateMutability": "nonpayable",
|
1745
1078
|
"type": "function"
|
1746
1079
|
},
|
1747
1080
|
{
|
1748
1081
|
"inputs": [
|
1749
1082
|
{
|
1750
1083
|
"internalType": "NftId",
|
1751
|
-
"name": "
|
1752
|
-
"type": "uint96"
|
1753
|
-
}
|
1754
|
-
],
|
1755
|
-
"name": "getFeeAmount",
|
1756
|
-
"outputs": [
|
1757
|
-
{
|
1758
|
-
"internalType": "Amount",
|
1759
|
-
"name": "feeAmount",
|
1084
|
+
"name": "distributorNftId",
|
1760
1085
|
"type": "uint96"
|
1761
|
-
}
|
1762
|
-
],
|
1763
|
-
"stateMutability": "view",
|
1764
|
-
"type": "function"
|
1765
|
-
},
|
1766
|
-
{
|
1767
|
-
"inputs": [
|
1768
|
-
{
|
1769
|
-
"internalType": "ObjectType",
|
1770
|
-
"name": "objectType",
|
1771
|
-
"type": "uint8"
|
1772
|
-
}
|
1773
|
-
],
|
1774
|
-
"name": "getInitialState",
|
1775
|
-
"outputs": [
|
1086
|
+
},
|
1776
1087
|
{
|
1777
|
-
"
|
1778
|
-
|
1779
|
-
|
1088
|
+
"components": [
|
1089
|
+
{
|
1090
|
+
"internalType": "DistributorType",
|
1091
|
+
"name": "distributorType",
|
1092
|
+
"type": "bytes8"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"internalType": "bool",
|
1096
|
+
"name": "active",
|
1097
|
+
"type": "bool"
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"internalType": "uint32",
|
1101
|
+
"name": "numPoliciesSold",
|
1102
|
+
"type": "uint32"
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"internalType": "bytes",
|
1106
|
+
"name": "data",
|
1107
|
+
"type": "bytes"
|
1108
|
+
}
|
1109
|
+
],
|
1110
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1111
|
+
"name": "info",
|
1112
|
+
"type": "tuple"
|
1780
1113
|
}
|
1781
1114
|
],
|
1782
|
-
"
|
1115
|
+
"name": "createDistributor",
|
1116
|
+
"outputs": [],
|
1117
|
+
"stateMutability": "nonpayable",
|
1783
1118
|
"type": "function"
|
1784
1119
|
},
|
1785
1120
|
{
|
1786
1121
|
"inputs": [
|
1787
1122
|
{
|
1788
|
-
"internalType": "
|
1789
|
-
"name": "
|
1790
|
-
"type": "
|
1791
|
-
}
|
1792
|
-
],
|
1793
|
-
"name": "getLockedAmount",
|
1794
|
-
"outputs": [
|
1123
|
+
"internalType": "DistributorType",
|
1124
|
+
"name": "distributorType",
|
1125
|
+
"type": "bytes8"
|
1126
|
+
},
|
1795
1127
|
{
|
1796
|
-
"
|
1797
|
-
|
1798
|
-
|
1128
|
+
"components": [
|
1129
|
+
{
|
1130
|
+
"internalType": "UFixed",
|
1131
|
+
"name": "minDiscountPercentage",
|
1132
|
+
"type": "uint160"
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"internalType": "NftId",
|
1136
|
+
"name": "distributionNftId",
|
1137
|
+
"type": "uint96"
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"internalType": "UFixed",
|
1141
|
+
"name": "maxDiscountPercentage",
|
1142
|
+
"type": "uint160"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"internalType": "uint32",
|
1146
|
+
"name": "maxReferralCount",
|
1147
|
+
"type": "uint32"
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
"internalType": "Seconds",
|
1151
|
+
"name": "maxReferralLifetime",
|
1152
|
+
"type": "uint40"
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
"internalType": "bool",
|
1156
|
+
"name": "allowSelfReferrals",
|
1157
|
+
"type": "bool"
|
1158
|
+
},
|
1159
|
+
{
|
1160
|
+
"internalType": "bool",
|
1161
|
+
"name": "allowRenewals",
|
1162
|
+
"type": "bool"
|
1163
|
+
},
|
1164
|
+
{
|
1165
|
+
"internalType": "UFixed",
|
1166
|
+
"name": "commissionPercentage",
|
1167
|
+
"type": "uint160"
|
1168
|
+
},
|
1169
|
+
{
|
1170
|
+
"internalType": "string",
|
1171
|
+
"name": "name",
|
1172
|
+
"type": "string"
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"internalType": "bytes",
|
1176
|
+
"name": "data",
|
1177
|
+
"type": "bytes"
|
1178
|
+
}
|
1179
|
+
],
|
1180
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1181
|
+
"name": "info",
|
1182
|
+
"type": "tuple"
|
1799
1183
|
}
|
1800
1184
|
],
|
1801
|
-
"
|
1185
|
+
"name": "createDistributorType",
|
1186
|
+
"outputs": [],
|
1187
|
+
"stateMutability": "nonpayable",
|
1802
1188
|
"type": "function"
|
1803
1189
|
},
|
1804
1190
|
{
|
1805
1191
|
"inputs": [
|
1806
1192
|
{
|
1807
|
-
"internalType": "
|
1808
|
-
"name": "
|
1809
|
-
"type": "
|
1810
|
-
}
|
1811
|
-
],
|
1812
|
-
"name": "getMetadata",
|
1813
|
-
"outputs": [
|
1193
|
+
"internalType": "NftId",
|
1194
|
+
"name": "poolNftId",
|
1195
|
+
"type": "uint96"
|
1196
|
+
},
|
1814
1197
|
{
|
1815
1198
|
"components": [
|
1816
1199
|
{
|
1817
|
-
"internalType": "
|
1818
|
-
"name": "
|
1819
|
-
"type": "
|
1200
|
+
"internalType": "Amount",
|
1201
|
+
"name": "maxBalanceAmount",
|
1202
|
+
"type": "uint96"
|
1820
1203
|
},
|
1821
1204
|
{
|
1822
|
-
"internalType": "
|
1823
|
-
"name": "
|
1824
|
-
"type": "
|
1205
|
+
"internalType": "UFixed",
|
1206
|
+
"name": "collateralizationLevel",
|
1207
|
+
"type": "uint160"
|
1825
1208
|
},
|
1826
1209
|
{
|
1827
|
-
"internalType": "
|
1828
|
-
"name": "
|
1829
|
-
"type": "
|
1210
|
+
"internalType": "UFixed",
|
1211
|
+
"name": "retentionLevel",
|
1212
|
+
"type": "uint160"
|
1830
1213
|
},
|
1831
1214
|
{
|
1832
|
-
"internalType": "
|
1833
|
-
"name": "
|
1834
|
-
"type": "
|
1215
|
+
"internalType": "bool",
|
1216
|
+
"name": "isInterceptingBundleTransfers",
|
1217
|
+
"type": "bool"
|
1218
|
+
},
|
1219
|
+
{
|
1220
|
+
"internalType": "bool",
|
1221
|
+
"name": "isProcessingConfirmedClaims",
|
1222
|
+
"type": "bool"
|
1223
|
+
},
|
1224
|
+
{
|
1225
|
+
"internalType": "bool",
|
1226
|
+
"name": "isExternallyManaged",
|
1227
|
+
"type": "bool"
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"internalType": "bool",
|
1231
|
+
"name": "isVerifyingApplications",
|
1232
|
+
"type": "bool"
|
1835
1233
|
}
|
1836
1234
|
],
|
1837
|
-
"internalType": "struct
|
1838
|
-
"name": "
|
1235
|
+
"internalType": "struct IComponents.PoolInfo",
|
1236
|
+
"name": "info",
|
1839
1237
|
"type": "tuple"
|
1840
1238
|
}
|
1841
1239
|
],
|
1842
|
-
"
|
1240
|
+
"name": "createPool",
|
1241
|
+
"outputs": [],
|
1242
|
+
"stateMutability": "nonpayable",
|
1843
1243
|
"type": "function"
|
1844
1244
|
},
|
1845
1245
|
{
|
1846
1246
|
"inputs": [
|
1847
1247
|
{
|
1848
|
-
"internalType": "
|
1849
|
-
"name": "
|
1850
|
-
"type": "
|
1851
|
-
}
|
1852
|
-
],
|
1853
|
-
"name": "getState",
|
1854
|
-
"outputs": [
|
1248
|
+
"internalType": "ReferralId",
|
1249
|
+
"name": "referralId",
|
1250
|
+
"type": "bytes8"
|
1251
|
+
},
|
1855
1252
|
{
|
1856
|
-
"
|
1857
|
-
|
1858
|
-
|
1253
|
+
"components": [
|
1254
|
+
{
|
1255
|
+
"internalType": "NftId",
|
1256
|
+
"name": "distributionNftId",
|
1257
|
+
"type": "uint96"
|
1258
|
+
},
|
1259
|
+
{
|
1260
|
+
"internalType": "NftId",
|
1261
|
+
"name": "distributorNftId",
|
1262
|
+
"type": "uint96"
|
1263
|
+
},
|
1264
|
+
{
|
1265
|
+
"internalType": "uint32",
|
1266
|
+
"name": "maxReferrals",
|
1267
|
+
"type": "uint32"
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
"internalType": "uint32",
|
1271
|
+
"name": "usedReferrals",
|
1272
|
+
"type": "uint32"
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"internalType": "UFixed",
|
1276
|
+
"name": "discountPercentage",
|
1277
|
+
"type": "uint160"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"internalType": "Timestamp",
|
1281
|
+
"name": "expiryAt",
|
1282
|
+
"type": "uint40"
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"internalType": "string",
|
1286
|
+
"name": "referralCode",
|
1287
|
+
"type": "string"
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"internalType": "bytes",
|
1291
|
+
"name": "data",
|
1292
|
+
"type": "bytes"
|
1293
|
+
}
|
1294
|
+
],
|
1295
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1296
|
+
"name": "referralInfo",
|
1297
|
+
"type": "tuple"
|
1859
1298
|
}
|
1860
1299
|
],
|
1861
|
-
"
|
1300
|
+
"name": "createReferral",
|
1301
|
+
"outputs": [],
|
1302
|
+
"stateMutability": "nonpayable",
|
1862
1303
|
"type": "function"
|
1863
1304
|
},
|
1864
1305
|
{
|
1865
1306
|
"inputs": [
|
1866
1307
|
{
|
1867
|
-
"
|
1868
|
-
|
1869
|
-
|
1308
|
+
"components": [
|
1309
|
+
{
|
1310
|
+
"internalType": "NftId",
|
1311
|
+
"name": "requesterNftId",
|
1312
|
+
"type": "uint96"
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"internalType": "NftId",
|
1316
|
+
"name": "oracleNftId",
|
1317
|
+
"type": "uint96"
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"internalType": "bool",
|
1321
|
+
"name": "isCancelled",
|
1322
|
+
"type": "bool"
|
1323
|
+
},
|
1324
|
+
{
|
1325
|
+
"internalType": "Timestamp",
|
1326
|
+
"name": "respondedAt",
|
1327
|
+
"type": "uint40"
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"internalType": "Timestamp",
|
1331
|
+
"name": "expiredAt",
|
1332
|
+
"type": "uint40"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"internalType": "string",
|
1336
|
+
"name": "callbackMethodName",
|
1337
|
+
"type": "string"
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"internalType": "bytes",
|
1341
|
+
"name": "requestData",
|
1342
|
+
"type": "bytes"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"internalType": "bytes",
|
1346
|
+
"name": "responseData",
|
1347
|
+
"type": "bytes"
|
1348
|
+
}
|
1349
|
+
],
|
1350
|
+
"internalType": "struct IOracle.RequestInfo",
|
1351
|
+
"name": "request",
|
1352
|
+
"type": "tuple"
|
1870
1353
|
}
|
1871
1354
|
],
|
1872
|
-
"name": "
|
1355
|
+
"name": "createRequest",
|
1873
1356
|
"outputs": [
|
1874
1357
|
{
|
1875
|
-
"internalType": "
|
1876
|
-
"name": "",
|
1877
|
-
"type": "
|
1358
|
+
"internalType": "RequestId",
|
1359
|
+
"name": "requestId",
|
1360
|
+
"type": "uint64"
|
1878
1361
|
}
|
1879
1362
|
],
|
1880
|
-
"stateMutability": "
|
1363
|
+
"stateMutability": "nonpayable",
|
1881
1364
|
"type": "function"
|
1882
1365
|
},
|
1883
1366
|
{
|
@@ -1893,7 +1376,7 @@
|
|
1893
1376
|
"type": "uint96"
|
1894
1377
|
}
|
1895
1378
|
],
|
1896
|
-
"name": "
|
1379
|
+
"name": "decreaseBalance",
|
1897
1380
|
"outputs": [
|
1898
1381
|
{
|
1899
1382
|
"internalType": "Amount",
|
@@ -1917,7 +1400,7 @@
|
|
1917
1400
|
"type": "uint96"
|
1918
1401
|
}
|
1919
1402
|
],
|
1920
|
-
"name": "
|
1403
|
+
"name": "decreaseFees",
|
1921
1404
|
"outputs": [
|
1922
1405
|
{
|
1923
1406
|
"internalType": "Amount",
|
@@ -1941,7 +1424,7 @@
|
|
1941
1424
|
"type": "uint96"
|
1942
1425
|
}
|
1943
1426
|
],
|
1944
|
-
"name": "
|
1427
|
+
"name": "decreaseLocked",
|
1945
1428
|
"outputs": [
|
1946
1429
|
{
|
1947
1430
|
"internalType": "Amount",
|
@@ -1952,45 +1435,15 @@
|
|
1952
1435
|
"stateMutability": "nonpayable",
|
1953
1436
|
"type": "function"
|
1954
1437
|
},
|
1955
|
-
{
|
1956
|
-
"inputs": [],
|
1957
|
-
"name": "initialize",
|
1958
|
-
"outputs": [],
|
1959
|
-
"stateMutability": "nonpayable",
|
1960
|
-
"type": "function"
|
1961
|
-
},
|
1962
|
-
{
|
1963
|
-
"inputs": [],
|
1964
|
-
"name": "isConsumingScheduledOp",
|
1965
|
-
"outputs": [
|
1966
|
-
{
|
1967
|
-
"internalType": "bytes4",
|
1968
|
-
"name": "",
|
1969
|
-
"type": "bytes4"
|
1970
|
-
}
|
1971
|
-
],
|
1972
|
-
"stateMutability": "view",
|
1973
|
-
"type": "function"
|
1974
|
-
},
|
1975
1438
|
{
|
1976
1439
|
"inputs": [
|
1977
1440
|
{
|
1978
|
-
"internalType": "
|
1979
|
-
"name": "
|
1980
|
-
"type": "
|
1981
|
-
},
|
1982
|
-
{
|
1983
|
-
"internalType": "StateId",
|
1984
|
-
"name": "fromId",
|
1985
|
-
"type": "uint8"
|
1986
|
-
},
|
1987
|
-
{
|
1988
|
-
"internalType": "StateId",
|
1989
|
-
"name": "toId",
|
1990
|
-
"type": "uint8"
|
1441
|
+
"internalType": "Key32",
|
1442
|
+
"name": "key32",
|
1443
|
+
"type": "bytes32"
|
1991
1444
|
}
|
1992
1445
|
],
|
1993
|
-
"name": "
|
1446
|
+
"name": "exists",
|
1994
1447
|
"outputs": [
|
1995
1448
|
{
|
1996
1449
|
"internalType": "bool",
|
@@ -2004,161 +1457,49 @@
|
|
2004
1457
|
{
|
2005
1458
|
"inputs": [
|
2006
1459
|
{
|
2007
|
-
"internalType": "
|
2008
|
-
"name": "
|
2009
|
-
"type": "
|
2010
|
-
}
|
2011
|
-
],
|
2012
|
-
"name": "setAuthority",
|
2013
|
-
"outputs": [],
|
2014
|
-
"stateMutability": "nonpayable",
|
2015
|
-
"type": "function"
|
2016
|
-
},
|
2017
|
-
{
|
2018
|
-
"inputs": [
|
2019
|
-
{
|
2020
|
-
"internalType": "ObjectType",
|
2021
|
-
"name": "objectType",
|
2022
|
-
"type": "uint8"
|
2023
|
-
},
|
2024
|
-
{
|
2025
|
-
"internalType": "KeyId",
|
2026
|
-
"name": "id",
|
2027
|
-
"type": "bytes31"
|
1460
|
+
"internalType": "NftId",
|
1461
|
+
"name": "targetNftId",
|
1462
|
+
"type": "uint96"
|
2028
1463
|
}
|
2029
1464
|
],
|
2030
|
-
"name": "
|
1465
|
+
"name": "getAmounts",
|
2031
1466
|
"outputs": [
|
2032
1467
|
{
|
2033
|
-
"internalType": "
|
2034
|
-
"name": "",
|
2035
|
-
"type": "bytes32"
|
2036
|
-
}
|
2037
|
-
],
|
2038
|
-
"stateMutability": "pure",
|
2039
|
-
"type": "function"
|
2040
|
-
},
|
2041
|
-
{
|
2042
|
-
"inputs": [
|
2043
|
-
{
|
2044
|
-
"internalType": "NftId",
|
2045
|
-
"name": "applicationNftId",
|
1468
|
+
"internalType": "Amount",
|
1469
|
+
"name": "balanceAmount",
|
2046
1470
|
"type": "uint96"
|
2047
1471
|
},
|
2048
1472
|
{
|
2049
|
-
"
|
2050
|
-
|
2051
|
-
|
2052
|
-
"name": "productNftId",
|
2053
|
-
"type": "uint96"
|
2054
|
-
},
|
2055
|
-
{
|
2056
|
-
"internalType": "NftId",
|
2057
|
-
"name": "bundleNftId",
|
2058
|
-
"type": "uint96"
|
2059
|
-
},
|
2060
|
-
{
|
2061
|
-
"internalType": "RiskId",
|
2062
|
-
"name": "riskId",
|
2063
|
-
"type": "bytes8"
|
2064
|
-
},
|
2065
|
-
{
|
2066
|
-
"internalType": "Amount",
|
2067
|
-
"name": "sumInsuredAmount",
|
2068
|
-
"type": "uint96"
|
2069
|
-
},
|
2070
|
-
{
|
2071
|
-
"internalType": "Amount",
|
2072
|
-
"name": "premiumAmount",
|
2073
|
-
"type": "uint96"
|
2074
|
-
},
|
2075
|
-
{
|
2076
|
-
"internalType": "ReferralId",
|
2077
|
-
"name": "referralId",
|
2078
|
-
"type": "bytes8"
|
2079
|
-
},
|
2080
|
-
{
|
2081
|
-
"internalType": "uint16",
|
2082
|
-
"name": "claimsCount",
|
2083
|
-
"type": "uint16"
|
2084
|
-
},
|
2085
|
-
{
|
2086
|
-
"internalType": "uint16",
|
2087
|
-
"name": "openClaimsCount",
|
2088
|
-
"type": "uint16"
|
2089
|
-
},
|
2090
|
-
{
|
2091
|
-
"internalType": "Amount",
|
2092
|
-
"name": "claimAmount",
|
2093
|
-
"type": "uint96"
|
2094
|
-
},
|
2095
|
-
{
|
2096
|
-
"internalType": "Amount",
|
2097
|
-
"name": "payoutAmount",
|
2098
|
-
"type": "uint96"
|
2099
|
-
},
|
2100
|
-
{
|
2101
|
-
"internalType": "Timestamp",
|
2102
|
-
"name": "activatedAt",
|
2103
|
-
"type": "uint40"
|
2104
|
-
},
|
2105
|
-
{
|
2106
|
-
"internalType": "Seconds",
|
2107
|
-
"name": "lifetime",
|
2108
|
-
"type": "uint40"
|
2109
|
-
},
|
2110
|
-
{
|
2111
|
-
"internalType": "Timestamp",
|
2112
|
-
"name": "expiredAt",
|
2113
|
-
"type": "uint40"
|
2114
|
-
},
|
2115
|
-
{
|
2116
|
-
"internalType": "Timestamp",
|
2117
|
-
"name": "closedAt",
|
2118
|
-
"type": "uint40"
|
2119
|
-
},
|
2120
|
-
{
|
2121
|
-
"internalType": "bytes",
|
2122
|
-
"name": "applicationData",
|
2123
|
-
"type": "bytes"
|
2124
|
-
},
|
2125
|
-
{
|
2126
|
-
"internalType": "bytes",
|
2127
|
-
"name": "processData",
|
2128
|
-
"type": "bytes"
|
2129
|
-
}
|
2130
|
-
],
|
2131
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
2132
|
-
"name": "policy",
|
2133
|
-
"type": "tuple"
|
1473
|
+
"internalType": "Amount",
|
1474
|
+
"name": "lockedAmount",
|
1475
|
+
"type": "uint96"
|
2134
1476
|
},
|
2135
1477
|
{
|
2136
|
-
"internalType": "
|
2137
|
-
"name": "
|
2138
|
-
"type": "
|
1478
|
+
"internalType": "Amount",
|
1479
|
+
"name": "feeAmount",
|
1480
|
+
"type": "uint96"
|
2139
1481
|
}
|
2140
1482
|
],
|
2141
|
-
"
|
2142
|
-
"outputs": [],
|
2143
|
-
"stateMutability": "nonpayable",
|
1483
|
+
"stateMutability": "view",
|
2144
1484
|
"type": "function"
|
2145
1485
|
},
|
2146
1486
|
{
|
2147
1487
|
"inputs": [
|
2148
1488
|
{
|
2149
1489
|
"internalType": "NftId",
|
2150
|
-
"name": "
|
1490
|
+
"name": "targetNftId",
|
2151
1491
|
"type": "uint96"
|
2152
|
-
}
|
1492
|
+
}
|
1493
|
+
],
|
1494
|
+
"name": "getBalanceAmount",
|
1495
|
+
"outputs": [
|
2153
1496
|
{
|
2154
|
-
"internalType": "
|
2155
|
-
"name": "
|
2156
|
-
"type": "
|
1497
|
+
"internalType": "Amount",
|
1498
|
+
"name": "balanceAmount",
|
1499
|
+
"type": "uint96"
|
2157
1500
|
}
|
2158
1501
|
],
|
2159
|
-
"
|
2160
|
-
"outputs": [],
|
2161
|
-
"stateMutability": "nonpayable",
|
1502
|
+
"stateMutability": "view",
|
2162
1503
|
"type": "function"
|
2163
1504
|
},
|
2164
1505
|
{
|
@@ -2167,7 +1508,10 @@
|
|
2167
1508
|
"internalType": "NftId",
|
2168
1509
|
"name": "bundleNftId",
|
2169
1510
|
"type": "uint96"
|
2170
|
-
}
|
1511
|
+
}
|
1512
|
+
],
|
1513
|
+
"name": "getBundleInfo",
|
1514
|
+
"outputs": [
|
2171
1515
|
{
|
2172
1516
|
"components": [
|
2173
1517
|
{
|
@@ -2216,317 +1560,484 @@
|
|
2216
1560
|
"internalType": "struct IBundle.BundleInfo",
|
2217
1561
|
"name": "bundle",
|
2218
1562
|
"type": "tuple"
|
2219
|
-
},
|
2220
|
-
{
|
2221
|
-
"internalType": "StateId",
|
2222
|
-
"name": "newState",
|
2223
|
-
"type": "uint8"
|
2224
1563
|
}
|
2225
1564
|
],
|
2226
|
-
"
|
2227
|
-
"outputs": [],
|
2228
|
-
"stateMutability": "nonpayable",
|
1565
|
+
"stateMutability": "view",
|
2229
1566
|
"type": "function"
|
2230
1567
|
},
|
2231
1568
|
{
|
2232
1569
|
"inputs": [
|
2233
1570
|
{
|
2234
1571
|
"internalType": "NftId",
|
2235
|
-
"name": "
|
1572
|
+
"name": "componentNftId",
|
2236
1573
|
"type": "uint96"
|
2237
|
-
}
|
1574
|
+
}
|
1575
|
+
],
|
1576
|
+
"name": "getComponentInfo",
|
1577
|
+
"outputs": [
|
2238
1578
|
{
|
2239
|
-
"
|
2240
|
-
|
2241
|
-
|
1579
|
+
"components": [
|
1580
|
+
{
|
1581
|
+
"internalType": "string",
|
1582
|
+
"name": "name",
|
1583
|
+
"type": "string"
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
"internalType": "contract TokenHandler",
|
1587
|
+
"name": "tokenHandler",
|
1588
|
+
"type": "address"
|
1589
|
+
}
|
1590
|
+
],
|
1591
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1592
|
+
"name": "componentInfo",
|
1593
|
+
"type": "tuple"
|
2242
1594
|
}
|
2243
1595
|
],
|
2244
|
-
"
|
2245
|
-
"outputs": [],
|
2246
|
-
"stateMutability": "nonpayable",
|
1596
|
+
"stateMutability": "view",
|
2247
1597
|
"type": "function"
|
2248
1598
|
},
|
2249
1599
|
{
|
2250
1600
|
"inputs": [
|
2251
1601
|
{
|
2252
1602
|
"internalType": "NftId",
|
2253
|
-
"name": "
|
1603
|
+
"name": "distributorNftId",
|
2254
1604
|
"type": "uint96"
|
2255
|
-
}
|
1605
|
+
}
|
1606
|
+
],
|
1607
|
+
"name": "getDistributorInfo",
|
1608
|
+
"outputs": [
|
2256
1609
|
{
|
2257
|
-
"
|
2258
|
-
|
2259
|
-
|
2260
|
-
|
1610
|
+
"components": [
|
1611
|
+
{
|
1612
|
+
"internalType": "DistributorType",
|
1613
|
+
"name": "distributorType",
|
1614
|
+
"type": "bytes8"
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"internalType": "bool",
|
1618
|
+
"name": "active",
|
1619
|
+
"type": "bool"
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"internalType": "uint32",
|
1623
|
+
"name": "numPoliciesSold",
|
1624
|
+
"type": "uint32"
|
1625
|
+
},
|
1626
|
+
{
|
1627
|
+
"internalType": "bytes",
|
1628
|
+
"name": "data",
|
1629
|
+
"type": "bytes"
|
1630
|
+
}
|
1631
|
+
],
|
1632
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1633
|
+
"name": "info",
|
1634
|
+
"type": "tuple"
|
1635
|
+
}
|
1636
|
+
],
|
1637
|
+
"stateMutability": "view",
|
1638
|
+
"type": "function"
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
"inputs": [
|
1642
|
+
{
|
1643
|
+
"internalType": "DistributorType",
|
1644
|
+
"name": "distributorType",
|
1645
|
+
"type": "bytes8"
|
1646
|
+
}
|
1647
|
+
],
|
1648
|
+
"name": "getDistributorTypeInfo",
|
1649
|
+
"outputs": [
|
2261
1650
|
{
|
2262
1651
|
"components": [
|
2263
1652
|
{
|
2264
|
-
"internalType": "
|
2265
|
-
"name": "
|
2266
|
-
"type": "
|
1653
|
+
"internalType": "UFixed",
|
1654
|
+
"name": "minDiscountPercentage",
|
1655
|
+
"type": "uint160"
|
2267
1656
|
},
|
2268
1657
|
{
|
2269
|
-
"internalType": "
|
2270
|
-
"name": "
|
1658
|
+
"internalType": "NftId",
|
1659
|
+
"name": "distributionNftId",
|
2271
1660
|
"type": "uint96"
|
2272
1661
|
},
|
2273
1662
|
{
|
2274
|
-
"internalType": "
|
2275
|
-
"name": "
|
1663
|
+
"internalType": "UFixed",
|
1664
|
+
"name": "maxDiscountPercentage",
|
1665
|
+
"type": "uint160"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "uint32",
|
1669
|
+
"name": "maxReferralCount",
|
1670
|
+
"type": "uint32"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"internalType": "Seconds",
|
1674
|
+
"name": "maxReferralLifetime",
|
2276
1675
|
"type": "uint40"
|
2277
1676
|
},
|
2278
1677
|
{
|
2279
|
-
"internalType": "
|
2280
|
-
"name": "
|
2281
|
-
"type": "
|
1678
|
+
"internalType": "bool",
|
1679
|
+
"name": "allowSelfReferrals",
|
1680
|
+
"type": "bool"
|
2282
1681
|
},
|
2283
1682
|
{
|
2284
|
-
"internalType": "
|
2285
|
-
"name": "
|
2286
|
-
"type": "
|
1683
|
+
"internalType": "bool",
|
1684
|
+
"name": "allowRenewals",
|
1685
|
+
"type": "bool"
|
2287
1686
|
},
|
2288
1687
|
{
|
2289
|
-
"internalType": "
|
2290
|
-
"name": "
|
2291
|
-
"type": "
|
1688
|
+
"internalType": "UFixed",
|
1689
|
+
"name": "commissionPercentage",
|
1690
|
+
"type": "uint160"
|
1691
|
+
},
|
1692
|
+
{
|
1693
|
+
"internalType": "string",
|
1694
|
+
"name": "name",
|
1695
|
+
"type": "string"
|
2292
1696
|
},
|
2293
1697
|
{
|
2294
1698
|
"internalType": "bytes",
|
2295
|
-
"name": "
|
1699
|
+
"name": "data",
|
2296
1700
|
"type": "bytes"
|
2297
1701
|
}
|
2298
1702
|
],
|
2299
|
-
"internalType": "struct
|
2300
|
-
"name": "
|
1703
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1704
|
+
"name": "info",
|
2301
1705
|
"type": "tuple"
|
2302
|
-
},
|
2303
|
-
{
|
2304
|
-
"internalType": "StateId",
|
2305
|
-
"name": "newState",
|
2306
|
-
"type": "uint8"
|
2307
1706
|
}
|
2308
1707
|
],
|
2309
|
-
"
|
2310
|
-
"outputs": [],
|
2311
|
-
"stateMutability": "nonpayable",
|
1708
|
+
"stateMutability": "view",
|
2312
1709
|
"type": "function"
|
2313
1710
|
},
|
2314
1711
|
{
|
2315
1712
|
"inputs": [
|
2316
1713
|
{
|
2317
1714
|
"internalType": "NftId",
|
2318
|
-
"name": "
|
1715
|
+
"name": "targetNftId",
|
2319
1716
|
"type": "uint96"
|
2320
|
-
}
|
1717
|
+
}
|
1718
|
+
],
|
1719
|
+
"name": "getFeeAmount",
|
1720
|
+
"outputs": [
|
2321
1721
|
{
|
2322
|
-
"internalType": "
|
2323
|
-
"name": "
|
2324
|
-
"type": "
|
2325
|
-
}
|
1722
|
+
"internalType": "Amount",
|
1723
|
+
"name": "feeAmount",
|
1724
|
+
"type": "uint96"
|
1725
|
+
}
|
1726
|
+
],
|
1727
|
+
"stateMutability": "view",
|
1728
|
+
"type": "function"
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"inputs": [
|
1732
|
+
{
|
1733
|
+
"internalType": "ObjectType",
|
1734
|
+
"name": "objectType",
|
1735
|
+
"type": "uint8"
|
1736
|
+
}
|
1737
|
+
],
|
1738
|
+
"name": "getInitialState",
|
1739
|
+
"outputs": [
|
2326
1740
|
{
|
2327
1741
|
"internalType": "StateId",
|
2328
|
-
"name": "
|
1742
|
+
"name": "",
|
2329
1743
|
"type": "uint8"
|
2330
1744
|
}
|
2331
1745
|
],
|
2332
|
-
"
|
2333
|
-
"outputs": [],
|
2334
|
-
"stateMutability": "nonpayable",
|
1746
|
+
"stateMutability": "view",
|
2335
1747
|
"type": "function"
|
2336
1748
|
},
|
2337
1749
|
{
|
2338
1750
|
"inputs": [
|
2339
1751
|
{
|
2340
1752
|
"internalType": "NftId",
|
2341
|
-
"name": "
|
1753
|
+
"name": "targetNftId",
|
2342
1754
|
"type": "uint96"
|
2343
|
-
}
|
1755
|
+
}
|
1756
|
+
],
|
1757
|
+
"name": "getLockedAmount",
|
1758
|
+
"outputs": [
|
1759
|
+
{
|
1760
|
+
"internalType": "Amount",
|
1761
|
+
"name": "lockedAmount",
|
1762
|
+
"type": "uint96"
|
1763
|
+
}
|
1764
|
+
],
|
1765
|
+
"stateMutability": "view",
|
1766
|
+
"type": "function"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"inputs": [
|
1770
|
+
{
|
1771
|
+
"internalType": "Key32",
|
1772
|
+
"name": "key32",
|
1773
|
+
"type": "bytes32"
|
1774
|
+
}
|
1775
|
+
],
|
1776
|
+
"name": "getMetadata",
|
1777
|
+
"outputs": [
|
2344
1778
|
{
|
2345
1779
|
"components": [
|
2346
1780
|
{
|
2347
|
-
"internalType": "
|
2348
|
-
"name": "
|
2349
|
-
"type": "
|
1781
|
+
"internalType": "ObjectType",
|
1782
|
+
"name": "objectType",
|
1783
|
+
"type": "uint8"
|
2350
1784
|
},
|
2351
1785
|
{
|
2352
|
-
"internalType": "
|
2353
|
-
"name": "
|
2354
|
-
"type": "
|
1786
|
+
"internalType": "StateId",
|
1787
|
+
"name": "state",
|
1788
|
+
"type": "uint8"
|
2355
1789
|
},
|
2356
1790
|
{
|
2357
|
-
"internalType": "
|
2358
|
-
"name": "
|
2359
|
-
"type": "
|
1791
|
+
"internalType": "Blocknumber",
|
1792
|
+
"name": "updatedIn",
|
1793
|
+
"type": "uint40"
|
2360
1794
|
}
|
2361
1795
|
],
|
2362
|
-
"internalType": "struct
|
2363
|
-
"name": "
|
1796
|
+
"internalType": "struct IBaseStore.Metadata",
|
1797
|
+
"name": "metadata",
|
2364
1798
|
"type": "tuple"
|
2365
|
-
},
|
2366
|
-
{
|
2367
|
-
"internalType": "StateId",
|
2368
|
-
"name": "newState",
|
2369
|
-
"type": "uint8"
|
2370
1799
|
}
|
2371
1800
|
],
|
2372
|
-
"
|
2373
|
-
"outputs": [],
|
2374
|
-
"stateMutability": "nonpayable",
|
1801
|
+
"stateMutability": "view",
|
2375
1802
|
"type": "function"
|
2376
1803
|
},
|
2377
1804
|
{
|
2378
1805
|
"inputs": [
|
2379
1806
|
{
|
2380
1807
|
"internalType": "NftId",
|
2381
|
-
"name": "
|
1808
|
+
"name": "poolNftId",
|
2382
1809
|
"type": "uint96"
|
2383
|
-
}
|
1810
|
+
}
|
1811
|
+
],
|
1812
|
+
"name": "getPoolInfo",
|
1813
|
+
"outputs": [
|
2384
1814
|
{
|
2385
1815
|
"components": [
|
2386
1816
|
{
|
2387
|
-
"internalType": "
|
2388
|
-
"name": "
|
2389
|
-
"type": "
|
1817
|
+
"internalType": "Amount",
|
1818
|
+
"name": "maxBalanceAmount",
|
1819
|
+
"type": "uint96"
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
"internalType": "UFixed",
|
1823
|
+
"name": "collateralizationLevel",
|
1824
|
+
"type": "uint160"
|
1825
|
+
},
|
1826
|
+
{
|
1827
|
+
"internalType": "UFixed",
|
1828
|
+
"name": "retentionLevel",
|
1829
|
+
"type": "uint160"
|
2390
1830
|
},
|
2391
1831
|
{
|
2392
1832
|
"internalType": "bool",
|
2393
|
-
"name": "
|
1833
|
+
"name": "isInterceptingBundleTransfers",
|
2394
1834
|
"type": "bool"
|
2395
1835
|
},
|
2396
1836
|
{
|
2397
|
-
"internalType": "
|
2398
|
-
"name": "
|
2399
|
-
"type": "
|
1837
|
+
"internalType": "bool",
|
1838
|
+
"name": "isProcessingConfirmedClaims",
|
1839
|
+
"type": "bool"
|
2400
1840
|
},
|
2401
1841
|
{
|
2402
|
-
"internalType": "
|
2403
|
-
"name": "
|
2404
|
-
"type": "
|
1842
|
+
"internalType": "bool",
|
1843
|
+
"name": "isExternallyManaged",
|
1844
|
+
"type": "bool"
|
1845
|
+
},
|
1846
|
+
{
|
1847
|
+
"internalType": "bool",
|
1848
|
+
"name": "isVerifyingApplications",
|
1849
|
+
"type": "bool"
|
2405
1850
|
}
|
2406
1851
|
],
|
2407
|
-
"internalType": "struct
|
1852
|
+
"internalType": "struct IComponents.PoolInfo",
|
2408
1853
|
"name": "info",
|
2409
1854
|
"type": "tuple"
|
2410
|
-
},
|
2411
|
-
{
|
2412
|
-
"internalType": "StateId",
|
2413
|
-
"name": "newState",
|
2414
|
-
"type": "uint8"
|
2415
1855
|
}
|
2416
1856
|
],
|
2417
|
-
"
|
2418
|
-
"outputs": [],
|
2419
|
-
"stateMutability": "nonpayable",
|
1857
|
+
"stateMutability": "view",
|
2420
1858
|
"type": "function"
|
2421
1859
|
},
|
2422
1860
|
{
|
2423
1861
|
"inputs": [
|
2424
1862
|
{
|
2425
|
-
"internalType": "
|
2426
|
-
"name": "
|
2427
|
-
"type": "
|
2428
|
-
}
|
1863
|
+
"internalType": "ReferralId",
|
1864
|
+
"name": "referralId",
|
1865
|
+
"type": "bytes8"
|
1866
|
+
}
|
1867
|
+
],
|
1868
|
+
"name": "getReferralInfo",
|
1869
|
+
"outputs": [
|
2429
1870
|
{
|
2430
|
-
"
|
2431
|
-
|
2432
|
-
|
1871
|
+
"components": [
|
1872
|
+
{
|
1873
|
+
"internalType": "NftId",
|
1874
|
+
"name": "distributionNftId",
|
1875
|
+
"type": "uint96"
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"internalType": "NftId",
|
1879
|
+
"name": "distributorNftId",
|
1880
|
+
"type": "uint96"
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"internalType": "uint32",
|
1884
|
+
"name": "maxReferrals",
|
1885
|
+
"type": "uint32"
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"internalType": "uint32",
|
1889
|
+
"name": "usedReferrals",
|
1890
|
+
"type": "uint32"
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"internalType": "UFixed",
|
1894
|
+
"name": "discountPercentage",
|
1895
|
+
"type": "uint160"
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
"internalType": "Timestamp",
|
1899
|
+
"name": "expiryAt",
|
1900
|
+
"type": "uint40"
|
1901
|
+
},
|
1902
|
+
{
|
1903
|
+
"internalType": "string",
|
1904
|
+
"name": "referralCode",
|
1905
|
+
"type": "string"
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"internalType": "bytes",
|
1909
|
+
"name": "data",
|
1910
|
+
"type": "bytes"
|
1911
|
+
}
|
1912
|
+
],
|
1913
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1914
|
+
"name": "referralInfo",
|
1915
|
+
"type": "tuple"
|
2433
1916
|
}
|
2434
1917
|
],
|
2435
|
-
"
|
2436
|
-
"outputs": [],
|
2437
|
-
"stateMutability": "nonpayable",
|
1918
|
+
"stateMutability": "view",
|
2438
1919
|
"type": "function"
|
2439
1920
|
},
|
2440
1921
|
{
|
2441
1922
|
"inputs": [
|
2442
1923
|
{
|
2443
|
-
"internalType": "
|
2444
|
-
"name": "
|
2445
|
-
"type": "
|
2446
|
-
}
|
1924
|
+
"internalType": "RequestId",
|
1925
|
+
"name": "requestId",
|
1926
|
+
"type": "uint64"
|
1927
|
+
}
|
1928
|
+
],
|
1929
|
+
"name": "getRequestInfo",
|
1930
|
+
"outputs": [
|
2447
1931
|
{
|
2448
1932
|
"components": [
|
2449
|
-
{
|
2450
|
-
"internalType": "UFixed",
|
2451
|
-
"name": "minDiscountPercentage",
|
2452
|
-
"type": "uint160"
|
2453
|
-
},
|
2454
1933
|
{
|
2455
1934
|
"internalType": "NftId",
|
2456
|
-
"name": "
|
1935
|
+
"name": "requesterNftId",
|
2457
1936
|
"type": "uint96"
|
2458
1937
|
},
|
2459
1938
|
{
|
2460
|
-
"internalType": "
|
2461
|
-
"name": "
|
2462
|
-
"type": "
|
2463
|
-
},
|
2464
|
-
{
|
2465
|
-
"internalType": "uint32",
|
2466
|
-
"name": "maxReferralCount",
|
2467
|
-
"type": "uint32"
|
2468
|
-
},
|
2469
|
-
{
|
2470
|
-
"internalType": "Seconds",
|
2471
|
-
"name": "maxReferralLifetime",
|
2472
|
-
"type": "uint40"
|
1939
|
+
"internalType": "NftId",
|
1940
|
+
"name": "oracleNftId",
|
1941
|
+
"type": "uint96"
|
2473
1942
|
},
|
2474
1943
|
{
|
2475
1944
|
"internalType": "bool",
|
2476
|
-
"name": "
|
1945
|
+
"name": "isCancelled",
|
2477
1946
|
"type": "bool"
|
2478
1947
|
},
|
2479
1948
|
{
|
2480
|
-
"internalType": "
|
2481
|
-
"name": "
|
2482
|
-
"type": "
|
1949
|
+
"internalType": "Timestamp",
|
1950
|
+
"name": "respondedAt",
|
1951
|
+
"type": "uint40"
|
2483
1952
|
},
|
2484
1953
|
{
|
2485
|
-
"internalType": "
|
2486
|
-
"name": "
|
2487
|
-
"type": "
|
1954
|
+
"internalType": "Timestamp",
|
1955
|
+
"name": "expiredAt",
|
1956
|
+
"type": "uint40"
|
2488
1957
|
},
|
2489
1958
|
{
|
2490
1959
|
"internalType": "string",
|
2491
|
-
"name": "
|
1960
|
+
"name": "callbackMethodName",
|
2492
1961
|
"type": "string"
|
2493
1962
|
},
|
2494
1963
|
{
|
2495
1964
|
"internalType": "bytes",
|
2496
|
-
"name": "
|
1965
|
+
"name": "requestData",
|
1966
|
+
"type": "bytes"
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"internalType": "bytes",
|
1970
|
+
"name": "responseData",
|
2497
1971
|
"type": "bytes"
|
2498
1972
|
}
|
2499
1973
|
],
|
2500
|
-
"internalType": "struct
|
2501
|
-
"name": "
|
1974
|
+
"internalType": "struct IOracle.RequestInfo",
|
1975
|
+
"name": "request",
|
2502
1976
|
"type": "tuple"
|
2503
|
-
}
|
1977
|
+
}
|
1978
|
+
],
|
1979
|
+
"stateMutability": "view",
|
1980
|
+
"type": "function"
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"inputs": [
|
1984
|
+
{
|
1985
|
+
"internalType": "Key32",
|
1986
|
+
"name": "key32",
|
1987
|
+
"type": "bytes32"
|
1988
|
+
}
|
1989
|
+
],
|
1990
|
+
"name": "getState",
|
1991
|
+
"outputs": [
|
2504
1992
|
{
|
2505
1993
|
"internalType": "StateId",
|
2506
|
-
"name": "
|
1994
|
+
"name": "state",
|
2507
1995
|
"type": "uint8"
|
2508
1996
|
}
|
2509
1997
|
],
|
2510
|
-
"
|
2511
|
-
"outputs": [],
|
2512
|
-
"stateMutability": "nonpayable",
|
1998
|
+
"stateMutability": "view",
|
2513
1999
|
"type": "function"
|
2514
2000
|
},
|
2515
2001
|
{
|
2516
2002
|
"inputs": [
|
2517
2003
|
{
|
2518
|
-
"internalType": "
|
2519
|
-
"name": "
|
2520
|
-
"type": "
|
2004
|
+
"internalType": "ObjectType",
|
2005
|
+
"name": "objectType",
|
2006
|
+
"type": "uint8"
|
2007
|
+
}
|
2008
|
+
],
|
2009
|
+
"name": "hasLifecycle",
|
2010
|
+
"outputs": [
|
2011
|
+
{
|
2012
|
+
"internalType": "bool",
|
2013
|
+
"name": "",
|
2014
|
+
"type": "bool"
|
2015
|
+
}
|
2016
|
+
],
|
2017
|
+
"stateMutability": "view",
|
2018
|
+
"type": "function"
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"inputs": [
|
2022
|
+
{
|
2023
|
+
"internalType": "NftId",
|
2024
|
+
"name": "targetNftId",
|
2025
|
+
"type": "uint96"
|
2521
2026
|
},
|
2522
2027
|
{
|
2523
|
-
"internalType": "
|
2524
|
-
"name": "
|
2525
|
-
"type": "
|
2028
|
+
"internalType": "Amount",
|
2029
|
+
"name": "amount",
|
2030
|
+
"type": "uint96"
|
2031
|
+
}
|
2032
|
+
],
|
2033
|
+
"name": "increaseBalance",
|
2034
|
+
"outputs": [
|
2035
|
+
{
|
2036
|
+
"internalType": "Amount",
|
2037
|
+
"name": "newBalance",
|
2038
|
+
"type": "uint96"
|
2526
2039
|
}
|
2527
2040
|
],
|
2528
|
-
"name": "updateDistributorTypeState",
|
2529
|
-
"outputs": [],
|
2530
2041
|
"stateMutability": "nonpayable",
|
2531
2042
|
"type": "function"
|
2532
2043
|
},
|
@@ -2534,183 +2045,190 @@
|
|
2534
2045
|
"inputs": [
|
2535
2046
|
{
|
2536
2047
|
"internalType": "NftId",
|
2537
|
-
"name": "
|
2048
|
+
"name": "targetNftId",
|
2538
2049
|
"type": "uint96"
|
2539
2050
|
},
|
2540
2051
|
{
|
2541
|
-
"
|
2542
|
-
|
2543
|
-
|
2544
|
-
|
2545
|
-
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2549
|
-
|
2550
|
-
|
2551
|
-
|
2552
|
-
|
2553
|
-
|
2554
|
-
|
2555
|
-
|
2556
|
-
|
2557
|
-
|
2558
|
-
|
2559
|
-
|
2560
|
-
|
2561
|
-
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
2568
|
-
|
2569
|
-
|
2570
|
-
|
2571
|
-
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2575
|
-
|
2576
|
-
{
|
2577
|
-
"components": [
|
2578
|
-
{
|
2579
|
-
"internalType": "UFixed",
|
2580
|
-
"name": "fractionalFee",
|
2581
|
-
"type": "uint160"
|
2582
|
-
},
|
2583
|
-
{
|
2584
|
-
"internalType": "Amount",
|
2585
|
-
"name": "fixedFee",
|
2586
|
-
"type": "uint96"
|
2587
|
-
}
|
2588
|
-
],
|
2589
|
-
"internalType": "struct Fee",
|
2590
|
-
"name": "distributionFee",
|
2591
|
-
"type": "tuple"
|
2592
|
-
},
|
2593
|
-
{
|
2594
|
-
"components": [
|
2595
|
-
{
|
2596
|
-
"internalType": "UFixed",
|
2597
|
-
"name": "fractionalFee",
|
2598
|
-
"type": "uint160"
|
2599
|
-
},
|
2600
|
-
{
|
2601
|
-
"internalType": "Amount",
|
2602
|
-
"name": "fixedFee",
|
2603
|
-
"type": "uint96"
|
2604
|
-
}
|
2605
|
-
],
|
2606
|
-
"internalType": "struct Fee",
|
2607
|
-
"name": "minDistributionOwnerFee",
|
2608
|
-
"type": "tuple"
|
2609
|
-
},
|
2610
|
-
{
|
2611
|
-
"components": [
|
2612
|
-
{
|
2613
|
-
"internalType": "UFixed",
|
2614
|
-
"name": "fractionalFee",
|
2615
|
-
"type": "uint160"
|
2616
|
-
},
|
2617
|
-
{
|
2618
|
-
"internalType": "Amount",
|
2619
|
-
"name": "fixedFee",
|
2620
|
-
"type": "uint96"
|
2621
|
-
}
|
2622
|
-
],
|
2623
|
-
"internalType": "struct Fee",
|
2624
|
-
"name": "poolFee",
|
2625
|
-
"type": "tuple"
|
2626
|
-
},
|
2627
|
-
{
|
2628
|
-
"components": [
|
2629
|
-
{
|
2630
|
-
"internalType": "UFixed",
|
2631
|
-
"name": "fractionalFee",
|
2632
|
-
"type": "uint160"
|
2633
|
-
},
|
2634
|
-
{
|
2635
|
-
"internalType": "Amount",
|
2636
|
-
"name": "fixedFee",
|
2637
|
-
"type": "uint96"
|
2638
|
-
}
|
2639
|
-
],
|
2640
|
-
"internalType": "struct Fee",
|
2641
|
-
"name": "stakingFee",
|
2642
|
-
"type": "tuple"
|
2643
|
-
},
|
2644
|
-
{
|
2645
|
-
"components": [
|
2646
|
-
{
|
2647
|
-
"internalType": "UFixed",
|
2648
|
-
"name": "fractionalFee",
|
2649
|
-
"type": "uint160"
|
2650
|
-
},
|
2651
|
-
{
|
2652
|
-
"internalType": "Amount",
|
2653
|
-
"name": "fixedFee",
|
2654
|
-
"type": "uint96"
|
2655
|
-
}
|
2656
|
-
],
|
2657
|
-
"internalType": "struct Fee",
|
2658
|
-
"name": "performanceFee",
|
2659
|
-
"type": "tuple"
|
2660
|
-
}
|
2661
|
-
],
|
2662
|
-
"internalType": "struct IComponents.FeeInfo",
|
2663
|
-
"name": "info",
|
2664
|
-
"type": "tuple"
|
2052
|
+
"internalType": "Amount",
|
2053
|
+
"name": "amount",
|
2054
|
+
"type": "uint96"
|
2055
|
+
}
|
2056
|
+
],
|
2057
|
+
"name": "increaseFees",
|
2058
|
+
"outputs": [
|
2059
|
+
{
|
2060
|
+
"internalType": "Amount",
|
2061
|
+
"name": "newFeeBalance",
|
2062
|
+
"type": "uint96"
|
2063
|
+
}
|
2064
|
+
],
|
2065
|
+
"stateMutability": "nonpayable",
|
2066
|
+
"type": "function"
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"inputs": [
|
2070
|
+
{
|
2071
|
+
"internalType": "NftId",
|
2072
|
+
"name": "targetNftId",
|
2073
|
+
"type": "uint96"
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"internalType": "Amount",
|
2077
|
+
"name": "amount",
|
2078
|
+
"type": "uint96"
|
2079
|
+
}
|
2080
|
+
],
|
2081
|
+
"name": "increaseLocked",
|
2082
|
+
"outputs": [
|
2083
|
+
{
|
2084
|
+
"internalType": "Amount",
|
2085
|
+
"name": "newBalance",
|
2086
|
+
"type": "uint96"
|
2665
2087
|
}
|
2666
2088
|
],
|
2667
|
-
"
|
2089
|
+
"stateMutability": "nonpayable",
|
2090
|
+
"type": "function"
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"inputs": [],
|
2094
|
+
"name": "initialize",
|
2668
2095
|
"outputs": [],
|
2669
2096
|
"stateMutability": "nonpayable",
|
2670
2097
|
"type": "function"
|
2671
2098
|
},
|
2099
|
+
{
|
2100
|
+
"inputs": [],
|
2101
|
+
"name": "isConsumingScheduledOp",
|
2102
|
+
"outputs": [
|
2103
|
+
{
|
2104
|
+
"internalType": "bytes4",
|
2105
|
+
"name": "",
|
2106
|
+
"type": "bytes4"
|
2107
|
+
}
|
2108
|
+
],
|
2109
|
+
"stateMutability": "view",
|
2110
|
+
"type": "function"
|
2111
|
+
},
|
2672
2112
|
{
|
2673
2113
|
"inputs": [
|
2674
2114
|
{
|
2675
|
-
"internalType": "
|
2676
|
-
"name": "
|
2677
|
-
"type": "
|
2115
|
+
"internalType": "ObjectType",
|
2116
|
+
"name": "objectType",
|
2117
|
+
"type": "uint8"
|
2678
2118
|
},
|
2679
2119
|
{
|
2680
|
-
"internalType": "
|
2681
|
-
"name": "
|
2682
|
-
"type": "
|
2120
|
+
"internalType": "StateId",
|
2121
|
+
"name": "fromId",
|
2122
|
+
"type": "uint8"
|
2123
|
+
},
|
2124
|
+
{
|
2125
|
+
"internalType": "StateId",
|
2126
|
+
"name": "toId",
|
2127
|
+
"type": "uint8"
|
2128
|
+
}
|
2129
|
+
],
|
2130
|
+
"name": "isValidTransition",
|
2131
|
+
"outputs": [
|
2132
|
+
{
|
2133
|
+
"internalType": "bool",
|
2134
|
+
"name": "",
|
2135
|
+
"type": "bool"
|
2136
|
+
}
|
2137
|
+
],
|
2138
|
+
"stateMutability": "view",
|
2139
|
+
"type": "function"
|
2140
|
+
},
|
2141
|
+
{
|
2142
|
+
"inputs": [
|
2143
|
+
{
|
2144
|
+
"internalType": "address",
|
2145
|
+
"name": "newAuthority",
|
2146
|
+
"type": "address"
|
2147
|
+
}
|
2148
|
+
],
|
2149
|
+
"name": "setAuthority",
|
2150
|
+
"outputs": [],
|
2151
|
+
"stateMutability": "nonpayable",
|
2152
|
+
"type": "function"
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"inputs": [
|
2156
|
+
{
|
2157
|
+
"internalType": "ObjectType",
|
2158
|
+
"name": "objectType",
|
2159
|
+
"type": "uint8"
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
"internalType": "KeyId",
|
2163
|
+
"name": "id",
|
2164
|
+
"type": "bytes31"
|
2165
|
+
}
|
2166
|
+
],
|
2167
|
+
"name": "toKey32",
|
2168
|
+
"outputs": [
|
2169
|
+
{
|
2170
|
+
"internalType": "Key32",
|
2171
|
+
"name": "",
|
2172
|
+
"type": "bytes32"
|
2173
|
+
}
|
2174
|
+
],
|
2175
|
+
"stateMutability": "pure",
|
2176
|
+
"type": "function"
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
"inputs": [
|
2180
|
+
{
|
2181
|
+
"internalType": "NftId",
|
2182
|
+
"name": "bundleNftId",
|
2183
|
+
"type": "uint96"
|
2683
2184
|
},
|
2684
2185
|
{
|
2685
2186
|
"components": [
|
2686
2187
|
{
|
2687
|
-
"internalType": "
|
2688
|
-
"name": "
|
2689
|
-
"type": "
|
2188
|
+
"internalType": "Timestamp",
|
2189
|
+
"name": "activatedAt",
|
2190
|
+
"type": "uint40"
|
2690
2191
|
},
|
2691
2192
|
{
|
2692
|
-
"internalType": "
|
2693
|
-
"name": "
|
2694
|
-
"type": "
|
2193
|
+
"internalType": "Timestamp",
|
2194
|
+
"name": "expiredAt",
|
2195
|
+
"type": "uint40"
|
2695
2196
|
},
|
2696
2197
|
{
|
2697
2198
|
"internalType": "Timestamp",
|
2698
|
-
"name": "
|
2199
|
+
"name": "closedAt",
|
2699
2200
|
"type": "uint40"
|
2700
2201
|
},
|
2701
2202
|
{
|
2702
|
-
"internalType": "
|
2703
|
-
"name": "
|
2704
|
-
"type": "
|
2203
|
+
"internalType": "NftId",
|
2204
|
+
"name": "poolNftId",
|
2205
|
+
"type": "uint96"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"components": [
|
2209
|
+
{
|
2210
|
+
"internalType": "UFixed",
|
2211
|
+
"name": "fractionalFee",
|
2212
|
+
"type": "uint160"
|
2213
|
+
},
|
2214
|
+
{
|
2215
|
+
"internalType": "Amount",
|
2216
|
+
"name": "fixedFee",
|
2217
|
+
"type": "uint96"
|
2218
|
+
}
|
2219
|
+
],
|
2220
|
+
"internalType": "struct Fee",
|
2221
|
+
"name": "fee",
|
2222
|
+
"type": "tuple"
|
2705
2223
|
},
|
2706
2224
|
{
|
2707
2225
|
"internalType": "bytes",
|
2708
|
-
"name": "
|
2226
|
+
"name": "filter",
|
2709
2227
|
"type": "bytes"
|
2710
2228
|
}
|
2711
2229
|
],
|
2712
|
-
"internalType": "struct
|
2713
|
-
"name": "
|
2230
|
+
"internalType": "struct IBundle.BundleInfo",
|
2231
|
+
"name": "bundle",
|
2714
2232
|
"type": "tuple"
|
2715
2233
|
},
|
2716
2234
|
{
|
@@ -2719,7 +2237,7 @@
|
|
2719
2237
|
"type": "uint8"
|
2720
2238
|
}
|
2721
2239
|
],
|
2722
|
-
"name": "
|
2240
|
+
"name": "updateBundle",
|
2723
2241
|
"outputs": [],
|
2724
2242
|
"stateMutability": "nonpayable",
|
2725
2243
|
"type": "function"
|
@@ -2728,21 +2246,16 @@
|
|
2728
2246
|
"inputs": [
|
2729
2247
|
{
|
2730
2248
|
"internalType": "NftId",
|
2731
|
-
"name": "
|
2249
|
+
"name": "bundleNftId",
|
2732
2250
|
"type": "uint96"
|
2733
2251
|
},
|
2734
|
-
{
|
2735
|
-
"internalType": "PayoutId",
|
2736
|
-
"name": "payoutId",
|
2737
|
-
"type": "uint40"
|
2738
|
-
},
|
2739
2252
|
{
|
2740
2253
|
"internalType": "StateId",
|
2741
2254
|
"name": "newState",
|
2742
2255
|
"type": "uint8"
|
2743
2256
|
}
|
2744
2257
|
],
|
2745
|
-
"name": "
|
2258
|
+
"name": "updateBundleState",
|
2746
2259
|
"outputs": [],
|
2747
2260
|
"stateMutability": "nonpayable",
|
2748
2261
|
"type": "function"
|
@@ -2751,94 +2264,24 @@
|
|
2751
2264
|
"inputs": [
|
2752
2265
|
{
|
2753
2266
|
"internalType": "NftId",
|
2754
|
-
"name": "
|
2267
|
+
"name": "componentNftId",
|
2755
2268
|
"type": "uint96"
|
2756
2269
|
},
|
2757
2270
|
{
|
2758
2271
|
"components": [
|
2759
2272
|
{
|
2760
|
-
"internalType": "
|
2761
|
-
"name": "
|
2762
|
-
"type": "
|
2763
|
-
},
|
2764
|
-
{
|
2765
|
-
"internalType": "NftId",
|
2766
|
-
"name": "bundleNftId",
|
2767
|
-
"type": "uint96"
|
2768
|
-
},
|
2769
|
-
{
|
2770
|
-
"internalType": "RiskId",
|
2771
|
-
"name": "riskId",
|
2772
|
-
"type": "bytes8"
|
2773
|
-
},
|
2774
|
-
{
|
2775
|
-
"internalType": "Amount",
|
2776
|
-
"name": "sumInsuredAmount",
|
2777
|
-
"type": "uint96"
|
2778
|
-
},
|
2779
|
-
{
|
2780
|
-
"internalType": "Amount",
|
2781
|
-
"name": "premiumAmount",
|
2782
|
-
"type": "uint96"
|
2783
|
-
},
|
2784
|
-
{
|
2785
|
-
"internalType": "ReferralId",
|
2786
|
-
"name": "referralId",
|
2787
|
-
"type": "bytes8"
|
2788
|
-
},
|
2789
|
-
{
|
2790
|
-
"internalType": "uint16",
|
2791
|
-
"name": "claimsCount",
|
2792
|
-
"type": "uint16"
|
2793
|
-
},
|
2794
|
-
{
|
2795
|
-
"internalType": "uint16",
|
2796
|
-
"name": "openClaimsCount",
|
2797
|
-
"type": "uint16"
|
2798
|
-
},
|
2799
|
-
{
|
2800
|
-
"internalType": "Amount",
|
2801
|
-
"name": "claimAmount",
|
2802
|
-
"type": "uint96"
|
2803
|
-
},
|
2804
|
-
{
|
2805
|
-
"internalType": "Amount",
|
2806
|
-
"name": "payoutAmount",
|
2807
|
-
"type": "uint96"
|
2808
|
-
},
|
2809
|
-
{
|
2810
|
-
"internalType": "Timestamp",
|
2811
|
-
"name": "activatedAt",
|
2812
|
-
"type": "uint40"
|
2813
|
-
},
|
2814
|
-
{
|
2815
|
-
"internalType": "Seconds",
|
2816
|
-
"name": "lifetime",
|
2817
|
-
"type": "uint40"
|
2818
|
-
},
|
2819
|
-
{
|
2820
|
-
"internalType": "Timestamp",
|
2821
|
-
"name": "expiredAt",
|
2822
|
-
"type": "uint40"
|
2823
|
-
},
|
2824
|
-
{
|
2825
|
-
"internalType": "Timestamp",
|
2826
|
-
"name": "closedAt",
|
2827
|
-
"type": "uint40"
|
2828
|
-
},
|
2829
|
-
{
|
2830
|
-
"internalType": "bytes",
|
2831
|
-
"name": "applicationData",
|
2832
|
-
"type": "bytes"
|
2273
|
+
"internalType": "string",
|
2274
|
+
"name": "name",
|
2275
|
+
"type": "string"
|
2833
2276
|
},
|
2834
2277
|
{
|
2835
|
-
"internalType": "
|
2836
|
-
"name": "
|
2837
|
-
"type": "
|
2278
|
+
"internalType": "contract TokenHandler",
|
2279
|
+
"name": "tokenHandler",
|
2280
|
+
"type": "address"
|
2838
2281
|
}
|
2839
2282
|
],
|
2840
|
-
"internalType": "struct
|
2841
|
-
"name": "
|
2283
|
+
"internalType": "struct IComponents.ComponentInfo",
|
2284
|
+
"name": "componentInfo",
|
2842
2285
|
"type": "tuple"
|
2843
2286
|
},
|
2844
2287
|
{
|
@@ -2847,7 +2290,7 @@
|
|
2847
2290
|
"type": "uint8"
|
2848
2291
|
}
|
2849
2292
|
],
|
2850
|
-
"name": "
|
2293
|
+
"name": "updateComponent",
|
2851
2294
|
"outputs": [],
|
2852
2295
|
"stateMutability": "nonpayable",
|
2853
2296
|
"type": "function"
|
@@ -2856,94 +2299,34 @@
|
|
2856
2299
|
"inputs": [
|
2857
2300
|
{
|
2858
2301
|
"internalType": "NftId",
|
2859
|
-
"name": "
|
2302
|
+
"name": "distributorNftId",
|
2860
2303
|
"type": "uint96"
|
2861
2304
|
},
|
2862
2305
|
{
|
2863
2306
|
"components": [
|
2864
2307
|
{
|
2865
|
-
"internalType": "
|
2866
|
-
"name": "
|
2867
|
-
"type": "
|
2868
|
-
},
|
2869
|
-
{
|
2870
|
-
"internalType": "NftId",
|
2871
|
-
"name": "bundleNftId",
|
2872
|
-
"type": "uint96"
|
2873
|
-
},
|
2874
|
-
{
|
2875
|
-
"internalType": "RiskId",
|
2876
|
-
"name": "riskId",
|
2877
|
-
"type": "bytes8"
|
2878
|
-
},
|
2879
|
-
{
|
2880
|
-
"internalType": "Amount",
|
2881
|
-
"name": "sumInsuredAmount",
|
2882
|
-
"type": "uint96"
|
2883
|
-
},
|
2884
|
-
{
|
2885
|
-
"internalType": "Amount",
|
2886
|
-
"name": "premiumAmount",
|
2887
|
-
"type": "uint96"
|
2888
|
-
},
|
2889
|
-
{
|
2890
|
-
"internalType": "ReferralId",
|
2891
|
-
"name": "referralId",
|
2892
|
-
"type": "bytes8"
|
2893
|
-
},
|
2894
|
-
{
|
2895
|
-
"internalType": "uint16",
|
2896
|
-
"name": "claimsCount",
|
2897
|
-
"type": "uint16"
|
2898
|
-
},
|
2899
|
-
{
|
2900
|
-
"internalType": "uint16",
|
2901
|
-
"name": "openClaimsCount",
|
2902
|
-
"type": "uint16"
|
2903
|
-
},
|
2904
|
-
{
|
2905
|
-
"internalType": "Amount",
|
2906
|
-
"name": "claimAmount",
|
2907
|
-
"type": "uint96"
|
2908
|
-
},
|
2909
|
-
{
|
2910
|
-
"internalType": "Amount",
|
2911
|
-
"name": "payoutAmount",
|
2912
|
-
"type": "uint96"
|
2913
|
-
},
|
2914
|
-
{
|
2915
|
-
"internalType": "Timestamp",
|
2916
|
-
"name": "activatedAt",
|
2917
|
-
"type": "uint40"
|
2918
|
-
},
|
2919
|
-
{
|
2920
|
-
"internalType": "Seconds",
|
2921
|
-
"name": "lifetime",
|
2922
|
-
"type": "uint40"
|
2923
|
-
},
|
2924
|
-
{
|
2925
|
-
"internalType": "Timestamp",
|
2926
|
-
"name": "expiredAt",
|
2927
|
-
"type": "uint40"
|
2308
|
+
"internalType": "DistributorType",
|
2309
|
+
"name": "distributorType",
|
2310
|
+
"type": "bytes8"
|
2928
2311
|
},
|
2929
2312
|
{
|
2930
|
-
"internalType": "
|
2931
|
-
"name": "
|
2932
|
-
"type": "
|
2313
|
+
"internalType": "bool",
|
2314
|
+
"name": "active",
|
2315
|
+
"type": "bool"
|
2933
2316
|
},
|
2934
2317
|
{
|
2935
|
-
"internalType": "
|
2936
|
-
"name": "
|
2937
|
-
"type": "
|
2318
|
+
"internalType": "uint32",
|
2319
|
+
"name": "numPoliciesSold",
|
2320
|
+
"type": "uint32"
|
2938
2321
|
},
|
2939
2322
|
{
|
2940
2323
|
"internalType": "bytes",
|
2941
|
-
"name": "
|
2324
|
+
"name": "data",
|
2942
2325
|
"type": "bytes"
|
2943
2326
|
}
|
2944
2327
|
],
|
2945
|
-
"internalType": "struct
|
2946
|
-
"name": "
|
2328
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
2329
|
+
"name": "info",
|
2947
2330
|
"type": "tuple"
|
2948
2331
|
},
|
2949
2332
|
{
|
@@ -2952,7 +2335,7 @@
|
|
2952
2335
|
"type": "uint8"
|
2953
2336
|
}
|
2954
2337
|
],
|
2955
|
-
"name": "
|
2338
|
+
"name": "updateDistributor",
|
2956
2339
|
"outputs": [],
|
2957
2340
|
"stateMutability": "nonpayable",
|
2958
2341
|
"type": "function"
|
@@ -2961,7 +2344,7 @@
|
|
2961
2344
|
"inputs": [
|
2962
2345
|
{
|
2963
2346
|
"internalType": "NftId",
|
2964
|
-
"name": "
|
2347
|
+
"name": "distributorNftId",
|
2965
2348
|
"type": "uint96"
|
2966
2349
|
},
|
2967
2350
|
{
|
@@ -2970,7 +2353,7 @@
|
|
2970
2353
|
"type": "uint8"
|
2971
2354
|
}
|
2972
2355
|
],
|
2973
|
-
"name": "
|
2356
|
+
"name": "updateDistributorState",
|
2974
2357
|
"outputs": [],
|
2975
2358
|
"stateMutability": "nonpayable",
|
2976
2359
|
"type": "function"
|
@@ -2978,49 +2361,64 @@
|
|
2978
2361
|
{
|
2979
2362
|
"inputs": [
|
2980
2363
|
{
|
2981
|
-
"internalType": "
|
2982
|
-
"name": "
|
2983
|
-
"type": "
|
2364
|
+
"internalType": "DistributorType",
|
2365
|
+
"name": "distributorType",
|
2366
|
+
"type": "bytes8"
|
2984
2367
|
},
|
2985
2368
|
{
|
2986
2369
|
"components": [
|
2987
2370
|
{
|
2988
|
-
"internalType": "
|
2989
|
-
"name": "
|
2371
|
+
"internalType": "UFixed",
|
2372
|
+
"name": "minDiscountPercentage",
|
2373
|
+
"type": "uint160"
|
2374
|
+
},
|
2375
|
+
{
|
2376
|
+
"internalType": "NftId",
|
2377
|
+
"name": "distributionNftId",
|
2990
2378
|
"type": "uint96"
|
2991
2379
|
},
|
2992
2380
|
{
|
2993
2381
|
"internalType": "UFixed",
|
2994
|
-
"name": "
|
2382
|
+
"name": "maxDiscountPercentage",
|
2995
2383
|
"type": "uint160"
|
2996
2384
|
},
|
2997
2385
|
{
|
2998
|
-
"internalType": "
|
2999
|
-
"name": "
|
3000
|
-
"type": "
|
2386
|
+
"internalType": "uint32",
|
2387
|
+
"name": "maxReferralCount",
|
2388
|
+
"type": "uint32"
|
3001
2389
|
},
|
3002
2390
|
{
|
3003
|
-
"internalType": "
|
3004
|
-
"name": "
|
3005
|
-
"type": "
|
2391
|
+
"internalType": "Seconds",
|
2392
|
+
"name": "maxReferralLifetime",
|
2393
|
+
"type": "uint40"
|
3006
2394
|
},
|
3007
2395
|
{
|
3008
2396
|
"internalType": "bool",
|
3009
|
-
"name": "
|
2397
|
+
"name": "allowSelfReferrals",
|
3010
2398
|
"type": "bool"
|
3011
2399
|
},
|
3012
2400
|
{
|
3013
2401
|
"internalType": "bool",
|
3014
|
-
"name": "
|
2402
|
+
"name": "allowRenewals",
|
3015
2403
|
"type": "bool"
|
3016
2404
|
},
|
3017
2405
|
{
|
3018
|
-
"internalType": "
|
3019
|
-
"name": "
|
3020
|
-
"type": "
|
2406
|
+
"internalType": "UFixed",
|
2407
|
+
"name": "commissionPercentage",
|
2408
|
+
"type": "uint160"
|
2409
|
+
},
|
2410
|
+
{
|
2411
|
+
"internalType": "string",
|
2412
|
+
"name": "name",
|
2413
|
+
"type": "string"
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"internalType": "bytes",
|
2417
|
+
"name": "data",
|
2418
|
+
"type": "bytes"
|
3021
2419
|
}
|
3022
2420
|
],
|
3023
|
-
"internalType": "struct
|
2421
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
3024
2422
|
"name": "info",
|
3025
2423
|
"type": "tuple"
|
3026
2424
|
},
|
@@ -3030,7 +2428,7 @@
|
|
3030
2428
|
"type": "uint8"
|
3031
2429
|
}
|
3032
2430
|
],
|
3033
|
-
"name": "
|
2431
|
+
"name": "updateDistributorType",
|
3034
2432
|
"outputs": [],
|
3035
2433
|
"stateMutability": "nonpayable",
|
3036
2434
|
"type": "function"
|
@@ -3038,9 +2436,9 @@
|
|
3038
2436
|
{
|
3039
2437
|
"inputs": [
|
3040
2438
|
{
|
3041
|
-
"internalType": "
|
3042
|
-
"name": "
|
3043
|
-
"type": "
|
2439
|
+
"internalType": "DistributorType",
|
2440
|
+
"name": "distributorType",
|
2441
|
+
"type": "bytes8"
|
3044
2442
|
},
|
3045
2443
|
{
|
3046
2444
|
"internalType": "StateId",
|
@@ -3048,7 +2446,7 @@
|
|
3048
2446
|
"type": "uint8"
|
3049
2447
|
}
|
3050
2448
|
],
|
3051
|
-
"name": "
|
2449
|
+
"name": "updateDistributorTypeState",
|
3052
2450
|
"outputs": [],
|
3053
2451
|
"stateMutability": "nonpayable",
|
3054
2452
|
"type": "function"
|
@@ -3057,53 +2455,48 @@
|
|
3057
2455
|
"inputs": [
|
3058
2456
|
{
|
3059
2457
|
"internalType": "NftId",
|
3060
|
-
"name": "
|
2458
|
+
"name": "poolNftId",
|
3061
2459
|
"type": "uint96"
|
3062
2460
|
},
|
3063
2461
|
{
|
3064
2462
|
"components": [
|
3065
2463
|
{
|
3066
|
-
"internalType": "
|
3067
|
-
"name": "
|
3068
|
-
"type": "
|
3069
|
-
},
|
3070
|
-
{
|
3071
|
-
"internalType": "bool",
|
3072
|
-
"name": "isInterceptingPolicyTransfers",
|
3073
|
-
"type": "bool"
|
2464
|
+
"internalType": "Amount",
|
2465
|
+
"name": "maxBalanceAmount",
|
2466
|
+
"type": "uint96"
|
3074
2467
|
},
|
3075
2468
|
{
|
3076
|
-
"internalType": "
|
3077
|
-
"name": "
|
3078
|
-
"type": "
|
2469
|
+
"internalType": "UFixed",
|
2470
|
+
"name": "collateralizationLevel",
|
2471
|
+
"type": "uint160"
|
3079
2472
|
},
|
3080
2473
|
{
|
3081
|
-
"internalType": "
|
3082
|
-
"name": "
|
3083
|
-
"type": "
|
2474
|
+
"internalType": "UFixed",
|
2475
|
+
"name": "retentionLevel",
|
2476
|
+
"type": "uint160"
|
3084
2477
|
},
|
3085
2478
|
{
|
3086
|
-
"internalType": "
|
3087
|
-
"name": "
|
3088
|
-
"type": "
|
2479
|
+
"internalType": "bool",
|
2480
|
+
"name": "isInterceptingBundleTransfers",
|
2481
|
+
"type": "bool"
|
3089
2482
|
},
|
3090
2483
|
{
|
3091
|
-
"internalType": "
|
3092
|
-
"name": "
|
3093
|
-
"type": "
|
2484
|
+
"internalType": "bool",
|
2485
|
+
"name": "isProcessingConfirmedClaims",
|
2486
|
+
"type": "bool"
|
3094
2487
|
},
|
3095
2488
|
{
|
3096
|
-
"internalType": "
|
3097
|
-
"name": "
|
3098
|
-
"type": "
|
2489
|
+
"internalType": "bool",
|
2490
|
+
"name": "isExternallyManaged",
|
2491
|
+
"type": "bool"
|
3099
2492
|
},
|
3100
2493
|
{
|
3101
|
-
"internalType": "
|
3102
|
-
"name": "
|
3103
|
-
"type": "
|
2494
|
+
"internalType": "bool",
|
2495
|
+
"name": "isVerifyingApplications",
|
2496
|
+
"type": "bool"
|
3104
2497
|
}
|
3105
2498
|
],
|
3106
|
-
"internalType": "struct IComponents.
|
2499
|
+
"internalType": "struct IComponents.PoolInfo",
|
3107
2500
|
"name": "info",
|
3108
2501
|
"type": "tuple"
|
3109
2502
|
},
|
@@ -3113,7 +2506,7 @@
|
|
3113
2506
|
"type": "uint8"
|
3114
2507
|
}
|
3115
2508
|
],
|
3116
|
-
"name": "
|
2509
|
+
"name": "updatePool",
|
3117
2510
|
"outputs": [],
|
3118
2511
|
"stateMutability": "nonpayable",
|
3119
2512
|
"type": "function"
|
@@ -3283,78 +2676,20 @@
|
|
3283
2676
|
"outputs": [],
|
3284
2677
|
"stateMutability": "nonpayable",
|
3285
2678
|
"type": "function"
|
3286
|
-
},
|
3287
|
-
{
|
3288
|
-
"inputs": [
|
3289
|
-
{
|
3290
|
-
"internalType": "RiskId",
|
3291
|
-
"name": "riskId",
|
3292
|
-
"type": "bytes8"
|
3293
|
-
},
|
3294
|
-
{
|
3295
|
-
"components": [
|
3296
|
-
{
|
3297
|
-
"internalType": "NftId",
|
3298
|
-
"name": "productNftId",
|
3299
|
-
"type": "uint96"
|
3300
|
-
},
|
3301
|
-
{
|
3302
|
-
"internalType": "Timestamp",
|
3303
|
-
"name": "createdAt",
|
3304
|
-
"type": "uint40"
|
3305
|
-
},
|
3306
|
-
{
|
3307
|
-
"internalType": "bytes",
|
3308
|
-
"name": "data",
|
3309
|
-
"type": "bytes"
|
3310
|
-
}
|
3311
|
-
],
|
3312
|
-
"internalType": "struct IRisk.RiskInfo",
|
3313
|
-
"name": "risk",
|
3314
|
-
"type": "tuple"
|
3315
|
-
},
|
3316
|
-
{
|
3317
|
-
"internalType": "StateId",
|
3318
|
-
"name": "newState",
|
3319
|
-
"type": "uint8"
|
3320
|
-
}
|
3321
|
-
],
|
3322
|
-
"name": "updateRisk",
|
3323
|
-
"outputs": [],
|
3324
|
-
"stateMutability": "nonpayable",
|
3325
|
-
"type": "function"
|
3326
|
-
},
|
3327
|
-
{
|
3328
|
-
"inputs": [
|
3329
|
-
{
|
3330
|
-
"internalType": "RiskId",
|
3331
|
-
"name": "riskId",
|
3332
|
-
"type": "bytes8"
|
3333
|
-
},
|
3334
|
-
{
|
3335
|
-
"internalType": "StateId",
|
3336
|
-
"name": "newState",
|
3337
|
-
"type": "uint8"
|
3338
|
-
}
|
3339
|
-
],
|
3340
|
-
"name": "updateRiskState",
|
3341
|
-
"outputs": [],
|
3342
|
-
"stateMutability": "nonpayable",
|
3343
|
-
"type": "function"
|
3344
2679
|
}
|
3345
2680
|
],
|
3346
|
-
"bytecode": "0x60806040525f6007553480156012575f80fd5b50615ca3806100205f395ff3fe608060405234801561000f575f80fd5b50600436106103bf575f3560e01c80637cef4842116101f5578063b4d7efe211610114578063e80c61ed116100a9578063f48016ce11610079578063f48016ce146109f3578063f9b3fe3c14610a14578063fe1f18d614610a27578063fe2ee79214610a3a575f80fd5b8063e80c61ed1461097d578063e9e96c7014610990578063ea113322146109cd578063ebb41c0c146109e0575f80fd5b8063c75e9a1c116100e4578063c75e9a1c1461040b578063cb2e87d214610944578063d7719f4614610957578063e2586c581461096a575f80fd5b8063b4d7efe2146108eb578063b6d7cd62146108fe578063bf1db3f914610911578063bf7e214f14610924575f80fd5b806396f4df2f1161018a578063abef1bb21161015a578063abef1bb21461089f578063af902500146108b2578063b0628dc3146108c5578063b33ef41a146108d8575f80fd5b806396f4df2f146107d95780639f8151e5146107ec578063a2842229146107ff578063a5961b4c14610812575f80fd5b80638eb9000d116101c55780638eb9000d146107675780638fb36037146107925780639505838e146107b357806396260559146107c6575f80fd5b80637cef4842146107195780637d417f0d1461072c5780638129fc1c1461073f5780638eaa6ac014610747575f80fd5b806338a699a4116102e157806354f1fa81116102765780635eede174116102465780635eede1741461066d578063623e7a0f146106e0578063733044ca146106f35780637a9e5e4b14610706575f80fd5b806354f1fa811461062757806354f6127f1461063a578063555e55911461065a5780635d4345cc146104a4575f80fd5b80634bb2d197116102b15780634bb2d197146105db5780634d4a7ae9146105ee578063533086d41461060157806353ebe12914610614575f80fd5b806338a699a41461057f57806340529b0f146105a2578063490840b4146105b55780634a824392146105c8575f80fd5b80631c7c8155116103575780632ae5819d116103275780632ae5819d1461051b5780632bce2d7c1461052e5780633477771214610541578063353e5b751461056c575f80fd5b80631c7c8155146104ca578063228e42ec146104dd578063248a77dd14610508578063297023ef1461040b575f80fd5b80630ccd44d7116103925780630ccd44d71461046c5780630d3581811461047f5780630fad0eb1146104a45780631aa41163146104b7575f80fd5b80630232ca49146103c3578063036b1ffb1461040b57806308077cd91461042057806309648a9d14610433575b5f80fd5b6103ee6103d13660046136d3565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61041e610419366004613a7f565b610a4d565b005b61041e61042e366004613bfb565b610a92565b61045a610441366004613c3e565b5f90815260066020526040902054610100900460ff1690565b60405160ff9091168152602001610402565b61041e61047a366004613d04565b610aba565b61045a61048d366004613d74565b60ff9081165f908152602081905260409020541690565b61041e6104b2366004613d8f565b610ae7565b61041e6104c5366004613dc6565b610b04565b61041e6104d8366004613f5f565b610b44565b6103ee6104eb3660046136d3565b6001600160601b039081165f908152600260205260409020541690565b6103ee610516366004613fbc565b610b6b565b61041e610529366004613d8f565b610b88565b61041e61053c3660046140b8565b610b9f565b61055461054f3660046141e9565b610bc7565b6040516001600160401b039091168152602001610402565b61041e61057a366004614222565b610c70565b61059261058d366004613c3e565b610c86565b6040519015158152602001610402565b61041e6105b0366004613d8f565b610d0e565b61041e6105c33660046142f8565b610d25565b61041e6105d63660046143c0565b610d4d565b61041e6105e9366004614507565b610deb565b61041e6105fc366004614549565b610e89565b6103ee61060f366004613fbc565b610eb1565b6103ee610622366004613fbc565b610ec5565b61041e6106353660046146d3565b610ed9565b61064d610648366004613c3e565b611031565b604051610402919061474f565b61041e6106683660046147cb565b6110d3565b6106b661067b3660046136d3565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b0394851681529284166020840152921691810191909152606001610402565b61041e6106ee36600461485a565b611171565b61041e6107013660046148b1565b611199565b61041e6107143660046148f4565b611231565b61041e61072736600461490f565b6112b3565b61041e61073a36600461492b565b611340565b61041e6113de565b61075a610755366004613c3e565b61155a565b604051610402919061496e565b6103ee6107753660046136d3565b6001600160601b039081165f908152600360205260409020541690565b61079a61167c565b6040516001600160e01b03199091168152602001610402565b61041e6107c13660046149ce565b6116b2565b61041e6107d4366004614a10565b6116e3565b61041e6107e7366004614a53565b611781565b6103ee6107fa366004613fbc565b6117a9565b61041e61080d36600461490f565b6117bd565b610892610820366004613c3e565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260068552839020835191820184525460ff80821683526101008204169482019490945264ffffffffff620100008504811693820193909352600160381b9093049091169082015290565b6040516104029190614a91565b61041e6108ad366004614ad4565b61180b565b61041e6108c036600461490f565b611832565b6103ee6108d3366004613fbc565b611880565b61041e6108e6366004614b28565b611894565b61041e6108f9366004614b7b565b6118bb565b61041e61090c366004614b97565b611908565b61059261091f366004613d74565b61191e565b61092c61196a565b6040516001600160a01b039091168152602001610402565b61041e610952366004614cfc565b611985565b61041e610965366004614d3f565b6119ad565b61041e610978366004614d81565b6119de565b6103ee61098b366004613fbc565b611a0f565b61059261099e366004614dc3565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61041e6109db366004614df0565b611a23565b61041e6109ee366004613dc6565b611ac1565b610a06610a01366004614e41565b611b05565b604051908152602001610402565b61041e610a22366004614e6d565b611b86565b61041e610a35366004613d8f565b611bb7565b61041e610a48366004614eaf565b611bce565b610a59335b5f36611bf6565b610a8d610a67846015611cf4565b83604051602001610a789190614ef1565b60405160208183030381529060405283611d3f565b505050565b610a9b33610a52565b610a8d610aa9846016611cf4565b83604051602001610a789190615086565b610ac333610a52565b610ae1610ad08585611eb6565b83604051602001610a7891906150fa565b50505050565b610af033610a52565b610a8d610afe836015611cf4565b82611f05565b610b0d33610a52565b610b40610b1b836029611cf4565b82604051602001610b2c9190615158565b604051602081830303815290604052612269565b5050565b610b4d33610a52565b610a8d610b5a8484612695565b82604051602001610b2c91906151df565b5f610b7533610a52565b610b7f83836126e1565b90505b92915050565b610b9133610a52565b610a8d610afe83602b611cf4565b610ba833610a52565b610a8d610bb6846017611cf4565b83604051602001610a789190615279565b5f610bd133610a52565b610bd9612851565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610c6b9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5a91906152c5565b83604051602001610b2c91906152dc565b919050565b610c7933610a52565b610ae1610afe8484611eb6565b5f8181526006602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610cea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b82919061539d565b610d1733610a52565b610a8d610afe836017611cf4565b610d2e33610a52565b610b40610d3c83600f611cf4565b82604051602001610b2c91906153b8565b610d5633610a52565b6040516355ee627560e01b8152610b409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610d9b906001600160c01b0319871690600401615437565b602060405180830381865af4158015610db6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dda91906152c5565b82604051602001610b2c919061544c565b610df433610a52565b6040516355ee627560e01b8152610b409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610e39906001600160c01b0319871690600401615437565b602060405180830381865af4158015610e54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7891906152c5565b82604051602001610b2c9190615501565b610e9233610a52565b610b40610ea083602b611cf4565b82604051602001610b2c91906155df565b5f610ebb33610a52565b610b7f83836128e1565b5f610ecf33610a52565b610b7f8383612a39565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015610f3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5f919061539d565b15610f8d5760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff80851690831614610fce5760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610f84565b60ff8084165f90815260016020908152604080832088851684528252808320858516845290915290205416610ae15760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610f84565b5f818152600660205260409020600101805460609190611050906157cf565b80601f016020809104026020016040519081016040528092919081815260200182805461107c906157cf565b80156110c75780601f1061109e576101008083540402835291602001916110c7565b820191905f5260205f20905b8154815290600101906020018083116110aa57829003601f168201915b50505050509050919050565b6110dc33610a52565b6040516355ee627560e01b8152610a8d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611121906001600160c01b0319881690600401615437565b602060405180830381865af415801561113c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116091906152c5565b83604051602001610a789190615807565b61117a33610a52565b610a8d61118884600b611cf4565b83604051602001610a789190615845565b6111a233610a52565b604051630f37f38f60e41b81526001600160401b0384166004820152610a8d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122091906152c5565b83604051602001610a7891906152dc565b3361123a61196a565b6001600160a01b0316816001600160a01b0316146112755760405162d1953b60e31b81526001600160a01b0382166004820152602401610f84565b816001600160a01b03163b5f036112aa576040516361798f2f60e11b81526001600160a01b0383166004820152602401610f84565b610b4082612b91565b6112bc33610a52565b6040516355ee627560e01b8152610a8d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611301906001600160c01b0319871690600401615437565b602060405180830381865af415801561131c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe91906152c5565b61134933610a52565b6040516355ee627560e01b8152610a8d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061138e906001600160c01b0319881690600401615437565b602060405180830381865af41580156113a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113cd91906152c5565b83604051602001610a789190615501565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156114225750825b90505f826001600160401b0316600114801561143d5750303b155b90508115801561144b575080155b156114695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561149357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f89190615893565b905061150381612bf1565b61150b612c05565b5050831561155357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260066020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015264ffffffffff62010000820481166080840152600160381b9091041660a082015292835260018101805491928401916115f5906157cf565b80601f0160208091040260200160405190810160405280929190818152602001828054611621906157cf565b801561166c5780601f106116435761010080835404028352916020019161166c565b820191905f5260205f20905b81548152906001019060200180831161164f57829003601f168201915b5050505050815250509050919050565b5f80516020615c4e83398151915280545f9190600160a01b900460ff166116a3575f6116ac565b638fb3603760e01b5b91505090565b6116bb33610a52565b6116c482612c17565b610b406116d2836015611cf4565b82604051602001610b2c9190614ef1565b6116ec33610a52565b6040516355ee627560e01b8152610a8d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611731906001600160c01b0319881690600401615437565b602060405180830381865af415801561174c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061177091906152c5565b83604051602001610a78919061544c565b61178a33610a52565b610a8d61179884600f611cf4565b83604051602001610a7891906153b8565b5f6117b333610a52565b610b7f8383612d1a565b6117c633610a52565b6040516355ee627560e01b8152610a8d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611301906001600160c01b0319871690600401615437565b61181433610a52565b610ae16118218585612695565b83604051602001610a7891906151df565b61183b33610a52565b6040516355ee627560e01b8152610a8d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611301906001600160c01b0319871690600401615437565b5f61188a33610a52565b610b7f8383612e72565b61189d33610a52565b610a8d6118aa8484611eb6565b82604051602001610b2c91906150fa565b6118c433610a52565b604051630f37f38f60e41b81526001600160401b0383166004820152610a8d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611301565b61191133610a52565b610ae1610afe8484612695565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610ccf565b5f80516020615c4e833981519152546001600160a01b031690565b61198e33610a52565b610a8d61199c84600c611cf4565b83604051602001610a7891906158f1565b6119b633610a52565b6119bf82612c17565b610b406119cd836016611cf4565b82604051602001610b2c9190615086565b6119e733610a52565b6119f082612c17565b610b406119fe83600b611cf4565b82604051602001610b2c9190615845565b5f611a1933610a52565b610b7f8383612fca565b611a2c33610a52565b6040516355ee627560e01b8152610b409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611a71906001600160c01b0319871690600401615437565b602060405180830381865af4158015611a8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab091906152c5565b82604051602001610b2c9190615807565b611aca33610a52565b610b40611ad8836029611cf4565b82604051602001611ae99190615158565b604051602081830303815290604052611b0060ff90565b611d3f565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611b62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b7f91906152c5565b611b8f33610a52565b611b9882612c17565b610b40611ba6836017611cf4565b82604051602001610b2c9190615279565b611bc033610a52565b610a8d610afe836016611cf4565b611bd733610a52565b610b40611be583600c611cf4565b82604051602001610b2c91906158f1565b5f80516020615c4e8339815191525f80611c2e611c1161196a565b8730611c2060045f8a8c615981565b611c29916159a8565b613122565b9150915081611cec5763ffffffff811615611cc957825460ff60a01b1916600160a01b178355611c5c61196a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611c8b939291906159de565b5f604051808303815f87803b158015611ca2575f80fd5b505af1158015611cb4573d5f803e3d5ffd5b5050845460ff60a01b1916855550611cec9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610f84565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611b47565b5f611d4a8483611f05565b5f858152600660205260409020909150600101611d678482615a61565b50604051634b00e98f60e11b8152600481018590527fdbbb264bf3560def22c1457cb693395546e7a0a2053566eb78e6f5eebf9831979073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611dd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dfc9190615b1b565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611e4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e6e9190615b36565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015264ffffffffff841660a082015290519081900360c00190a150505050565b604051632867b75960e21b815264ffffffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401611b47565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611f57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f7b919061539d565b15611f9c5760405163093b89e160e11b815260048101849052602401610f84565b505f82815260066020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612013573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612037919061539d565b156120585760405163566ebf7960e01b815260048101869052602401610f84565b60ff808516146121d657815461207490829060ff168187610ed9565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527f8f1ee60b80a6d161c3408fa78af057311e20d28c1a7a12a336a549e26d7104b69073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156120f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061211a9190615b1b565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612168573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061218c9190615b36565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015264ffffffffff851660c082015260e00160405180910390a15b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190615b51565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156122b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122dd9190615b1b565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612330573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612354919061539d565b15612377576040516307014a8d60e51b815260ff82166004820152602401610f84565b5f83815260066020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156123dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612401919061539d565b1561242b57604051633f92eac960e21b81526004810185905260ff83166024820152604401610f84565b6124348261191e565b61245657604051636cb0978b60e11b815260ff83166004820152602401610f84565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561249e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c29190615b51565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff199092169190911761010091831691909102176bffffffffffffffffffff000019166201000064ffffffffff85169081026bffffffffff00000000000000191691909117600160381b919091021784555f8781526006602052604090209091506001016125518682615a61565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156125c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125e69190615b1b565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126589190615b36565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611b47565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612750573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612774919061539d565b61279c57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600360205260409020546127c091168461322a565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b00096916128399187918791879164ffffffffff90911690615b6c565b60405180910390a161284a846132af565b5092915050565b600780545f918261286183615b9c565b9091555050600754604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156128b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128dc9190615bc0565b905090565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612950573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612974919061539d565b61299c57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600460205260409020546129c091168461334e565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612aa8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612acc919061539d565b612af457604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260036020526040902054612b1891168461334e565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f8916128399187918791879164ffffffffff90911690615b6c565b5f80516020615c4e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612bf9613398565b612c02816133e1565b50565b612c0d613398565b612c156133f2565b565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612c85573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ca9919061539d565b15612cd2576040516314d5804160e01b81526001600160601b0382166004820152602401610f84565b612cdb816132af565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612d89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dad919061539d565b612dd557604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260026020526040902054612df991168461322a565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae3916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612ee1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f05919061539d565b612f2d57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260026020526040902054612f5191168461334e565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba2916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613039573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061305d919061539d565b61308557604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600460205260409020546130a991168461322a565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a99916128399187918791879164ffffffffff90911690615b6c565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516131909190615bdb565b5f60405180830381855afa9150503d805f81146131c8576040519150601f19603f3d011682016040523d82523d5f602084013e6131cd565b606091505b5091509150811561321f5760408151106131ff57808060200190518101906131f59190615bf1565b909450925061321f565b602081511061321f578080602001905181019061321c919061539d565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561328b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b7f9190615c1e565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156132f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061331a9190615b51565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613270565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612c1557604051631afcd79f60e31b815260040160405180910390fd5b6133e9613398565b612c0281612b91565b6133fa61344a565b613402613467565b61340a61349b565b6134126134df565b61341a6134fb565b613422613548565b61342a613568565b61343261357c565b61343a6135bb565b6134426135c5565b612c156135d9565b61345760165b6005613601565b612c1560165b60055b60c8613643565b613471600b613450565b61347f600b6005606e613643565b61348d600b606e6005613643565b612c15600b606e60d2613643565b6134a76015600a613601565b6134b66015600a5b6014613643565b6134c56015600a5b601e613643565b6134d36015600a6028613643565b612c1560156028613460565b6134ec602b5b603c613601565b612c15602b5b603c60dc613643565b613507602d6032613601565b613513602d60326134af565b613521602d60326033613643565b61352d602d60326134be565b613539602d6033613460565b612c15602d60335b6048613643565b613552602e6134e5565b61355c602e6134f2565b612c15602e603c613541565b613572602c613450565b612c15602c61345d565b613586602f613450565b613595602f60055b6046613643565b6135a3602f60056007613643565b6135af602f600761358e565b612c15602f6005613541565b612c15600f613450565b6135cf600c613450565b612c156029613450565b6135e3600e613450565b6135ed6017613450565b6135f76030613450565b612c156031613450565b60ff8281165f90815260208190526040902054161561362257613622615c39565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561367b5761367b615c39565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612c02575f80fd5b8035610c6b816136b4565b5f602082840312156136e3575f80fd5b81356136ee816136b4565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b038111828210171561372c5761372c6136f5565b60405290565b60405160c081016001600160401b038111828210171561372c5761372c6136f5565b60405160e081016001600160401b038111828210171561372c5761372c6136f5565b60405161010081016001600160401b038111828210171561372c5761372c6136f5565b60405161014081016001600160401b038111828210171561372c5761372c6136f5565b60405161024081016001600160401b038111828210171561372c5761372c6136f5565b604051606081016001600160401b038111828210171561372c5761372c6136f5565b604051601f8201601f191681016001600160401b0381118282101715613829576138296136f5565b604052919050565b6001600160c01b031981168114612c02575f80fd5b8035610c6b81613831565b61ffff81168114612c02575f80fd5b8035610c6b81613851565b64ffffffffff81168114612c02575f80fd5b8035610c6b8161386b565b5f82601f830112613897575f80fd5b8135602083015f806001600160401b038411156138b6576138b66136f5565b50601f8301601f19166020016138cb81613801565b9150508281528583830111156138df575f80fd5b828260208301375f92810160200192909252509392505050565b5f610200828403121561390a575f80fd5b613912613709565b905061391d826136c8565b815261392b602083016136c8565b602082015261393c60408301613846565b604082015261394d606083016136c8565b606082015261395e608083016136c8565b608082015261396f60a08301613846565b60a082015261398060c08301613860565b60c082015261399160e08301613860565b60e08201526139a361010083016136c8565b6101008201526139b661012083016136c8565b6101208201526139c9610140830161387d565b6101408201526139dc610160830161387d565b6101608201526139ef610180830161387d565b610180820152613a026101a0830161387d565b6101a08201526101c08201356001600160401b03811115613a21575f80fd5b613a2d84828501613888565b6101c0830152506101e08201356001600160401b03811115613a4d575f80fd5b613a5984828501613888565b6101e08301525092915050565b60ff81168114612c02575f80fd5b8035610c6b81613a66565b5f805f60608486031215613a91575f80fd5b8335613a9c816136b4565b925060208401356001600160401b03811115613ab6575f80fd5b613ac2868287016138f9565b9250506040840135613ad381613a66565b809150509250925092565b6001600160a01b0381168114612c02575f80fd5b8035610c6b81613ade565b5f60408284031215613b0d575f80fd5b604080519081016001600160401b0381118282101715613b2f57613b2f6136f5565b6040529050808235613b4081613ade565b81526020830135613b50816136b4565b6020919091015292915050565b5f60e08284031215613b6d575f80fd5b613b75613732565b90508135613b828161386b565b81526020820135613b928161386b565b6020820152613ba36040830161387d565b6040820152613bb4606083016136c8565b6060820152613bc68360808401613afd565b608082015260c08201356001600160401b03811115613be3575f80fd5b613bef84828501613888565b60a08301525092915050565b5f805f60608486031215613c0d575f80fd5b8335613c18816136b4565b925060208401356001600160401b03811115613c32575f80fd5b613ac286828701613b5d565b5f60208284031215613c4e575f80fd5b5035919050565b5f60a08284031215613c65575f80fd5b60405160a081016001600160401b0381118282101715613c8757613c876136f5565b6040529050808235613c9881613851565b81526020830135613ca8816136b4565b60208201526040830135613cbb8161386b565b60408201526060830135613cce81613ade565b606082015260808301356001600160401b03811115613ceb575f80fd5b613cf785828601613888565b6080830152505092915050565b5f805f8060808587031215613d17575f80fd5b8435613d22816136b4565b93506020850135613d328161386b565b925060408501356001600160401b03811115613d4c575f80fd5b613d5887828801613c55565b9250506060850135613d6981613a66565b939692955090935050565b5f60208284031215613d84575f80fd5b81356136ee81613a66565b5f8060408385031215613da0575f80fd5b8235613dab816136b4565b91506020830135613dbb81613a66565b809150509250929050565b5f808284036101e0811215613dd9575f80fd5b8335613de4816136b4565b92506101c0601f1982011215613df8575f80fd5b50613e01613754565b613e0e8560208601613afd565b8152613e1d8560608601613afd565b6020820152613e2f8560a08601613afd565b6040820152613e418560e08601613afd565b6060820152613e54856101208601613afd565b6080820152613e67856101608601613afd565b60a0820152613e7a856101a08601613afd565b60c0820152809150509250929050565b803562ffffff81168114610c6b575f80fd5b5f60e08284031215613eac575f80fd5b613eb4613754565b9050613ebf826136c8565b8152613ecd602083016136c8565b6020820152613ede6040830161387d565b6040820152613eef60608301613e8a565b6060820152613f0060808301613e8a565b608082015260a08201356001600160401b03811115613f1d575f80fd5b613f2984828501613888565b60a08301525060c08201356001600160401b03811115613f47575f80fd5b613f5384828501613888565b60c08301525092915050565b5f805f60608486031215613f71575f80fd5b8335613f7c816136b4565b92506020840135613f8c81613851565b915060408401356001600160401b03811115613fa6575f80fd5b613fb286828701613e9c565b9150509250925092565b5f8060408385031215613fcd575f80fd5b8235613fd8816136b4565b91506020830135613dbb816136b4565b8015158114612c02575f80fd5b8035610c6b81613fe8565b63ffffffff81168114612c02575f80fd5b8035610c6b81614000565b5f6080828403121561402c575f80fd5b604051608081016001600160401b038111828210171561404e5761404e6136f5565b604052905080823561405f81613831565b8152602083013561406f81613fe8565b6020820152604083013561408281614000565b604082015260608301356001600160401b0381111561409f575f80fd5b6140ab85828601613888565b6060830152505092915050565b5f805f606084860312156140ca575f80fd5b83356140d5816136b4565b925060208401356001600160401b038111156140ef575f80fd5b613ac28682870161401c565b5f610100828403121561410c575f80fd5b614114613776565b905061411f826136c8565b815261412d602083016136c8565b602082015261413e60408301613ff5565b604082015261414f6060830161387d565b60608201526141606080830161387d565b608082015260a08201356001600160401b0381111561417d575f80fd5b61418984828501613888565b60a08301525060c08201356001600160401b038111156141a7575f80fd5b6141b384828501613888565b60c08301525060e08201356001600160401b038111156141d1575f80fd5b6141dd84828501613888565b60e08301525092915050565b5f602082840312156141f9575f80fd5b81356001600160401b0381111561420e575f80fd5b61421a848285016140fb565b949350505050565b5f805f60608486031215614234575f80fd5b833561423f816136b4565b9250602084013561424f8161386b565b91506040840135613ad381613a66565b5f60e0828403121561426f575f80fd5b614277613754565b90508135614284816136b4565b8152602082013561429481613ade565b602082015260408201356142a781613ade565b604082015260608201356142ba81613fe8565b60608201526142cb60808301613ff5565b60808201526142dc60a08301613ff5565b60a08201526142ed60c08301613ff5565b60c082015292915050565b5f80610100838503121561430a575f80fd5b8235614315816136b4565b9150614324846020850161425f565b90509250929050565b5f610100828403121561433e575f80fd5b614346613776565b9050614351826136c8565b815261435f602083016136c8565b602082015261437060408301614011565b604082015261438160608301614011565b606082015261439260808301613af2565b60808201526143a360a0830161387d565b60a082015260c08201356001600160401b038111156141a7575f80fd5b5f80604083850312156143d1575f80fd5b82356143dc81613831565b915060208301356001600160401b038111156143f6575f80fd5b6144028582860161432d565b9150509250929050565b5f610140828403121561441d575f80fd5b614425613799565b905061443082613af2565b815261443e602083016136c8565b602082015261444f60408301613af2565b604082015261446060608301614011565b60608201526144716080830161387d565b608082015261448260a08301613ff5565b60a082015261449360c08301613ff5565b60c08201526144a460e08301613af2565b60e08201526101008201356001600160401b038111156144c2575f80fd5b6144ce84828501613888565b610100830152506101208201356001600160401b038111156144ee575f80fd5b6144fa84828501613888565b6101208301525092915050565b5f8060408385031215614518575f80fd5b823561452381613831565b915060208301356001600160401b0381111561453d575f80fd5b6144028582860161440c565b5f8082840361026081121561455c575f80fd5b8335614567816136b4565b9250610240601f198201121561457b575f80fd5b506145846137bc565b614590602085016136c8565b815261459e604085016136c8565b60208201526145af606085016136c8565b60408201526145c0608085016136c8565b60608201526145d160a085016136c8565b60808201526145e260c085016136c8565b60a08201526145f360e085016136c8565b60c082015261460561010085016136c8565b60e082015261461761012085016136c8565b61010082015261462a61014085016136c8565b61012082015261463d61016085016136c8565b61014082015261465061018085016136c8565b6101608201526146636101a085016136c8565b6101808201526146766101c085016136c8565b6101a08201526146896101e085016136c8565b6101c082015261469c61020085016136c8565b6101e08201526146af61022085016136c8565b6102008201526146c261024085016136c8565b610220820152809150509250929050565b5f805f80608085870312156146e6575f80fd5b84356146f181613a66565b9350602085013561470181613a66565b9250604085013561471181613a66565b91506060850135613d6981613a66565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b7f6020830184614721565b5f60608284031215614771575f80fd5b6147796137df565b90508135614786816136b4565b815260208201356147968161386b565b602082015260408201356001600160401b038111156147b3575f80fd5b6147bf84828501613888565b60408301525092915050565b5f805f606084860312156147dd575f80fd5b83356147e881613831565b925060208401356001600160401b03811115614802575f80fd5b613ac286828701614761565b5f6060828403121561481e575f80fd5b6148266137df565b905081356001600160401b0381111561483d575f80fd5b61484984828501613888565b825250602082013561479681613ade565b5f805f6060848603121561486c575f80fd5b8335614877816136b4565b925060208401356001600160401b03811115614891575f80fd5b613ac28682870161480e565b6001600160401b0381168114612c02575f80fd5b5f805f606084860312156148c3575f80fd5b83356148ce8161489d565b925060208401356001600160401b038111156148e8575f80fd5b613ac2868287016140fb565b5f60208284031215614904575f80fd5b81356136ee81613ade565b5f8060408385031215614920575f80fd5b8235613dab81613831565b5f805f6060848603121561493d575f80fd5b833561494881613831565b925060208401356001600160401b03811115614962575f80fd5b613ac28682870161440c565b602081526149b560208201835160ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f602083015160a08084015261421a60c0840182614721565b5f80604083850312156149df575f80fd5b82356149ea816136b4565b915060208301356001600160401b03811115614a04575f80fd5b614402858286016138f9565b5f805f60608486031215614a22575f80fd5b8335614a2d81613831565b925060208401356001600160401b03811115614a47575f80fd5b613ac28682870161432d565b5f805f6101208486031215614a66575f80fd5b8335614a71816136b4565b9250614a80856020860161425f565b9150610100840135613ad381613a66565b60808101610b82828460ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f805f8060808587031215614ae7575f80fd5b8435614af2816136b4565b93506020850135614b0281613851565b925060408501356001600160401b03811115614b1c575f80fd5b613d5887828801613e9c565b5f805f60608486031215614b3a575f80fd5b8335614b45816136b4565b92506020840135614b558161386b565b915060408401356001600160401b03811115614b6f575f80fd5b613fb286828701613c55565b5f8060408385031215614b8c575f80fd5b8235613dab8161489d565b5f805f60608486031215614ba9575f80fd5b8335614bb4816136b4565b9250602084013561424f81613851565b5f82601f830112614bd3575f80fd5b81356001600160401b03811115614bec57614bec6136f5565b8060051b614bfc60208201613801565b91825260208185018101929081019086841115614c17575f80fd5b6020860192505b83831015614c42578235614c31816136b4565b825260209283019290910190614c1e565b9695505050505050565b5f6101008284031215614c5d575f80fd5b614c65613776565b9050614c7082613ff5565b8152614c7e60208301613ff5565b6020820152614c8f60408301613ff5565b6040820152614ca060608301613a74565b6060820152614cb160808301613a74565b6080820152614cc260a083016136c8565b60a0820152614cd360c083016136c8565b60c082015260e08201356001600160401b03811115614cf0575f80fd5b6141dd84828501614bc4565b5f805f60608486031215614d0e575f80fd5b8335614d19816136b4565b925060208401356001600160401b03811115614d33575f80fd5b613ac286828701614c4c565b5f8060408385031215614d50575f80fd5b8235614d5b816136b4565b915060208301356001600160401b03811115614d75575f80fd5b61440285828601613b5d565b5f8060408385031215614d92575f80fd5b8235614d9d816136b4565b915060208301356001600160401b03811115614db7575f80fd5b6144028582860161480e565b5f805f60608486031215614dd5575f80fd5b8335614de081613a66565b9250602084013561424f81613a66565b5f8060408385031215614e01575f80fd5b8235614e0c81613831565b915060208301356001600160401b03811115614e26575f80fd5b61440285828601614761565b60ff1981168114612c02575f80fd5b5f8060408385031215614e52575f80fd5b8235614e5d81613a66565b91506020830135613dbb81614e32565b5f8060408385031215614e7e575f80fd5b8235614e89816136b4565b915060208301356001600160401b03811115614ea3575f80fd5b6144028582860161401c565b5f8060408385031215614ec0575f80fd5b8235614ecb816136b4565b915060208301356001600160401b03811115614ee5575f80fd5b61440285828601614c4c565b60208152614f0b6020820183516001600160601b03169052565b5f6020830151614f2660408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160601b03811660808401525060808301516001600160601b03811660a08401525060a08301516001600160c01b0319811660c08401525060c083015161ffff811660e08401525060e083015161ffff8116610100840152506101008301516001600160601b038116610120840152506101208301516001600160601b0381166101408401525061014083015164ffffffffff81166101608401525061016083015164ffffffffff81166101808401525061018083015164ffffffffff81166101a0840152506101a083015164ffffffffff81166101c0840152506101c08301516102006101e084015261503d610220840182614721565b90506101e0840151601f198483030161020085015261505c8282614721565b95945050505050565b80516001600160a01b031682526020908101516001600160601b0316910152565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f60808301516150e060a0840182615065565b5060a083015160e08084015261421a610100840182614721565b6020815261ffff82511660208201526001600160601b03602083015116604082015264ffffffffff604083015116606082015260018060a01b0360608301511660808201525f608083015160a08084015261421a60c0840182614721565b5f6101c08201905061516b828451615065565b602083015161517d6040840182615065565b5060408301516151906080840182615065565b5060608301516151a360c0840182615065565b5060808301516151b7610100840182615065565b5060a08301516151cb610140840182615065565b5060c083015161284a610180840182615065565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f604083015161521f606084018264ffffffffff169052565b50606083015162ffffff8116608084015250608083015162ffffff811660a08401525060a083015160e060c084015261525c610100840182614721565b905060c0840151601f198483030160e085015261505c8282614721565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261421a60a0840182614721565b5f602082840312156152d5575f80fd5b5051919050565b602081526152f66020820183516001600160601b03169052565b5f602083015161531160408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c0840152615361610120840182614721565b905060c0840151601f198483030160e085015261537e8282614721565b91505060e0840151601f198483030161010085015261505c8282614721565b5f602082840312156153ad575f80fd5b81516136ee81613fe8565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161540f608084018215159052565b5060a083015161542360a084018215159052565b5060c083015161284a60c084018215159052565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f602083015161547b60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526154e3610120840182614721565b905060e0840151601f198483030161010085015261505c8282614721565b6020815261551b6020820183516001600160a01b03169052565b5f602083015161553660408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526155c0610160840182614721565b9050610120840151601f198483030161014085015261505c8282614721565b81516001600160601b031681526102408101602083015161560b60208401826001600160601b03169052565b50604083015161562660408401826001600160601b03169052565b50606083015161564160608401826001600160601b03169052565b50608083015161565c60808401826001600160601b03169052565b5060a083015161567760a08401826001600160601b03169052565b5060c083015161569260c08401826001600160601b03169052565b5060e08301516156ad60e08401826001600160601b03169052565b506101008301516156ca6101008401826001600160601b03169052565b506101208301516156e76101208401826001600160601b03169052565b506101408301516157046101408401826001600160601b03169052565b506101608301516157216101608401826001600160601b03169052565b5061018083015161573e6101808401826001600160601b03169052565b506101a083015161575b6101a08401826001600160601b03169052565b506101c08301516157786101c08401826001600160601b03169052565b506101e08301516157956101e08401826001600160601b03169052565b506102008301516157b26102008401826001600160601b03169052565b5061022083015161284a6102208401826001600160601b03169052565b600181811c908216806157e357607f821691505b60208210810361580157634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b03825116602082015264ffffffffff60208301511660408201525f604083015160608084015261421a6080840182614721565b602081525f8251606060208401526158606080840182614721565b60208501516001600160a01b0316604085810191909152850151848203601f1901606086015290915061505c8282614721565b5f602082840312156158a3575f80fd5b81516136ee81613ade565b5f8151808452602084019350602083015f5b828110156158e75781516001600160601b03168652602095860195909101906001016158c0565b5093949350505050565b602081528151151560208201526020820151151560408201525f604083015161591e606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e08301516101008084015261421a6101208401826158ae565b5f808585111561598f575f80fd5b8386111561599b575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561284a576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a8d57805f5260205f20601f840160051c81016020851015615a425750805b601f840160051c820191505b81811015611553575f8155600101615a4e565b81516001600160401b03811115615a7a57615a7a6136f5565b615a8e81615a8884546157cf565b84615a1d565b6020601f821160018114615ac0575f8315615aa95750848201515b5f19600385901b1c1916600184901b178455611553565b5f84815260208120601f198516915b82811015615aef5787850151825560209485019460019092019101615acf565b5084821015615b0c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615b2b575f80fd5b81516136ee81613a66565b5f60208284031215615b46575f80fd5b81516136ee81614e32565b5f60208284031215615b61575f80fd5b81516136ee8161386b565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f60018201615bb957634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615bd0575f80fd5b81516136ee8161489d565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615c02575f80fd5b8251615c0d81613fe8565b6020840151909250613dbb81614000565b5f60208284031215615c2e575f80fd5b81516136ee816136b4565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122097fe7f511433f813a19cfa1e79a280e383cf07e9a342e4ded63723203de7cb6464736f6c634300081a0033",
|
3347
|
-
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106103bf575f3560e01c80637cef4842116101f5578063b4d7efe211610114578063e80c61ed116100a9578063f48016ce11610079578063f48016ce146109f3578063f9b3fe3c14610a14578063fe1f18d614610a27578063fe2ee79214610a3a575f80fd5b8063e80c61ed1461097d578063e9e96c7014610990578063ea113322146109cd578063ebb41c0c146109e0575f80fd5b8063c75e9a1c116100e4578063c75e9a1c1461040b578063cb2e87d214610944578063d7719f4614610957578063e2586c581461096a575f80fd5b8063b4d7efe2146108eb578063b6d7cd62146108fe578063bf1db3f914610911578063bf7e214f14610924575f80fd5b806396f4df2f1161018a578063abef1bb21161015a578063abef1bb21461089f578063af902500146108b2578063b0628dc3146108c5578063b33ef41a146108d8575f80fd5b806396f4df2f146107d95780639f8151e5146107ec578063a2842229146107ff578063a5961b4c14610812575f80fd5b80638eb9000d116101c55780638eb9000d146107675780638fb36037146107925780639505838e146107b357806396260559146107c6575f80fd5b80637cef4842146107195780637d417f0d1461072c5780638129fc1c1461073f5780638eaa6ac014610747575f80fd5b806338a699a4116102e157806354f1fa81116102765780635eede174116102465780635eede1741461066d578063623e7a0f146106e0578063733044ca146106f35780637a9e5e4b14610706575f80fd5b806354f1fa811461062757806354f6127f1461063a578063555e55911461065a5780635d4345cc146104a4575f80fd5b80634bb2d197116102b15780634bb2d197146105db5780634d4a7ae9146105ee578063533086d41461060157806353ebe12914610614575f80fd5b806338a699a41461057f57806340529b0f146105a2578063490840b4146105b55780634a824392146105c8575f80fd5b80631c7c8155116103575780632ae5819d116103275780632ae5819d1461051b5780632bce2d7c1461052e5780633477771214610541578063353e5b751461056c575f80fd5b80631c7c8155146104ca578063228e42ec146104dd578063248a77dd14610508578063297023ef1461040b575f80fd5b80630ccd44d7116103925780630ccd44d71461046c5780630d3581811461047f5780630fad0eb1146104a45780631aa41163146104b7575f80fd5b80630232ca49146103c3578063036b1ffb1461040b57806308077cd91461042057806309648a9d14610433575b5f80fd5b6103ee6103d13660046136d3565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b61041e610419366004613a7f565b610a4d565b005b61041e61042e366004613bfb565b610a92565b61045a610441366004613c3e565b5f90815260066020526040902054610100900460ff1690565b60405160ff9091168152602001610402565b61041e61047a366004613d04565b610aba565b61045a61048d366004613d74565b60ff9081165f908152602081905260409020541690565b61041e6104b2366004613d8f565b610ae7565b61041e6104c5366004613dc6565b610b04565b61041e6104d8366004613f5f565b610b44565b6103ee6104eb3660046136d3565b6001600160601b039081165f908152600260205260409020541690565b6103ee610516366004613fbc565b610b6b565b61041e610529366004613d8f565b610b88565b61041e61053c3660046140b8565b610b9f565b61055461054f3660046141e9565b610bc7565b6040516001600160401b039091168152602001610402565b61041e61057a366004614222565b610c70565b61059261058d366004613c3e565b610c86565b6040519015158152602001610402565b61041e6105b0366004613d8f565b610d0e565b61041e6105c33660046142f8565b610d25565b61041e6105d63660046143c0565b610d4d565b61041e6105e9366004614507565b610deb565b61041e6105fc366004614549565b610e89565b6103ee61060f366004613fbc565b610eb1565b6103ee610622366004613fbc565b610ec5565b61041e6106353660046146d3565b610ed9565b61064d610648366004613c3e565b611031565b604051610402919061474f565b61041e6106683660046147cb565b6110d3565b6106b661067b3660046136d3565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b0394851681529284166020840152921691810191909152606001610402565b61041e6106ee36600461485a565b611171565b61041e6107013660046148b1565b611199565b61041e6107143660046148f4565b611231565b61041e61072736600461490f565b6112b3565b61041e61073a36600461492b565b611340565b61041e6113de565b61075a610755366004613c3e565b61155a565b604051610402919061496e565b6103ee6107753660046136d3565b6001600160601b039081165f908152600360205260409020541690565b61079a61167c565b6040516001600160e01b03199091168152602001610402565b61041e6107c13660046149ce565b6116b2565b61041e6107d4366004614a10565b6116e3565b61041e6107e7366004614a53565b611781565b6103ee6107fa366004613fbc565b6117a9565b61041e61080d36600461490f565b6117bd565b610892610820366004613c3e565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260068552839020835191820184525460ff80821683526101008204169482019490945264ffffffffff620100008504811693820193909352600160381b9093049091169082015290565b6040516104029190614a91565b61041e6108ad366004614ad4565b61180b565b61041e6108c036600461490f565b611832565b6103ee6108d3366004613fbc565b611880565b61041e6108e6366004614b28565b611894565b61041e6108f9366004614b7b565b6118bb565b61041e61090c366004614b97565b611908565b61059261091f366004613d74565b61191e565b61092c61196a565b6040516001600160a01b039091168152602001610402565b61041e610952366004614cfc565b611985565b61041e610965366004614d3f565b6119ad565b61041e610978366004614d81565b6119de565b6103ee61098b366004613fbc565b611a0f565b61059261099e366004614dc3565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61041e6109db366004614df0565b611a23565b61041e6109ee366004613dc6565b611ac1565b610a06610a01366004614e41565b611b05565b604051908152602001610402565b61041e610a22366004614e6d565b611b86565b61041e610a35366004613d8f565b611bb7565b61041e610a48366004614eaf565b611bce565b610a59335b5f36611bf6565b610a8d610a67846015611cf4565b83604051602001610a789190614ef1565b60405160208183030381529060405283611d3f565b505050565b610a9b33610a52565b610a8d610aa9846016611cf4565b83604051602001610a789190615086565b610ac333610a52565b610ae1610ad08585611eb6565b83604051602001610a7891906150fa565b50505050565b610af033610a52565b610a8d610afe836015611cf4565b82611f05565b610b0d33610a52565b610b40610b1b836029611cf4565b82604051602001610b2c9190615158565b604051602081830303815290604052612269565b5050565b610b4d33610a52565b610a8d610b5a8484612695565b82604051602001610b2c91906151df565b5f610b7533610a52565b610b7f83836126e1565b90505b92915050565b610b9133610a52565b610a8d610afe83602b611cf4565b610ba833610a52565b610a8d610bb6846017611cf4565b83604051602001610a789190615279565b5f610bd133610a52565b610bd9612851565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610c6b9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5a91906152c5565b83604051602001610b2c91906152dc565b919050565b610c7933610a52565b610ae1610afe8484611eb6565b5f8181526006602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610cea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b82919061539d565b610d1733610a52565b610a8d610afe836017611cf4565b610d2e33610a52565b610b40610d3c83600f611cf4565b82604051602001610b2c91906153b8565b610d5633610a52565b6040516355ee627560e01b8152610b409073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610d9b906001600160c01b0319871690600401615437565b602060405180830381865af4158015610db6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dda91906152c5565b82604051602001610b2c919061544c565b610df433610a52565b6040516355ee627560e01b8152610b409073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610e39906001600160c01b0319871690600401615437565b602060405180830381865af4158015610e54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7891906152c5565b82604051602001610b2c9190615501565b610e9233610a52565b610b40610ea083602b611cf4565b82604051602001610b2c91906155df565b5f610ebb33610a52565b610b7f83836128e1565b5f610ecf33610a52565b610b7f8383612a39565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015610f3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5f919061539d565b15610f8d5760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff80851690831614610fce5760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610f84565b60ff8084165f90815260016020908152604080832088851684528252808320858516845290915290205416610ae15760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610f84565b5f818152600660205260409020600101805460609190611050906157cf565b80601f016020809104026020016040519081016040528092919081815260200182805461107c906157cf565b80156110c75780601f1061109e576101008083540402835291602001916110c7565b820191905f5260205f20905b8154815290600101906020018083116110aa57829003601f168201915b50505050509050919050565b6110dc33610a52565b6040516355ee627560e01b8152610a8d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611121906001600160c01b0319881690600401615437565b602060405180830381865af415801561113c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116091906152c5565b83604051602001610a789190615807565b61117a33610a52565b610a8d61118884600b611cf4565b83604051602001610a789190615845565b6111a233610a52565b604051630f37f38f60e41b81526001600160401b0384166004820152610a8d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122091906152c5565b83604051602001610a7891906152dc565b3361123a61196a565b6001600160a01b0316816001600160a01b0316146112755760405162d1953b60e31b81526001600160a01b0382166004820152602401610f84565b816001600160a01b03163b5f036112aa576040516361798f2f60e11b81526001600160a01b0383166004820152602401610f84565b610b4082612b91565b6112bc33610a52565b6040516355ee627560e01b8152610a8d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611301906001600160c01b0319871690600401615437565b602060405180830381865af415801561131c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610afe91906152c5565b61134933610a52565b6040516355ee627560e01b8152610a8d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061138e906001600160c01b0319881690600401615437565b602060405180830381865af41580156113a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113cd91906152c5565b83604051602001610a789190615501565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156114225750825b90505f826001600160401b0316600114801561143d5750303b155b90508115801561144b575080155b156114695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561149357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f89190615893565b905061150381612bf1565b61150b612c05565b5050831561155357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260066020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015264ffffffffff62010000820481166080840152600160381b9091041660a082015292835260018101805491928401916115f5906157cf565b80601f0160208091040260200160405190810160405280929190818152602001828054611621906157cf565b801561166c5780601f106116435761010080835404028352916020019161166c565b820191905f5260205f20905b81548152906001019060200180831161164f57829003601f168201915b5050505050815250509050919050565b5f80516020615c4e83398151915280545f9190600160a01b900460ff166116a3575f6116ac565b638fb3603760e01b5b91505090565b6116bb33610a52565b6116c482612c17565b610b406116d2836015611cf4565b82604051602001610b2c9190614ef1565b6116ec33610a52565b6040516355ee627560e01b8152610a8d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611731906001600160c01b0319881690600401615437565b602060405180830381865af415801561174c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061177091906152c5565b83604051602001610a78919061544c565b61178a33610a52565b610a8d61179884600f611cf4565b83604051602001610a7891906153b8565b5f6117b333610a52565b610b7f8383612d1a565b6117c633610a52565b6040516355ee627560e01b8152610a8d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611301906001600160c01b0319871690600401615437565b61181433610a52565b610ae16118218585612695565b83604051602001610a7891906151df565b61183b33610a52565b6040516355ee627560e01b8152610a8d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611301906001600160c01b0319871690600401615437565b5f61188a33610a52565b610b7f8383612e72565b61189d33610a52565b610a8d6118aa8484611eb6565b82604051602001610b2c91906150fa565b6118c433610a52565b604051630f37f38f60e41b81526001600160401b0383166004820152610a8d9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401611301565b61191133610a52565b610ae1610afe8484612695565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610ccf565b5f80516020615c4e833981519152546001600160a01b031690565b61198e33610a52565b610a8d61199c84600c611cf4565b83604051602001610a7891906158f1565b6119b633610a52565b6119bf82612c17565b610b406119cd836016611cf4565b82604051602001610b2c9190615086565b6119e733610a52565b6119f082612c17565b610b406119fe83600b611cf4565b82604051602001610b2c9190615845565b5f611a1933610a52565b610b7f8383612fca565b611a2c33610a52565b6040516355ee627560e01b8152610b409073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611a71906001600160c01b0319871690600401615437565b602060405180830381865af4158015611a8c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ab091906152c5565b82604051602001610b2c9190615807565b611aca33610a52565b610b40611ad8836029611cf4565b82604051602001611ae99190615158565b604051602081830303815290604052611b0060ff90565b611d3f565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015611b62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b7f91906152c5565b611b8f33610a52565b611b9882612c17565b610b40611ba6836017611cf4565b82604051602001610b2c9190615279565b611bc033610a52565b610a8d610afe836016611cf4565b611bd733610a52565b610b40611be583600c611cf4565b82604051602001610b2c91906158f1565b5f80516020615c4e8339815191525f80611c2e611c1161196a565b8730611c2060045f8a8c615981565b611c29916159a8565b613122565b9150915081611cec5763ffffffff811615611cc957825460ff60a01b1916600160a01b178355611c5c61196a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611c8b939291906159de565b5f604051808303815f87803b158015611ca2575f80fd5b505af1158015611cb4573d5f803e3d5ffd5b5050845460ff60a01b1916855550611cec9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610f84565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401611b47565b5f611d4a8483611f05565b5f858152600660205260409020909150600101611d678482615a61565b50604051634b00e98f60e11b8152600481018590527fdbbb264bf3560def22c1457cb693395546e7a0a2053566eb78e6f5eebf9831979073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611dd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dfc9190615b1b565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611e4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e6e9190615b36565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015264ffffffffff841660a082015290519081900360c00190a150505050565b604051632867b75960e21b815264ffffffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401611b47565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611f57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f7b919061539d565b15611f9c5760405163093b89e160e11b815260048101849052602401610f84565b505f82815260066020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612013573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612037919061539d565b156120585760405163566ebf7960e01b815260048101869052602401610f84565b60ff808516146121d657815461207490829060ff168187610ed9565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527f8f1ee60b80a6d161c3408fa78af057311e20d28c1a7a12a336a549e26d7104b69073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156120f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061211a9190615b1b565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612168573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061218c9190615b36565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015264ffffffffff851660c082015260e00160405180910390a15b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190615b51565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156122b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122dd9190615b1b565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612330573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612354919061539d565b15612377576040516307014a8d60e51b815260ff82166004820152602401610f84565b5f83815260066020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156123dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612401919061539d565b1561242b57604051633f92eac960e21b81526004810185905260ff83166024820152604401610f84565b6124348261191e565b61245657604051636cb0978b60e11b815260ff83166004820152602401610f84565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561249e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c29190615b51565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff199092169190911761010091831691909102176bffffffffffffffffffff000019166201000064ffffffffff85169081026bffffffffff00000000000000191691909117600160381b919091021784555f8781526006602052604090209091506001016125518682615a61565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156125c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125e69190615b1b565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126589190615b36565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401611b47565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612750573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612774919061539d565b61279c57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600360205260409020546127c091168461322a565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b00096916128399187918791879164ffffffffff90911690615b6c565b60405180910390a161284a846132af565b5092915050565b600780545f918261286183615b9c565b9091555050600754604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156128b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128dc9190615bc0565b905090565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612950573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612974919061539d565b61299c57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600460205260409020546129c091168461334e565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612aa8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612acc919061539d565b612af457604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260036020526040902054612b1891168461334e565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f8916128399187918791879164ffffffffff90911690615b6c565b5f80516020615c4e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b612bf9613398565b612c02816133e1565b50565b612c0d613398565b612c156133f2565b565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612c85573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ca9919061539d565b15612cd2576040516314d5804160e01b81526001600160601b0382166004820152602401610f84565b612cdb816132af565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612d89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dad919061539d565b612dd557604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260026020526040902054612df991168461322a565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae3916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015612ee1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f05919061539d565b612f2d57604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f90815260026020526040902054612f5191168461334e565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba2916128399187918791879164ffffffffff90911690615b6c565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613039573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061305d919061539d565b61308557604051631e94ffd760e11b81526001600160601b0382166004820152602401610f84565b6001600160601b038085165f908152600460205260409020546130a991168461322a565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a99916128399187918791879164ffffffffff90911690615b6c565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516131909190615bdb565b5f60405180830381855afa9150503d805f81146131c8576040519150601f19603f3d011682016040523d82523d5f602084013e6131cd565b606091505b5091509150811561321f5760408151106131ff57808060200190518101906131f59190615bf1565b909450925061321f565b602081511061321f578080602001905181019061321c919061539d565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561328b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b7f9190615c1e565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156132f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061331a9190615b51565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401613270565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612c1557604051631afcd79f60e31b815260040160405180910390fd5b6133e9613398565b612c0281612b91565b6133fa61344a565b613402613467565b61340a61349b565b6134126134df565b61341a6134fb565b613422613548565b61342a613568565b61343261357c565b61343a6135bb565b6134426135c5565b612c156135d9565b61345760165b6005613601565b612c1560165b60055b60c8613643565b613471600b613450565b61347f600b6005606e613643565b61348d600b606e6005613643565b612c15600b606e60d2613643565b6134a76015600a613601565b6134b66015600a5b6014613643565b6134c56015600a5b601e613643565b6134d36015600a6028613643565b612c1560156028613460565b6134ec602b5b603c613601565b612c15602b5b603c60dc613643565b613507602d6032613601565b613513602d60326134af565b613521602d60326033613643565b61352d602d60326134be565b613539602d6033613460565b612c15602d60335b6048613643565b613552602e6134e5565b61355c602e6134f2565b612c15602e603c613541565b613572602c613450565b612c15602c61345d565b613586602f613450565b613595602f60055b6046613643565b6135a3602f60056007613643565b6135af602f600761358e565b612c15602f6005613541565b612c15600f613450565b6135cf600c613450565b612c156029613450565b6135e3600e613450565b6135ed6017613450565b6135f76030613450565b612c156031613450565b60ff8281165f90815260208190526040902054161561362257613622615c39565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561367b5761367b615c39565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612c02575f80fd5b8035610c6b816136b4565b5f602082840312156136e3575f80fd5b81356136ee816136b4565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405161020081016001600160401b038111828210171561372c5761372c6136f5565b60405290565b60405160c081016001600160401b038111828210171561372c5761372c6136f5565b60405160e081016001600160401b038111828210171561372c5761372c6136f5565b60405161010081016001600160401b038111828210171561372c5761372c6136f5565b60405161014081016001600160401b038111828210171561372c5761372c6136f5565b60405161024081016001600160401b038111828210171561372c5761372c6136f5565b604051606081016001600160401b038111828210171561372c5761372c6136f5565b604051601f8201601f191681016001600160401b0381118282101715613829576138296136f5565b604052919050565b6001600160c01b031981168114612c02575f80fd5b8035610c6b81613831565b61ffff81168114612c02575f80fd5b8035610c6b81613851565b64ffffffffff81168114612c02575f80fd5b8035610c6b8161386b565b5f82601f830112613897575f80fd5b8135602083015f806001600160401b038411156138b6576138b66136f5565b50601f8301601f19166020016138cb81613801565b9150508281528583830111156138df575f80fd5b828260208301375f92810160200192909252509392505050565b5f610200828403121561390a575f80fd5b613912613709565b905061391d826136c8565b815261392b602083016136c8565b602082015261393c60408301613846565b604082015261394d606083016136c8565b606082015261395e608083016136c8565b608082015261396f60a08301613846565b60a082015261398060c08301613860565b60c082015261399160e08301613860565b60e08201526139a361010083016136c8565b6101008201526139b661012083016136c8565b6101208201526139c9610140830161387d565b6101408201526139dc610160830161387d565b6101608201526139ef610180830161387d565b610180820152613a026101a0830161387d565b6101a08201526101c08201356001600160401b03811115613a21575f80fd5b613a2d84828501613888565b6101c0830152506101e08201356001600160401b03811115613a4d575f80fd5b613a5984828501613888565b6101e08301525092915050565b60ff81168114612c02575f80fd5b8035610c6b81613a66565b5f805f60608486031215613a91575f80fd5b8335613a9c816136b4565b925060208401356001600160401b03811115613ab6575f80fd5b613ac2868287016138f9565b9250506040840135613ad381613a66565b809150509250925092565b6001600160a01b0381168114612c02575f80fd5b8035610c6b81613ade565b5f60408284031215613b0d575f80fd5b604080519081016001600160401b0381118282101715613b2f57613b2f6136f5565b6040529050808235613b4081613ade565b81526020830135613b50816136b4565b6020919091015292915050565b5f60e08284031215613b6d575f80fd5b613b75613732565b90508135613b828161386b565b81526020820135613b928161386b565b6020820152613ba36040830161387d565b6040820152613bb4606083016136c8565b6060820152613bc68360808401613afd565b608082015260c08201356001600160401b03811115613be3575f80fd5b613bef84828501613888565b60a08301525092915050565b5f805f60608486031215613c0d575f80fd5b8335613c18816136b4565b925060208401356001600160401b03811115613c32575f80fd5b613ac286828701613b5d565b5f60208284031215613c4e575f80fd5b5035919050565b5f60a08284031215613c65575f80fd5b60405160a081016001600160401b0381118282101715613c8757613c876136f5565b6040529050808235613c9881613851565b81526020830135613ca8816136b4565b60208201526040830135613cbb8161386b565b60408201526060830135613cce81613ade565b606082015260808301356001600160401b03811115613ceb575f80fd5b613cf785828601613888565b6080830152505092915050565b5f805f8060808587031215613d17575f80fd5b8435613d22816136b4565b93506020850135613d328161386b565b925060408501356001600160401b03811115613d4c575f80fd5b613d5887828801613c55565b9250506060850135613d6981613a66565b939692955090935050565b5f60208284031215613d84575f80fd5b81356136ee81613a66565b5f8060408385031215613da0575f80fd5b8235613dab816136b4565b91506020830135613dbb81613a66565b809150509250929050565b5f808284036101e0811215613dd9575f80fd5b8335613de4816136b4565b92506101c0601f1982011215613df8575f80fd5b50613e01613754565b613e0e8560208601613afd565b8152613e1d8560608601613afd565b6020820152613e2f8560a08601613afd565b6040820152613e418560e08601613afd565b6060820152613e54856101208601613afd565b6080820152613e67856101608601613afd565b60a0820152613e7a856101a08601613afd565b60c0820152809150509250929050565b803562ffffff81168114610c6b575f80fd5b5f60e08284031215613eac575f80fd5b613eb4613754565b9050613ebf826136c8565b8152613ecd602083016136c8565b6020820152613ede6040830161387d565b6040820152613eef60608301613e8a565b6060820152613f0060808301613e8a565b608082015260a08201356001600160401b03811115613f1d575f80fd5b613f2984828501613888565b60a08301525060c08201356001600160401b03811115613f47575f80fd5b613f5384828501613888565b60c08301525092915050565b5f805f60608486031215613f71575f80fd5b8335613f7c816136b4565b92506020840135613f8c81613851565b915060408401356001600160401b03811115613fa6575f80fd5b613fb286828701613e9c565b9150509250925092565b5f8060408385031215613fcd575f80fd5b8235613fd8816136b4565b91506020830135613dbb816136b4565b8015158114612c02575f80fd5b8035610c6b81613fe8565b63ffffffff81168114612c02575f80fd5b8035610c6b81614000565b5f6080828403121561402c575f80fd5b604051608081016001600160401b038111828210171561404e5761404e6136f5565b604052905080823561405f81613831565b8152602083013561406f81613fe8565b6020820152604083013561408281614000565b604082015260608301356001600160401b0381111561409f575f80fd5b6140ab85828601613888565b6060830152505092915050565b5f805f606084860312156140ca575f80fd5b83356140d5816136b4565b925060208401356001600160401b038111156140ef575f80fd5b613ac28682870161401c565b5f610100828403121561410c575f80fd5b614114613776565b905061411f826136c8565b815261412d602083016136c8565b602082015261413e60408301613ff5565b604082015261414f6060830161387d565b60608201526141606080830161387d565b608082015260a08201356001600160401b0381111561417d575f80fd5b61418984828501613888565b60a08301525060c08201356001600160401b038111156141a7575f80fd5b6141b384828501613888565b60c08301525060e08201356001600160401b038111156141d1575f80fd5b6141dd84828501613888565b60e08301525092915050565b5f602082840312156141f9575f80fd5b81356001600160401b0381111561420e575f80fd5b61421a848285016140fb565b949350505050565b5f805f60608486031215614234575f80fd5b833561423f816136b4565b9250602084013561424f8161386b565b91506040840135613ad381613a66565b5f60e0828403121561426f575f80fd5b614277613754565b90508135614284816136b4565b8152602082013561429481613ade565b602082015260408201356142a781613ade565b604082015260608201356142ba81613fe8565b60608201526142cb60808301613ff5565b60808201526142dc60a08301613ff5565b60a08201526142ed60c08301613ff5565b60c082015292915050565b5f80610100838503121561430a575f80fd5b8235614315816136b4565b9150614324846020850161425f565b90509250929050565b5f610100828403121561433e575f80fd5b614346613776565b9050614351826136c8565b815261435f602083016136c8565b602082015261437060408301614011565b604082015261438160608301614011565b606082015261439260808301613af2565b60808201526143a360a0830161387d565b60a082015260c08201356001600160401b038111156141a7575f80fd5b5f80604083850312156143d1575f80fd5b82356143dc81613831565b915060208301356001600160401b038111156143f6575f80fd5b6144028582860161432d565b9150509250929050565b5f610140828403121561441d575f80fd5b614425613799565b905061443082613af2565b815261443e602083016136c8565b602082015261444f60408301613af2565b604082015261446060608301614011565b60608201526144716080830161387d565b608082015261448260a08301613ff5565b60a082015261449360c08301613ff5565b60c08201526144a460e08301613af2565b60e08201526101008201356001600160401b038111156144c2575f80fd5b6144ce84828501613888565b610100830152506101208201356001600160401b038111156144ee575f80fd5b6144fa84828501613888565b6101208301525092915050565b5f8060408385031215614518575f80fd5b823561452381613831565b915060208301356001600160401b0381111561453d575f80fd5b6144028582860161440c565b5f8082840361026081121561455c575f80fd5b8335614567816136b4565b9250610240601f198201121561457b575f80fd5b506145846137bc565b614590602085016136c8565b815261459e604085016136c8565b60208201526145af606085016136c8565b60408201526145c0608085016136c8565b60608201526145d160a085016136c8565b60808201526145e260c085016136c8565b60a08201526145f360e085016136c8565b60c082015261460561010085016136c8565b60e082015261461761012085016136c8565b61010082015261462a61014085016136c8565b61012082015261463d61016085016136c8565b61014082015261465061018085016136c8565b6101608201526146636101a085016136c8565b6101808201526146766101c085016136c8565b6101a08201526146896101e085016136c8565b6101c082015261469c61020085016136c8565b6101e08201526146af61022085016136c8565b6102008201526146c261024085016136c8565b610220820152809150509250929050565b5f805f80608085870312156146e6575f80fd5b84356146f181613a66565b9350602085013561470181613a66565b9250604085013561471181613a66565b91506060850135613d6981613a66565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b7f6020830184614721565b5f60608284031215614771575f80fd5b6147796137df565b90508135614786816136b4565b815260208201356147968161386b565b602082015260408201356001600160401b038111156147b3575f80fd5b6147bf84828501613888565b60408301525092915050565b5f805f606084860312156147dd575f80fd5b83356147e881613831565b925060208401356001600160401b03811115614802575f80fd5b613ac286828701614761565b5f6060828403121561481e575f80fd5b6148266137df565b905081356001600160401b0381111561483d575f80fd5b61484984828501613888565b825250602082013561479681613ade565b5f805f6060848603121561486c575f80fd5b8335614877816136b4565b925060208401356001600160401b03811115614891575f80fd5b613ac28682870161480e565b6001600160401b0381168114612c02575f80fd5b5f805f606084860312156148c3575f80fd5b83356148ce8161489d565b925060208401356001600160401b038111156148e8575f80fd5b613ac2868287016140fb565b5f60208284031215614904575f80fd5b81356136ee81613ade565b5f8060408385031215614920575f80fd5b8235613dab81613831565b5f805f6060848603121561493d575f80fd5b833561494881613831565b925060208401356001600160401b03811115614962575f80fd5b613ac28682870161440c565b602081526149b560208201835160ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f602083015160a08084015261421a60c0840182614721565b5f80604083850312156149df575f80fd5b82356149ea816136b4565b915060208301356001600160401b03811115614a04575f80fd5b614402858286016138f9565b5f805f60608486031215614a22575f80fd5b8335614a2d81613831565b925060208401356001600160401b03811115614a47575f80fd5b613ac28682870161432d565b5f805f6101208486031215614a66575f80fd5b8335614a71816136b4565b9250614a80856020860161425f565b9150610100840135613ad381613a66565b60808101610b82828460ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f805f8060808587031215614ae7575f80fd5b8435614af2816136b4565b93506020850135614b0281613851565b925060408501356001600160401b03811115614b1c575f80fd5b613d5887828801613e9c565b5f805f60608486031215614b3a575f80fd5b8335614b45816136b4565b92506020840135614b558161386b565b915060408401356001600160401b03811115614b6f575f80fd5b613fb286828701613c55565b5f8060408385031215614b8c575f80fd5b8235613dab8161489d565b5f805f60608486031215614ba9575f80fd5b8335614bb4816136b4565b9250602084013561424f81613851565b5f82601f830112614bd3575f80fd5b81356001600160401b03811115614bec57614bec6136f5565b8060051b614bfc60208201613801565b91825260208185018101929081019086841115614c17575f80fd5b6020860192505b83831015614c42578235614c31816136b4565b825260209283019290910190614c1e565b9695505050505050565b5f6101008284031215614c5d575f80fd5b614c65613776565b9050614c7082613ff5565b8152614c7e60208301613ff5565b6020820152614c8f60408301613ff5565b6040820152614ca060608301613a74565b6060820152614cb160808301613a74565b6080820152614cc260a083016136c8565b60a0820152614cd360c083016136c8565b60c082015260e08201356001600160401b03811115614cf0575f80fd5b6141dd84828501614bc4565b5f805f60608486031215614d0e575f80fd5b8335614d19816136b4565b925060208401356001600160401b03811115614d33575f80fd5b613ac286828701614c4c565b5f8060408385031215614d50575f80fd5b8235614d5b816136b4565b915060208301356001600160401b03811115614d75575f80fd5b61440285828601613b5d565b5f8060408385031215614d92575f80fd5b8235614d9d816136b4565b915060208301356001600160401b03811115614db7575f80fd5b6144028582860161480e565b5f805f60608486031215614dd5575f80fd5b8335614de081613a66565b9250602084013561424f81613a66565b5f8060408385031215614e01575f80fd5b8235614e0c81613831565b915060208301356001600160401b03811115614e26575f80fd5b61440285828601614761565b60ff1981168114612c02575f80fd5b5f8060408385031215614e52575f80fd5b8235614e5d81613a66565b91506020830135613dbb81614e32565b5f8060408385031215614e7e575f80fd5b8235614e89816136b4565b915060208301356001600160401b03811115614ea3575f80fd5b6144028582860161401c565b5f8060408385031215614ec0575f80fd5b8235614ecb816136b4565b915060208301356001600160401b03811115614ee5575f80fd5b61440285828601614c4c565b60208152614f0b6020820183516001600160601b03169052565b5f6020830151614f2660408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160601b03811660808401525060808301516001600160601b03811660a08401525060a08301516001600160c01b0319811660c08401525060c083015161ffff811660e08401525060e083015161ffff8116610100840152506101008301516001600160601b038116610120840152506101208301516001600160601b0381166101408401525061014083015164ffffffffff81166101608401525061016083015164ffffffffff81166101808401525061018083015164ffffffffff81166101a0840152506101a083015164ffffffffff81166101c0840152506101c08301516102006101e084015261503d610220840182614721565b90506101e0840151601f198483030161020085015261505c8282614721565b95945050505050565b80516001600160a01b031682526020908101516001600160601b0316910152565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f60808301516150e060a0840182615065565b5060a083015160e08084015261421a610100840182614721565b6020815261ffff82511660208201526001600160601b03602083015116604082015264ffffffffff604083015116606082015260018060a01b0360608301511660808201525f608083015160a08084015261421a60c0840182614721565b5f6101c08201905061516b828451615065565b602083015161517d6040840182615065565b5060408301516151906080840182615065565b5060608301516151a360c0840182615065565b5060808301516151b7610100840182615065565b5060a08301516151cb610140840182615065565b5060c083015161284a610180840182615065565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f604083015161521f606084018264ffffffffff169052565b50606083015162ffffff8116608084015250608083015162ffffff811660a08401525060a083015160e060c084015261525c610100840182614721565b905060c0840151601f198483030160e085015261505c8282614721565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261421a60a0840182614721565b5f602082840312156152d5575f80fd5b5051919050565b602081526152f66020820183516001600160601b03169052565b5f602083015161531160408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c0840152615361610120840182614721565b905060c0840151601f198483030160e085015261537e8282614721565b91505060e0840151601f198483030161010085015261505c8282614721565b5f602082840312156153ad575f80fd5b81516136ee81613fe8565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161540f608084018215159052565b5060a083015161542360a084018215159052565b5060c083015161284a60c084018215159052565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f602083015161547b60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526154e3610120840182614721565b905060e0840151601f198483030161010085015261505c8282614721565b6020815261551b6020820183516001600160a01b03169052565b5f602083015161553660408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526155c0610160840182614721565b9050610120840151601f198483030161014085015261505c8282614721565b81516001600160601b031681526102408101602083015161560b60208401826001600160601b03169052565b50604083015161562660408401826001600160601b03169052565b50606083015161564160608401826001600160601b03169052565b50608083015161565c60808401826001600160601b03169052565b5060a083015161567760a08401826001600160601b03169052565b5060c083015161569260c08401826001600160601b03169052565b5060e08301516156ad60e08401826001600160601b03169052565b506101008301516156ca6101008401826001600160601b03169052565b506101208301516156e76101208401826001600160601b03169052565b506101408301516157046101408401826001600160601b03169052565b506101608301516157216101608401826001600160601b03169052565b5061018083015161573e6101808401826001600160601b03169052565b506101a083015161575b6101a08401826001600160601b03169052565b506101c08301516157786101c08401826001600160601b03169052565b506101e08301516157956101e08401826001600160601b03169052565b506102008301516157b26102008401826001600160601b03169052565b5061022083015161284a6102208401826001600160601b03169052565b600181811c908216806157e357607f821691505b60208210810361580157634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b03825116602082015264ffffffffff60208301511660408201525f604083015160608084015261421a6080840182614721565b602081525f8251606060208401526158606080840182614721565b60208501516001600160a01b0316604085810191909152850151848203601f1901606086015290915061505c8282614721565b5f602082840312156158a3575f80fd5b81516136ee81613ade565b5f8151808452602084019350602083015f5b828110156158e75781516001600160601b03168652602095860195909101906001016158c0565b5093949350505050565b602081528151151560208201526020820151151560408201525f604083015161591e606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e08301516101008084015261421a6101208401826158ae565b5f808585111561598f575f80fd5b8386111561599b575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561284a576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a8d57805f5260205f20601f840160051c81016020851015615a425750805b601f840160051c820191505b81811015611553575f8155600101615a4e565b81516001600160401b03811115615a7a57615a7a6136f5565b615a8e81615a8884546157cf565b84615a1d565b6020601f821160018114615ac0575f8315615aa95750848201515b5f19600385901b1c1916600184901b178455611553565b5f84815260208120601f198516915b82811015615aef5787850151825560209485019460019092019101615acf565b5084821015615b0c57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615b2b575f80fd5b81516136ee81613a66565b5f60208284031215615b46575f80fd5b81516136ee81614e32565b5f60208284031215615b61575f80fd5b81516136ee8161386b565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f60018201615bb957634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615bd0575f80fd5b81516136ee8161489d565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615c02575f80fd5b8251615c0d81613fe8565b6020840151909250613dbb81614000565b5f60208284031215615c2e575f80fd5b81516136ee816136b4565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122097fe7f511433f813a19cfa1e79a280e383cf07e9a342e4ded63723203de7cb6464736f6c634300081a0033",
|
2681
|
+
"bytecode": "0x60806040525f6006553480156012575f80fd5b506159b7806100205f395ff3fe608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063b4d7efe2116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063b4d7efe214610729578063bf1db3f91461073c578063bf7e214f1461074f578063d06458c61461076f578063d7719f461461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b1d7d56814610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b806340529b0f1161020357806353ebe129116101bd57806353ebe129146104c757806354f1fa81146104da57806357f80bbf146104ed5780635eede1741461050d578063733044ca146105805780637a9e5e4b14610593575f80fd5b806340529b0f146104485780634793b4ab1461045b578063490840b41461047b5780634a8243921461048e5780634bb2d197146104a1578063533086d4146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d45780633048cb3c146103e757806334777712146103fa57806338a699a414610425575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a9366004614487565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f136600461471f565b610879565b005b61031f61030636600461477e565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f366004614795565b60ff9081165f908152602081905260409020541690565b6103696103643660046147c5565b6109c0565b6040516102da919061480e565b6102c6610384366004614487565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046148cc565b610c34565b6103c76103c2366004614487565b610c4f565b6040516102da9190614903565b6102f66103e2366004614a27565b610ce9565b6102f66103f5366004614ab6565b610dc3565b61040d610408366004614be7565b610e6d565b6040516001600160401b0390911681526020016102da565b61043861043336600461477e565b61105f565b60405190151581526020016102da565b6102f6610456366004614c18565b6110ed565b61046e610469366004614487565b61115c565b6040516102da9190614c44565b6102f6610489366004614d6d565b61124f565b6102f661049c366004614e35565b611395565b6102f66104af366004614f7c565b61157e565b6102c66104c23660046148cc565b611764565b6102c66104d53660046148cc565b611778565b6102f66104e8366004614fbe565b61178c565b6105006104fb366004614487565b6118ea565b6040516102da9190615017565b61055661051b366004614487565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661058e3660046150aa565b6119cb565b6102f66105a13660046150ed565b611b82565b6102f66105b4366004615108565b611c08565b6102f6611e5e565b6102c66105cf366004614487565b6001600160601b039081165f908152600360205260409020541690565b6105f4611fd6565b6040516001600160e01b031990911681526020016102da565b6102f661061b36600461514b565b61200c565b6102f661062e36600461518e565b6121cd565b6102c66106413660046148cc565b6122e5565b6102f66106543660046151cc565b6122f9565b6106bf61066736600461477e565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046151cc565b6123cf565b6102c66107113660046148cc565b6124a5565b6102f66107243660046151e8565b6124b9565b6102f661073736600461522a565b612568565b61043861074a366004614795565b612638565b610757612684565b6040516001600160a01b0390911681526020016102da565b61078261077d3660046147c5565b61269f565b6040516102da9190615246565b6102f661079d366004615324565b6128be565b6102c66107b03660046148cc565b6129f8565b6104386107c3366004615366565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b610805610800366004614487565b612a0c565b6040516102da91906153a3565b6108256108203660046153df565b612af0565b6040519081526020016102da565b6102f6610841366004615411565b612b71565b6102f6610854366004614c18565b612c51565b61086c610867366004615453565b612cb1565b6040516102da919061546e565b610885335b5f36612e82565b5f610891846016612f80565b90505f8061089f8385612fcb565b5f858152600d602090815260409182902089518154838c0151948c015160608d01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808a01518051920151909216600160a01b026001600160a01b0390911617600182015560a08801519294509092508691600282019061097390826155b0565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88682863332876040516109b09695949392919061566a565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a43906001600160c01b03198816906004016156b5565b602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8291906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b1d9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b499061552f565b8015610b945780601f10610b6b57610100808354040283529160200191610b94565b820191905f5260205f20905b815481529060010190602001808311610b7757829003601f168201915b50505050508152602001600382018054610bad9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610bd99061552f565b8015610c245780601f10610bfb57610100808354040283529160200191610c24565b820191905f5260205f20905b815481529060010190602001808311610c0757829003601f168201915b5050505050815250509050919050565b5f610c3e3361087e565b610c4883836131e5565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c7f846017612f80565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bad9061552f565b610cf23361087e565b5f610cfe846017612f80565b90505f80610d0c8385612fcb565b5f858152600b602090815260409182902089518154928b0151938b015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606088015192945090925086916001820190610d8690826155b0565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778682863332876040516109b09695949392919061566a565b610dcc3361087e565b5f610dd884600b612f80565b90505f80610de68385612fcb565b5f858152600860205260409020875192945090925086918190610e0990826155b0565b5060209190910151600190910180546001600160a01b0319166001600160a01b039092169190911790556040517ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab9905906109b09088908490889033903290899061566a565b5f610e773361087e565b610e7f613355565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe91906156ca565b9050610f09816133e5565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610fc190826155b0565b5060c08201516003820190610fd690826155b0565b5060e08201516004820190610feb90826155b0565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156110c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e791906156e1565b92915050565b6110f63361087e565b5f611102836017612f80565b90505f806111108385612fcb565b915091507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee97785828633328760405161114d9695949392919061566a565b60405180910390a15050505050565b6111a36040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f6111b1846016612f80565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bad9061552f565b6112583361087e565b5f61126483600f612f80565b905061126f816133e5565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b61139e3361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906113e1906001600160c01b03198716906004016156b5565b602060405180830381865af41580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906156ca565b905061142b816133e5565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c083015183919060028201906114fc90826155b0565b5060e0820151600382019061151190826155b0565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611388565b6115873361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906115ca906001600160c01b03198716906004016156b5565b602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160991906156ca565b9050611614816133e5565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b03191691909216179055610100830151839190600382019061170c90826155b0565b50610120820151600482019061172290826155b0565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff1661154f565b5f61176e3361087e565b610c488383613690565b5f6117823361087e565b610c4883836137e8565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181291906156e1565b156118405760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146118815760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401611837565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166118e45760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401611837565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f61193084600f612f80565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b6119d43361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a5091906156ca565b90505f80611a5e8385612fcb565b5f858152600e602090815260409182902089518154928b0151938b015160608c01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608089015160018301805464ffffffffff19169190921617905560a088015192945090925086916002820190611b1b90826155b0565b5060c08201516003820190611b3090826155b0565b5060e08201516004820190611b4590826155b0565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8682863332876040516109b0969594939291906156fc565b33611b8b612684565b6001600160a01b0316816001600160a01b031614611bc65760405162d1953b60e31b81526001600160a01b0382166004820152602401611837565b816001600160a01b03163b5f03611bfb576040516361798f2f60e11b81526001600160a01b0383166004820152602401611837565b611c0482613940565b5050565b611c113361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611c54906001600160c01b03198816906004016156b5565b602060405180830381865af4158015611c6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c9391906156ca565b90505f80611ca18385612fcb565b9150915084600a5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055506020820151815f0160146101000a8154816001600160601b0302191690836001600160601b031602179055506040820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060608201518160010160146101000a81548163ffffffff021916908363ffffffff16021790555060808201518160010160186101000a81548164ffffffffff021916908364ffffffffff16021790555060a082015181600101601d6101000a81548160ff02191690831515021790555060c082015181600101601e6101000a81548160ff02191690831515021790555060e0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550610100820151816003019081611e0b91906155b0565b506101208201516004820190611e2190826155b0565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8682863332876040516109b096959493929190615747565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ea25750825b90505f826001600160401b03166001148015611ebd5750303b155b905081158015611ecb575080155b15611ee95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f789190615793565b9050611f83816139a0565b611f8b6139b4565b50508315611fcf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114d565b5050505050565b5f8051602061596283398151915280545f9190600160a01b900460ff16611ffd575f612006565b638fb3603760e01b5b91505090565b6120153361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612058906001600160c01b03198816906004016156b5565b602060405180830381865af4158015612073573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209791906156ca565b90505f806120a58385612fcb565b5f858152600c602090815260409182902089518154928b0151938b015160608c015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608088015160018201805460a08b015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c08801519294509092508691600282019061217b90826155b0565b5060e0820151600382019061219090826155b0565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98682863332876040516109b096959493929190615747565b6121d63361087e565b5f6121e284600f612f80565b90505f806121f08385612fcb565b5f858152600960209081526040918290208951918a01516001600160601b03909216600160601b6001600160a01b0393841602178155898301516001909101805460608c015160808d015160a08e015160c08f0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b911515919091021790555191935091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109b09088908490889033903290899061566a565b5f6122ef3361087e565b610c4883836139c6565b6123023361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612345906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906156ca565b90505f806123928385612fcb565b915091507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb85828633328760405161114d96959493929190615747565b6123d83361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061241b906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245a91906156ca565b90505f806124688385612fcb565b915091507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c985828633328760405161114d96959493929190615747565b5f6124af3361087e565b610c488383613b1e565b6124c23361087e565b6124cb82613c76565b5f6124d783600b612f80565b90506124e2816133e5565b5f8181526008602052604090208251839190819061250090826155b0565b50602091820151600190910180546001600160a01b0319166001600160a01b039092169190911790555f828152600790915260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff1661135e565b6125713361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ed91906156ca565b90505f806125fb8385612fcb565b915091507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d85828633328760405161114d969594939291906156fc565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016110a8565b5f80516020615962833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612732906001600160c01b03198816906004016156b5565b602060405180830381865af415801561274d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277191906156ca565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061282e9061552f565b80601f016020809104026020016040519081016040528092919081815260200182805461285a9061552f565b80156128a55780601f1061287c576101008083540402835291602001916128a5565b820191905f5260205f20905b81548152906001019060200180831161288857829003601f168201915b50505050508152602001600482018054610bad9061552f565b6128c73361087e565b6128d082613c76565b5f6128dc836016612f80565b90506128e7816133e5565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129b690826155b0565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff1661135e565b5f612a023361087e565b610c488383613d79565b60408051808201909152606081525f602082015260085f612a2e84600b612f80565b81526020019081526020015f206040518060400160405290815f82018054612a559061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612a819061552f565b8015612acc5780601f10612aa357610100808354040283529160200191612acc565b820191905f5260205f20905b815481529060010190602001808311612aaf57829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612b4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4891906156ca565b612b7a3361087e565b612b8382613c76565b5f612b8f836017612f80565b9050612b9a816133e5565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612c0f90826155b0565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff1661135e565b612c5a3361087e565b5f612c66836016612f80565b90505f80612c748385612fcb565b915091507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e885828633328760405161114d9695949392919061566a565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612d49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6d91906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612df29061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612e1e9061552f565b8015612e695780601f10612e4057610100808354040283529160200191612e69565b820191905f5260205f20905b815481529060010190602001808311612e4c57829003601f168201915b5050505050815260200160038201805461282e9061552f565b5f805160206159628339815191525f80612eba612e9d612684565b8730612eac60045f8a8c6157ae565b612eb5916157d5565b613ed1565b9150915081612f785763ffffffff811615612f5557825460ff60a01b1916600160a01b178355612ee8612684565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f179392919061580b565b5f604051808303815f87803b158015612f2e575f80fd5b505af1158015612f40573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f789050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611837565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612b32565b60405163037c8cb160e51b815260ff821660048201525f90819073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561301f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061304391906156e1565b1561306457604051631260077f60e21b815260048101859052602401611837565b50505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff1692919073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310191906156e1565b15613122576040516310b1404560e21b815260048101869052602401611837565b60ff8085161461315157805461313e90839060ff16818761178c565b805461ff00191661010060ff8616021781555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc919061584a565b815464ffffffffff91909116620100000266ffffffffff00001990911617905590939092509050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327891906156e1565b6132a057604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546132c4911684613fd9565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b000969161333d9187918791879164ffffffffff90911690615865565b60405180910390a161334e8461405e565b5092915050565b600680545f918261336583615895565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e091906158b9565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613435573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345991906158d4565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156134ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d091906156e1565b156134f357604051633d61be7d60e11b815260ff82166004820152602401611837565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561355e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358291906156e1565b156135ac57604051637791d47d60e01b81526004810184905260ff83166024820152604401611837565b6135b582612638565b6135d7576040516391eb5e8760e01b815260ff83166004820152602401611837565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561361f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613643919061584a565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156136ff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061372391906156e1565b61374b57604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f9081526004602052604090205461376f9116846140fd565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b9161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b91906156e1565b6138a357604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546138c79116846140fd565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f89161333d9187918791879164ffffffffff90911690615865565b5f8051602061596283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139a8614147565b6139b181614190565b50565b6139bc614147565b6139c46141a1565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5991906156e1565b613a8157604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613aa5911684613fd9565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae39161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb191906156e1565b613bd957604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613bfd9116846140fd565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba29161333d9187918791879164ffffffffff90911690615865565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d0891906156e1565b15613d31576040516314d5804160e01b81526001600160601b0382166004820152602401611837565b613d3a8161405e565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613de8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e0c91906156e1565b613e3457604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260046020526040902054613e58911684613fd9565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a999161333d9187918791879164ffffffffff90911690615865565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f3f91906158ef565b5f60405180830381855afa9150503d805f8114613f77576040519150601f19603f3d011682016040523d82523d5f602084013e613f7c565b606091505b50915091508115613fce576040815110613fae5780806020019051810190613fa49190615905565b9094509250613fce565b6020815110613fce5780806020019051810190613fcb91906156e1565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561403a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c489190615932565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156140a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140c9919061584a565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa229060440161401f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166139c457604051631afcd79f60e31b815260040160405180910390fd5b614198614147565b6139b181613940565b6141a96141f9565b6141b1614216565b6141b961424a565b6141c161428e565b6141c96142aa565b6141d16142f7565b6141d9614317565b6141e161432b565b6141e961436a565b6141f1614374565b6139c4614388565b61420660165b60056143b0565b6139c460165b60055b60c86143f2565b614220600b6141ff565b61422e600b6005606e6143f2565b61423c600b606e60056143f2565b6139c4600b606e60d26143f2565b6142566015600a6143b0565b6142656015600a5b60146143f2565b6142746015600a5b601e6143f2565b6142826015600a60286143f2565b6139c46015602861420f565b61429b602b5b603c6143b0565b6139c4602b5b603c60dc6143f2565b6142b6602d60326143b0565b6142c2602d603261425e565b6142d0602d603260336143f2565b6142dc602d603261426d565b6142e8602d603361420f565b6139c4602d60335b60486143f2565b614301602e614294565b61430b602e6142a1565b6139c4602e603c6142f0565b614321602c6141ff565b6139c4602c61420c565b614335602f6141ff565b614344602f60055b60466143f2565b614352602f600560076143f2565b61435e602f600761433d565b6139c4602f60056142f0565b6139c4600f6141ff565b61437e600c6141ff565b6139c460296141ff565b614392600e6141ff565b61439c60176141ff565b6143a660306141ff565b6139c460316141ff565b60ff8281165f9081526020819052604090205416156143d1576143d161594d565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561442a5761442a61594d565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b03811681146139b1575f80fd5b803561448281614463565b919050565b5f60208284031215614497575f80fd5b8135610c4881614463565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156144d8576144d86144a2565b60405290565b60405160c081016001600160401b03811182821017156144d8576144d86144a2565b60405161010081016001600160401b03811182821017156144d8576144d86144a2565b60405160e081016001600160401b03811182821017156144d8576144d86144a2565b60405161014081016001600160401b03811182821017156144d8576144d86144a2565b64ffffffffff811681146139b1575f80fd5b803561448281614568565b6001600160a01b03811681146139b1575f80fd5b803561448281614585565b5f604082840312156145b4575f80fd5b6145bc6144b6565b905081356145c981614585565b815260208201356145d981614463565b602082015292915050565b5f82601f8301126145f3575f80fd5b8135602083015f806001600160401b03841115614612576146126144a2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715614640576146406144a2565b604052838152905080828401871015614657575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614683575f80fd5b61468b6144de565b9050813561469881614568565b815260208201356146a881614568565b60208201526146b96040830161457a565b60408201526146ca60608301614477565b60608201526146dc83608084016145a4565b608082015260c08201356001600160401b038111156146f9575f80fd5b614705848285016145e4565b60a08301525092915050565b60ff811681146139b1575f80fd5b5f805f60608486031215614731575f80fd5b833561473c81614463565b925060208401356001600160401b03811115614756575f80fd5b61476286828701614673565b925050604084013561477381614711565b809150509250925092565b5f6020828403121561478e575f80fd5b5035919050565b5f602082840312156147a5575f80fd5b8135610c4881614711565b6001600160c01b0319811681146139b1575f80fd5b5f602082840312156147d5575f80fd5b8135610c48816147b0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161483d60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526148a56101208401826147e0565b905060e0840151601f19848303016101008501526148c382826147e0565b95945050505050565b5f80604083850312156148dd575f80fd5b82356148e881614463565b915060208301356148f881614463565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261494f60a08401826147e0565b949350505050565b80151581146139b1575f80fd5b803561448281614957565b63ffffffff811681146139b1575f80fd5b80356144828161496f565b5f6080828403121561499b575f80fd5b604051608081016001600160401b03811182821017156149bd576149bd6144a2565b60405290508082356149ce816147b0565b815260208301356149de81614957565b602082015260408301356149f18161496f565b604082015260608301356001600160401b03811115614a0e575f80fd5b614a1a858286016145e4565b6060830152505092915050565b5f805f60608486031215614a39575f80fd5b8335614a4481614463565b925060208401356001600160401b03811115614a5e575f80fd5b6147628682870161498b565b5f60408284031215614a7a575f80fd5b614a826144b6565b905081356001600160401b03811115614a99575f80fd5b614aa5848285016145e4565b82525060208201356145d981614585565b5f805f60608486031215614ac8575f80fd5b8335614ad381614463565b925060208401356001600160401b03811115614aed575f80fd5b61476286828701614a6a565b5f6101008284031215614b0a575f80fd5b614b12614500565b9050614b1d82614477565b8152614b2b60208301614477565b6020820152614b3c60408301614964565b6040820152614b4d6060830161457a565b6060820152614b5e6080830161457a565b608082015260a08201356001600160401b03811115614b7b575f80fd5b614b87848285016145e4565b60a08301525060c08201356001600160401b03811115614ba5575f80fd5b614bb1848285016145e4565b60c08301525060e08201356001600160401b03811115614bcf575f80fd5b614bdb848285016145e4565b60e08301525092915050565b5f60208284031215614bf7575f80fd5b81356001600160401b03811115614c0c575f80fd5b61494f84828501614af9565b5f8060408385031215614c29575f80fd5b8235614c3481614463565b915060208301356148f881614711565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614cba60a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e08084015261494f6101008401826147e0565b5f60e08284031215614ce4575f80fd5b614cec614523565b90508135614cf981614463565b81526020820135614d0981614585565b60208201526040820135614d1c81614585565b60408201526060820135614d2f81614957565b6060820152614d4060808301614964565b6080820152614d5160a08301614964565b60a0820152614d6260c08301614964565b60c082015292915050565b5f806101008385031215614d7f575f80fd5b8235614d8a81614463565b9150614d998460208501614cd4565b90509250929050565b5f6101008284031215614db3575f80fd5b614dbb614500565b9050614dc682614477565b8152614dd460208301614477565b6020820152614de560408301614980565b6040820152614df660608301614980565b6060820152614e0760808301614599565b6080820152614e1860a0830161457a565b60a082015260c08201356001600160401b03811115614ba5575f80fd5b5f8060408385031215614e46575f80fd5b8235614e51816147b0565b915060208301356001600160401b03811115614e6b575f80fd5b614e7785828601614da2565b9150509250929050565b5f6101408284031215614e92575f80fd5b614e9a614545565b9050614ea582614599565b8152614eb360208301614477565b6020820152614ec460408301614599565b6040820152614ed560608301614980565b6060820152614ee66080830161457a565b6080820152614ef760a08301614964565b60a0820152614f0860c08301614964565b60c0820152614f1960e08301614599565b60e08201526101008201356001600160401b03811115614f37575f80fd5b614f43848285016145e4565b610100830152506101208201356001600160401b03811115614f63575f80fd5b614f6f848285016145e4565b6101208301525092915050565b5f8060408385031215614f8d575f80fd5b8235614f98816147b0565b915060208301356001600160401b03811115614fb2575f80fd5b614e7785828601614e81565b5f805f8060808587031215614fd1575f80fd5b8435614fdc81614711565b93506020850135614fec81614711565b92506040850135614ffc81614711565b9150606085013561500c81614711565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161506e608084018215159052565b5060a083015161508260a084018215159052565b5060c083015161334e60c084018215159052565b6001600160401b03811681146139b1575f80fd5b5f805f606084860312156150bc575f80fd5b83356150c781615096565b925060208401356001600160401b038111156150e1575f80fd5b61476286828701614af9565b5f602082840312156150fd575f80fd5b8135610c4881614585565b5f805f6060848603121561511a575f80fd5b8335615125816147b0565b925060208401356001600160401b0381111561513f575f80fd5b61476286828701614e81565b5f805f6060848603121561515d575f80fd5b8335615168816147b0565b925060208401356001600160401b03811115615182575f80fd5b61476286828701614da2565b5f805f61012084860312156151a1575f80fd5b83356151ac81614463565b92506151bb8560208601614cd4565b915061010084013561477381614711565b5f80604083850312156151dd575f80fd5b8235614c34816147b0565b5f80604083850312156151f9575f80fd5b823561520481614463565b915060208301356001600160401b0381111561521e575f80fd5b614e7785828601614a6a565b5f806040838503121561523b575f80fd5b8235614c3481615096565b602081526152606020820183516001600160a01b03169052565b5f602083015161527b60408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153056101608401826147e0565b9050610120840151601f19848303016101408501526148c382826147e0565b5f8060408385031215615335575f80fd5b823561534081614463565b915060208301356001600160401b0381111561535a575f80fd5b614e7785828601614673565b5f805f60608486031215615378575f80fd5b833561538381614711565b9250602084013561539381614711565b9150604084013561477381614711565b602081525f8251604060208401526153be60608401826147e0565b602094909401516001600160a01b0316604093909301929092525090919050565b5f80604083850312156153f0575f80fd5b82356153fb81614711565b9150602083013560ff19811681146148f8575f80fd5b5f8060408385031215615422575f80fd5b823561542d81614463565b915060208301356001600160401b03811115615447575f80fd5b614e778582860161498b565b5f60208284031215615463575f80fd5b8135610c4881615096565b602081526154886020820183516001600160601b03169052565b5f60208301516154a360408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c08401526154f36101208401826147e0565b905060c0840151601f198483030160e085015261551082826147e0565b91505060e0840151601f19848303016101008501526148c382826147e0565b600181811c9082168061554357607f821691505b60208210810361556157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156155ab57805f5260205f20601f840160051c8101602085101561558c5750805b601f840160051c820191505b81811015611fcf575f8155600101615598565b505050565b81516001600160401b038111156155c9576155c96144a2565b6155dd816155d7845461552f565b84615567565b6020601f82116001811461560f575f83156155f85750848201515b5f19600385901b1c1916600184901b178455611fcf565b5f84815260208120601f198516915b8281101561563e578785015182556020948501946001909201910161561e565b508482101561565b57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f602082840312156156da575f80fd5b5051919050565b5f602082840312156156f1575f80fd5b8151610c4881614957565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156157a3575f80fd5b8151610c4881614585565b5f80858511156157bc575f80fd5b838611156157c8575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561334e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f6020828403121561585a575f80fd5b8151610c4881614568565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016158b257634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156158c9575f80fd5b8151610c4881615096565b5f602082840312156158e4575f80fd5b8151610c4881614711565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615916575f80fd5b825161592181614957565b60208401519092506148f88161496f565b5f60208284031215615942575f80fd5b8151610c4881614463565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220a93859ca8c02b67a2560f2c90d45a44a7569de16998a7a088daf4559e97acb7e64736f6c634300081a0033",
|
2682
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063b4d7efe2116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063b4d7efe214610729578063bf1db3f91461073c578063bf7e214f1461074f578063d06458c61461076f578063d7719f461461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b1d7d56814610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b806340529b0f1161020357806353ebe129116101bd57806353ebe129146104c757806354f1fa81146104da57806357f80bbf146104ed5780635eede1741461050d578063733044ca146105805780637a9e5e4b14610593575f80fd5b806340529b0f146104485780634793b4ab1461045b578063490840b41461047b5780634a8243921461048e5780634bb2d197146104a1578063533086d4146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d45780633048cb3c146103e757806334777712146103fa57806338a699a414610425575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a9366004614487565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f136600461471f565b610879565b005b61031f61030636600461477e565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f366004614795565b60ff9081165f908152602081905260409020541690565b6103696103643660046147c5565b6109c0565b6040516102da919061480e565b6102c6610384366004614487565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046148cc565b610c34565b6103c76103c2366004614487565b610c4f565b6040516102da9190614903565b6102f66103e2366004614a27565b610ce9565b6102f66103f5366004614ab6565b610dc3565b61040d610408366004614be7565b610e6d565b6040516001600160401b0390911681526020016102da565b61043861043336600461477e565b61105f565b60405190151581526020016102da565b6102f6610456366004614c18565b6110ed565b61046e610469366004614487565b61115c565b6040516102da9190614c44565b6102f6610489366004614d6d565b61124f565b6102f661049c366004614e35565b611395565b6102f66104af366004614f7c565b61157e565b6102c66104c23660046148cc565b611764565b6102c66104d53660046148cc565b611778565b6102f66104e8366004614fbe565b61178c565b6105006104fb366004614487565b6118ea565b6040516102da9190615017565b61055661051b366004614487565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661058e3660046150aa565b6119cb565b6102f66105a13660046150ed565b611b82565b6102f66105b4366004615108565b611c08565b6102f6611e5e565b6102c66105cf366004614487565b6001600160601b039081165f908152600360205260409020541690565b6105f4611fd6565b6040516001600160e01b031990911681526020016102da565b6102f661061b36600461514b565b61200c565b6102f661062e36600461518e565b6121cd565b6102c66106413660046148cc565b6122e5565b6102f66106543660046151cc565b6122f9565b6106bf61066736600461477e565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046151cc565b6123cf565b6102c66107113660046148cc565b6124a5565b6102f66107243660046151e8565b6124b9565b6102f661073736600461522a565b612568565b61043861074a366004614795565b612638565b610757612684565b6040516001600160a01b0390911681526020016102da565b61078261077d3660046147c5565b61269f565b6040516102da9190615246565b6102f661079d366004615324565b6128be565b6102c66107b03660046148cc565b6129f8565b6104386107c3366004615366565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b610805610800366004614487565b612a0c565b6040516102da91906153a3565b6108256108203660046153df565b612af0565b6040519081526020016102da565b6102f6610841366004615411565b612b71565b6102f6610854366004614c18565b612c51565b61086c610867366004615453565b612cb1565b6040516102da919061546e565b610885335b5f36612e82565b5f610891846016612f80565b90505f8061089f8385612fcb565b5f858152600d602090815260409182902089518154838c0151948c015160608d01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808a01518051920151909216600160a01b026001600160a01b0390911617600182015560a08801519294509092508691600282019061097390826155b0565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88682863332876040516109b09695949392919061566a565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a43906001600160c01b03198816906004016156b5565b602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8291906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b1d9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b499061552f565b8015610b945780601f10610b6b57610100808354040283529160200191610b94565b820191905f5260205f20905b815481529060010190602001808311610b7757829003601f168201915b50505050508152602001600382018054610bad9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610bd99061552f565b8015610c245780601f10610bfb57610100808354040283529160200191610c24565b820191905f5260205f20905b815481529060010190602001808311610c0757829003601f168201915b5050505050815250509050919050565b5f610c3e3361087e565b610c4883836131e5565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c7f846017612f80565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bad9061552f565b610cf23361087e565b5f610cfe846017612f80565b90505f80610d0c8385612fcb565b5f858152600b602090815260409182902089518154928b0151938b015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606088015192945090925086916001820190610d8690826155b0565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778682863332876040516109b09695949392919061566a565b610dcc3361087e565b5f610dd884600b612f80565b90505f80610de68385612fcb565b5f858152600860205260409020875192945090925086918190610e0990826155b0565b5060209190910151600190910180546001600160a01b0319166001600160a01b039092169190911790556040517ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab9905906109b09088908490889033903290899061566a565b5f610e773361087e565b610e7f613355565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe91906156ca565b9050610f09816133e5565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610fc190826155b0565b5060c08201516003820190610fd690826155b0565b5060e08201516004820190610feb90826155b0565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156110c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e791906156e1565b92915050565b6110f63361087e565b5f611102836017612f80565b90505f806111108385612fcb565b915091507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee97785828633328760405161114d9695949392919061566a565b60405180910390a15050505050565b6111a36040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f6111b1846016612f80565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bad9061552f565b6112583361087e565b5f61126483600f612f80565b905061126f816133e5565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b61139e3361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906113e1906001600160c01b03198716906004016156b5565b602060405180830381865af41580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906156ca565b905061142b816133e5565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c083015183919060028201906114fc90826155b0565b5060e0820151600382019061151190826155b0565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611388565b6115873361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906115ca906001600160c01b03198716906004016156b5565b602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160991906156ca565b9050611614816133e5565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b03191691909216179055610100830151839190600382019061170c90826155b0565b50610120820151600482019061172290826155b0565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff1661154f565b5f61176e3361087e565b610c488383613690565b5f6117823361087e565b610c4883836137e8565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181291906156e1565b156118405760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146118815760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401611837565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166118e45760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401611837565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f61193084600f612f80565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b6119d43361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a5091906156ca565b90505f80611a5e8385612fcb565b5f858152600e602090815260409182902089518154928b0151938b015160608c01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608089015160018301805464ffffffffff19169190921617905560a088015192945090925086916002820190611b1b90826155b0565b5060c08201516003820190611b3090826155b0565b5060e08201516004820190611b4590826155b0565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8682863332876040516109b0969594939291906156fc565b33611b8b612684565b6001600160a01b0316816001600160a01b031614611bc65760405162d1953b60e31b81526001600160a01b0382166004820152602401611837565b816001600160a01b03163b5f03611bfb576040516361798f2f60e11b81526001600160a01b0383166004820152602401611837565b611c0482613940565b5050565b611c113361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611c54906001600160c01b03198816906004016156b5565b602060405180830381865af4158015611c6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c9391906156ca565b90505f80611ca18385612fcb565b9150915084600a5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055506020820151815f0160146101000a8154816001600160601b0302191690836001600160601b031602179055506040820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060608201518160010160146101000a81548163ffffffff021916908363ffffffff16021790555060808201518160010160186101000a81548164ffffffffff021916908364ffffffffff16021790555060a082015181600101601d6101000a81548160ff02191690831515021790555060c082015181600101601e6101000a81548160ff02191690831515021790555060e0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550610100820151816003019081611e0b91906155b0565b506101208201516004820190611e2190826155b0565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8682863332876040516109b096959493929190615747565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ea25750825b90505f826001600160401b03166001148015611ebd5750303b155b905081158015611ecb575080155b15611ee95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f789190615793565b9050611f83816139a0565b611f8b6139b4565b50508315611fcf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114d565b5050505050565b5f8051602061596283398151915280545f9190600160a01b900460ff16611ffd575f612006565b638fb3603760e01b5b91505090565b6120153361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612058906001600160c01b03198816906004016156b5565b602060405180830381865af4158015612073573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209791906156ca565b90505f806120a58385612fcb565b5f858152600c602090815260409182902089518154928b0151938b015160608c015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608088015160018201805460a08b015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c08801519294509092508691600282019061217b90826155b0565b5060e0820151600382019061219090826155b0565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98682863332876040516109b096959493929190615747565b6121d63361087e565b5f6121e284600f612f80565b90505f806121f08385612fcb565b5f858152600960209081526040918290208951918a01516001600160601b03909216600160601b6001600160a01b0393841602178155898301516001909101805460608c015160808d015160a08e015160c08f0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b911515919091021790555191935091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109b09088908490889033903290899061566a565b5f6122ef3361087e565b610c4883836139c6565b6123023361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612345906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906156ca565b90505f806123928385612fcb565b915091507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb85828633328760405161114d96959493929190615747565b6123d83361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061241b906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245a91906156ca565b90505f806124688385612fcb565b915091507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c985828633328760405161114d96959493929190615747565b5f6124af3361087e565b610c488383613b1e565b6124c23361087e565b6124cb82613c76565b5f6124d783600b612f80565b90506124e2816133e5565b5f8181526008602052604090208251839190819061250090826155b0565b50602091820151600190910180546001600160a01b0319166001600160a01b039092169190911790555f828152600790915260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff1661135e565b6125713361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ed91906156ca565b90505f806125fb8385612fcb565b915091507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d85828633328760405161114d969594939291906156fc565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016110a8565b5f80516020615962833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612732906001600160c01b03198816906004016156b5565b602060405180830381865af415801561274d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277191906156ca565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061282e9061552f565b80601f016020809104026020016040519081016040528092919081815260200182805461285a9061552f565b80156128a55780601f1061287c576101008083540402835291602001916128a5565b820191905f5260205f20905b81548152906001019060200180831161288857829003601f168201915b50505050508152602001600482018054610bad9061552f565b6128c73361087e565b6128d082613c76565b5f6128dc836016612f80565b90506128e7816133e5565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129b690826155b0565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff1661135e565b5f612a023361087e565b610c488383613d79565b60408051808201909152606081525f602082015260085f612a2e84600b612f80565b81526020019081526020015f206040518060400160405290815f82018054612a559061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612a819061552f565b8015612acc5780601f10612aa357610100808354040283529160200191612acc565b820191905f5260205f20905b815481529060010190602001808311612aaf57829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612b4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4891906156ca565b612b7a3361087e565b612b8382613c76565b5f612b8f836017612f80565b9050612b9a816133e5565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612c0f90826155b0565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff1661135e565b612c5a3361087e565b5f612c66836016612f80565b90505f80612c748385612fcb565b915091507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e885828633328760405161114d9695949392919061566a565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612d49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6d91906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612df29061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612e1e9061552f565b8015612e695780601f10612e4057610100808354040283529160200191612e69565b820191905f5260205f20905b815481529060010190602001808311612e4c57829003601f168201915b5050505050815260200160038201805461282e9061552f565b5f805160206159628339815191525f80612eba612e9d612684565b8730612eac60045f8a8c6157ae565b612eb5916157d5565b613ed1565b9150915081612f785763ffffffff811615612f5557825460ff60a01b1916600160a01b178355612ee8612684565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f179392919061580b565b5f604051808303815f87803b158015612f2e575f80fd5b505af1158015612f40573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f789050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611837565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612b32565b60405163037c8cb160e51b815260ff821660048201525f90819073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561301f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061304391906156e1565b1561306457604051631260077f60e21b815260048101859052602401611837565b50505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff1692919073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310191906156e1565b15613122576040516310b1404560e21b815260048101869052602401611837565b60ff8085161461315157805461313e90839060ff16818761178c565b805461ff00191661010060ff8616021781555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc919061584a565b815464ffffffffff91909116620100000266ffffffffff00001990911617905590939092509050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327891906156e1565b6132a057604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546132c4911684613fd9565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b000969161333d9187918791879164ffffffffff90911690615865565b60405180910390a161334e8461405e565b5092915050565b600680545f918261336583615895565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e091906158b9565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613435573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345991906158d4565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156134ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d091906156e1565b156134f357604051633d61be7d60e11b815260ff82166004820152602401611837565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561355e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358291906156e1565b156135ac57604051637791d47d60e01b81526004810184905260ff83166024820152604401611837565b6135b582612638565b6135d7576040516391eb5e8760e01b815260ff83166004820152602401611837565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561361f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613643919061584a565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156136ff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061372391906156e1565b61374b57604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f9081526004602052604090205461376f9116846140fd565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b9161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b91906156e1565b6138a357604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546138c79116846140fd565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f89161333d9187918791879164ffffffffff90911690615865565b5f8051602061596283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139a8614147565b6139b181614190565b50565b6139bc614147565b6139c46141a1565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5991906156e1565b613a8157604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613aa5911684613fd9565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae39161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb191906156e1565b613bd957604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613bfd9116846140fd565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba29161333d9187918791879164ffffffffff90911690615865565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d0891906156e1565b15613d31576040516314d5804160e01b81526001600160601b0382166004820152602401611837565b613d3a8161405e565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613de8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e0c91906156e1565b613e3457604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260046020526040902054613e58911684613fd9565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a999161333d9187918791879164ffffffffff90911690615865565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f3f91906158ef565b5f60405180830381855afa9150503d805f8114613f77576040519150601f19603f3d011682016040523d82523d5f602084013e613f7c565b606091505b50915091508115613fce576040815110613fae5780806020019051810190613fa49190615905565b9094509250613fce565b6020815110613fce5780806020019051810190613fcb91906156e1565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561403a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c489190615932565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156140a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140c9919061584a565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa229060440161401f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166139c457604051631afcd79f60e31b815260040160405180910390fd5b614198614147565b6139b181613940565b6141a96141f9565b6141b1614216565b6141b961424a565b6141c161428e565b6141c96142aa565b6141d16142f7565b6141d9614317565b6141e161432b565b6141e961436a565b6141f1614374565b6139c4614388565b61420660165b60056143b0565b6139c460165b60055b60c86143f2565b614220600b6141ff565b61422e600b6005606e6143f2565b61423c600b606e60056143f2565b6139c4600b606e60d26143f2565b6142566015600a6143b0565b6142656015600a5b60146143f2565b6142746015600a5b601e6143f2565b6142826015600a60286143f2565b6139c46015602861420f565b61429b602b5b603c6143b0565b6139c4602b5b603c60dc6143f2565b6142b6602d60326143b0565b6142c2602d603261425e565b6142d0602d603260336143f2565b6142dc602d603261426d565b6142e8602d603361420f565b6139c4602d60335b60486143f2565b614301602e614294565b61430b602e6142a1565b6139c4602e603c6142f0565b614321602c6141ff565b6139c4602c61420c565b614335602f6141ff565b614344602f60055b60466143f2565b614352602f600560076143f2565b61435e602f600761433d565b6139c4602f60056142f0565b6139c4600f6141ff565b61437e600c6141ff565b6139c460296141ff565b614392600e6141ff565b61439c60176141ff565b6143a660306141ff565b6139c460316141ff565b60ff8281165f9081526020819052604090205416156143d1576143d161594d565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561442a5761442a61594d565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b03811681146139b1575f80fd5b803561448281614463565b919050565b5f60208284031215614497575f80fd5b8135610c4881614463565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156144d8576144d86144a2565b60405290565b60405160c081016001600160401b03811182821017156144d8576144d86144a2565b60405161010081016001600160401b03811182821017156144d8576144d86144a2565b60405160e081016001600160401b03811182821017156144d8576144d86144a2565b60405161014081016001600160401b03811182821017156144d8576144d86144a2565b64ffffffffff811681146139b1575f80fd5b803561448281614568565b6001600160a01b03811681146139b1575f80fd5b803561448281614585565b5f604082840312156145b4575f80fd5b6145bc6144b6565b905081356145c981614585565b815260208201356145d981614463565b602082015292915050565b5f82601f8301126145f3575f80fd5b8135602083015f806001600160401b03841115614612576146126144a2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715614640576146406144a2565b604052838152905080828401871015614657575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614683575f80fd5b61468b6144de565b9050813561469881614568565b815260208201356146a881614568565b60208201526146b96040830161457a565b60408201526146ca60608301614477565b60608201526146dc83608084016145a4565b608082015260c08201356001600160401b038111156146f9575f80fd5b614705848285016145e4565b60a08301525092915050565b60ff811681146139b1575f80fd5b5f805f60608486031215614731575f80fd5b833561473c81614463565b925060208401356001600160401b03811115614756575f80fd5b61476286828701614673565b925050604084013561477381614711565b809150509250925092565b5f6020828403121561478e575f80fd5b5035919050565b5f602082840312156147a5575f80fd5b8135610c4881614711565b6001600160c01b0319811681146139b1575f80fd5b5f602082840312156147d5575f80fd5b8135610c48816147b0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161483d60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526148a56101208401826147e0565b905060e0840151601f19848303016101008501526148c382826147e0565b95945050505050565b5f80604083850312156148dd575f80fd5b82356148e881614463565b915060208301356148f881614463565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261494f60a08401826147e0565b949350505050565b80151581146139b1575f80fd5b803561448281614957565b63ffffffff811681146139b1575f80fd5b80356144828161496f565b5f6080828403121561499b575f80fd5b604051608081016001600160401b03811182821017156149bd576149bd6144a2565b60405290508082356149ce816147b0565b815260208301356149de81614957565b602082015260408301356149f18161496f565b604082015260608301356001600160401b03811115614a0e575f80fd5b614a1a858286016145e4565b6060830152505092915050565b5f805f60608486031215614a39575f80fd5b8335614a4481614463565b925060208401356001600160401b03811115614a5e575f80fd5b6147628682870161498b565b5f60408284031215614a7a575f80fd5b614a826144b6565b905081356001600160401b03811115614a99575f80fd5b614aa5848285016145e4565b82525060208201356145d981614585565b5f805f60608486031215614ac8575f80fd5b8335614ad381614463565b925060208401356001600160401b03811115614aed575f80fd5b61476286828701614a6a565b5f6101008284031215614b0a575f80fd5b614b12614500565b9050614b1d82614477565b8152614b2b60208301614477565b6020820152614b3c60408301614964565b6040820152614b4d6060830161457a565b6060820152614b5e6080830161457a565b608082015260a08201356001600160401b03811115614b7b575f80fd5b614b87848285016145e4565b60a08301525060c08201356001600160401b03811115614ba5575f80fd5b614bb1848285016145e4565b60c08301525060e08201356001600160401b03811115614bcf575f80fd5b614bdb848285016145e4565b60e08301525092915050565b5f60208284031215614bf7575f80fd5b81356001600160401b03811115614c0c575f80fd5b61494f84828501614af9565b5f8060408385031215614c29575f80fd5b8235614c3481614463565b915060208301356148f881614711565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614cba60a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e08084015261494f6101008401826147e0565b5f60e08284031215614ce4575f80fd5b614cec614523565b90508135614cf981614463565b81526020820135614d0981614585565b60208201526040820135614d1c81614585565b60408201526060820135614d2f81614957565b6060820152614d4060808301614964565b6080820152614d5160a08301614964565b60a0820152614d6260c08301614964565b60c082015292915050565b5f806101008385031215614d7f575f80fd5b8235614d8a81614463565b9150614d998460208501614cd4565b90509250929050565b5f6101008284031215614db3575f80fd5b614dbb614500565b9050614dc682614477565b8152614dd460208301614477565b6020820152614de560408301614980565b6040820152614df660608301614980565b6060820152614e0760808301614599565b6080820152614e1860a0830161457a565b60a082015260c08201356001600160401b03811115614ba5575f80fd5b5f8060408385031215614e46575f80fd5b8235614e51816147b0565b915060208301356001600160401b03811115614e6b575f80fd5b614e7785828601614da2565b9150509250929050565b5f6101408284031215614e92575f80fd5b614e9a614545565b9050614ea582614599565b8152614eb360208301614477565b6020820152614ec460408301614599565b6040820152614ed560608301614980565b6060820152614ee66080830161457a565b6080820152614ef760a08301614964565b60a0820152614f0860c08301614964565b60c0820152614f1960e08301614599565b60e08201526101008201356001600160401b03811115614f37575f80fd5b614f43848285016145e4565b610100830152506101208201356001600160401b03811115614f63575f80fd5b614f6f848285016145e4565b6101208301525092915050565b5f8060408385031215614f8d575f80fd5b8235614f98816147b0565b915060208301356001600160401b03811115614fb2575f80fd5b614e7785828601614e81565b5f805f8060808587031215614fd1575f80fd5b8435614fdc81614711565b93506020850135614fec81614711565b92506040850135614ffc81614711565b9150606085013561500c81614711565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161506e608084018215159052565b5060a083015161508260a084018215159052565b5060c083015161334e60c084018215159052565b6001600160401b03811681146139b1575f80fd5b5f805f606084860312156150bc575f80fd5b83356150c781615096565b925060208401356001600160401b038111156150e1575f80fd5b61476286828701614af9565b5f602082840312156150fd575f80fd5b8135610c4881614585565b5f805f6060848603121561511a575f80fd5b8335615125816147b0565b925060208401356001600160401b0381111561513f575f80fd5b61476286828701614e81565b5f805f6060848603121561515d575f80fd5b8335615168816147b0565b925060208401356001600160401b03811115615182575f80fd5b61476286828701614da2565b5f805f61012084860312156151a1575f80fd5b83356151ac81614463565b92506151bb8560208601614cd4565b915061010084013561477381614711565b5f80604083850312156151dd575f80fd5b8235614c34816147b0565b5f80604083850312156151f9575f80fd5b823561520481614463565b915060208301356001600160401b0381111561521e575f80fd5b614e7785828601614a6a565b5f806040838503121561523b575f80fd5b8235614c3481615096565b602081526152606020820183516001600160a01b03169052565b5f602083015161527b60408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153056101608401826147e0565b9050610120840151601f19848303016101408501526148c382826147e0565b5f8060408385031215615335575f80fd5b823561534081614463565b915060208301356001600160401b0381111561535a575f80fd5b614e7785828601614673565b5f805f60608486031215615378575f80fd5b833561538381614711565b9250602084013561539381614711565b9150604084013561477381614711565b602081525f8251604060208401526153be60608401826147e0565b602094909401516001600160a01b0316604093909301929092525090919050565b5f80604083850312156153f0575f80fd5b82356153fb81614711565b9150602083013560ff19811681146148f8575f80fd5b5f8060408385031215615422575f80fd5b823561542d81614463565b915060208301356001600160401b03811115615447575f80fd5b614e778582860161498b565b5f60208284031215615463575f80fd5b8135610c4881615096565b602081526154886020820183516001600160601b03169052565b5f60208301516154a360408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c08401526154f36101208401826147e0565b905060c0840151601f198483030160e085015261551082826147e0565b91505060e0840151601f19848303016101008501526148c382826147e0565b600181811c9082168061554357607f821691505b60208210810361556157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156155ab57805f5260205f20601f840160051c8101602085101561558c5750805b601f840160051c820191505b81811015611fcf575f8155600101615598565b505050565b81516001600160401b038111156155c9576155c96144a2565b6155dd816155d7845461552f565b84615567565b6020601f82116001811461560f575f83156155f85750848201515b5f19600385901b1c1916600184901b178455611fcf565b5f84815260208120601f198516915b8281101561563e578785015182556020948501946001909201910161561e565b508482101561565b57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f602082840312156156da575f80fd5b5051919050565b5f602082840312156156f1575f80fd5b8151610c4881614957565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156157a3575f80fd5b8151610c4881614585565b5f80858511156157bc575f80fd5b838611156157c8575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561334e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f6020828403121561585a575f80fd5b8151610c4881614568565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016158b257634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156158c9575f80fd5b8151610c4881615096565b5f602082840312156158e4575f80fd5b8151610c4881614711565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615916575f80fd5b825161592181614957565b60208401519092506148f88161496f565b5f60208284031215615942575f80fd5b8151610c4881614463565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220a93859ca8c02b67a2560f2c90d45a44a7569de16998a7a088daf4559e97acb7e64736f6c634300081a0033",
|
3348
2683
|
"linkReferences": {
|
3349
2684
|
"contracts/type/Amount.sol": {
|
3350
2685
|
"AmountLib": [
|
3351
2686
|
{
|
3352
2687
|
"length": 20,
|
3353
|
-
"start":
|
2688
|
+
"start": 16417
|
3354
2689
|
},
|
3355
2690
|
{
|
3356
2691
|
"length": 20,
|
3357
|
-
"start":
|
2692
|
+
"start": 16709
|
3358
2693
|
}
|
3359
2694
|
]
|
3360
2695
|
},
|
@@ -3362,51 +2697,47 @@
|
|
3362
2697
|
"BlocknumberLib": [
|
3363
2698
|
{
|
3364
2699
|
"length": 20,
|
3365
|
-
"start":
|
2700
|
+
"start": 12659
|
3366
2701
|
},
|
3367
2702
|
{
|
3368
2703
|
"length": 20,
|
3369
|
-
"start":
|
2704
|
+
"start": 12860
|
3370
2705
|
},
|
3371
2706
|
{
|
3372
2707
|
"length": 20,
|
3373
|
-
"start":
|
2708
|
+
"start": 13638
|
3374
2709
|
},
|
3375
2710
|
{
|
3376
2711
|
"length": 20,
|
3377
|
-
"start":
|
2712
|
+
"start": 13818
|
3378
2713
|
},
|
3379
2714
|
{
|
3380
2715
|
"length": 20,
|
3381
|
-
"start":
|
2716
|
+
"start": 14055
|
3382
2717
|
},
|
3383
2718
|
{
|
3384
2719
|
"length": 20,
|
3385
|
-
"start":
|
2720
|
+
"start": 14399
|
3386
2721
|
},
|
3387
2722
|
{
|
3388
2723
|
"length": 20,
|
3389
|
-
"start":
|
2724
|
+
"start": 14877
|
3390
2725
|
},
|
3391
2726
|
{
|
3392
2727
|
"length": 20,
|
3393
|
-
"start":
|
2728
|
+
"start": 15221
|
3394
2729
|
},
|
3395
2730
|
{
|
3396
2731
|
"length": 20,
|
3397
|
-
"start":
|
2732
|
+
"start": 15564
|
3398
2733
|
},
|
3399
2734
|
{
|
3400
2735
|
"length": 20,
|
3401
|
-
"start":
|
3402
|
-
}
|
3403
|
-
]
|
3404
|
-
},
|
3405
|
-
"contracts/type/ClaimId.sol": {
|
3406
|
-
"ClaimIdLib": [
|
2736
|
+
"start": 15824
|
2737
|
+
},
|
3407
2738
|
{
|
3408
2739
|
"length": 20,
|
3409
|
-
"start":
|
2740
|
+
"start": 16512
|
3410
2741
|
}
|
3411
2742
|
]
|
3412
2743
|
},
|
@@ -3414,15 +2745,19 @@
|
|
3414
2745
|
"DistributorTypeLib": [
|
3415
2746
|
{
|
3416
2747
|
"length": 20,
|
3417
|
-
"start":
|
2748
|
+
"start": 5560
|
3418
2749
|
},
|
3419
2750
|
{
|
3420
2751
|
"length": 20,
|
3421
|
-
"start":
|
2752
|
+
"start": 7234
|
3422
2753
|
},
|
3423
2754
|
{
|
3424
2755
|
"length": 20,
|
3425
|
-
"start":
|
2756
|
+
"start": 9011
|
2757
|
+
},
|
2758
|
+
{
|
2759
|
+
"length": 20,
|
2760
|
+
"start": 10016
|
3426
2761
|
}
|
3427
2762
|
]
|
3428
2763
|
},
|
@@ -3430,35 +2765,11 @@
|
|
3430
2765
|
"Key32Lib": [
|
3431
2766
|
{
|
3432
2767
|
"length": 20,
|
3433
|
-
"start":
|
3434
|
-
},
|
3435
|
-
{
|
3436
|
-
"length": 20,
|
3437
|
-
"start": 7616
|
3438
|
-
},
|
3439
|
-
{
|
3440
|
-
"length": 20,
|
3441
|
-
"start": 7730
|
3442
|
-
},
|
3443
|
-
{
|
3444
|
-
"length": 20,
|
3445
|
-
"start": 8414
|
3446
|
-
},
|
3447
|
-
{
|
3448
|
-
"length": 20,
|
3449
|
-
"start": 8528
|
3450
|
-
},
|
3451
|
-
{
|
3452
|
-
"length": 20,
|
3453
|
-
"start": 8865
|
3454
|
-
},
|
3455
|
-
{
|
3456
|
-
"length": 20,
|
3457
|
-
"start": 9642
|
2768
|
+
"start": 11060
|
3458
2769
|
},
|
3459
2770
|
{
|
3460
2771
|
"length": 20,
|
3461
|
-
"start":
|
2772
|
+
"start": 13341
|
3462
2773
|
}
|
3463
2774
|
]
|
3464
2775
|
},
|
@@ -3466,7 +2777,7 @@
|
|
3466
2777
|
"NftIdLib": [
|
3467
2778
|
{
|
3468
2779
|
"length": 20,
|
3469
|
-
"start":
|
2780
|
+
"start": 12233
|
3470
2781
|
}
|
3471
2782
|
]
|
3472
2783
|
},
|
@@ -3474,15 +2785,7 @@
|
|
3474
2785
|
"ObjectTypeLib": [
|
3475
2786
|
{
|
3476
2787
|
"length": 20,
|
3477
|
-
"start":
|
3478
|
-
}
|
3479
|
-
]
|
3480
|
-
},
|
3481
|
-
"contracts/type/PayoutId.sol": {
|
3482
|
-
"PayoutIdLib": [
|
3483
|
-
{
|
3484
|
-
"length": 20,
|
3485
|
-
"start": 7939
|
2788
|
+
"start": 13460
|
3486
2789
|
}
|
3487
2790
|
]
|
3488
2791
|
},
|
@@ -3490,15 +2793,19 @@
|
|
3490
2793
|
"ReferralLib": [
|
3491
2794
|
{
|
3492
2795
|
"length": 20,
|
3493
|
-
"start":
|
2796
|
+
"start": 2609
|
2797
|
+
},
|
2798
|
+
{
|
2799
|
+
"length": 20,
|
2800
|
+
"start": 5071
|
3494
2801
|
},
|
3495
2802
|
{
|
3496
2803
|
"length": 20,
|
3497
|
-
"start":
|
2804
|
+
"start": 8262
|
3498
2805
|
},
|
3499
2806
|
{
|
3500
2807
|
"length": 20,
|
3501
|
-
"start":
|
2808
|
+
"start": 9225
|
3502
2809
|
}
|
3503
2810
|
]
|
3504
2811
|
},
|
@@ -3506,35 +2813,23 @@
|
|
3506
2813
|
"RequestIdLib": [
|
3507
2814
|
{
|
3508
2815
|
"length": 20,
|
3509
|
-
"start":
|
3510
|
-
},
|
3511
|
-
{
|
3512
|
-
"length": 20,
|
3513
|
-
"start": 4580
|
2816
|
+
"start": 3778
|
3514
2817
|
},
|
3515
2818
|
{
|
3516
2819
|
"length": 20,
|
3517
|
-
"start":
|
2820
|
+
"start": 6676
|
3518
2821
|
},
|
3519
2822
|
{
|
3520
2823
|
"length": 20,
|
3521
|
-
"start":
|
3522
|
-
}
|
3523
|
-
]
|
3524
|
-
},
|
3525
|
-
"contracts/type/RiskId.sol": {
|
3526
|
-
"RiskIdLib": [
|
3527
|
-
{
|
3528
|
-
"length": 20,
|
3529
|
-
"start": 4367
|
2824
|
+
"start": 9649
|
3530
2825
|
},
|
3531
2826
|
{
|
3532
2827
|
"length": 20,
|
3533
|
-
"start":
|
2828
|
+
"start": 11569
|
3534
2829
|
},
|
3535
2830
|
{
|
3536
2831
|
"length": 20,
|
3537
|
-
"start":
|
2832
|
+
"start": 13220
|
3538
2833
|
}
|
3539
2834
|
]
|
3540
2835
|
},
|
@@ -3542,27 +2837,23 @@
|
|
3542
2837
|
"StateIdLib": [
|
3543
2838
|
{
|
3544
2839
|
"length": 20,
|
3545
|
-
"start":
|
3546
|
-
},
|
3547
|
-
{
|
3548
|
-
"length": 20,
|
3549
|
-
"start": 3875
|
2840
|
+
"start": 4266
|
3550
2841
|
},
|
3551
2842
|
{
|
3552
2843
|
"length": 20,
|
3553
|
-
"start":
|
2844
|
+
"start": 6102
|
3554
2845
|
},
|
3555
2846
|
{
|
3556
2847
|
"length": 20,
|
3557
|
-
"start":
|
2848
|
+
"start": 9858
|
3558
2849
|
},
|
3559
2850
|
{
|
3560
2851
|
"length": 20,
|
3561
|
-
"start":
|
2852
|
+
"start": 12295
|
3562
2853
|
},
|
3563
2854
|
{
|
3564
2855
|
"length": 20,
|
3565
|
-
"start":
|
2856
|
+
"start": 12485
|
3566
2857
|
}
|
3567
2858
|
]
|
3568
2859
|
}
|
@@ -3572,11 +2863,11 @@
|
|
3572
2863
|
"AmountLib": [
|
3573
2864
|
{
|
3574
2865
|
"length": 20,
|
3575
|
-
"start":
|
2866
|
+
"start": 16385
|
3576
2867
|
},
|
3577
2868
|
{
|
3578
2869
|
"length": 20,
|
3579
|
-
"start":
|
2870
|
+
"start": 16677
|
3580
2871
|
}
|
3581
2872
|
]
|
3582
2873
|
},
|
@@ -3584,51 +2875,47 @@
|
|
3584
2875
|
"BlocknumberLib": [
|
3585
2876
|
{
|
3586
2877
|
"length": 20,
|
3587
|
-
"start":
|
2878
|
+
"start": 12627
|
3588
2879
|
},
|
3589
2880
|
{
|
3590
2881
|
"length": 20,
|
3591
|
-
"start":
|
2882
|
+
"start": 12828
|
3592
2883
|
},
|
3593
2884
|
{
|
3594
2885
|
"length": 20,
|
3595
|
-
"start":
|
2886
|
+
"start": 13606
|
3596
2887
|
},
|
3597
2888
|
{
|
3598
2889
|
"length": 20,
|
3599
|
-
"start":
|
2890
|
+
"start": 13786
|
3600
2891
|
},
|
3601
2892
|
{
|
3602
2893
|
"length": 20,
|
3603
|
-
"start":
|
2894
|
+
"start": 14023
|
3604
2895
|
},
|
3605
2896
|
{
|
3606
2897
|
"length": 20,
|
3607
|
-
"start":
|
2898
|
+
"start": 14367
|
3608
2899
|
},
|
3609
2900
|
{
|
3610
2901
|
"length": 20,
|
3611
|
-
"start":
|
2902
|
+
"start": 14845
|
3612
2903
|
},
|
3613
2904
|
{
|
3614
2905
|
"length": 20,
|
3615
|
-
"start":
|
2906
|
+
"start": 15189
|
3616
2907
|
},
|
3617
2908
|
{
|
3618
2909
|
"length": 20,
|
3619
|
-
"start":
|
2910
|
+
"start": 15532
|
3620
2911
|
},
|
3621
2912
|
{
|
3622
2913
|
"length": 20,
|
3623
|
-
"start":
|
3624
|
-
}
|
3625
|
-
]
|
3626
|
-
},
|
3627
|
-
"contracts/type/ClaimId.sol": {
|
3628
|
-
"ClaimIdLib": [
|
2914
|
+
"start": 15792
|
2915
|
+
},
|
3629
2916
|
{
|
3630
2917
|
"length": 20,
|
3631
|
-
"start":
|
2918
|
+
"start": 16480
|
3632
2919
|
}
|
3633
2920
|
]
|
3634
2921
|
},
|
@@ -3636,15 +2923,19 @@
|
|
3636
2923
|
"DistributorTypeLib": [
|
3637
2924
|
{
|
3638
2925
|
"length": 20,
|
3639
|
-
"start":
|
2926
|
+
"start": 5528
|
3640
2927
|
},
|
3641
2928
|
{
|
3642
2929
|
"length": 20,
|
3643
|
-
"start":
|
2930
|
+
"start": 7202
|
3644
2931
|
},
|
3645
2932
|
{
|
3646
2933
|
"length": 20,
|
3647
|
-
"start":
|
2934
|
+
"start": 8979
|
2935
|
+
},
|
2936
|
+
{
|
2937
|
+
"length": 20,
|
2938
|
+
"start": 9984
|
3648
2939
|
}
|
3649
2940
|
]
|
3650
2941
|
},
|
@@ -3652,35 +2943,11 @@
|
|
3652
2943
|
"Key32Lib": [
|
3653
2944
|
{
|
3654
2945
|
"length": 20,
|
3655
|
-
"start":
|
3656
|
-
},
|
3657
|
-
{
|
3658
|
-
"length": 20,
|
3659
|
-
"start": 7584
|
3660
|
-
},
|
3661
|
-
{
|
3662
|
-
"length": 20,
|
3663
|
-
"start": 7698
|
3664
|
-
},
|
3665
|
-
{
|
3666
|
-
"length": 20,
|
3667
|
-
"start": 8382
|
3668
|
-
},
|
3669
|
-
{
|
3670
|
-
"length": 20,
|
3671
|
-
"start": 8496
|
3672
|
-
},
|
3673
|
-
{
|
3674
|
-
"length": 20,
|
3675
|
-
"start": 8833
|
3676
|
-
},
|
3677
|
-
{
|
3678
|
-
"length": 20,
|
3679
|
-
"start": 9610
|
2946
|
+
"start": 11028
|
3680
2947
|
},
|
3681
2948
|
{
|
3682
2949
|
"length": 20,
|
3683
|
-
"start":
|
2950
|
+
"start": 13309
|
3684
2951
|
}
|
3685
2952
|
]
|
3686
2953
|
},
|
@@ -3688,7 +2955,7 @@
|
|
3688
2955
|
"NftIdLib": [
|
3689
2956
|
{
|
3690
2957
|
"length": 20,
|
3691
|
-
"start":
|
2958
|
+
"start": 12201
|
3692
2959
|
}
|
3693
2960
|
]
|
3694
2961
|
},
|
@@ -3696,15 +2963,7 @@
|
|
3696
2963
|
"ObjectTypeLib": [
|
3697
2964
|
{
|
3698
2965
|
"length": 20,
|
3699
|
-
"start":
|
3700
|
-
}
|
3701
|
-
]
|
3702
|
-
},
|
3703
|
-
"contracts/type/PayoutId.sol": {
|
3704
|
-
"PayoutIdLib": [
|
3705
|
-
{
|
3706
|
-
"length": 20,
|
3707
|
-
"start": 7907
|
2966
|
+
"start": 13428
|
3708
2967
|
}
|
3709
2968
|
]
|
3710
2969
|
},
|
@@ -3712,15 +2971,19 @@
|
|
3712
2971
|
"ReferralLib": [
|
3713
2972
|
{
|
3714
2973
|
"length": 20,
|
3715
|
-
"start":
|
2974
|
+
"start": 2577
|
2975
|
+
},
|
2976
|
+
{
|
2977
|
+
"length": 20,
|
2978
|
+
"start": 5039
|
3716
2979
|
},
|
3717
2980
|
{
|
3718
2981
|
"length": 20,
|
3719
|
-
"start":
|
2982
|
+
"start": 8230
|
3720
2983
|
},
|
3721
2984
|
{
|
3722
2985
|
"length": 20,
|
3723
|
-
"start":
|
2986
|
+
"start": 9193
|
3724
2987
|
}
|
3725
2988
|
]
|
3726
2989
|
},
|
@@ -3728,35 +2991,23 @@
|
|
3728
2991
|
"RequestIdLib": [
|
3729
2992
|
{
|
3730
2993
|
"length": 20,
|
3731
|
-
"start":
|
3732
|
-
},
|
3733
|
-
{
|
3734
|
-
"length": 20,
|
3735
|
-
"start": 4548
|
2994
|
+
"start": 3746
|
3736
2995
|
},
|
3737
2996
|
{
|
3738
2997
|
"length": 20,
|
3739
|
-
"start":
|
2998
|
+
"start": 6644
|
3740
2999
|
},
|
3741
3000
|
{
|
3742
3001
|
"length": 20,
|
3743
|
-
"start":
|
3744
|
-
}
|
3745
|
-
]
|
3746
|
-
},
|
3747
|
-
"contracts/type/RiskId.sol": {
|
3748
|
-
"RiskIdLib": [
|
3749
|
-
{
|
3750
|
-
"length": 20,
|
3751
|
-
"start": 4335
|
3002
|
+
"start": 9617
|
3752
3003
|
},
|
3753
3004
|
{
|
3754
3005
|
"length": 20,
|
3755
|
-
"start":
|
3006
|
+
"start": 11537
|
3756
3007
|
},
|
3757
3008
|
{
|
3758
3009
|
"length": 20,
|
3759
|
-
"start":
|
3010
|
+
"start": 13188
|
3760
3011
|
}
|
3761
3012
|
]
|
3762
3013
|
},
|
@@ -3764,27 +3015,23 @@
|
|
3764
3015
|
"StateIdLib": [
|
3765
3016
|
{
|
3766
3017
|
"length": 20,
|
3767
|
-
"start":
|
3768
|
-
},
|
3769
|
-
{
|
3770
|
-
"length": 20,
|
3771
|
-
"start": 3843
|
3018
|
+
"start": 4234
|
3772
3019
|
},
|
3773
3020
|
{
|
3774
3021
|
"length": 20,
|
3775
|
-
"start":
|
3022
|
+
"start": 6070
|
3776
3023
|
},
|
3777
3024
|
{
|
3778
3025
|
"length": 20,
|
3779
|
-
"start":
|
3026
|
+
"start": 9826
|
3780
3027
|
},
|
3781
3028
|
{
|
3782
3029
|
"length": 20,
|
3783
|
-
"start":
|
3030
|
+
"start": 12263
|
3784
3031
|
},
|
3785
3032
|
{
|
3786
3033
|
"length": 20,
|
3787
|
-
"start":
|
3034
|
+
"start": 12453
|
3788
3035
|
}
|
3789
3036
|
]
|
3790
3037
|
}
|