@etherisc/gif-next 0.0.2-ff1bf36-818 → 0.0.2-ff3a8a0-504
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +91 -8
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/{shared/ComponentVerifyingService.sol/ComponentVerifyingService.json → accounting/IAccountingService.sol/IAccountingService.json} +408 -104
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +673 -262
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +202 -5
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +456 -24
- 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 +549 -209
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +215 -18
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +265 -16
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +473 -17
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +196 -441
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +431 -36
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +115 -325
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +682 -375
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +218 -130
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +102 -160
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +478 -108
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1484 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2053 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1439 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2585 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/IKeyValueStore.sol/IKeyValueStore.json → instance/BaseStore.sol/BaseStore.json} +55 -197
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +193 -45
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/{shared/KeyValueStore.sol/KeyValueStore.json → instance/IBaseStore.sol/IBaseStore.json} +34 -227
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +578 -65
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +395 -60
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +616 -183
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1021 -363
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +328 -92
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1635 -804
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +409 -231
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +143 -105
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1275 -1690
- 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 +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +8 -8
- 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/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +16 -5
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +148 -317
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +429 -37
- 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 +116 -109
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +98 -11
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +124 -269
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +198 -190
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +177 -97
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +173 -326
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +430 -35
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +352 -380
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +174 -126
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +247 -121
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +154 -158
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +500 -269
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.json +152 -308
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +723 -515
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +218 -110
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +357 -173
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +165 -97
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +305 -389
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +430 -35
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +458 -253
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +187 -123
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +296 -9
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +335 -19
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +300 -64
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +183 -80
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +270 -202
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +286 -21
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +428 -287
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +193 -121
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +247 -332
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +165 -137
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/Product.sol/Product.json +278 -362
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +364 -186
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +166 -94
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +359 -48
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +169 -37
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +565 -109
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +791 -377
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +136 -290
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +141 -89
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +483 -253
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +489 -20
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +120 -60
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/Component.sol/Component.json +100 -227
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +496 -625
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +188 -130
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +93 -68
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +432 -290
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +116 -109
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +35 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +167 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +84 -2
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -22
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +123 -268
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +41 -57
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +141 -97
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +86 -111
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +327 -73
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +88 -24
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1512 -167
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +235 -123
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1646 -402
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +193 -107
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +295 -183
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +282 -281
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +144 -96
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +1645 -790
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +180 -77
- 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/Amount.sol/AmountLib.json +35 -11
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +45 -19
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +94 -38
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +23 -4
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +33 -31
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +125 -7
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +42 -157
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +69 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +21 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +50 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +73 -36
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -21
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +101 -2
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +10 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +118 -79
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +15 -2
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +10 -0
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +458 -269
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +146 -4
- package/contracts/authorization/Authorization.sol +159 -207
- package/contracts/authorization/IAccess.sol +25 -6
- package/contracts/authorization/IAccessAdmin.sol +87 -79
- package/contracts/authorization/IAuthorization.sol +9 -37
- package/contracts/authorization/IServiceAuthorization.sol +57 -17
- package/contracts/authorization/ServiceAuthorization.sol +255 -25
- package/contracts/distribution/BasicDistribution.sol +20 -17
- package/contracts/distribution/BasicDistributionAuthorization.sol +30 -10
- package/contracts/distribution/Distribution.sol +44 -92
- package/contracts/distribution/DistributionService.sol +243 -117
- package/contracts/distribution/DistributionServiceManager.sol +6 -6
- package/contracts/distribution/IDistributionComponent.sol +4 -11
- package/contracts/distribution/IDistributionService.sol +46 -26
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +42 -38
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +111 -18
- package/contracts/instance/IInstanceService.sol +61 -34
- package/contracts/instance/Instance.sol +197 -75
- package/contracts/instance/InstanceAdmin.sol +276 -182
- package/contracts/instance/InstanceAuthorizationV3.sol +152 -81
- package/contracts/instance/InstanceReader.sol +463 -257
- package/contracts/instance/InstanceService.sol +320 -273
- package/contracts/instance/InstanceServiceManager.sol +6 -7
- package/contracts/instance/InstanceStore.sol +165 -107
- package/contracts/instance/ProductStore.sol +303 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/TargetNames.sol +10 -0
- package/contracts/instance/base/BalanceStore.sol +4 -6
- package/contracts/instance/base/ObjectCounter.sol +1 -2
- package/contracts/instance/base/ObjectLifecycle.sol +12 -8
- package/contracts/instance/base/ObjectSet.sol +31 -33
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +6 -5
- package/contracts/instance/module/IComponents.sol +29 -13
- package/contracts/instance/module/IDistribution.sol +21 -8
- package/contracts/instance/module/IPolicy.sol +49 -28
- package/contracts/instance/module/IRisk.sol +5 -0
- package/contracts/oracle/BasicOracle.sol +2 -5
- package/contracts/oracle/BasicOracleAuthorization.sol +15 -8
- package/contracts/oracle/IOracle.sol +9 -4
- package/contracts/oracle/IOracleService.sol +2 -1
- package/contracts/oracle/Oracle.sol +9 -21
- package/contracts/oracle/OracleService.sol +119 -87
- package/contracts/oracle/OracleServiceManager.sol +6 -6
- package/contracts/pool/BasicPool.sol +34 -38
- package/contracts/pool/BasicPoolAuthorization.sol +34 -11
- package/contracts/pool/BundleService.sol +117 -167
- package/contracts/pool/BundleServiceManager.sol +6 -6
- package/contracts/pool/IBundleService.sol +28 -46
- package/contracts/pool/IPoolComponent.sol +19 -15
- package/contracts/pool/IPoolService.sol +80 -73
- package/contracts/pool/Pool.sol +142 -137
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +361 -288
- package/contracts/pool/PoolServiceManager.sol +4 -4
- package/contracts/product/ApplicationService.sol +113 -36
- package/contracts/product/ApplicationServiceManager.sol +4 -4
- package/contracts/product/BasicProduct.sol +11 -14
- package/contracts/product/BasicProductAuthorization.sol +32 -12
- package/contracts/product/ClaimService.sol +391 -181
- package/contracts/product/ClaimServiceManager.sol +4 -4
- package/contracts/product/IApplicationService.sol +28 -3
- package/contracts/product/IClaimService.sol +47 -11
- package/contracts/product/IPolicyService.sol +47 -29
- package/contracts/product/IPricingService.sol +11 -10
- package/contracts/product/IProductComponent.sol +27 -5
- package/contracts/product/IRiskService.sol +25 -10
- package/contracts/product/PolicyService.sol +379 -318
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +4 -4
- package/contracts/product/PricingService.sol +85 -83
- package/contracts/product/PricingServiceManager.sol +4 -4
- package/contracts/product/Product.sol +177 -94
- package/contracts/product/RiskService.sol +132 -40
- package/contracts/product/RiskServiceManager.sol +4 -4
- package/contracts/registry/ChainNft.sol +72 -40
- package/contracts/registry/IRegistry.sol +70 -32
- package/contracts/registry/IRegistryService.sol +5 -12
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +367 -207
- package/contracts/registry/RegistryAdmin.sol +114 -297
- package/contracts/registry/RegistryAuthorization.sol +336 -0
- package/contracts/registry/RegistryService.sol +38 -49
- package/contracts/registry/RegistryServiceManager.sol +3 -3
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +8 -3
- package/contracts/registry/ReleaseRegistry.sol +279 -239
- package/contracts/registry/ServiceAuthorizationV3.sol +205 -63
- package/contracts/registry/TokenRegistry.sol +61 -59
- package/contracts/shared/Component.sol +69 -123
- package/contracts/shared/ComponentService.sol +429 -379
- package/contracts/shared/ComponentServiceManager.sol +8 -5
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +6 -18
- package/contracts/shared/IComponentService.sol +43 -40
- package/contracts/shared/IInstanceLinkedComponent.sol +3 -22
- package/contracts/shared/ILifecycle.sol +3 -1
- package/contracts/shared/INftOwnable.sol +4 -0
- package/contracts/shared/IPolicyHolder.sol +12 -22
- package/contracts/shared/IRegisterable.sol +22 -1
- package/contracts/shared/IService.sol +3 -5
- package/contracts/shared/InitializableERC165.sol +10 -2
- package/contracts/shared/InstanceLinkedComponent.sol +73 -51
- package/contracts/shared/Lifecycle.sol +15 -4
- package/contracts/shared/NftOwnable.sol +31 -9
- package/contracts/shared/PolicyHolder.sol +18 -54
- package/contracts/shared/Registerable.sol +52 -21
- package/contracts/shared/RegistryLinked.sol +9 -14
- package/contracts/shared/Service.sol +20 -35
- package/contracts/shared/TokenHandler.sol +275 -72
- package/contracts/shared/TokenHandlerDeployerLib.sol +10 -2
- package/contracts/staking/IStaking.sol +271 -71
- package/contracts/staking/IStakingService.sol +45 -78
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +523 -222
- package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +70 -81
- package/contracts/staking/StakingManager.sol +12 -9
- package/contracts/staking/StakingReader.sol +70 -82
- package/contracts/staking/StakingService.sol +63 -149
- package/contracts/staking/StakingServiceManager.sol +7 -5
- package/contracts/staking/StakingStore.sol +1093 -330
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +73 -46
- package/contracts/type/Amount.sol +19 -0
- package/contracts/type/Blocknumber.sol +15 -15
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +6 -1
- package/contracts/type/Fee.sol +8 -8
- package/contracts/type/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +7 -0
- package/contracts/type/ObjectType.sol +73 -37
- package/contracts/type/PayoutId.sol +10 -10
- package/contracts/type/RiskId.sol +38 -6
- package/contracts/type/RoleId.sol +61 -55
- package/contracts/type/Seconds.sol +27 -0
- package/contracts/type/Selector.sol +5 -0
- package/contracts/type/StateId.sol +15 -1
- package/contracts/type/String.sol +12 -0
- package/contracts/type/Timestamp.sol +4 -7
- package/contracts/type/UFixed.sol +38 -126
- package/contracts/type/Version.sol +54 -5
- package/contracts/upgradeability/IVersionable.sol +3 -0
- package/contracts/upgradeability/ProxyManager.sol +93 -45
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +12 -2
- package/contracts/upgradeability/Versionable.sol +8 -5
- package/package.json +5 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -129
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +0 -4
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -387
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +0 -4
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +0 -164
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +0 -16
- package/contracts/authorization/IModuleAuthorization.sol +0 -21
- package/contracts/authorization/ModuleAuthorization.sol +0 -78
- package/contracts/instance/module/IAccess.sol +0 -46
- package/contracts/shared/ComponentVerifyingService.sol +0 -117
- package/contracts/shared/IKeyValueStore.sol +0 -54
- package/contracts/shared/InitializableCustom.sol +0 -177
- package/contracts/shared/KeyValueStore.sol +0 -131
- package/contracts/staking/StakingLifecycle.sol +0 -23
@@ -63,27 +63,6 @@
|
|
63
63
|
"name": "ErrorBalanceStoreTargetNotRegistered",
|
64
64
|
"type": "error"
|
65
65
|
},
|
66
|
-
{
|
67
|
-
"inputs": [
|
68
|
-
{
|
69
|
-
"internalType": "ObjectType",
|
70
|
-
"name": "objectType",
|
71
|
-
"type": "uint8"
|
72
|
-
},
|
73
|
-
{
|
74
|
-
"internalType": "StateId",
|
75
|
-
"name": "fromStateId",
|
76
|
-
"type": "uint8"
|
77
|
-
},
|
78
|
-
{
|
79
|
-
"internalType": "StateId",
|
80
|
-
"name": "toStateId",
|
81
|
-
"type": "uint8"
|
82
|
-
}
|
83
|
-
],
|
84
|
-
"name": "ErrorInvalidStateTransition",
|
85
|
-
"type": "error"
|
86
|
-
},
|
87
66
|
{
|
88
67
|
"inputs": [
|
89
68
|
{
|
@@ -97,7 +76,7 @@
|
|
97
76
|
"type": "uint8"
|
98
77
|
}
|
99
78
|
],
|
100
|
-
"name": "
|
79
|
+
"name": "ErrorBaseStoreAlreadyCreated",
|
101
80
|
"type": "error"
|
102
81
|
},
|
103
82
|
{
|
@@ -108,7 +87,7 @@
|
|
108
87
|
"type": "uint8"
|
109
88
|
}
|
110
89
|
],
|
111
|
-
"name": "
|
90
|
+
"name": "ErrorBaseStoreNoLifecycle",
|
112
91
|
"type": "error"
|
113
92
|
},
|
114
93
|
{
|
@@ -119,7 +98,7 @@
|
|
119
98
|
"type": "bytes32"
|
120
99
|
}
|
121
100
|
],
|
122
|
-
"name": "
|
101
|
+
"name": "ErrorBaseStoreNotExisting",
|
123
102
|
"type": "error"
|
124
103
|
},
|
125
104
|
{
|
@@ -130,22 +109,79 @@
|
|
130
109
|
"type": "bytes32"
|
131
110
|
}
|
132
111
|
],
|
133
|
-
"name": "
|
112
|
+
"name": "ErrorBaseStoreStateZero",
|
113
|
+
"type": "error"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"inputs": [
|
117
|
+
{
|
118
|
+
"internalType": "ObjectType",
|
119
|
+
"name": "objectType",
|
120
|
+
"type": "uint8"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "ErrorBaseStoreTypeUndefined",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [
|
128
|
+
{
|
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"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"name": "ErrorFromStateMissmatch",
|
134
150
|
"type": "error"
|
135
151
|
},
|
136
152
|
{
|
137
153
|
"inputs": [
|
154
|
+
{
|
155
|
+
"internalType": "address",
|
156
|
+
"name": "contractAddress",
|
157
|
+
"type": "address"
|
158
|
+
},
|
138
159
|
{
|
139
160
|
"internalType": "ObjectType",
|
140
161
|
"name": "objectType",
|
141
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"
|
142
173
|
}
|
143
174
|
],
|
144
|
-
"name": "
|
175
|
+
"name": "ErrorInvalidStateTransition",
|
145
176
|
"type": "error"
|
146
177
|
},
|
147
178
|
{
|
148
179
|
"inputs": [
|
180
|
+
{
|
181
|
+
"internalType": "address",
|
182
|
+
"name": "contractAddress",
|
183
|
+
"type": "address"
|
184
|
+
},
|
149
185
|
{
|
150
186
|
"internalType": "ObjectType",
|
151
187
|
"name": "objectType",
|
@@ -216,7 +252,7 @@
|
|
216
252
|
"indexed": false,
|
217
253
|
"internalType": "Blocknumber",
|
218
254
|
"name": "lastUpdatedIn",
|
219
|
-
"type": "
|
255
|
+
"type": "uint40"
|
220
256
|
}
|
221
257
|
],
|
222
258
|
"name": "LogBalanceStoreBalanceDecreased",
|
@@ -247,7 +283,7 @@
|
|
247
283
|
"indexed": false,
|
248
284
|
"internalType": "Blocknumber",
|
249
285
|
"name": "lastUpdatedIn",
|
250
|
-
"type": "
|
286
|
+
"type": "uint40"
|
251
287
|
}
|
252
288
|
],
|
253
289
|
"name": "LogBalanceStoreBalanceIncreased",
|
@@ -278,7 +314,7 @@
|
|
278
314
|
"indexed": false,
|
279
315
|
"internalType": "Blocknumber",
|
280
316
|
"name": "lastUpdatedIn",
|
281
|
-
"type": "
|
317
|
+
"type": "uint40"
|
282
318
|
}
|
283
319
|
],
|
284
320
|
"name": "LogBalanceStoreFeesDecreased",
|
@@ -309,7 +345,7 @@
|
|
309
345
|
"indexed": false,
|
310
346
|
"internalType": "Blocknumber",
|
311
347
|
"name": "lastUpdatedIn",
|
312
|
-
"type": "
|
348
|
+
"type": "uint40"
|
313
349
|
}
|
314
350
|
],
|
315
351
|
"name": "LogBalanceStoreFeesIncreased",
|
@@ -340,7 +376,7 @@
|
|
340
376
|
"indexed": false,
|
341
377
|
"internalType": "Blocknumber",
|
342
378
|
"name": "lastUpdatedIn",
|
343
|
-
"type": "
|
379
|
+
"type": "uint40"
|
344
380
|
}
|
345
381
|
],
|
346
382
|
"name": "LogBalanceStoreLockedDecreased",
|
@@ -371,7 +407,7 @@
|
|
371
407
|
"indexed": false,
|
372
408
|
"internalType": "Blocknumber",
|
373
409
|
"name": "lastUpdatedIn",
|
374
|
-
"type": "
|
410
|
+
"type": "uint40"
|
375
411
|
}
|
376
412
|
],
|
377
413
|
"name": "LogBalanceStoreLockedIncreased",
|
@@ -395,15 +431,9 @@
|
|
395
431
|
"inputs": [
|
396
432
|
{
|
397
433
|
"indexed": false,
|
398
|
-
"internalType": "
|
399
|
-
"name": "
|
400
|
-
"type": "
|
401
|
-
},
|
402
|
-
{
|
403
|
-
"indexed": false,
|
404
|
-
"internalType": "KeyId",
|
405
|
-
"name": "keyId",
|
406
|
-
"type": "bytes31"
|
434
|
+
"internalType": "NftId",
|
435
|
+
"name": "bundleNftId",
|
436
|
+
"type": "uint96"
|
407
437
|
},
|
408
438
|
{
|
409
439
|
"indexed": false,
|
@@ -424,7 +454,7 @@
|
|
424
454
|
"type": "address"
|
425
455
|
}
|
426
456
|
],
|
427
|
-
"name": "
|
457
|
+
"name": "LogProductStoreBundleInfoCreated",
|
428
458
|
"type": "event"
|
429
459
|
},
|
430
460
|
{
|
@@ -432,20 +462,20 @@
|
|
432
462
|
"inputs": [
|
433
463
|
{
|
434
464
|
"indexed": false,
|
435
|
-
"internalType": "
|
436
|
-
"name": "
|
437
|
-
"type": "
|
465
|
+
"internalType": "NftId",
|
466
|
+
"name": "bundleNftId",
|
467
|
+
"type": "uint96"
|
438
468
|
},
|
439
469
|
{
|
440
470
|
"indexed": false,
|
441
|
-
"internalType": "
|
442
|
-
"name": "
|
443
|
-
"type": "
|
471
|
+
"internalType": "StateId",
|
472
|
+
"name": "oldState",
|
473
|
+
"type": "uint8"
|
444
474
|
},
|
445
475
|
{
|
446
476
|
"indexed": false,
|
447
477
|
"internalType": "StateId",
|
448
|
-
"name": "
|
478
|
+
"name": "newState",
|
449
479
|
"type": "uint8"
|
450
480
|
},
|
451
481
|
{
|
@@ -464,10 +494,10 @@
|
|
464
494
|
"indexed": false,
|
465
495
|
"internalType": "Blocknumber",
|
466
496
|
"name": "lastUpdatedIn",
|
467
|
-
"type": "
|
497
|
+
"type": "uint40"
|
468
498
|
}
|
469
499
|
],
|
470
|
-
"name": "
|
500
|
+
"name": "LogProductStoreBundleInfoUpdated",
|
471
501
|
"type": "event"
|
472
502
|
},
|
473
503
|
{
|
@@ -475,26 +505,51 @@
|
|
475
505
|
"inputs": [
|
476
506
|
{
|
477
507
|
"indexed": false,
|
478
|
-
"internalType": "
|
479
|
-
"name": "
|
508
|
+
"internalType": "NftId",
|
509
|
+
"name": "componentNftId",
|
510
|
+
"type": "uint96"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"indexed": false,
|
514
|
+
"internalType": "StateId",
|
515
|
+
"name": "state",
|
480
516
|
"type": "uint8"
|
481
517
|
},
|
482
518
|
{
|
483
519
|
"indexed": false,
|
484
|
-
"internalType": "
|
485
|
-
"name": "
|
486
|
-
"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"
|
487
542
|
},
|
488
543
|
{
|
489
544
|
"indexed": false,
|
490
545
|
"internalType": "StateId",
|
491
|
-
"name": "
|
546
|
+
"name": "oldState",
|
492
547
|
"type": "uint8"
|
493
548
|
},
|
494
549
|
{
|
495
550
|
"indexed": false,
|
496
551
|
"internalType": "StateId",
|
497
|
-
"name": "
|
552
|
+
"name": "newState",
|
498
553
|
"type": "uint8"
|
499
554
|
},
|
500
555
|
{
|
@@ -513,271 +568,481 @@
|
|
513
568
|
"indexed": false,
|
514
569
|
"internalType": "Blocknumber",
|
515
570
|
"name": "lastUpdatedIn",
|
516
|
-
"type": "
|
571
|
+
"type": "uint40"
|
517
572
|
}
|
518
573
|
],
|
519
|
-
"name": "
|
574
|
+
"name": "LogProductStoreComponentInfoUpdated",
|
520
575
|
"type": "event"
|
521
576
|
},
|
522
577
|
{
|
523
|
-
"
|
524
|
-
"
|
525
|
-
|
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
|
+
},
|
526
592
|
{
|
593
|
+
"indexed": false,
|
527
594
|
"internalType": "address",
|
528
|
-
"name": "",
|
595
|
+
"name": "createdBy",
|
596
|
+
"type": "address"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"indexed": false,
|
600
|
+
"internalType": "address",
|
601
|
+
"name": "txOrigin",
|
529
602
|
"type": "address"
|
530
603
|
}
|
531
604
|
],
|
532
|
-
"
|
533
|
-
"type": "
|
605
|
+
"name": "LogProductStoreDistributorInfoCreated",
|
606
|
+
"type": "event"
|
534
607
|
},
|
535
608
|
{
|
609
|
+
"anonymous": false,
|
536
610
|
"inputs": [
|
537
611
|
{
|
538
|
-
"
|
539
|
-
"
|
612
|
+
"indexed": false,
|
613
|
+
"internalType": "NftId",
|
614
|
+
"name": "distributorNftId",
|
615
|
+
"type": "uint96"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"indexed": false,
|
619
|
+
"internalType": "StateId",
|
620
|
+
"name": "oldState",
|
540
621
|
"type": "uint8"
|
541
622
|
},
|
542
623
|
{
|
624
|
+
"indexed": false,
|
543
625
|
"internalType": "StateId",
|
544
|
-
"name": "
|
626
|
+
"name": "newState",
|
545
627
|
"type": "uint8"
|
546
628
|
},
|
547
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,
|
548
662
|
"internalType": "StateId",
|
549
|
-
"name": "
|
663
|
+
"name": "state",
|
550
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"
|
551
677
|
}
|
552
678
|
],
|
553
|
-
"name": "
|
554
|
-
"
|
555
|
-
"stateMutability": "view",
|
556
|
-
"type": "function"
|
679
|
+
"name": "LogProductStoreDistributorTypeInfoCreated",
|
680
|
+
"type": "event"
|
557
681
|
},
|
558
682
|
{
|
683
|
+
"anonymous": false,
|
559
684
|
"inputs": [
|
560
685
|
{
|
561
|
-
"
|
562
|
-
"
|
563
|
-
"
|
686
|
+
"indexed": false,
|
687
|
+
"internalType": "DistributorType",
|
688
|
+
"name": "distributorType",
|
689
|
+
"type": "bytes8"
|
564
690
|
},
|
565
691
|
{
|
566
|
-
"
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
"name": "premiumAmount",
|
595
|
-
"type": "uint96"
|
596
|
-
},
|
597
|
-
{
|
598
|
-
"internalType": "Amount",
|
599
|
-
"name": "premiumPaidAmount",
|
600
|
-
"type": "uint96"
|
601
|
-
},
|
602
|
-
{
|
603
|
-
"internalType": "Seconds",
|
604
|
-
"name": "lifetime",
|
605
|
-
"type": "uint40"
|
606
|
-
},
|
607
|
-
{
|
608
|
-
"internalType": "bytes",
|
609
|
-
"name": "applicationData",
|
610
|
-
"type": "bytes"
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"internalType": "bytes",
|
614
|
-
"name": "processData",
|
615
|
-
"type": "bytes"
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"internalType": "uint16",
|
619
|
-
"name": "claimsCount",
|
620
|
-
"type": "uint16"
|
621
|
-
},
|
622
|
-
{
|
623
|
-
"internalType": "uint16",
|
624
|
-
"name": "openClaimsCount",
|
625
|
-
"type": "uint16"
|
626
|
-
},
|
627
|
-
{
|
628
|
-
"internalType": "Amount",
|
629
|
-
"name": "claimAmount",
|
630
|
-
"type": "uint96"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"internalType": "Amount",
|
634
|
-
"name": "payoutAmount",
|
635
|
-
"type": "uint96"
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"internalType": "Timestamp",
|
639
|
-
"name": "activatedAt",
|
640
|
-
"type": "uint40"
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"internalType": "Timestamp",
|
644
|
-
"name": "expiredAt",
|
645
|
-
"type": "uint40"
|
646
|
-
},
|
647
|
-
{
|
648
|
-
"internalType": "Timestamp",
|
649
|
-
"name": "closedAt",
|
650
|
-
"type": "uint40"
|
651
|
-
}
|
652
|
-
],
|
653
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
654
|
-
"name": "policy",
|
655
|
-
"type": "tuple"
|
692
|
+
"indexed": false,
|
693
|
+
"internalType": "StateId",
|
694
|
+
"name": "oldState",
|
695
|
+
"type": "uint8"
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"indexed": false,
|
699
|
+
"internalType": "StateId",
|
700
|
+
"name": "newState",
|
701
|
+
"type": "uint8"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"indexed": false,
|
705
|
+
"internalType": "address",
|
706
|
+
"name": "updatedBy",
|
707
|
+
"type": "address"
|
708
|
+
},
|
709
|
+
{
|
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"
|
656
720
|
}
|
657
721
|
],
|
658
|
-
"name": "
|
659
|
-
"
|
660
|
-
"stateMutability": "nonpayable",
|
661
|
-
"type": "function"
|
722
|
+
"name": "LogProductStoreDistributorTypeInfoUpdated",
|
723
|
+
"type": "event"
|
662
724
|
},
|
663
725
|
{
|
726
|
+
"anonymous": false,
|
664
727
|
"inputs": [
|
665
728
|
{
|
729
|
+
"indexed": false,
|
666
730
|
"internalType": "NftId",
|
667
|
-
"name": "
|
731
|
+
"name": "poolNftId",
|
668
732
|
"type": "uint96"
|
669
733
|
},
|
670
734
|
{
|
671
|
-
"
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
"type": "uint256"
|
688
|
-
}
|
689
|
-
],
|
690
|
-
"internalType": "struct Fee",
|
691
|
-
"name": "fee",
|
692
|
-
"type": "tuple"
|
693
|
-
},
|
694
|
-
{
|
695
|
-
"internalType": "bytes",
|
696
|
-
"name": "filter",
|
697
|
-
"type": "bytes"
|
698
|
-
},
|
699
|
-
{
|
700
|
-
"internalType": "Timestamp",
|
701
|
-
"name": "activatedAt",
|
702
|
-
"type": "uint40"
|
703
|
-
},
|
704
|
-
{
|
705
|
-
"internalType": "Timestamp",
|
706
|
-
"name": "expiredAt",
|
707
|
-
"type": "uint40"
|
708
|
-
},
|
709
|
-
{
|
710
|
-
"internalType": "Timestamp",
|
711
|
-
"name": "closedAt",
|
712
|
-
"type": "uint40"
|
713
|
-
}
|
714
|
-
],
|
715
|
-
"internalType": "struct IBundle.BundleInfo",
|
716
|
-
"name": "bundle",
|
717
|
-
"type": "tuple"
|
735
|
+
"indexed": false,
|
736
|
+
"internalType": "StateId",
|
737
|
+
"name": "state",
|
738
|
+
"type": "uint8"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"indexed": false,
|
742
|
+
"internalType": "address",
|
743
|
+
"name": "createdBy",
|
744
|
+
"type": "address"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"indexed": false,
|
748
|
+
"internalType": "address",
|
749
|
+
"name": "txOrigin",
|
750
|
+
"type": "address"
|
718
751
|
}
|
719
752
|
],
|
720
|
-
"name": "
|
721
|
-
"
|
722
|
-
"stateMutability": "nonpayable",
|
723
|
-
"type": "function"
|
753
|
+
"name": "LogProductStorePoolInfoCreated",
|
754
|
+
"type": "event"
|
724
755
|
},
|
725
756
|
{
|
757
|
+
"anonymous": false,
|
726
758
|
"inputs": [
|
727
759
|
{
|
760
|
+
"indexed": false,
|
728
761
|
"internalType": "NftId",
|
729
|
-
"name": "
|
762
|
+
"name": "poolNftId",
|
730
763
|
"type": "uint96"
|
731
764
|
},
|
732
765
|
{
|
733
|
-
"
|
734
|
-
"
|
735
|
-
"
|
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"
|
794
|
+
}
|
795
|
+
],
|
796
|
+
"name": "LogProductStorePoolInfoUpdated",
|
797
|
+
"type": "event"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"anonymous": false,
|
801
|
+
"inputs": [
|
802
|
+
{
|
803
|
+
"indexed": false,
|
804
|
+
"internalType": "ReferralId",
|
805
|
+
"name": "referralId",
|
806
|
+
"type": "bytes8"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"indexed": false,
|
810
|
+
"internalType": "StateId",
|
811
|
+
"name": "state",
|
812
|
+
"type": "uint8"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"indexed": false,
|
816
|
+
"internalType": "address",
|
817
|
+
"name": "createdBy",
|
818
|
+
"type": "address"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"indexed": false,
|
822
|
+
"internalType": "address",
|
823
|
+
"name": "txOrigin",
|
824
|
+
"type": "address"
|
825
|
+
}
|
826
|
+
],
|
827
|
+
"name": "LogProductStoreReferralInfoCreated",
|
828
|
+
"type": "event"
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"anonymous": false,
|
832
|
+
"inputs": [
|
833
|
+
{
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "ReferralId",
|
836
|
+
"name": "referralId",
|
837
|
+
"type": "bytes8"
|
838
|
+
},
|
839
|
+
{
|
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"
|
868
|
+
}
|
869
|
+
],
|
870
|
+
"name": "LogProductStoreReferralInfoUpdated",
|
871
|
+
"type": "event"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"anonymous": false,
|
875
|
+
"inputs": [
|
876
|
+
{
|
877
|
+
"indexed": false,
|
878
|
+
"internalType": "RequestId",
|
879
|
+
"name": "requestId",
|
880
|
+
"type": "uint64"
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"indexed": false,
|
884
|
+
"internalType": "StateId",
|
885
|
+
"name": "state",
|
886
|
+
"type": "uint8"
|
887
|
+
},
|
888
|
+
{
|
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"
|
899
|
+
}
|
900
|
+
],
|
901
|
+
"name": "LogProductStoreRequestInfoCreated",
|
902
|
+
"type": "event"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"anonymous": false,
|
906
|
+
"inputs": [
|
907
|
+
{
|
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"
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"indexed": false,
|
939
|
+
"internalType": "Blocknumber",
|
940
|
+
"name": "lastUpdatedIn",
|
941
|
+
"type": "uint40"
|
942
|
+
}
|
943
|
+
],
|
944
|
+
"name": "LogProductStoreRequestInfoUpdated",
|
945
|
+
"type": "event"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"inputs": [],
|
949
|
+
"name": "authority",
|
950
|
+
"outputs": [
|
951
|
+
{
|
952
|
+
"internalType": "address",
|
953
|
+
"name": "",
|
954
|
+
"type": "address"
|
955
|
+
}
|
956
|
+
],
|
957
|
+
"stateMutability": "view",
|
958
|
+
"type": "function"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"inputs": [
|
962
|
+
{
|
963
|
+
"internalType": "StateId",
|
964
|
+
"name": "stateId",
|
965
|
+
"type": "uint8"
|
966
|
+
},
|
967
|
+
{
|
968
|
+
"internalType": "ObjectType",
|
969
|
+
"name": "objectType",
|
970
|
+
"type": "uint8"
|
971
|
+
},
|
972
|
+
{
|
973
|
+
"internalType": "StateId",
|
974
|
+
"name": "expectedFromId",
|
975
|
+
"type": "uint8"
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"internalType": "StateId",
|
979
|
+
"name": "toId",
|
980
|
+
"type": "uint8"
|
981
|
+
}
|
982
|
+
],
|
983
|
+
"name": "checkTransition",
|
984
|
+
"outputs": [],
|
985
|
+
"stateMutability": "view",
|
986
|
+
"type": "function"
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"inputs": [
|
990
|
+
{
|
991
|
+
"internalType": "NftId",
|
992
|
+
"name": "bundleNftId",
|
993
|
+
"type": "uint96"
|
736
994
|
},
|
737
995
|
{
|
738
996
|
"components": [
|
739
997
|
{
|
740
|
-
"internalType": "
|
741
|
-
"name": "
|
742
|
-
"type": "
|
998
|
+
"internalType": "Timestamp",
|
999
|
+
"name": "activatedAt",
|
1000
|
+
"type": "uint40"
|
743
1001
|
},
|
744
1002
|
{
|
745
|
-
"internalType": "
|
746
|
-
"name": "
|
747
|
-
"type": "
|
1003
|
+
"internalType": "Timestamp",
|
1004
|
+
"name": "expiredAt",
|
1005
|
+
"type": "uint40"
|
748
1006
|
},
|
749
1007
|
{
|
750
|
-
"internalType": "
|
751
|
-
"name": "
|
752
|
-
"type": "
|
1008
|
+
"internalType": "Timestamp",
|
1009
|
+
"name": "closedAt",
|
1010
|
+
"type": "uint40"
|
753
1011
|
},
|
754
1012
|
{
|
755
|
-
"internalType": "
|
756
|
-
"name": "
|
757
|
-
"type": "
|
1013
|
+
"internalType": "NftId",
|
1014
|
+
"name": "poolNftId",
|
1015
|
+
"type": "uint96"
|
758
1016
|
},
|
759
1017
|
{
|
760
|
-
"
|
761
|
-
|
762
|
-
|
1018
|
+
"components": [
|
1019
|
+
{
|
1020
|
+
"internalType": "UFixed",
|
1021
|
+
"name": "fractionalFee",
|
1022
|
+
"type": "uint160"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"internalType": "Amount",
|
1026
|
+
"name": "fixedFee",
|
1027
|
+
"type": "uint96"
|
1028
|
+
}
|
1029
|
+
],
|
1030
|
+
"internalType": "struct Fee",
|
1031
|
+
"name": "fee",
|
1032
|
+
"type": "tuple"
|
763
1033
|
},
|
764
1034
|
{
|
765
1035
|
"internalType": "bytes",
|
766
|
-
"name": "
|
1036
|
+
"name": "filter",
|
767
1037
|
"type": "bytes"
|
768
|
-
},
|
769
|
-
{
|
770
|
-
"internalType": "Timestamp",
|
771
|
-
"name": "closedAt",
|
772
|
-
"type": "uint40"
|
773
1038
|
}
|
774
1039
|
],
|
775
|
-
"internalType": "struct
|
776
|
-
"name": "
|
1040
|
+
"internalType": "struct IBundle.BundleInfo",
|
1041
|
+
"name": "bundle",
|
777
1042
|
"type": "tuple"
|
778
1043
|
}
|
779
1044
|
],
|
780
|
-
"name": "
|
1045
|
+
"name": "createBundle",
|
781
1046
|
"outputs": [],
|
782
1047
|
"stateMutability": "nonpayable",
|
783
1048
|
"type": "function"
|
@@ -796,26 +1061,11 @@
|
|
796
1061
|
"name": "name",
|
797
1062
|
"type": "string"
|
798
1063
|
},
|
799
|
-
{
|
800
|
-
"internalType": "NftId",
|
801
|
-
"name": "productNftId",
|
802
|
-
"type": "uint96"
|
803
|
-
},
|
804
|
-
{
|
805
|
-
"internalType": "contract IERC20Metadata",
|
806
|
-
"name": "token",
|
807
|
-
"type": "address"
|
808
|
-
},
|
809
1064
|
{
|
810
1065
|
"internalType": "contract TokenHandler",
|
811
1066
|
"name": "tokenHandler",
|
812
1067
|
"type": "address"
|
813
1068
|
},
|
814
|
-
{
|
815
|
-
"internalType": "address",
|
816
|
-
"name": "wallet",
|
817
|
-
"type": "address"
|
818
|
-
},
|
819
1069
|
{
|
820
1070
|
"internalType": "bytes",
|
821
1071
|
"name": "data",
|
@@ -851,15 +1101,15 @@
|
|
851
1101
|
"name": "active",
|
852
1102
|
"type": "bool"
|
853
1103
|
},
|
854
|
-
{
|
855
|
-
"internalType": "bytes",
|
856
|
-
"name": "data",
|
857
|
-
"type": "bytes"
|
858
|
-
},
|
859
1104
|
{
|
860
1105
|
"internalType": "uint32",
|
861
1106
|
"name": "numPoliciesSold",
|
862
1107
|
"type": "uint32"
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"internalType": "bytes",
|
1111
|
+
"name": "data",
|
1112
|
+
"type": "bytes"
|
863
1113
|
}
|
864
1114
|
],
|
865
1115
|
"internalType": "struct IDistribution.DistributorInfo",
|
@@ -881,25 +1131,20 @@
|
|
881
1131
|
},
|
882
1132
|
{
|
883
1133
|
"components": [
|
884
|
-
{
|
885
|
-
"internalType": "string",
|
886
|
-
"name": "name",
|
887
|
-
"type": "string"
|
888
|
-
},
|
889
1134
|
{
|
890
1135
|
"internalType": "UFixed",
|
891
1136
|
"name": "minDiscountPercentage",
|
892
|
-
"type": "
|
1137
|
+
"type": "uint160"
|
893
1138
|
},
|
894
1139
|
{
|
895
|
-
"internalType": "
|
896
|
-
"name": "
|
897
|
-
"type": "
|
1140
|
+
"internalType": "NftId",
|
1141
|
+
"name": "distributionNftId",
|
1142
|
+
"type": "uint96"
|
898
1143
|
},
|
899
1144
|
{
|
900
1145
|
"internalType": "UFixed",
|
901
|
-
"name": "
|
902
|
-
"type": "
|
1146
|
+
"name": "maxDiscountPercentage",
|
1147
|
+
"type": "uint160"
|
903
1148
|
},
|
904
1149
|
{
|
905
1150
|
"internalType": "uint32",
|
@@ -907,9 +1152,9 @@
|
|
907
1152
|
"type": "uint32"
|
908
1153
|
},
|
909
1154
|
{
|
910
|
-
"internalType": "
|
1155
|
+
"internalType": "Seconds",
|
911
1156
|
"name": "maxReferralLifetime",
|
912
|
-
"type": "
|
1157
|
+
"type": "uint40"
|
913
1158
|
},
|
914
1159
|
{
|
915
1160
|
"internalType": "bool",
|
@@ -921,6 +1166,16 @@
|
|
921
1166
|
"name": "allowRenewals",
|
922
1167
|
"type": "bool"
|
923
1168
|
},
|
1169
|
+
{
|
1170
|
+
"internalType": "UFixed",
|
1171
|
+
"name": "commissionPercentage",
|
1172
|
+
"type": "uint160"
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"internalType": "string",
|
1176
|
+
"name": "name",
|
1177
|
+
"type": "string"
|
1178
|
+
},
|
924
1179
|
{
|
925
1180
|
"internalType": "bytes",
|
926
1181
|
"name": "data",
|
@@ -941,69 +1196,34 @@
|
|
941
1196
|
"inputs": [
|
942
1197
|
{
|
943
1198
|
"internalType": "NftId",
|
944
|
-
"name": "
|
1199
|
+
"name": "poolNftId",
|
945
1200
|
"type": "uint96"
|
946
1201
|
},
|
947
|
-
{
|
948
|
-
"internalType": "PayoutId",
|
949
|
-
"name": "payoutId",
|
950
|
-
"type": "uint24"
|
951
|
-
},
|
952
1202
|
{
|
953
1203
|
"components": [
|
954
|
-
{
|
955
|
-
"internalType": "ClaimId",
|
956
|
-
"name": "claimId",
|
957
|
-
"type": "uint16"
|
958
|
-
},
|
959
1204
|
{
|
960
1205
|
"internalType": "Amount",
|
961
|
-
"name": "
|
1206
|
+
"name": "maxBalanceAmount",
|
962
1207
|
"type": "uint96"
|
963
1208
|
},
|
964
1209
|
{
|
965
|
-
"internalType": "
|
966
|
-
"name": "
|
967
|
-
"type": "
|
1210
|
+
"internalType": "UFixed",
|
1211
|
+
"name": "collateralizationLevel",
|
1212
|
+
"type": "uint160"
|
968
1213
|
},
|
969
1214
|
{
|
970
|
-
"internalType": "
|
971
|
-
"name": "
|
972
|
-
"type": "
|
973
|
-
}
|
974
|
-
],
|
975
|
-
"internalType": "struct IPolicy.PayoutInfo",
|
976
|
-
"name": "payout",
|
977
|
-
"type": "tuple"
|
978
|
-
}
|
979
|
-
],
|
980
|
-
"name": "createPayout",
|
981
|
-
"outputs": [],
|
982
|
-
"stateMutability": "nonpayable",
|
983
|
-
"type": "function"
|
984
|
-
},
|
985
|
-
{
|
986
|
-
"inputs": [
|
987
|
-
{
|
988
|
-
"internalType": "NftId",
|
989
|
-
"name": "poolNftId",
|
990
|
-
"type": "uint96"
|
991
|
-
},
|
992
|
-
{
|
993
|
-
"components": [
|
994
|
-
{
|
995
|
-
"internalType": "RoleId",
|
996
|
-
"name": "bundleOwnerRole",
|
997
|
-
"type": "uint64"
|
1215
|
+
"internalType": "UFixed",
|
1216
|
+
"name": "retentionLevel",
|
1217
|
+
"type": "uint160"
|
998
1218
|
},
|
999
1219
|
{
|
1000
|
-
"internalType": "
|
1001
|
-
"name": "
|
1002
|
-
"type": "
|
1220
|
+
"internalType": "bool",
|
1221
|
+
"name": "isInterceptingBundleTransfers",
|
1222
|
+
"type": "bool"
|
1003
1223
|
},
|
1004
1224
|
{
|
1005
1225
|
"internalType": "bool",
|
1006
|
-
"name": "
|
1226
|
+
"name": "isProcessingConfirmedClaims",
|
1007
1227
|
"type": "bool"
|
1008
1228
|
},
|
1009
1229
|
{
|
@@ -1015,16 +1235,6 @@
|
|
1015
1235
|
"internalType": "bool",
|
1016
1236
|
"name": "isVerifyingApplications",
|
1017
1237
|
"type": "bool"
|
1018
|
-
},
|
1019
|
-
{
|
1020
|
-
"internalType": "UFixed",
|
1021
|
-
"name": "collateralizationLevel",
|
1022
|
-
"type": "uint256"
|
1023
|
-
},
|
1024
|
-
{
|
1025
|
-
"internalType": "UFixed",
|
1026
|
-
"name": "retentionLevel",
|
1027
|
-
"type": "uint256"
|
1028
1238
|
}
|
1029
1239
|
],
|
1030
1240
|
"internalType": "struct IComponents.PoolInfo",
|
@@ -1037,155 +1247,6 @@
|
|
1037
1247
|
"stateMutability": "nonpayable",
|
1038
1248
|
"type": "function"
|
1039
1249
|
},
|
1040
|
-
{
|
1041
|
-
"inputs": [
|
1042
|
-
{
|
1043
|
-
"internalType": "NftId",
|
1044
|
-
"name": "productNftId",
|
1045
|
-
"type": "uint96"
|
1046
|
-
},
|
1047
|
-
{
|
1048
|
-
"components": [
|
1049
|
-
{
|
1050
|
-
"internalType": "NftId",
|
1051
|
-
"name": "distributionNftId",
|
1052
|
-
"type": "uint96"
|
1053
|
-
},
|
1054
|
-
{
|
1055
|
-
"internalType": "NftId",
|
1056
|
-
"name": "poolNftId",
|
1057
|
-
"type": "uint96"
|
1058
|
-
},
|
1059
|
-
{
|
1060
|
-
"components": [
|
1061
|
-
{
|
1062
|
-
"internalType": "UFixed",
|
1063
|
-
"name": "fractionalFee",
|
1064
|
-
"type": "uint256"
|
1065
|
-
},
|
1066
|
-
{
|
1067
|
-
"internalType": "uint256",
|
1068
|
-
"name": "fixedFee",
|
1069
|
-
"type": "uint256"
|
1070
|
-
}
|
1071
|
-
],
|
1072
|
-
"internalType": "struct Fee",
|
1073
|
-
"name": "productFee",
|
1074
|
-
"type": "tuple"
|
1075
|
-
},
|
1076
|
-
{
|
1077
|
-
"components": [
|
1078
|
-
{
|
1079
|
-
"internalType": "UFixed",
|
1080
|
-
"name": "fractionalFee",
|
1081
|
-
"type": "uint256"
|
1082
|
-
},
|
1083
|
-
{
|
1084
|
-
"internalType": "uint256",
|
1085
|
-
"name": "fixedFee",
|
1086
|
-
"type": "uint256"
|
1087
|
-
}
|
1088
|
-
],
|
1089
|
-
"internalType": "struct Fee",
|
1090
|
-
"name": "processingFee",
|
1091
|
-
"type": "tuple"
|
1092
|
-
},
|
1093
|
-
{
|
1094
|
-
"components": [
|
1095
|
-
{
|
1096
|
-
"internalType": "UFixed",
|
1097
|
-
"name": "fractionalFee",
|
1098
|
-
"type": "uint256"
|
1099
|
-
},
|
1100
|
-
{
|
1101
|
-
"internalType": "uint256",
|
1102
|
-
"name": "fixedFee",
|
1103
|
-
"type": "uint256"
|
1104
|
-
}
|
1105
|
-
],
|
1106
|
-
"internalType": "struct Fee",
|
1107
|
-
"name": "distributionFee",
|
1108
|
-
"type": "tuple"
|
1109
|
-
},
|
1110
|
-
{
|
1111
|
-
"components": [
|
1112
|
-
{
|
1113
|
-
"internalType": "UFixed",
|
1114
|
-
"name": "fractionalFee",
|
1115
|
-
"type": "uint256"
|
1116
|
-
},
|
1117
|
-
{
|
1118
|
-
"internalType": "uint256",
|
1119
|
-
"name": "fixedFee",
|
1120
|
-
"type": "uint256"
|
1121
|
-
}
|
1122
|
-
],
|
1123
|
-
"internalType": "struct Fee",
|
1124
|
-
"name": "minDistributionOwnerFee",
|
1125
|
-
"type": "tuple"
|
1126
|
-
},
|
1127
|
-
{
|
1128
|
-
"components": [
|
1129
|
-
{
|
1130
|
-
"internalType": "UFixed",
|
1131
|
-
"name": "fractionalFee",
|
1132
|
-
"type": "uint256"
|
1133
|
-
},
|
1134
|
-
{
|
1135
|
-
"internalType": "uint256",
|
1136
|
-
"name": "fixedFee",
|
1137
|
-
"type": "uint256"
|
1138
|
-
}
|
1139
|
-
],
|
1140
|
-
"internalType": "struct Fee",
|
1141
|
-
"name": "poolFee",
|
1142
|
-
"type": "tuple"
|
1143
|
-
},
|
1144
|
-
{
|
1145
|
-
"components": [
|
1146
|
-
{
|
1147
|
-
"internalType": "UFixed",
|
1148
|
-
"name": "fractionalFee",
|
1149
|
-
"type": "uint256"
|
1150
|
-
},
|
1151
|
-
{
|
1152
|
-
"internalType": "uint256",
|
1153
|
-
"name": "fixedFee",
|
1154
|
-
"type": "uint256"
|
1155
|
-
}
|
1156
|
-
],
|
1157
|
-
"internalType": "struct Fee",
|
1158
|
-
"name": "stakingFee",
|
1159
|
-
"type": "tuple"
|
1160
|
-
},
|
1161
|
-
{
|
1162
|
-
"components": [
|
1163
|
-
{
|
1164
|
-
"internalType": "UFixed",
|
1165
|
-
"name": "fractionalFee",
|
1166
|
-
"type": "uint256"
|
1167
|
-
},
|
1168
|
-
{
|
1169
|
-
"internalType": "uint256",
|
1170
|
-
"name": "fixedFee",
|
1171
|
-
"type": "uint256"
|
1172
|
-
}
|
1173
|
-
],
|
1174
|
-
"internalType": "struct Fee",
|
1175
|
-
"name": "performanceFee",
|
1176
|
-
"type": "tuple"
|
1177
|
-
}
|
1178
|
-
],
|
1179
|
-
"internalType": "struct IComponents.ProductInfo",
|
1180
|
-
"name": "info",
|
1181
|
-
"type": "tuple"
|
1182
|
-
}
|
1183
|
-
],
|
1184
|
-
"name": "createProduct",
|
1185
|
-
"outputs": [],
|
1186
|
-
"stateMutability": "nonpayable",
|
1187
|
-
"type": "function"
|
1188
|
-
},
|
1189
1250
|
{
|
1190
1251
|
"inputs": [
|
1191
1252
|
{
|
@@ -1195,21 +1256,16 @@
|
|
1195
1256
|
},
|
1196
1257
|
{
|
1197
1258
|
"components": [
|
1259
|
+
{
|
1260
|
+
"internalType": "NftId",
|
1261
|
+
"name": "distributionNftId",
|
1262
|
+
"type": "uint96"
|
1263
|
+
},
|
1198
1264
|
{
|
1199
1265
|
"internalType": "NftId",
|
1200
1266
|
"name": "distributorNftId",
|
1201
1267
|
"type": "uint96"
|
1202
1268
|
},
|
1203
|
-
{
|
1204
|
-
"internalType": "string",
|
1205
|
-
"name": "referralCode",
|
1206
|
-
"type": "string"
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"internalType": "UFixed",
|
1210
|
-
"name": "discountPercentage",
|
1211
|
-
"type": "uint256"
|
1212
|
-
},
|
1213
1269
|
{
|
1214
1270
|
"internalType": "uint32",
|
1215
1271
|
"name": "maxReferrals",
|
@@ -1220,11 +1276,21 @@
|
|
1220
1276
|
"name": "usedReferrals",
|
1221
1277
|
"type": "uint32"
|
1222
1278
|
},
|
1279
|
+
{
|
1280
|
+
"internalType": "UFixed",
|
1281
|
+
"name": "discountPercentage",
|
1282
|
+
"type": "uint160"
|
1283
|
+
},
|
1223
1284
|
{
|
1224
1285
|
"internalType": "Timestamp",
|
1225
1286
|
"name": "expiryAt",
|
1226
1287
|
"type": "uint40"
|
1227
1288
|
},
|
1289
|
+
{
|
1290
|
+
"internalType": "string",
|
1291
|
+
"name": "referralCode",
|
1292
|
+
"type": "string"
|
1293
|
+
},
|
1228
1294
|
{
|
1229
1295
|
"internalType": "bytes",
|
1230
1296
|
"name": "data",
|
@@ -1250,25 +1316,15 @@
|
|
1250
1316
|
"name": "requesterNftId",
|
1251
1317
|
"type": "uint96"
|
1252
1318
|
},
|
1253
|
-
{
|
1254
|
-
"internalType": "string",
|
1255
|
-
"name": "callbackMethodName",
|
1256
|
-
"type": "string"
|
1257
|
-
},
|
1258
1319
|
{
|
1259
1320
|
"internalType": "NftId",
|
1260
1321
|
"name": "oracleNftId",
|
1261
1322
|
"type": "uint96"
|
1262
1323
|
},
|
1263
1324
|
{
|
1264
|
-
"internalType": "
|
1265
|
-
"name": "
|
1266
|
-
"type": "
|
1267
|
-
},
|
1268
|
-
{
|
1269
|
-
"internalType": "bytes",
|
1270
|
-
"name": "responseData",
|
1271
|
-
"type": "bytes"
|
1325
|
+
"internalType": "bool",
|
1326
|
+
"name": "isCancelled",
|
1327
|
+
"type": "bool"
|
1272
1328
|
},
|
1273
1329
|
{
|
1274
1330
|
"internalType": "Timestamp",
|
@@ -1281,9 +1337,19 @@
|
|
1281
1337
|
"type": "uint40"
|
1282
1338
|
},
|
1283
1339
|
{
|
1284
|
-
"internalType": "
|
1285
|
-
"name": "
|
1286
|
-
"type": "
|
1340
|
+
"internalType": "string",
|
1341
|
+
"name": "callbackMethodName",
|
1342
|
+
"type": "string"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"internalType": "bytes",
|
1346
|
+
"name": "requestData",
|
1347
|
+
"type": "bytes"
|
1348
|
+
},
|
1349
|
+
{
|
1350
|
+
"internalType": "bytes",
|
1351
|
+
"name": "responseData",
|
1352
|
+
"type": "bytes"
|
1287
1353
|
}
|
1288
1354
|
],
|
1289
1355
|
"internalType": "struct IOracle.RequestInfo",
|
@@ -1302,36 +1368,6 @@
|
|
1302
1368
|
"stateMutability": "nonpayable",
|
1303
1369
|
"type": "function"
|
1304
1370
|
},
|
1305
|
-
{
|
1306
|
-
"inputs": [
|
1307
|
-
{
|
1308
|
-
"internalType": "RiskId",
|
1309
|
-
"name": "riskId",
|
1310
|
-
"type": "bytes8"
|
1311
|
-
},
|
1312
|
-
{
|
1313
|
-
"components": [
|
1314
|
-
{
|
1315
|
-
"internalType": "NftId",
|
1316
|
-
"name": "productNftId",
|
1317
|
-
"type": "uint96"
|
1318
|
-
},
|
1319
|
-
{
|
1320
|
-
"internalType": "bytes",
|
1321
|
-
"name": "data",
|
1322
|
-
"type": "bytes"
|
1323
|
-
}
|
1324
|
-
],
|
1325
|
-
"internalType": "struct IRisk.RiskInfo",
|
1326
|
-
"name": "risk",
|
1327
|
-
"type": "tuple"
|
1328
|
-
}
|
1329
|
-
],
|
1330
|
-
"name": "createRisk",
|
1331
|
-
"outputs": [],
|
1332
|
-
"stateMutability": "nonpayable",
|
1333
|
-
"type": "function"
|
1334
|
-
},
|
1335
1371
|
{
|
1336
1372
|
"inputs": [
|
1337
1373
|
{
|
@@ -1426,50 +1462,108 @@
|
|
1426
1462
|
{
|
1427
1463
|
"inputs": [
|
1428
1464
|
{
|
1429
|
-
"internalType": "
|
1430
|
-
"name": "
|
1431
|
-
"type": "
|
1465
|
+
"internalType": "NftId",
|
1466
|
+
"name": "targetNftId",
|
1467
|
+
"type": "uint96"
|
1468
|
+
}
|
1469
|
+
],
|
1470
|
+
"name": "getAmounts",
|
1471
|
+
"outputs": [
|
1472
|
+
{
|
1473
|
+
"internalType": "Amount",
|
1474
|
+
"name": "balanceAmount",
|
1475
|
+
"type": "uint96"
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
"internalType": "Amount",
|
1479
|
+
"name": "lockedAmount",
|
1480
|
+
"type": "uint96"
|
1481
|
+
},
|
1482
|
+
{
|
1483
|
+
"internalType": "Amount",
|
1484
|
+
"name": "feeAmount",
|
1485
|
+
"type": "uint96"
|
1486
|
+
}
|
1487
|
+
],
|
1488
|
+
"stateMutability": "view",
|
1489
|
+
"type": "function"
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"inputs": [
|
1493
|
+
{
|
1494
|
+
"internalType": "NftId",
|
1495
|
+
"name": "targetNftId",
|
1496
|
+
"type": "uint96"
|
1497
|
+
}
|
1498
|
+
],
|
1499
|
+
"name": "getBalanceAmount",
|
1500
|
+
"outputs": [
|
1501
|
+
{
|
1502
|
+
"internalType": "Amount",
|
1503
|
+
"name": "balanceAmount",
|
1504
|
+
"type": "uint96"
|
1505
|
+
}
|
1506
|
+
],
|
1507
|
+
"stateMutability": "view",
|
1508
|
+
"type": "function"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"inputs": [
|
1512
|
+
{
|
1513
|
+
"internalType": "NftId",
|
1514
|
+
"name": "bundleNftId",
|
1515
|
+
"type": "uint96"
|
1432
1516
|
}
|
1433
1517
|
],
|
1434
|
-
"name": "
|
1518
|
+
"name": "getBundleInfo",
|
1435
1519
|
"outputs": [
|
1436
1520
|
{
|
1437
1521
|
"components": [
|
1522
|
+
{
|
1523
|
+
"internalType": "Timestamp",
|
1524
|
+
"name": "activatedAt",
|
1525
|
+
"type": "uint40"
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
"internalType": "Timestamp",
|
1529
|
+
"name": "expiredAt",
|
1530
|
+
"type": "uint40"
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
"internalType": "Timestamp",
|
1534
|
+
"name": "closedAt",
|
1535
|
+
"type": "uint40"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"internalType": "NftId",
|
1539
|
+
"name": "poolNftId",
|
1540
|
+
"type": "uint96"
|
1541
|
+
},
|
1438
1542
|
{
|
1439
1543
|
"components": [
|
1440
1544
|
{
|
1441
|
-
"internalType": "
|
1442
|
-
"name": "
|
1443
|
-
"type": "
|
1444
|
-
},
|
1445
|
-
{
|
1446
|
-
"internalType": "StateId",
|
1447
|
-
"name": "state",
|
1448
|
-
"type": "uint8"
|
1449
|
-
},
|
1450
|
-
{
|
1451
|
-
"internalType": "Blocknumber",
|
1452
|
-
"name": "updatedIn",
|
1453
|
-
"type": "uint32"
|
1545
|
+
"internalType": "UFixed",
|
1546
|
+
"name": "fractionalFee",
|
1547
|
+
"type": "uint160"
|
1454
1548
|
},
|
1455
1549
|
{
|
1456
|
-
"internalType": "
|
1457
|
-
"name": "
|
1458
|
-
"type": "
|
1550
|
+
"internalType": "Amount",
|
1551
|
+
"name": "fixedFee",
|
1552
|
+
"type": "uint96"
|
1459
1553
|
}
|
1460
1554
|
],
|
1461
|
-
"internalType": "struct
|
1462
|
-
"name": "
|
1555
|
+
"internalType": "struct Fee",
|
1556
|
+
"name": "fee",
|
1463
1557
|
"type": "tuple"
|
1464
1558
|
},
|
1465
1559
|
{
|
1466
1560
|
"internalType": "bytes",
|
1467
|
-
"name": "
|
1561
|
+
"name": "filter",
|
1468
1562
|
"type": "bytes"
|
1469
1563
|
}
|
1470
1564
|
],
|
1471
|
-
"internalType": "struct
|
1472
|
-
"name": "
|
1565
|
+
"internalType": "struct IBundle.BundleInfo",
|
1566
|
+
"name": "bundle",
|
1473
1567
|
"type": "tuple"
|
1474
1568
|
}
|
1475
1569
|
],
|
@@ -1480,26 +1574,33 @@
|
|
1480
1574
|
"inputs": [
|
1481
1575
|
{
|
1482
1576
|
"internalType": "NftId",
|
1483
|
-
"name": "
|
1577
|
+
"name": "componentNftId",
|
1484
1578
|
"type": "uint96"
|
1485
1579
|
}
|
1486
1580
|
],
|
1487
|
-
"name": "
|
1581
|
+
"name": "getComponentInfo",
|
1488
1582
|
"outputs": [
|
1489
1583
|
{
|
1490
|
-
"
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1584
|
+
"components": [
|
1585
|
+
{
|
1586
|
+
"internalType": "string",
|
1587
|
+
"name": "name",
|
1588
|
+
"type": "string"
|
1589
|
+
},
|
1590
|
+
{
|
1591
|
+
"internalType": "contract TokenHandler",
|
1592
|
+
"name": "tokenHandler",
|
1593
|
+
"type": "address"
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"internalType": "bytes",
|
1597
|
+
"name": "data",
|
1598
|
+
"type": "bytes"
|
1599
|
+
}
|
1600
|
+
],
|
1601
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1602
|
+
"name": "componentInfo",
|
1603
|
+
"type": "tuple"
|
1503
1604
|
}
|
1504
1605
|
],
|
1505
1606
|
"stateMutability": "view",
|
@@ -1509,16 +1610,38 @@
|
|
1509
1610
|
"inputs": [
|
1510
1611
|
{
|
1511
1612
|
"internalType": "NftId",
|
1512
|
-
"name": "
|
1613
|
+
"name": "distributorNftId",
|
1513
1614
|
"type": "uint96"
|
1514
1615
|
}
|
1515
1616
|
],
|
1516
|
-
"name": "
|
1617
|
+
"name": "getDistributorInfo",
|
1517
1618
|
"outputs": [
|
1518
1619
|
{
|
1519
|
-
"
|
1520
|
-
|
1521
|
-
|
1620
|
+
"components": [
|
1621
|
+
{
|
1622
|
+
"internalType": "DistributorType",
|
1623
|
+
"name": "distributorType",
|
1624
|
+
"type": "bytes8"
|
1625
|
+
},
|
1626
|
+
{
|
1627
|
+
"internalType": "bool",
|
1628
|
+
"name": "active",
|
1629
|
+
"type": "bool"
|
1630
|
+
},
|
1631
|
+
{
|
1632
|
+
"internalType": "uint32",
|
1633
|
+
"name": "numPoliciesSold",
|
1634
|
+
"type": "uint32"
|
1635
|
+
},
|
1636
|
+
{
|
1637
|
+
"internalType": "bytes",
|
1638
|
+
"name": "data",
|
1639
|
+
"type": "bytes"
|
1640
|
+
}
|
1641
|
+
],
|
1642
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1643
|
+
"name": "info",
|
1644
|
+
"type": "tuple"
|
1522
1645
|
}
|
1523
1646
|
],
|
1524
1647
|
"stateMutability": "view",
|
@@ -1527,17 +1650,69 @@
|
|
1527
1650
|
{
|
1528
1651
|
"inputs": [
|
1529
1652
|
{
|
1530
|
-
"internalType": "
|
1531
|
-
"name": "
|
1532
|
-
"type": "
|
1653
|
+
"internalType": "DistributorType",
|
1654
|
+
"name": "distributorType",
|
1655
|
+
"type": "bytes8"
|
1533
1656
|
}
|
1534
1657
|
],
|
1535
|
-
"name": "
|
1658
|
+
"name": "getDistributorTypeInfo",
|
1536
1659
|
"outputs": [
|
1537
1660
|
{
|
1538
|
-
"
|
1539
|
-
|
1540
|
-
|
1661
|
+
"components": [
|
1662
|
+
{
|
1663
|
+
"internalType": "UFixed",
|
1664
|
+
"name": "minDiscountPercentage",
|
1665
|
+
"type": "uint160"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "NftId",
|
1669
|
+
"name": "distributionNftId",
|
1670
|
+
"type": "uint96"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"internalType": "UFixed",
|
1674
|
+
"name": "maxDiscountPercentage",
|
1675
|
+
"type": "uint160"
|
1676
|
+
},
|
1677
|
+
{
|
1678
|
+
"internalType": "uint32",
|
1679
|
+
"name": "maxReferralCount",
|
1680
|
+
"type": "uint32"
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"internalType": "Seconds",
|
1684
|
+
"name": "maxReferralLifetime",
|
1685
|
+
"type": "uint40"
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"internalType": "bool",
|
1689
|
+
"name": "allowSelfReferrals",
|
1690
|
+
"type": "bool"
|
1691
|
+
},
|
1692
|
+
{
|
1693
|
+
"internalType": "bool",
|
1694
|
+
"name": "allowRenewals",
|
1695
|
+
"type": "bool"
|
1696
|
+
},
|
1697
|
+
{
|
1698
|
+
"internalType": "UFixed",
|
1699
|
+
"name": "commissionPercentage",
|
1700
|
+
"type": "uint160"
|
1701
|
+
},
|
1702
|
+
{
|
1703
|
+
"internalType": "string",
|
1704
|
+
"name": "name",
|
1705
|
+
"type": "string"
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"internalType": "bytes",
|
1709
|
+
"name": "data",
|
1710
|
+
"type": "bytes"
|
1711
|
+
}
|
1712
|
+
],
|
1713
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1714
|
+
"name": "info",
|
1715
|
+
"type": "tuple"
|
1541
1716
|
}
|
1542
1717
|
],
|
1543
1718
|
"stateMutability": "view",
|
@@ -1625,15 +1800,10 @@
|
|
1625
1800
|
{
|
1626
1801
|
"internalType": "Blocknumber",
|
1627
1802
|
"name": "updatedIn",
|
1628
|
-
"type": "
|
1629
|
-
},
|
1630
|
-
{
|
1631
|
-
"internalType": "Blocknumber",
|
1632
|
-
"name": "createdIn",
|
1633
|
-
"type": "uint32"
|
1803
|
+
"type": "uint40"
|
1634
1804
|
}
|
1635
1805
|
],
|
1636
|
-
"internalType": "struct
|
1806
|
+
"internalType": "struct IBaseStore.Metadata",
|
1637
1807
|
"name": "metadata",
|
1638
1808
|
"type": "tuple"
|
1639
1809
|
}
|
@@ -1641,555 +1811,243 @@
|
|
1641
1811
|
"stateMutability": "view",
|
1642
1812
|
"type": "function"
|
1643
1813
|
},
|
1644
|
-
{
|
1645
|
-
"inputs": [
|
1646
|
-
{
|
1647
|
-
"internalType": "Key32",
|
1648
|
-
"name": "key32",
|
1649
|
-
"type": "bytes32"
|
1650
|
-
}
|
1651
|
-
],
|
1652
|
-
"name": "getState",
|
1653
|
-
"outputs": [
|
1654
|
-
{
|
1655
|
-
"internalType": "StateId",
|
1656
|
-
"name": "state",
|
1657
|
-
"type": "uint8"
|
1658
|
-
}
|
1659
|
-
],
|
1660
|
-
"stateMutability": "view",
|
1661
|
-
"type": "function"
|
1662
|
-
},
|
1663
|
-
{
|
1664
|
-
"inputs": [
|
1665
|
-
{
|
1666
|
-
"internalType": "ObjectType",
|
1667
|
-
"name": "objectType",
|
1668
|
-
"type": "uint8"
|
1669
|
-
}
|
1670
|
-
],
|
1671
|
-
"name": "hasLifecycle",
|
1672
|
-
"outputs": [
|
1673
|
-
{
|
1674
|
-
"internalType": "bool",
|
1675
|
-
"name": "",
|
1676
|
-
"type": "bool"
|
1677
|
-
}
|
1678
|
-
],
|
1679
|
-
"stateMutability": "view",
|
1680
|
-
"type": "function"
|
1681
|
-
},
|
1682
|
-
{
|
1683
|
-
"inputs": [
|
1684
|
-
{
|
1685
|
-
"internalType": "NftId",
|
1686
|
-
"name": "targetNftId",
|
1687
|
-
"type": "uint96"
|
1688
|
-
},
|
1689
|
-
{
|
1690
|
-
"internalType": "Amount",
|
1691
|
-
"name": "amount",
|
1692
|
-
"type": "uint96"
|
1693
|
-
}
|
1694
|
-
],
|
1695
|
-
"name": "increaseBalance",
|
1696
|
-
"outputs": [
|
1697
|
-
{
|
1698
|
-
"internalType": "Amount",
|
1699
|
-
"name": "newBalance",
|
1700
|
-
"type": "uint96"
|
1701
|
-
}
|
1702
|
-
],
|
1703
|
-
"stateMutability": "nonpayable",
|
1704
|
-
"type": "function"
|
1705
|
-
},
|
1706
|
-
{
|
1707
|
-
"inputs": [
|
1708
|
-
{
|
1709
|
-
"internalType": "NftId",
|
1710
|
-
"name": "targetNftId",
|
1711
|
-
"type": "uint96"
|
1712
|
-
},
|
1713
|
-
{
|
1714
|
-
"internalType": "Amount",
|
1715
|
-
"name": "amount",
|
1716
|
-
"type": "uint96"
|
1717
|
-
}
|
1718
|
-
],
|
1719
|
-
"name": "increaseFees",
|
1720
|
-
"outputs": [
|
1721
|
-
{
|
1722
|
-
"internalType": "Amount",
|
1723
|
-
"name": "newFeeBalance",
|
1724
|
-
"type": "uint96"
|
1725
|
-
}
|
1726
|
-
],
|
1727
|
-
"stateMutability": "nonpayable",
|
1728
|
-
"type": "function"
|
1729
|
-
},
|
1730
1814
|
{
|
1731
1815
|
"inputs": [
|
1732
1816
|
{
|
1733
1817
|
"internalType": "NftId",
|
1734
|
-
"name": "
|
1735
|
-
"type": "uint96"
|
1736
|
-
},
|
1737
|
-
{
|
1738
|
-
"internalType": "Amount",
|
1739
|
-
"name": "amount",
|
1740
|
-
"type": "uint96"
|
1741
|
-
}
|
1742
|
-
],
|
1743
|
-
"name": "increaseLocked",
|
1744
|
-
"outputs": [
|
1745
|
-
{
|
1746
|
-
"internalType": "Amount",
|
1747
|
-
"name": "newBalance",
|
1818
|
+
"name": "poolNftId",
|
1748
1819
|
"type": "uint96"
|
1749
1820
|
}
|
1750
1821
|
],
|
1751
|
-
"
|
1752
|
-
"type": "function"
|
1753
|
-
},
|
1754
|
-
{
|
1755
|
-
"inputs": [],
|
1756
|
-
"name": "initialize",
|
1757
|
-
"outputs": [],
|
1758
|
-
"stateMutability": "nonpayable",
|
1759
|
-
"type": "function"
|
1760
|
-
},
|
1761
|
-
{
|
1762
|
-
"inputs": [],
|
1763
|
-
"name": "isConsumingScheduledOp",
|
1764
|
-
"outputs": [
|
1765
|
-
{
|
1766
|
-
"internalType": "bytes4",
|
1767
|
-
"name": "",
|
1768
|
-
"type": "bytes4"
|
1769
|
-
}
|
1770
|
-
],
|
1771
|
-
"stateMutability": "view",
|
1772
|
-
"type": "function"
|
1773
|
-
},
|
1774
|
-
{
|
1775
|
-
"inputs": [
|
1776
|
-
{
|
1777
|
-
"internalType": "ObjectType",
|
1778
|
-
"name": "objectType",
|
1779
|
-
"type": "uint8"
|
1780
|
-
},
|
1781
|
-
{
|
1782
|
-
"internalType": "StateId",
|
1783
|
-
"name": "fromId",
|
1784
|
-
"type": "uint8"
|
1785
|
-
},
|
1786
|
-
{
|
1787
|
-
"internalType": "StateId",
|
1788
|
-
"name": "toId",
|
1789
|
-
"type": "uint8"
|
1790
|
-
}
|
1791
|
-
],
|
1792
|
-
"name": "isValidTransition",
|
1793
|
-
"outputs": [
|
1794
|
-
{
|
1795
|
-
"internalType": "bool",
|
1796
|
-
"name": "",
|
1797
|
-
"type": "bool"
|
1798
|
-
}
|
1799
|
-
],
|
1800
|
-
"stateMutability": "view",
|
1801
|
-
"type": "function"
|
1802
|
-
},
|
1803
|
-
{
|
1804
|
-
"inputs": [
|
1805
|
-
{
|
1806
|
-
"internalType": "address",
|
1807
|
-
"name": "newAuthority",
|
1808
|
-
"type": "address"
|
1809
|
-
}
|
1810
|
-
],
|
1811
|
-
"name": "setAuthority",
|
1812
|
-
"outputs": [],
|
1813
|
-
"stateMutability": "nonpayable",
|
1814
|
-
"type": "function"
|
1815
|
-
},
|
1816
|
-
{
|
1817
|
-
"inputs": [
|
1818
|
-
{
|
1819
|
-
"internalType": "ObjectType",
|
1820
|
-
"name": "objectType",
|
1821
|
-
"type": "uint8"
|
1822
|
-
},
|
1823
|
-
{
|
1824
|
-
"internalType": "KeyId",
|
1825
|
-
"name": "id",
|
1826
|
-
"type": "bytes31"
|
1827
|
-
}
|
1828
|
-
],
|
1829
|
-
"name": "toKey32",
|
1822
|
+
"name": "getPoolInfo",
|
1830
1823
|
"outputs": [
|
1831
1824
|
{
|
1832
|
-
"
|
1833
|
-
"name": "",
|
1834
|
-
"type": "bytes32"
|
1835
|
-
}
|
1836
|
-
],
|
1837
|
-
"stateMutability": "pure",
|
1838
|
-
"type": "function"
|
1839
|
-
},
|
1840
|
-
{
|
1841
|
-
"inputs": [
|
1842
|
-
{
|
1843
|
-
"internalType": "NftId",
|
1844
|
-
"name": "applicationNftId",
|
1845
|
-
"type": "uint96"
|
1846
|
-
},
|
1847
|
-
{
|
1848
|
-
"components": [
|
1849
|
-
{
|
1850
|
-
"internalType": "NftId",
|
1851
|
-
"name": "productNftId",
|
1852
|
-
"type": "uint96"
|
1853
|
-
},
|
1854
|
-
{
|
1855
|
-
"internalType": "NftId",
|
1856
|
-
"name": "bundleNftId",
|
1857
|
-
"type": "uint96"
|
1858
|
-
},
|
1859
|
-
{
|
1860
|
-
"internalType": "ReferralId",
|
1861
|
-
"name": "referralId",
|
1862
|
-
"type": "bytes8"
|
1863
|
-
},
|
1864
|
-
{
|
1865
|
-
"internalType": "RiskId",
|
1866
|
-
"name": "riskId",
|
1867
|
-
"type": "bytes8"
|
1868
|
-
},
|
1869
|
-
{
|
1870
|
-
"internalType": "Amount",
|
1871
|
-
"name": "sumInsuredAmount",
|
1872
|
-
"type": "uint96"
|
1873
|
-
},
|
1874
|
-
{
|
1875
|
-
"internalType": "Amount",
|
1876
|
-
"name": "premiumAmount",
|
1877
|
-
"type": "uint96"
|
1878
|
-
},
|
1825
|
+
"components": [
|
1879
1826
|
{
|
1880
1827
|
"internalType": "Amount",
|
1881
|
-
"name": "
|
1828
|
+
"name": "maxBalanceAmount",
|
1882
1829
|
"type": "uint96"
|
1883
1830
|
},
|
1884
1831
|
{
|
1885
|
-
"internalType": "
|
1886
|
-
"name": "
|
1887
|
-
"type": "
|
1888
|
-
},
|
1889
|
-
{
|
1890
|
-
"internalType": "bytes",
|
1891
|
-
"name": "applicationData",
|
1892
|
-
"type": "bytes"
|
1893
|
-
},
|
1894
|
-
{
|
1895
|
-
"internalType": "bytes",
|
1896
|
-
"name": "processData",
|
1897
|
-
"type": "bytes"
|
1898
|
-
},
|
1899
|
-
{
|
1900
|
-
"internalType": "uint16",
|
1901
|
-
"name": "claimsCount",
|
1902
|
-
"type": "uint16"
|
1903
|
-
},
|
1904
|
-
{
|
1905
|
-
"internalType": "uint16",
|
1906
|
-
"name": "openClaimsCount",
|
1907
|
-
"type": "uint16"
|
1832
|
+
"internalType": "UFixed",
|
1833
|
+
"name": "collateralizationLevel",
|
1834
|
+
"type": "uint160"
|
1908
1835
|
},
|
1909
1836
|
{
|
1910
|
-
"internalType": "
|
1911
|
-
"name": "
|
1912
|
-
"type": "
|
1837
|
+
"internalType": "UFixed",
|
1838
|
+
"name": "retentionLevel",
|
1839
|
+
"type": "uint160"
|
1913
1840
|
},
|
1914
1841
|
{
|
1915
|
-
"internalType": "
|
1916
|
-
"name": "
|
1917
|
-
"type": "
|
1842
|
+
"internalType": "bool",
|
1843
|
+
"name": "isInterceptingBundleTransfers",
|
1844
|
+
"type": "bool"
|
1918
1845
|
},
|
1919
1846
|
{
|
1920
|
-
"internalType": "
|
1921
|
-
"name": "
|
1922
|
-
"type": "
|
1847
|
+
"internalType": "bool",
|
1848
|
+
"name": "isProcessingConfirmedClaims",
|
1849
|
+
"type": "bool"
|
1923
1850
|
},
|
1924
1851
|
{
|
1925
|
-
"internalType": "
|
1926
|
-
"name": "
|
1927
|
-
"type": "
|
1852
|
+
"internalType": "bool",
|
1853
|
+
"name": "isExternallyManaged",
|
1854
|
+
"type": "bool"
|
1928
1855
|
},
|
1929
1856
|
{
|
1930
|
-
"internalType": "
|
1931
|
-
"name": "
|
1932
|
-
"type": "
|
1857
|
+
"internalType": "bool",
|
1858
|
+
"name": "isVerifyingApplications",
|
1859
|
+
"type": "bool"
|
1933
1860
|
}
|
1934
1861
|
],
|
1935
|
-
"internalType": "struct
|
1936
|
-
"name": "
|
1862
|
+
"internalType": "struct IComponents.PoolInfo",
|
1863
|
+
"name": "info",
|
1937
1864
|
"type": "tuple"
|
1938
|
-
},
|
1939
|
-
{
|
1940
|
-
"internalType": "StateId",
|
1941
|
-
"name": "newState",
|
1942
|
-
"type": "uint8"
|
1943
1865
|
}
|
1944
1866
|
],
|
1945
|
-
"
|
1946
|
-
"outputs": [],
|
1947
|
-
"stateMutability": "nonpayable",
|
1867
|
+
"stateMutability": "view",
|
1948
1868
|
"type": "function"
|
1949
1869
|
},
|
1950
1870
|
{
|
1951
1871
|
"inputs": [
|
1952
1872
|
{
|
1953
|
-
"internalType": "
|
1954
|
-
"name": "
|
1955
|
-
"type": "
|
1956
|
-
},
|
1957
|
-
{
|
1958
|
-
"internalType": "StateId",
|
1959
|
-
"name": "newState",
|
1960
|
-
"type": "uint8"
|
1873
|
+
"internalType": "ReferralId",
|
1874
|
+
"name": "referralId",
|
1875
|
+
"type": "bytes8"
|
1961
1876
|
}
|
1962
1877
|
],
|
1963
|
-
"name": "
|
1964
|
-
"outputs": [
|
1965
|
-
"stateMutability": "nonpayable",
|
1966
|
-
"type": "function"
|
1967
|
-
},
|
1968
|
-
{
|
1969
|
-
"inputs": [
|
1970
|
-
{
|
1971
|
-
"internalType": "NftId",
|
1972
|
-
"name": "bundleNftId",
|
1973
|
-
"type": "uint96"
|
1974
|
-
},
|
1878
|
+
"name": "getReferralInfo",
|
1879
|
+
"outputs": [
|
1975
1880
|
{
|
1976
1881
|
"components": [
|
1977
1882
|
{
|
1978
1883
|
"internalType": "NftId",
|
1979
|
-
"name": "
|
1884
|
+
"name": "distributionNftId",
|
1980
1885
|
"type": "uint96"
|
1981
1886
|
},
|
1982
1887
|
{
|
1983
|
-
"
|
1984
|
-
|
1985
|
-
|
1986
|
-
"name": "fractionalFee",
|
1987
|
-
"type": "uint256"
|
1988
|
-
},
|
1989
|
-
{
|
1990
|
-
"internalType": "uint256",
|
1991
|
-
"name": "fixedFee",
|
1992
|
-
"type": "uint256"
|
1993
|
-
}
|
1994
|
-
],
|
1995
|
-
"internalType": "struct Fee",
|
1996
|
-
"name": "fee",
|
1997
|
-
"type": "tuple"
|
1888
|
+
"internalType": "NftId",
|
1889
|
+
"name": "distributorNftId",
|
1890
|
+
"type": "uint96"
|
1998
1891
|
},
|
1999
1892
|
{
|
2000
|
-
"internalType": "
|
2001
|
-
"name": "
|
2002
|
-
"type": "
|
1893
|
+
"internalType": "uint32",
|
1894
|
+
"name": "maxReferrals",
|
1895
|
+
"type": "uint32"
|
2003
1896
|
},
|
2004
1897
|
{
|
2005
|
-
"internalType": "
|
2006
|
-
"name": "
|
2007
|
-
"type": "
|
1898
|
+
"internalType": "uint32",
|
1899
|
+
"name": "usedReferrals",
|
1900
|
+
"type": "uint32"
|
2008
1901
|
},
|
2009
1902
|
{
|
2010
|
-
"internalType": "
|
2011
|
-
"name": "
|
2012
|
-
"type": "
|
1903
|
+
"internalType": "UFixed",
|
1904
|
+
"name": "discountPercentage",
|
1905
|
+
"type": "uint160"
|
2013
1906
|
},
|
2014
1907
|
{
|
2015
1908
|
"internalType": "Timestamp",
|
2016
|
-
"name": "
|
1909
|
+
"name": "expiryAt",
|
2017
1910
|
"type": "uint40"
|
1911
|
+
},
|
1912
|
+
{
|
1913
|
+
"internalType": "string",
|
1914
|
+
"name": "referralCode",
|
1915
|
+
"type": "string"
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
"internalType": "bytes",
|
1919
|
+
"name": "data",
|
1920
|
+
"type": "bytes"
|
2018
1921
|
}
|
2019
1922
|
],
|
2020
|
-
"internalType": "struct
|
2021
|
-
"name": "
|
1923
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1924
|
+
"name": "referralInfo",
|
2022
1925
|
"type": "tuple"
|
2023
|
-
},
|
2024
|
-
{
|
2025
|
-
"internalType": "StateId",
|
2026
|
-
"name": "newState",
|
2027
|
-
"type": "uint8"
|
2028
1926
|
}
|
2029
1927
|
],
|
2030
|
-
"
|
2031
|
-
"outputs": [],
|
2032
|
-
"stateMutability": "nonpayable",
|
1928
|
+
"stateMutability": "view",
|
2033
1929
|
"type": "function"
|
2034
1930
|
},
|
2035
1931
|
{
|
2036
1932
|
"inputs": [
|
2037
1933
|
{
|
2038
|
-
"internalType": "
|
2039
|
-
"name": "
|
2040
|
-
"type": "
|
2041
|
-
},
|
2042
|
-
{
|
2043
|
-
"internalType": "StateId",
|
2044
|
-
"name": "newState",
|
2045
|
-
"type": "uint8"
|
1934
|
+
"internalType": "RequestId",
|
1935
|
+
"name": "requestId",
|
1936
|
+
"type": "uint64"
|
2046
1937
|
}
|
2047
1938
|
],
|
2048
|
-
"name": "
|
2049
|
-
"outputs": [
|
2050
|
-
"stateMutability": "nonpayable",
|
2051
|
-
"type": "function"
|
2052
|
-
},
|
2053
|
-
{
|
2054
|
-
"inputs": [
|
2055
|
-
{
|
2056
|
-
"internalType": "NftId",
|
2057
|
-
"name": "policyNftId",
|
2058
|
-
"type": "uint96"
|
2059
|
-
},
|
2060
|
-
{
|
2061
|
-
"internalType": "ClaimId",
|
2062
|
-
"name": "claimId",
|
2063
|
-
"type": "uint16"
|
2064
|
-
},
|
1939
|
+
"name": "getRequestInfo",
|
1940
|
+
"outputs": [
|
2065
1941
|
{
|
2066
1942
|
"components": [
|
2067
1943
|
{
|
2068
|
-
"internalType": "
|
2069
|
-
"name": "
|
1944
|
+
"internalType": "NftId",
|
1945
|
+
"name": "requesterNftId",
|
2070
1946
|
"type": "uint96"
|
2071
1947
|
},
|
2072
1948
|
{
|
2073
|
-
"internalType": "
|
2074
|
-
"name": "
|
1949
|
+
"internalType": "NftId",
|
1950
|
+
"name": "oracleNftId",
|
2075
1951
|
"type": "uint96"
|
2076
1952
|
},
|
2077
1953
|
{
|
2078
|
-
"internalType": "
|
2079
|
-
"name": "
|
2080
|
-
"type": "
|
1954
|
+
"internalType": "bool",
|
1955
|
+
"name": "isCancelled",
|
1956
|
+
"type": "bool"
|
2081
1957
|
},
|
2082
1958
|
{
|
2083
|
-
"internalType": "
|
2084
|
-
"name": "
|
2085
|
-
"type": "
|
1959
|
+
"internalType": "Timestamp",
|
1960
|
+
"name": "respondedAt",
|
1961
|
+
"type": "uint40"
|
2086
1962
|
},
|
2087
1963
|
{
|
2088
|
-
"internalType": "
|
2089
|
-
"name": "
|
2090
|
-
"type": "
|
1964
|
+
"internalType": "Timestamp",
|
1965
|
+
"name": "expiredAt",
|
1966
|
+
"type": "uint40"
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"internalType": "string",
|
1970
|
+
"name": "callbackMethodName",
|
1971
|
+
"type": "string"
|
2091
1972
|
},
|
2092
1973
|
{
|
2093
1974
|
"internalType": "bytes",
|
2094
|
-
"name": "
|
1975
|
+
"name": "requestData",
|
2095
1976
|
"type": "bytes"
|
2096
1977
|
},
|
2097
1978
|
{
|
2098
|
-
"internalType": "
|
2099
|
-
"name": "
|
2100
|
-
"type": "
|
1979
|
+
"internalType": "bytes",
|
1980
|
+
"name": "responseData",
|
1981
|
+
"type": "bytes"
|
2101
1982
|
}
|
2102
1983
|
],
|
2103
|
-
"internalType": "struct
|
2104
|
-
"name": "
|
1984
|
+
"internalType": "struct IOracle.RequestInfo",
|
1985
|
+
"name": "request",
|
2105
1986
|
"type": "tuple"
|
2106
|
-
},
|
2107
|
-
{
|
2108
|
-
"internalType": "StateId",
|
2109
|
-
"name": "newState",
|
2110
|
-
"type": "uint8"
|
2111
1987
|
}
|
2112
1988
|
],
|
2113
|
-
"
|
2114
|
-
"outputs": [],
|
2115
|
-
"stateMutability": "nonpayable",
|
1989
|
+
"stateMutability": "view",
|
2116
1990
|
"type": "function"
|
2117
1991
|
},
|
2118
1992
|
{
|
2119
1993
|
"inputs": [
|
2120
1994
|
{
|
2121
|
-
"internalType": "
|
2122
|
-
"name": "
|
2123
|
-
"type": "
|
2124
|
-
}
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
"type": "uint16"
|
2129
|
-
},
|
1995
|
+
"internalType": "Key32",
|
1996
|
+
"name": "key32",
|
1997
|
+
"type": "bytes32"
|
1998
|
+
}
|
1999
|
+
],
|
2000
|
+
"name": "getState",
|
2001
|
+
"outputs": [
|
2130
2002
|
{
|
2131
2003
|
"internalType": "StateId",
|
2132
|
-
"name": "
|
2004
|
+
"name": "state",
|
2133
2005
|
"type": "uint8"
|
2134
2006
|
}
|
2135
2007
|
],
|
2136
|
-
"
|
2137
|
-
"outputs": [],
|
2138
|
-
"stateMutability": "nonpayable",
|
2008
|
+
"stateMutability": "view",
|
2139
2009
|
"type": "function"
|
2140
2010
|
},
|
2141
2011
|
{
|
2142
2012
|
"inputs": [
|
2143
2013
|
{
|
2144
|
-
"internalType": "
|
2145
|
-
"name": "
|
2146
|
-
"type": "
|
2147
|
-
}
|
2148
|
-
|
2149
|
-
|
2150
|
-
|
2151
|
-
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
"internalType": "contract TokenHandler",
|
2167
|
-
"name": "tokenHandler",
|
2168
|
-
"type": "address"
|
2169
|
-
},
|
2170
|
-
{
|
2171
|
-
"internalType": "address",
|
2172
|
-
"name": "wallet",
|
2173
|
-
"type": "address"
|
2174
|
-
},
|
2175
|
-
{
|
2176
|
-
"internalType": "bytes",
|
2177
|
-
"name": "data",
|
2178
|
-
"type": "bytes"
|
2179
|
-
}
|
2180
|
-
],
|
2181
|
-
"internalType": "struct IComponents.ComponentInfo",
|
2182
|
-
"name": "componentInfo",
|
2183
|
-
"type": "tuple"
|
2014
|
+
"internalType": "ObjectType",
|
2015
|
+
"name": "objectType",
|
2016
|
+
"type": "uint8"
|
2017
|
+
}
|
2018
|
+
],
|
2019
|
+
"name": "hasLifecycle",
|
2020
|
+
"outputs": [
|
2021
|
+
{
|
2022
|
+
"internalType": "bool",
|
2023
|
+
"name": "",
|
2024
|
+
"type": "bool"
|
2025
|
+
}
|
2026
|
+
],
|
2027
|
+
"stateMutability": "view",
|
2028
|
+
"type": "function"
|
2029
|
+
},
|
2030
|
+
{
|
2031
|
+
"inputs": [
|
2032
|
+
{
|
2033
|
+
"internalType": "NftId",
|
2034
|
+
"name": "targetNftId",
|
2035
|
+
"type": "uint96"
|
2184
2036
|
},
|
2185
2037
|
{
|
2186
|
-
"internalType": "
|
2187
|
-
"name": "
|
2188
|
-
"type": "
|
2038
|
+
"internalType": "Amount",
|
2039
|
+
"name": "amount",
|
2040
|
+
"type": "uint96"
|
2041
|
+
}
|
2042
|
+
],
|
2043
|
+
"name": "increaseBalance",
|
2044
|
+
"outputs": [
|
2045
|
+
{
|
2046
|
+
"internalType": "Amount",
|
2047
|
+
"name": "newBalance",
|
2048
|
+
"type": "uint96"
|
2189
2049
|
}
|
2190
2050
|
],
|
2191
|
-
"name": "updateComponent",
|
2192
|
-
"outputs": [],
|
2193
2051
|
"stateMutability": "nonpayable",
|
2194
2052
|
"type": "function"
|
2195
2053
|
},
|
@@ -2197,44 +2055,23 @@
|
|
2197
2055
|
"inputs": [
|
2198
2056
|
{
|
2199
2057
|
"internalType": "NftId",
|
2200
|
-
"name": "
|
2058
|
+
"name": "targetNftId",
|
2201
2059
|
"type": "uint96"
|
2202
2060
|
},
|
2203
2061
|
{
|
2204
|
-
"
|
2205
|
-
|
2206
|
-
|
2207
|
-
|
2208
|
-
|
2209
|
-
|
2210
|
-
|
2211
|
-
"internalType": "bool",
|
2212
|
-
"name": "active",
|
2213
|
-
"type": "bool"
|
2214
|
-
},
|
2215
|
-
{
|
2216
|
-
"internalType": "bytes",
|
2217
|
-
"name": "data",
|
2218
|
-
"type": "bytes"
|
2219
|
-
},
|
2220
|
-
{
|
2221
|
-
"internalType": "uint32",
|
2222
|
-
"name": "numPoliciesSold",
|
2223
|
-
"type": "uint32"
|
2224
|
-
}
|
2225
|
-
],
|
2226
|
-
"internalType": "struct IDistribution.DistributorInfo",
|
2227
|
-
"name": "info",
|
2228
|
-
"type": "tuple"
|
2229
|
-
},
|
2062
|
+
"internalType": "Amount",
|
2063
|
+
"name": "amount",
|
2064
|
+
"type": "uint96"
|
2065
|
+
}
|
2066
|
+
],
|
2067
|
+
"name": "increaseFees",
|
2068
|
+
"outputs": [
|
2230
2069
|
{
|
2231
|
-
"internalType": "
|
2232
|
-
"name": "
|
2233
|
-
"type": "
|
2070
|
+
"internalType": "Amount",
|
2071
|
+
"name": "newFeeBalance",
|
2072
|
+
"type": "uint96"
|
2234
2073
|
}
|
2235
2074
|
],
|
2236
|
-
"name": "updateDistributor",
|
2237
|
-
"outputs": [],
|
2238
2075
|
"stateMutability": "nonpayable",
|
2239
2076
|
"type": "function"
|
2240
2077
|
},
|
@@ -2242,86 +2079,84 @@
|
|
2242
2079
|
"inputs": [
|
2243
2080
|
{
|
2244
2081
|
"internalType": "NftId",
|
2245
|
-
"name": "
|
2082
|
+
"name": "targetNftId",
|
2246
2083
|
"type": "uint96"
|
2247
2084
|
},
|
2248
2085
|
{
|
2249
|
-
"internalType": "
|
2250
|
-
"name": "
|
2251
|
-
"type": "
|
2086
|
+
"internalType": "Amount",
|
2087
|
+
"name": "amount",
|
2088
|
+
"type": "uint96"
|
2252
2089
|
}
|
2253
2090
|
],
|
2254
|
-
"name": "
|
2091
|
+
"name": "increaseLocked",
|
2092
|
+
"outputs": [
|
2093
|
+
{
|
2094
|
+
"internalType": "Amount",
|
2095
|
+
"name": "newBalance",
|
2096
|
+
"type": "uint96"
|
2097
|
+
}
|
2098
|
+
],
|
2099
|
+
"stateMutability": "nonpayable",
|
2100
|
+
"type": "function"
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"inputs": [],
|
2104
|
+
"name": "initialize",
|
2255
2105
|
"outputs": [],
|
2256
2106
|
"stateMutability": "nonpayable",
|
2257
2107
|
"type": "function"
|
2258
2108
|
},
|
2109
|
+
{
|
2110
|
+
"inputs": [],
|
2111
|
+
"name": "isConsumingScheduledOp",
|
2112
|
+
"outputs": [
|
2113
|
+
{
|
2114
|
+
"internalType": "bytes4",
|
2115
|
+
"name": "",
|
2116
|
+
"type": "bytes4"
|
2117
|
+
}
|
2118
|
+
],
|
2119
|
+
"stateMutability": "view",
|
2120
|
+
"type": "function"
|
2121
|
+
},
|
2259
2122
|
{
|
2260
2123
|
"inputs": [
|
2261
2124
|
{
|
2262
|
-
"internalType": "
|
2263
|
-
"name": "
|
2264
|
-
"type": "
|
2125
|
+
"internalType": "ObjectType",
|
2126
|
+
"name": "objectType",
|
2127
|
+
"type": "uint8"
|
2265
2128
|
},
|
2266
2129
|
{
|
2267
|
-
"
|
2268
|
-
|
2269
|
-
|
2270
|
-
"name": "name",
|
2271
|
-
"type": "string"
|
2272
|
-
},
|
2273
|
-
{
|
2274
|
-
"internalType": "UFixed",
|
2275
|
-
"name": "minDiscountPercentage",
|
2276
|
-
"type": "uint256"
|
2277
|
-
},
|
2278
|
-
{
|
2279
|
-
"internalType": "UFixed",
|
2280
|
-
"name": "maxDiscountPercentage",
|
2281
|
-
"type": "uint256"
|
2282
|
-
},
|
2283
|
-
{
|
2284
|
-
"internalType": "UFixed",
|
2285
|
-
"name": "commissionPercentage",
|
2286
|
-
"type": "uint256"
|
2287
|
-
},
|
2288
|
-
{
|
2289
|
-
"internalType": "uint32",
|
2290
|
-
"name": "maxReferralCount",
|
2291
|
-
"type": "uint32"
|
2292
|
-
},
|
2293
|
-
{
|
2294
|
-
"internalType": "uint32",
|
2295
|
-
"name": "maxReferralLifetime",
|
2296
|
-
"type": "uint32"
|
2297
|
-
},
|
2298
|
-
{
|
2299
|
-
"internalType": "bool",
|
2300
|
-
"name": "allowSelfReferrals",
|
2301
|
-
"type": "bool"
|
2302
|
-
},
|
2303
|
-
{
|
2304
|
-
"internalType": "bool",
|
2305
|
-
"name": "allowRenewals",
|
2306
|
-
"type": "bool"
|
2307
|
-
},
|
2308
|
-
{
|
2309
|
-
"internalType": "bytes",
|
2310
|
-
"name": "data",
|
2311
|
-
"type": "bytes"
|
2312
|
-
}
|
2313
|
-
],
|
2314
|
-
"internalType": "struct IDistribution.DistributorTypeInfo",
|
2315
|
-
"name": "info",
|
2316
|
-
"type": "tuple"
|
2130
|
+
"internalType": "StateId",
|
2131
|
+
"name": "fromId",
|
2132
|
+
"type": "uint8"
|
2317
2133
|
},
|
2318
2134
|
{
|
2319
2135
|
"internalType": "StateId",
|
2320
|
-
"name": "
|
2136
|
+
"name": "toId",
|
2321
2137
|
"type": "uint8"
|
2322
2138
|
}
|
2323
2139
|
],
|
2324
|
-
"name": "
|
2140
|
+
"name": "isValidTransition",
|
2141
|
+
"outputs": [
|
2142
|
+
{
|
2143
|
+
"internalType": "bool",
|
2144
|
+
"name": "",
|
2145
|
+
"type": "bool"
|
2146
|
+
}
|
2147
|
+
],
|
2148
|
+
"stateMutability": "view",
|
2149
|
+
"type": "function"
|
2150
|
+
},
|
2151
|
+
{
|
2152
|
+
"inputs": [
|
2153
|
+
{
|
2154
|
+
"internalType": "address",
|
2155
|
+
"name": "newAuthority",
|
2156
|
+
"type": "address"
|
2157
|
+
}
|
2158
|
+
],
|
2159
|
+
"name": "setAuthority",
|
2325
2160
|
"outputs": [],
|
2326
2161
|
"stateMutability": "nonpayable",
|
2327
2162
|
"type": "function"
|
@@ -2329,58 +2164,81 @@
|
|
2329
2164
|
{
|
2330
2165
|
"inputs": [
|
2331
2166
|
{
|
2332
|
-
"internalType": "
|
2333
|
-
"name": "
|
2334
|
-
"type": "
|
2167
|
+
"internalType": "ObjectType",
|
2168
|
+
"name": "objectType",
|
2169
|
+
"type": "uint8"
|
2335
2170
|
},
|
2336
2171
|
{
|
2337
|
-
"internalType": "
|
2338
|
-
"name": "
|
2339
|
-
"type": "
|
2172
|
+
"internalType": "KeyId",
|
2173
|
+
"name": "id",
|
2174
|
+
"type": "bytes31"
|
2340
2175
|
}
|
2341
2176
|
],
|
2342
|
-
"name": "
|
2343
|
-
"outputs": [
|
2344
|
-
|
2177
|
+
"name": "toKey32",
|
2178
|
+
"outputs": [
|
2179
|
+
{
|
2180
|
+
"internalType": "Key32",
|
2181
|
+
"name": "",
|
2182
|
+
"type": "bytes32"
|
2183
|
+
}
|
2184
|
+
],
|
2185
|
+
"stateMutability": "pure",
|
2345
2186
|
"type": "function"
|
2346
2187
|
},
|
2347
2188
|
{
|
2348
2189
|
"inputs": [
|
2349
2190
|
{
|
2350
2191
|
"internalType": "NftId",
|
2351
|
-
"name": "
|
2192
|
+
"name": "bundleNftId",
|
2352
2193
|
"type": "uint96"
|
2353
2194
|
},
|
2354
|
-
{
|
2355
|
-
"internalType": "PayoutId",
|
2356
|
-
"name": "payoutId",
|
2357
|
-
"type": "uint24"
|
2358
|
-
},
|
2359
2195
|
{
|
2360
2196
|
"components": [
|
2361
2197
|
{
|
2362
|
-
"internalType": "
|
2363
|
-
"name": "
|
2364
|
-
"type": "
|
2198
|
+
"internalType": "Timestamp",
|
2199
|
+
"name": "activatedAt",
|
2200
|
+
"type": "uint40"
|
2365
2201
|
},
|
2366
2202
|
{
|
2367
|
-
"internalType": "
|
2368
|
-
"name": "
|
2203
|
+
"internalType": "Timestamp",
|
2204
|
+
"name": "expiredAt",
|
2205
|
+
"type": "uint40"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"internalType": "Timestamp",
|
2209
|
+
"name": "closedAt",
|
2210
|
+
"type": "uint40"
|
2211
|
+
},
|
2212
|
+
{
|
2213
|
+
"internalType": "NftId",
|
2214
|
+
"name": "poolNftId",
|
2369
2215
|
"type": "uint96"
|
2370
2216
|
},
|
2371
2217
|
{
|
2372
|
-
"
|
2373
|
-
|
2374
|
-
|
2218
|
+
"components": [
|
2219
|
+
{
|
2220
|
+
"internalType": "UFixed",
|
2221
|
+
"name": "fractionalFee",
|
2222
|
+
"type": "uint160"
|
2223
|
+
},
|
2224
|
+
{
|
2225
|
+
"internalType": "Amount",
|
2226
|
+
"name": "fixedFee",
|
2227
|
+
"type": "uint96"
|
2228
|
+
}
|
2229
|
+
],
|
2230
|
+
"internalType": "struct Fee",
|
2231
|
+
"name": "fee",
|
2232
|
+
"type": "tuple"
|
2375
2233
|
},
|
2376
2234
|
{
|
2377
|
-
"internalType": "
|
2378
|
-
"name": "
|
2379
|
-
"type": "
|
2235
|
+
"internalType": "bytes",
|
2236
|
+
"name": "filter",
|
2237
|
+
"type": "bytes"
|
2380
2238
|
}
|
2381
2239
|
],
|
2382
|
-
"internalType": "struct
|
2383
|
-
"name": "
|
2240
|
+
"internalType": "struct IBundle.BundleInfo",
|
2241
|
+
"name": "bundle",
|
2384
2242
|
"type": "tuple"
|
2385
2243
|
},
|
2386
2244
|
{
|
@@ -2389,7 +2247,7 @@
|
|
2389
2247
|
"type": "uint8"
|
2390
2248
|
}
|
2391
2249
|
],
|
2392
|
-
"name": "
|
2250
|
+
"name": "updateBundle",
|
2393
2251
|
"outputs": [],
|
2394
2252
|
"stateMutability": "nonpayable",
|
2395
2253
|
"type": "function"
|
@@ -2398,21 +2256,16 @@
|
|
2398
2256
|
"inputs": [
|
2399
2257
|
{
|
2400
2258
|
"internalType": "NftId",
|
2401
|
-
"name": "
|
2259
|
+
"name": "bundleNftId",
|
2402
2260
|
"type": "uint96"
|
2403
2261
|
},
|
2404
|
-
{
|
2405
|
-
"internalType": "PayoutId",
|
2406
|
-
"name": "payoutId",
|
2407
|
-
"type": "uint24"
|
2408
|
-
},
|
2409
2262
|
{
|
2410
2263
|
"internalType": "StateId",
|
2411
2264
|
"name": "newState",
|
2412
2265
|
"type": "uint8"
|
2413
2266
|
}
|
2414
2267
|
],
|
2415
|
-
"name": "
|
2268
|
+
"name": "updateBundleState",
|
2416
2269
|
"outputs": [],
|
2417
2270
|
"stateMutability": "nonpayable",
|
2418
2271
|
"type": "function"
|
@@ -2421,99 +2274,29 @@
|
|
2421
2274
|
"inputs": [
|
2422
2275
|
{
|
2423
2276
|
"internalType": "NftId",
|
2424
|
-
"name": "
|
2277
|
+
"name": "componentNftId",
|
2425
2278
|
"type": "uint96"
|
2426
2279
|
},
|
2427
2280
|
{
|
2428
2281
|
"components": [
|
2429
2282
|
{
|
2430
|
-
"internalType": "
|
2431
|
-
"name": "
|
2432
|
-
"type": "
|
2433
|
-
},
|
2434
|
-
{
|
2435
|
-
"internalType": "NftId",
|
2436
|
-
"name": "bundleNftId",
|
2437
|
-
"type": "uint96"
|
2438
|
-
},
|
2439
|
-
{
|
2440
|
-
"internalType": "ReferralId",
|
2441
|
-
"name": "referralId",
|
2442
|
-
"type": "bytes8"
|
2443
|
-
},
|
2444
|
-
{
|
2445
|
-
"internalType": "RiskId",
|
2446
|
-
"name": "riskId",
|
2447
|
-
"type": "bytes8"
|
2448
|
-
},
|
2449
|
-
{
|
2450
|
-
"internalType": "Amount",
|
2451
|
-
"name": "sumInsuredAmount",
|
2452
|
-
"type": "uint96"
|
2453
|
-
},
|
2454
|
-
{
|
2455
|
-
"internalType": "Amount",
|
2456
|
-
"name": "premiumAmount",
|
2457
|
-
"type": "uint96"
|
2458
|
-
},
|
2459
|
-
{
|
2460
|
-
"internalType": "Amount",
|
2461
|
-
"name": "premiumPaidAmount",
|
2462
|
-
"type": "uint96"
|
2463
|
-
},
|
2464
|
-
{
|
2465
|
-
"internalType": "Seconds",
|
2466
|
-
"name": "lifetime",
|
2467
|
-
"type": "uint40"
|
2283
|
+
"internalType": "string",
|
2284
|
+
"name": "name",
|
2285
|
+
"type": "string"
|
2468
2286
|
},
|
2469
2287
|
{
|
2470
|
-
"internalType": "
|
2471
|
-
"name": "
|
2472
|
-
"type": "
|
2288
|
+
"internalType": "contract TokenHandler",
|
2289
|
+
"name": "tokenHandler",
|
2290
|
+
"type": "address"
|
2473
2291
|
},
|
2474
2292
|
{
|
2475
2293
|
"internalType": "bytes",
|
2476
|
-
"name": "
|
2294
|
+
"name": "data",
|
2477
2295
|
"type": "bytes"
|
2478
|
-
},
|
2479
|
-
{
|
2480
|
-
"internalType": "uint16",
|
2481
|
-
"name": "claimsCount",
|
2482
|
-
"type": "uint16"
|
2483
|
-
},
|
2484
|
-
{
|
2485
|
-
"internalType": "uint16",
|
2486
|
-
"name": "openClaimsCount",
|
2487
|
-
"type": "uint16"
|
2488
|
-
},
|
2489
|
-
{
|
2490
|
-
"internalType": "Amount",
|
2491
|
-
"name": "claimAmount",
|
2492
|
-
"type": "uint96"
|
2493
|
-
},
|
2494
|
-
{
|
2495
|
-
"internalType": "Amount",
|
2496
|
-
"name": "payoutAmount",
|
2497
|
-
"type": "uint96"
|
2498
|
-
},
|
2499
|
-
{
|
2500
|
-
"internalType": "Timestamp",
|
2501
|
-
"name": "activatedAt",
|
2502
|
-
"type": "uint40"
|
2503
|
-
},
|
2504
|
-
{
|
2505
|
-
"internalType": "Timestamp",
|
2506
|
-
"name": "expiredAt",
|
2507
|
-
"type": "uint40"
|
2508
|
-
},
|
2509
|
-
{
|
2510
|
-
"internalType": "Timestamp",
|
2511
|
-
"name": "closedAt",
|
2512
|
-
"type": "uint40"
|
2513
2296
|
}
|
2514
2297
|
],
|
2515
|
-
"internalType": "struct
|
2516
|
-
"name": "
|
2298
|
+
"internalType": "struct IComponents.ComponentInfo",
|
2299
|
+
"name": "componentInfo",
|
2517
2300
|
"type": "tuple"
|
2518
2301
|
},
|
2519
2302
|
{
|
@@ -2522,7 +2305,7 @@
|
|
2522
2305
|
"type": "uint8"
|
2523
2306
|
}
|
2524
2307
|
],
|
2525
|
-
"name": "
|
2308
|
+
"name": "updateComponent",
|
2526
2309
|
"outputs": [],
|
2527
2310
|
"stateMutability": "nonpayable",
|
2528
2311
|
"type": "function"
|
@@ -2531,99 +2314,34 @@
|
|
2531
2314
|
"inputs": [
|
2532
2315
|
{
|
2533
2316
|
"internalType": "NftId",
|
2534
|
-
"name": "
|
2317
|
+
"name": "distributorNftId",
|
2535
2318
|
"type": "uint96"
|
2536
2319
|
},
|
2537
2320
|
{
|
2538
2321
|
"components": [
|
2539
2322
|
{
|
2540
|
-
"internalType": "
|
2541
|
-
"name": "
|
2542
|
-
"type": "uint96"
|
2543
|
-
},
|
2544
|
-
{
|
2545
|
-
"internalType": "NftId",
|
2546
|
-
"name": "bundleNftId",
|
2547
|
-
"type": "uint96"
|
2548
|
-
},
|
2549
|
-
{
|
2550
|
-
"internalType": "ReferralId",
|
2551
|
-
"name": "referralId",
|
2552
|
-
"type": "bytes8"
|
2553
|
-
},
|
2554
|
-
{
|
2555
|
-
"internalType": "RiskId",
|
2556
|
-
"name": "riskId",
|
2323
|
+
"internalType": "DistributorType",
|
2324
|
+
"name": "distributorType",
|
2557
2325
|
"type": "bytes8"
|
2558
2326
|
},
|
2559
2327
|
{
|
2560
|
-
"internalType": "
|
2561
|
-
"name": "
|
2562
|
-
"type": "
|
2563
|
-
},
|
2564
|
-
{
|
2565
|
-
"internalType": "Amount",
|
2566
|
-
"name": "premiumAmount",
|
2567
|
-
"type": "uint96"
|
2568
|
-
},
|
2569
|
-
{
|
2570
|
-
"internalType": "Amount",
|
2571
|
-
"name": "premiumPaidAmount",
|
2572
|
-
"type": "uint96"
|
2573
|
-
},
|
2574
|
-
{
|
2575
|
-
"internalType": "Seconds",
|
2576
|
-
"name": "lifetime",
|
2577
|
-
"type": "uint40"
|
2328
|
+
"internalType": "bool",
|
2329
|
+
"name": "active",
|
2330
|
+
"type": "bool"
|
2578
2331
|
},
|
2579
2332
|
{
|
2580
|
-
"internalType": "
|
2581
|
-
"name": "
|
2582
|
-
"type": "
|
2333
|
+
"internalType": "uint32",
|
2334
|
+
"name": "numPoliciesSold",
|
2335
|
+
"type": "uint32"
|
2583
2336
|
},
|
2584
2337
|
{
|
2585
2338
|
"internalType": "bytes",
|
2586
|
-
"name": "
|
2339
|
+
"name": "data",
|
2587
2340
|
"type": "bytes"
|
2588
|
-
},
|
2589
|
-
{
|
2590
|
-
"internalType": "uint16",
|
2591
|
-
"name": "claimsCount",
|
2592
|
-
"type": "uint16"
|
2593
|
-
},
|
2594
|
-
{
|
2595
|
-
"internalType": "uint16",
|
2596
|
-
"name": "openClaimsCount",
|
2597
|
-
"type": "uint16"
|
2598
|
-
},
|
2599
|
-
{
|
2600
|
-
"internalType": "Amount",
|
2601
|
-
"name": "claimAmount",
|
2602
|
-
"type": "uint96"
|
2603
|
-
},
|
2604
|
-
{
|
2605
|
-
"internalType": "Amount",
|
2606
|
-
"name": "payoutAmount",
|
2607
|
-
"type": "uint96"
|
2608
|
-
},
|
2609
|
-
{
|
2610
|
-
"internalType": "Timestamp",
|
2611
|
-
"name": "activatedAt",
|
2612
|
-
"type": "uint40"
|
2613
|
-
},
|
2614
|
-
{
|
2615
|
-
"internalType": "Timestamp",
|
2616
|
-
"name": "expiredAt",
|
2617
|
-
"type": "uint40"
|
2618
|
-
},
|
2619
|
-
{
|
2620
|
-
"internalType": "Timestamp",
|
2621
|
-
"name": "closedAt",
|
2622
|
-
"type": "uint40"
|
2623
2341
|
}
|
2624
2342
|
],
|
2625
|
-
"internalType": "struct
|
2626
|
-
"name": "
|
2343
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
2344
|
+
"name": "info",
|
2627
2345
|
"type": "tuple"
|
2628
2346
|
},
|
2629
2347
|
{
|
@@ -2632,7 +2350,7 @@
|
|
2632
2350
|
"type": "uint8"
|
2633
2351
|
}
|
2634
2352
|
],
|
2635
|
-
"name": "
|
2353
|
+
"name": "updateDistributor",
|
2636
2354
|
"outputs": [],
|
2637
2355
|
"stateMutability": "nonpayable",
|
2638
2356
|
"type": "function"
|
@@ -2641,7 +2359,7 @@
|
|
2641
2359
|
"inputs": [
|
2642
2360
|
{
|
2643
2361
|
"internalType": "NftId",
|
2644
|
-
"name": "
|
2362
|
+
"name": "distributorNftId",
|
2645
2363
|
"type": "uint96"
|
2646
2364
|
},
|
2647
2365
|
{
|
@@ -2650,7 +2368,7 @@
|
|
2650
2368
|
"type": "uint8"
|
2651
2369
|
}
|
2652
2370
|
],
|
2653
|
-
"name": "
|
2371
|
+
"name": "updateDistributorState",
|
2654
2372
|
"outputs": [],
|
2655
2373
|
"stateMutability": "nonpayable",
|
2656
2374
|
"type": "function"
|
@@ -2658,49 +2376,64 @@
|
|
2658
2376
|
{
|
2659
2377
|
"inputs": [
|
2660
2378
|
{
|
2661
|
-
"internalType": "
|
2662
|
-
"name": "
|
2663
|
-
"type": "
|
2379
|
+
"internalType": "DistributorType",
|
2380
|
+
"name": "distributorType",
|
2381
|
+
"type": "bytes8"
|
2664
2382
|
},
|
2665
2383
|
{
|
2666
2384
|
"components": [
|
2667
2385
|
{
|
2668
|
-
"internalType": "
|
2669
|
-
"name": "
|
2670
|
-
"type": "
|
2386
|
+
"internalType": "UFixed",
|
2387
|
+
"name": "minDiscountPercentage",
|
2388
|
+
"type": "uint160"
|
2671
2389
|
},
|
2672
2390
|
{
|
2673
|
-
"internalType": "
|
2674
|
-
"name": "
|
2391
|
+
"internalType": "NftId",
|
2392
|
+
"name": "distributionNftId",
|
2675
2393
|
"type": "uint96"
|
2676
2394
|
},
|
2677
2395
|
{
|
2678
|
-
"internalType": "
|
2679
|
-
"name": "
|
2680
|
-
"type": "
|
2396
|
+
"internalType": "UFixed",
|
2397
|
+
"name": "maxDiscountPercentage",
|
2398
|
+
"type": "uint160"
|
2399
|
+
},
|
2400
|
+
{
|
2401
|
+
"internalType": "uint32",
|
2402
|
+
"name": "maxReferralCount",
|
2403
|
+
"type": "uint32"
|
2404
|
+
},
|
2405
|
+
{
|
2406
|
+
"internalType": "Seconds",
|
2407
|
+
"name": "maxReferralLifetime",
|
2408
|
+
"type": "uint40"
|
2681
2409
|
},
|
2682
2410
|
{
|
2683
2411
|
"internalType": "bool",
|
2684
|
-
"name": "
|
2412
|
+
"name": "allowSelfReferrals",
|
2685
2413
|
"type": "bool"
|
2686
2414
|
},
|
2687
2415
|
{
|
2688
2416
|
"internalType": "bool",
|
2689
|
-
"name": "
|
2417
|
+
"name": "allowRenewals",
|
2690
2418
|
"type": "bool"
|
2691
2419
|
},
|
2692
2420
|
{
|
2693
2421
|
"internalType": "UFixed",
|
2694
|
-
"name": "
|
2695
|
-
"type": "
|
2422
|
+
"name": "commissionPercentage",
|
2423
|
+
"type": "uint160"
|
2696
2424
|
},
|
2697
2425
|
{
|
2698
|
-
"internalType": "
|
2699
|
-
"name": "
|
2700
|
-
"type": "
|
2426
|
+
"internalType": "string",
|
2427
|
+
"name": "name",
|
2428
|
+
"type": "string"
|
2429
|
+
},
|
2430
|
+
{
|
2431
|
+
"internalType": "bytes",
|
2432
|
+
"name": "data",
|
2433
|
+
"type": "bytes"
|
2701
2434
|
}
|
2702
2435
|
],
|
2703
|
-
"internalType": "struct
|
2436
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
2704
2437
|
"name": "info",
|
2705
2438
|
"type": "tuple"
|
2706
2439
|
},
|
@@ -2710,7 +2443,25 @@
|
|
2710
2443
|
"type": "uint8"
|
2711
2444
|
}
|
2712
2445
|
],
|
2713
|
-
"name": "
|
2446
|
+
"name": "updateDistributorType",
|
2447
|
+
"outputs": [],
|
2448
|
+
"stateMutability": "nonpayable",
|
2449
|
+
"type": "function"
|
2450
|
+
},
|
2451
|
+
{
|
2452
|
+
"inputs": [
|
2453
|
+
{
|
2454
|
+
"internalType": "DistributorType",
|
2455
|
+
"name": "distributorType",
|
2456
|
+
"type": "bytes8"
|
2457
|
+
},
|
2458
|
+
{
|
2459
|
+
"internalType": "StateId",
|
2460
|
+
"name": "newState",
|
2461
|
+
"type": "uint8"
|
2462
|
+
}
|
2463
|
+
],
|
2464
|
+
"name": "updateDistributorTypeState",
|
2714
2465
|
"outputs": [],
|
2715
2466
|
"stateMutability": "nonpayable",
|
2716
2467
|
"type": "function"
|
@@ -2719,142 +2470,48 @@
|
|
2719
2470
|
"inputs": [
|
2720
2471
|
{
|
2721
2472
|
"internalType": "NftId",
|
2722
|
-
"name": "
|
2473
|
+
"name": "poolNftId",
|
2723
2474
|
"type": "uint96"
|
2724
2475
|
},
|
2725
2476
|
{
|
2726
2477
|
"components": [
|
2727
2478
|
{
|
2728
|
-
"internalType": "
|
2729
|
-
"name": "
|
2730
|
-
"type": "uint96"
|
2731
|
-
},
|
2732
|
-
{
|
2733
|
-
"internalType": "NftId",
|
2734
|
-
"name": "poolNftId",
|
2479
|
+
"internalType": "Amount",
|
2480
|
+
"name": "maxBalanceAmount",
|
2735
2481
|
"type": "uint96"
|
2736
2482
|
},
|
2737
2483
|
{
|
2738
|
-
"
|
2739
|
-
|
2740
|
-
|
2741
|
-
"name": "fractionalFee",
|
2742
|
-
"type": "uint256"
|
2743
|
-
},
|
2744
|
-
{
|
2745
|
-
"internalType": "uint256",
|
2746
|
-
"name": "fixedFee",
|
2747
|
-
"type": "uint256"
|
2748
|
-
}
|
2749
|
-
],
|
2750
|
-
"internalType": "struct Fee",
|
2751
|
-
"name": "productFee",
|
2752
|
-
"type": "tuple"
|
2753
|
-
},
|
2754
|
-
{
|
2755
|
-
"components": [
|
2756
|
-
{
|
2757
|
-
"internalType": "UFixed",
|
2758
|
-
"name": "fractionalFee",
|
2759
|
-
"type": "uint256"
|
2760
|
-
},
|
2761
|
-
{
|
2762
|
-
"internalType": "uint256",
|
2763
|
-
"name": "fixedFee",
|
2764
|
-
"type": "uint256"
|
2765
|
-
}
|
2766
|
-
],
|
2767
|
-
"internalType": "struct Fee",
|
2768
|
-
"name": "processingFee",
|
2769
|
-
"type": "tuple"
|
2484
|
+
"internalType": "UFixed",
|
2485
|
+
"name": "collateralizationLevel",
|
2486
|
+
"type": "uint160"
|
2770
2487
|
},
|
2771
2488
|
{
|
2772
|
-
"
|
2773
|
-
|
2774
|
-
|
2775
|
-
"name": "fractionalFee",
|
2776
|
-
"type": "uint256"
|
2777
|
-
},
|
2778
|
-
{
|
2779
|
-
"internalType": "uint256",
|
2780
|
-
"name": "fixedFee",
|
2781
|
-
"type": "uint256"
|
2782
|
-
}
|
2783
|
-
],
|
2784
|
-
"internalType": "struct Fee",
|
2785
|
-
"name": "distributionFee",
|
2786
|
-
"type": "tuple"
|
2489
|
+
"internalType": "UFixed",
|
2490
|
+
"name": "retentionLevel",
|
2491
|
+
"type": "uint160"
|
2787
2492
|
},
|
2788
2493
|
{
|
2789
|
-
"
|
2790
|
-
|
2791
|
-
|
2792
|
-
"name": "fractionalFee",
|
2793
|
-
"type": "uint256"
|
2794
|
-
},
|
2795
|
-
{
|
2796
|
-
"internalType": "uint256",
|
2797
|
-
"name": "fixedFee",
|
2798
|
-
"type": "uint256"
|
2799
|
-
}
|
2800
|
-
],
|
2801
|
-
"internalType": "struct Fee",
|
2802
|
-
"name": "minDistributionOwnerFee",
|
2803
|
-
"type": "tuple"
|
2494
|
+
"internalType": "bool",
|
2495
|
+
"name": "isInterceptingBundleTransfers",
|
2496
|
+
"type": "bool"
|
2804
2497
|
},
|
2805
2498
|
{
|
2806
|
-
"
|
2807
|
-
|
2808
|
-
|
2809
|
-
"name": "fractionalFee",
|
2810
|
-
"type": "uint256"
|
2811
|
-
},
|
2812
|
-
{
|
2813
|
-
"internalType": "uint256",
|
2814
|
-
"name": "fixedFee",
|
2815
|
-
"type": "uint256"
|
2816
|
-
}
|
2817
|
-
],
|
2818
|
-
"internalType": "struct Fee",
|
2819
|
-
"name": "poolFee",
|
2820
|
-
"type": "tuple"
|
2499
|
+
"internalType": "bool",
|
2500
|
+
"name": "isProcessingConfirmedClaims",
|
2501
|
+
"type": "bool"
|
2821
2502
|
},
|
2822
2503
|
{
|
2823
|
-
"
|
2824
|
-
|
2825
|
-
|
2826
|
-
"name": "fractionalFee",
|
2827
|
-
"type": "uint256"
|
2828
|
-
},
|
2829
|
-
{
|
2830
|
-
"internalType": "uint256",
|
2831
|
-
"name": "fixedFee",
|
2832
|
-
"type": "uint256"
|
2833
|
-
}
|
2834
|
-
],
|
2835
|
-
"internalType": "struct Fee",
|
2836
|
-
"name": "stakingFee",
|
2837
|
-
"type": "tuple"
|
2504
|
+
"internalType": "bool",
|
2505
|
+
"name": "isExternallyManaged",
|
2506
|
+
"type": "bool"
|
2838
2507
|
},
|
2839
2508
|
{
|
2840
|
-
"
|
2841
|
-
|
2842
|
-
|
2843
|
-
"name": "fractionalFee",
|
2844
|
-
"type": "uint256"
|
2845
|
-
},
|
2846
|
-
{
|
2847
|
-
"internalType": "uint256",
|
2848
|
-
"name": "fixedFee",
|
2849
|
-
"type": "uint256"
|
2850
|
-
}
|
2851
|
-
],
|
2852
|
-
"internalType": "struct Fee",
|
2853
|
-
"name": "performanceFee",
|
2854
|
-
"type": "tuple"
|
2509
|
+
"internalType": "bool",
|
2510
|
+
"name": "isVerifyingApplications",
|
2511
|
+
"type": "bool"
|
2855
2512
|
}
|
2856
2513
|
],
|
2857
|
-
"internalType": "struct IComponents.
|
2514
|
+
"internalType": "struct IComponents.PoolInfo",
|
2858
2515
|
"name": "info",
|
2859
2516
|
"type": "tuple"
|
2860
2517
|
},
|
@@ -2864,7 +2521,7 @@
|
|
2864
2521
|
"type": "uint8"
|
2865
2522
|
}
|
2866
2523
|
],
|
2867
|
-
"name": "
|
2524
|
+
"name": "updatePool",
|
2868
2525
|
"outputs": [],
|
2869
2526
|
"stateMutability": "nonpayable",
|
2870
2527
|
"type": "function"
|
@@ -2880,18 +2537,13 @@
|
|
2880
2537
|
"components": [
|
2881
2538
|
{
|
2882
2539
|
"internalType": "NftId",
|
2883
|
-
"name": "
|
2540
|
+
"name": "distributionNftId",
|
2884
2541
|
"type": "uint96"
|
2885
2542
|
},
|
2886
2543
|
{
|
2887
|
-
"internalType": "
|
2888
|
-
"name": "
|
2889
|
-
"type": "
|
2890
|
-
},
|
2891
|
-
{
|
2892
|
-
"internalType": "UFixed",
|
2893
|
-
"name": "discountPercentage",
|
2894
|
-
"type": "uint256"
|
2544
|
+
"internalType": "NftId",
|
2545
|
+
"name": "distributorNftId",
|
2546
|
+
"type": "uint96"
|
2895
2547
|
},
|
2896
2548
|
{
|
2897
2549
|
"internalType": "uint32",
|
@@ -2903,11 +2555,21 @@
|
|
2903
2555
|
"name": "usedReferrals",
|
2904
2556
|
"type": "uint32"
|
2905
2557
|
},
|
2558
|
+
{
|
2559
|
+
"internalType": "UFixed",
|
2560
|
+
"name": "discountPercentage",
|
2561
|
+
"type": "uint160"
|
2562
|
+
},
|
2906
2563
|
{
|
2907
2564
|
"internalType": "Timestamp",
|
2908
2565
|
"name": "expiryAt",
|
2909
2566
|
"type": "uint40"
|
2910
2567
|
},
|
2568
|
+
{
|
2569
|
+
"internalType": "string",
|
2570
|
+
"name": "referralCode",
|
2571
|
+
"type": "string"
|
2572
|
+
},
|
2911
2573
|
{
|
2912
2574
|
"internalType": "bytes",
|
2913
2575
|
"name": "data",
|
@@ -2961,25 +2623,15 @@
|
|
2961
2623
|
"name": "requesterNftId",
|
2962
2624
|
"type": "uint96"
|
2963
2625
|
},
|
2964
|
-
{
|
2965
|
-
"internalType": "string",
|
2966
|
-
"name": "callbackMethodName",
|
2967
|
-
"type": "string"
|
2968
|
-
},
|
2969
2626
|
{
|
2970
2627
|
"internalType": "NftId",
|
2971
2628
|
"name": "oracleNftId",
|
2972
2629
|
"type": "uint96"
|
2973
2630
|
},
|
2974
2631
|
{
|
2975
|
-
"internalType": "
|
2976
|
-
"name": "
|
2977
|
-
"type": "
|
2978
|
-
},
|
2979
|
-
{
|
2980
|
-
"internalType": "bytes",
|
2981
|
-
"name": "responseData",
|
2982
|
-
"type": "bytes"
|
2632
|
+
"internalType": "bool",
|
2633
|
+
"name": "isCancelled",
|
2634
|
+
"type": "bool"
|
2983
2635
|
},
|
2984
2636
|
{
|
2985
2637
|
"internalType": "Timestamp",
|
@@ -2992,9 +2644,19 @@
|
|
2992
2644
|
"type": "uint40"
|
2993
2645
|
},
|
2994
2646
|
{
|
2995
|
-
"internalType": "
|
2996
|
-
"name": "
|
2997
|
-
"type": "
|
2647
|
+
"internalType": "string",
|
2648
|
+
"name": "callbackMethodName",
|
2649
|
+
"type": "string"
|
2650
|
+
},
|
2651
|
+
{
|
2652
|
+
"internalType": "bytes",
|
2653
|
+
"name": "requestData",
|
2654
|
+
"type": "bytes"
|
2655
|
+
},
|
2656
|
+
{
|
2657
|
+
"internalType": "bytes",
|
2658
|
+
"name": "responseData",
|
2659
|
+
"type": "bytes"
|
2998
2660
|
}
|
2999
2661
|
],
|
3000
2662
|
"internalType": "struct IOracle.RequestInfo",
|
@@ -3029,73 +2691,20 @@
|
|
3029
2691
|
"outputs": [],
|
3030
2692
|
"stateMutability": "nonpayable",
|
3031
2693
|
"type": "function"
|
3032
|
-
},
|
3033
|
-
{
|
3034
|
-
"inputs": [
|
3035
|
-
{
|
3036
|
-
"internalType": "RiskId",
|
3037
|
-
"name": "riskId",
|
3038
|
-
"type": "bytes8"
|
3039
|
-
},
|
3040
|
-
{
|
3041
|
-
"components": [
|
3042
|
-
{
|
3043
|
-
"internalType": "NftId",
|
3044
|
-
"name": "productNftId",
|
3045
|
-
"type": "uint96"
|
3046
|
-
},
|
3047
|
-
{
|
3048
|
-
"internalType": "bytes",
|
3049
|
-
"name": "data",
|
3050
|
-
"type": "bytes"
|
3051
|
-
}
|
3052
|
-
],
|
3053
|
-
"internalType": "struct IRisk.RiskInfo",
|
3054
|
-
"name": "risk",
|
3055
|
-
"type": "tuple"
|
3056
|
-
},
|
3057
|
-
{
|
3058
|
-
"internalType": "StateId",
|
3059
|
-
"name": "newState",
|
3060
|
-
"type": "uint8"
|
3061
|
-
}
|
3062
|
-
],
|
3063
|
-
"name": "updateRisk",
|
3064
|
-
"outputs": [],
|
3065
|
-
"stateMutability": "nonpayable",
|
3066
|
-
"type": "function"
|
3067
|
-
},
|
3068
|
-
{
|
3069
|
-
"inputs": [
|
3070
|
-
{
|
3071
|
-
"internalType": "RiskId",
|
3072
|
-
"name": "riskId",
|
3073
|
-
"type": "bytes8"
|
3074
|
-
},
|
3075
|
-
{
|
3076
|
-
"internalType": "StateId",
|
3077
|
-
"name": "newState",
|
3078
|
-
"type": "uint8"
|
3079
|
-
}
|
3080
|
-
],
|
3081
|
-
"name": "updateRiskState",
|
3082
|
-
"outputs": [],
|
3083
|
-
"stateMutability": "nonpayable",
|
3084
|
-
"type": "function"
|
3085
2694
|
}
|
3086
2695
|
],
|
3087
|
-
"bytecode": "0x6080604052348015600e575f80fd5b506151988061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610393575f3560e01c80638129fc1c116101df578063b0628dc311610109578063ca0e7f08116100a9578063f5884fc511610079578063f5884fc514610761578063f71d7ffe1461099b578063fae5df9b146109ae578063fe1f18d6146109c1575f80fd5b8063ca0e7f0814610917578063e80c61ed1461092a578063e9e96c701461093d578063f48016ce1461097a575f80fd5b8063b6d7cd62116100e4578063b6d7cd62146108be578063bb823eed146108d1578063bf1db3f9146108e4578063bf7e214f146108f7575f80fd5b8063b0628dc314610885578063b4d7efe214610898578063b5b3d9f9146108ab575f80fd5b8063a1fc10041161017f578063a6a67b1f1161014f578063a6a67b1f14610839578063a76ee0181461084c578063a89896751461085f578063af90250014610872575f80fd5b8063a1fc100414610761578063a284222914610787578063a46eb8dc1461079a578063a5961b4c146107ad575f80fd5b80638eb9000d116101ba5780638eb9000d146107155780638fb3603714610740578063985aeba7146107615780639f8151e514610774575f80fd5b80638129fc1c146106da57806381c2b282146106e25780638eaa6ac0146106f5575f80fd5b806338a699a4116102c057806354f6127f1161026057806361105e0e1161023057806361105e0e1461068e5780637a9e5e4b146106a15780637c9b0493146106b45780637cef4842146106c7575f80fd5b806354f6127f146105e85780635a8416b0146106085780635d4345cc146104a35780635eede1741461061b575f80fd5b806351dd844b1161029b57806351dd844b1461059c578063533086d4146105af57806353ebe129146105c257806354e5618e146105d5575f80fd5b806338a699a41461055357806340529b0f146105765780634846003a14610589575f80fd5b80630fad0eb1116103365780632a8ea7ac116103065780632a8ea7ac146105075780632f61088a1461051a57806330a130ba1461052d5780633870a77014610540575f80fd5b80630fad0eb1146104a3578063228e42ec146104b6578063248a77dd146104e1578063275c0595146104f4575f80fd5b806309648a9d1161037157806309648a9d1461041f5780630cfc3ba3146104585780630d3581811461046b5780630f6c29ef14610490575f80fd5b80630232ca491461039757806303c099ac146103df5780630632b17d146103f4575b5f80fd5b6103c26103a53660046131c0565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6103f26103ed366004613466565b6109d4565b005b6104076104023660046135e8565b610a19565b6040516001600160401b0390911681526020016103d6565b61044661042d366004613621565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103d6565b6103f2610466366004613715565b610ad6565b610446610479366004613772565b60ff9081165f908152602081905260409020541690565b6103f261049e36600461381c565b610afd565b6103f26104b136600461388a565b610b2a565b6103c26104c43660046131c0565b6001600160601b039081165f908152600260205260409020541690565b6103c26104ef3660046138c1565b610b47565b6103f2610502366004613901565b610b64565b6103f2610515366004613ae4565b610bfc565b6103f2610528366004613b87565b610c31565b6103f261053b366004613cb8565b610ccf565b6103f261054e366004613cfa565b610d6d565b610566610561366004613621565b610d83565b60405190151581526020016103d6565b6103f261058436600461388a565b610e0b565b6103f2610597366004613d35565b610e22565b6103f26105aa366004613e44565b610e53565b6103c26105bd3660046138c1565b610e7b565b6103c26105d03660046138c1565b610e8f565b6103f26105e3366004613ef9565b610ea3565b6105fb6105f6366004613621565b610ecb565b6040516103d69190613f6a565b6103f2610616366004613f7c565b610f6d565b6106646106293660046131c0565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103d6565b6103f261069c36600461407b565b61100b565b6103f26106af3660046140be565b6110a9565b6103f26106c2366004614166565b611130565b6103f26106d53660046141a4565b611158565b6103f26111e5565b6103f26106f03660046141c0565b611361565b610708610703366004613621565b611388565b6040516103d69190614211565b6103c26107233660046131c0565b6001600160601b039081165f908152600360205260409020541690565b6107486114a9565b6040516001600160e01b031990911681526020016103d6565b6103f261076f36600461426f565b6114df565b6103c26107823660046138c1565b611507565b6103f26107953660046141a4565b61151b565b6103f26107a83660046142b2565b611569565b61082c6107bb366004613621565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103d691906142f4565b6103f26108473660046143f5565b61159a565b6103f261085a36600461442a565b6115c2565b6103f261086d36600461446d565b611660565b6103f26108803660046141a4565b611766565b6103c26108933660046138c1565b6117b4565b6103f26108a636600461449a565b6117c8565b6103f26108b93660046144b6565b611815565b6103f26108cc3660046144f4565b61183d565b6103f26108df366004614521565b611853565b6105666108f2366004613772565b61187b565b6108ff6118c7565b6040516001600160a01b0390911681526020016103d6565b6103f261092536600461454d565b6118e2565b6103c26109383660046138c1565b611980565b61056661094b36600461446d565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61098d61098836600461459e565b611994565b6040519081526020016103d6565b6103f26109a93660046145ca565b611a15565b6103f26109bc36600461460c565b611a46565b6103f26109cf36600461388a565b611a6d565b6109e0335b5f36611a84565b610a146109ee84600b611b82565b836040516020016109ff9190614660565b60405160208183030381529060405283611bcd565b505050565b5f610a23336109d9565b610a2b611d43565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610ad19073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906146f3565b83604051602001610abd919061470a565b604051602081830303815290604052611dd3565b919050565b610adf336109d9565b610a14610aec8484612197565b82604051602001610abd91906147dc565b610b06336109d9565b610b24610b1385856121e3565b836040516020016109ff919061487a565b50505050565b610b33336109d9565b610a14610b41836015611b82565b82612230565b5f610b51336109d9565b610b5b838361252b565b90505b92915050565b610b6d336109d9565b604051630f37f38f60e41b81526001600160401b0384166004820152610a149073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610bc7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610beb91906146f3565b836040516020016109ff919061470a565b610c05336109d9565b610c0e82612624565b610c2d610c1c836015611b82565b82604051602001610abd91906148d3565b5050565b610c3a336109d9565b6040516355ee627560e01b8152610c2d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610c7f906001600160c01b0319871690600401614a62565b602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906146f3565b82604051602001610abd9190614a77565b610cd8336109d9565b6040516355ee627560e01b8152610c2d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d1d906001600160c01b0319871690600401614a62565b602060405180830381865af4158015610d38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5c91906146f3565b82604051602001610abd9190614aa4565b610d76336109d9565b610b24610b4184846121e3565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610de7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5e9190614b45565b610e14336109d9565b610a14610b4183601c611b82565b610e2b336109d9565b610e3482612624565b610c2d610e4283600b611b82565b82604051602001610abd9190614660565b610e5c336109d9565b610a14610e6a84601e611b82565b836040516020016109ff9190614b60565b5f610e85336109d9565b610b5b83836126d2565b5f610e99336109d9565b610b5b83836127b3565b610eac336109d9565b610a14610eba84601c611b82565b836040516020016109ff9190614beb565b5f818152600760205260409020600101805460609190610eea90614c44565b80601f0160208091040260200160405190810160405280929190818152602001828054610f1690614c44565b8015610f615780601f10610f3857610100808354040283529160200191610f61565b820191905f5260205f20905b815481529060010190602001808311610f4457829003601f168201915b50505050509050919050565b610f76336109d9565b6040516355ee627560e01b8152610a149073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610fbb906001600160c01b0319881690600401614a62565b602060405180830381865af4158015610fd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ffa91906146f3565b836040516020016109ff9190614aa4565b611014336109d9565b6040516355ee627560e01b8152610a149073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611059906001600160c01b0319881690600401614a62565b602060405180830381865af4158015611074573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109891906146f3565b836040516020016109ff9190614c7c565b336110b26118c7565b6001600160a01b0316816001600160a01b0316146110f25760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03611127576040516361798f2f60e11b81526001600160a01b03831660048201526024016110e9565b610c2d82612894565b611139336109d9565b610a1461114784600f611b82565b836040516020016109ff9190614d0d565b611161336109d9565b6040516355ee627560e01b8152610a149073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b602060405180830381865af41580156111c1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4191906146f3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112295750825b90505f826001600160401b031660011480156112445750303b155b905081158015611252575080155b156112705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561129a57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff9190614d7a565b905061130a816128f4565b611312612908565b5050831561135a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61136a336109d9565b610a1461137784846121e3565b82604051602001610abd919061487a565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161142290614c44565b80601f016020809104026020016040519081016040528092919081815260200182805461144e90614c44565b80156114995780601f1061147057610100808354040283529160200191611499565b820191905f5260205f20905b81548152906001019060200180831161147c57829003601f168201915b5050505050815250509050919050565b5f8051602061514383398151915280545f9190600160a01b900460ff166114d0575f6114d9565b638fb3603760e01b5b91505090565b6114e8336109d9565b610a146114f6846015611b82565b836040516020016109ff91906148d3565b5f611511336109d9565b610b5b838361291a565b611524336109d9565b6040516355ee627560e01b8152610a149073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b611572336109d9565b61157b82612624565b610c2d61158983601e611b82565b82604051602001610abd9190614b60565b6115a3336109d9565b610c2d6115b183600c611b82565b82604051602001610abd9190614d95565b6115cb336109d9565b6040516355ee627560e01b8152610a149073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611610906001600160c01b0319881690600401614a62565b602060405180830381865af415801561162b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164f91906146f3565b836040516020016109ff9190614a77565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156116c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116e69190614b45565b15611709576040516321b9f44760e01b815260ff841660048201526024016110e9565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a1457604051636bb20ea760e01b815260ff80851660048301528084166024830152821660448201526064016110e9565b61176f336109d9565b6040516355ee627560e01b8152610a149073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b5f6117be336109d9565b610b5b83836129fb565b6117d1336109d9565b604051630f37f38f60e41b81526001600160401b0383166004820152610a149073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f0906024016111a6565b61181e336109d9565b610a1461182c84600c611b82565b836040516020016109ff9190614d95565b611846336109d9565b610b24610b418484612197565b61185c336109d9565b610c2d61186a83600f611b82565b82604051602001610abd9190614d0d565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610dcc565b5f80516020615143833981519152546001600160a01b031690565b6118eb336109d9565b6040516355ee627560e01b8152610c2d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611930906001600160c01b0319871690600401614a62565b602060405180830381865af415801561194b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196f91906146f3565b82604051602001610abd9190614c7c565b5f61198a336109d9565b610b5b8383612adc565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af41580156119f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5b91906146f3565b611a1e336109d9565b611a2782612624565b610c2d611a3583601c611b82565b82604051602001610abd9190614beb565b611a4f336109d9565b610b24611a5c8585612197565b836040516020016109ff91906147dc565b611a76336109d9565b610a14610b4183601e611b82565b5f805160206151438339815191525f80611abc611a9f6118c7565b8730611aae60045f8a8c614e77565b611ab791614e9e565b612bbd565b9150915081611b7a5763ffffffff811615611b5757825460ff60a01b1916600160a01b178355611aea6118c7565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b1993929190614ed4565b5f604051808303815f87803b158015611b30575f80fd5b505af1158015611b42573d5f803e3d5ffd5b5050845460ff60a01b1916855550611b7a9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016110e9565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c8906044016119d6565b5f611bd88483612230565b5f858152600760205260409020909150600101611bf58482614f57565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611c66573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c8a9190615011565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611cd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfc919061502c565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611d5383615047565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611daa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dce919061506b565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e479190615011565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611e9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ebe9190614b45565b15611ee1576040516307014a8d60e51b815260ff821660048201526024016110e9565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611f47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f6b9190614b45565b15611f9557604051633f92eac960e21b81526004810185905260ff831660248201526044016110e9565b611f9e8261187b565b611fc057604051636cb0978b60e11b815260ff831660048201526024016110e9565b5f611fc9612cc5565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120538682614f57565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156120c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120e89190615011565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612136573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061215a919061502c565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b22906044016119d6565b604051635927341160e01b815262ffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__906359273411906044016119d6565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612282573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a69190614b45565b156122c75760405163093b89e160e11b8152600481018490526024016110e9565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561233d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123619190614b45565b156123825760405163566ebf7960e01b8152600481018690526024016110e9565b60ff808516146124fd57815461239c9060ff168286611660565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561241e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124429190615011565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612490573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124b4919061502c565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b612505612cc5565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661257057604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260036020526040902054612594911684612d31565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a79161260c9187918791879163ffffffff90911690615086565b60405180910390a161261d84612db6565b5092915050565b6001600160601b0381165f9081526005602052604090205460ff1615612668576040516314d5804160e01b81526001600160601b03821660048201526024016110e9565b6001600160601b0381165f908152600560205260409020805460ff1916600117905561269381612db6565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040812054839060ff1661271757604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f9081526004602052604090205461273b911684612e53565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc629161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff166127f857604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f9081526003602052604090205461281c911684612e53565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc99161260c9187918791879163ffffffff90911690615086565b5f8051602061514383398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6128fc612e9d565b61290581612ee6565b50565b612910612e9d565b612918612ef7565b565b6001600160601b0382165f90815260056020526040812054839060ff1661295f57604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260026020526040902054612983911684612d31565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b669161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff16612a4057604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260026020526040902054612a64911684612e53565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d9161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff16612b2157604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260046020526040902054612b45911684612d31565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad9161260c9187918791879163ffffffff90911690615086565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612c2b91906150b5565b5f60405180830381855afa9150503d805f8114612c63576040519150601f19603f3d011682016040523d82523d5f602084013e612c68565b606091505b50915091508115612cba576040815110612c9a5780806020019051810190612c9091906150cb565b9094509250612cba565b6020815110612cba5780806020019051810190612cb79190614b45565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dce91906150f8565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612d92573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5b9190615113565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2191906150f8565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612d77565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661291857604051631afcd79f60e31b815260040160405180910390fd5b612eee612e9d565b61290581612894565b612eff612f47565b612f07612f8d565b612f0f612fba565b612f17612ffd565b612f1f61302f565b612f27613049565b612f2f613071565b612f376130b2565b612f3f6130bc565b6129186130c6565b612f54601e5b60046130ee565b612f63601e5b6004606e613130565b612f72601e60045b60c8613130565b612f81601e5b606e6004613130565b612918601e606e612f6b565b612f97600b612f4d565b612fa1600b612f5a565b612fab600b612f78565b612918600b5b606e60d2613130565b612fc66015600a6130ee565b612fd46015600a6014613130565b612fe36015600a5b601e613130565b612ff16015600a6028613130565b61291860156028612f6b565b613009601660326130ee565b613017601660326033613130565b61302360166032612fdc565b61291860166033612f6b565b61303b6017603c6130ee565b6129186017603c60dc613130565b6130536018612f4d565b61305d6018612f5a565b6130676018612f78565b6129186018612fb1565b61307b601a612f4d565b61308a601a60045b6046613130565b613098601a60046007613130565b6130a4601a6007613083565b612918601a60046048613130565b612918600f612f4d565b612918600c612f4d565b6130d0600e612f4d565b6130da601c612f4d565b6130e4601b612f4d565b612918601d612f4d565b60ff8281165f90815260208190526040902054161561310f5761310f61512e565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416156131685761316861512e565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612905575f80fd5b8035610ad1816131a1565b5f602082840312156131d0575f80fd5b81356131db816131a1565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715613218576132186131e2565b60405290565b60405161010081016001600160401b0381118282101715613218576132186131e2565b60405160e081016001600160401b0381118282101715613218576132186131e2565b604051608081016001600160401b0381118282101715613218576132186131e2565b60405161022081016001600160401b0381118282101715613218576132186131e2565b604080519081016001600160401b0381118282101715613218576132186131e2565b60405161012081016001600160401b0381118282101715613218576132186131e2565b5f82601f8301126132fc575f80fd5b8135602083015f806001600160401b0384111561331b5761331b6131e2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715613349576133496131e2565b604052838152905080828401871015613360575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612905575f80fd5b8035610ad18161337c565b5f60c082840312156133ab575f80fd5b6133b36131f6565b905081356001600160401b038111156133ca575f80fd5b6133d6848285016132ed565b8252506133e5602083016131b5565b60208201526133f660408301613390565b604082015261340760608301613390565b606082015261341860808301613390565b608082015260a08201356001600160401b03811115613435575f80fd5b613441848285016132ed565b60a08301525092915050565b60ff81168114612905575f80fd5b8035610ad18161344d565b5f805f60608486031215613478575f80fd5b8335613483816131a1565b925060208401356001600160401b0381111561349d575f80fd5b6134a98682870161339b565b92505060408401356134ba8161344d565b809150509250925092565b64ffffffffff81168114612905575f80fd5b8035610ad1816134c5565b8015158114612905575f80fd5b8035610ad1816134e2565b5f610100828403121561350b575f80fd5b61351361321e565b905061351e826131b5565b815260208201356001600160401b03811115613538575f80fd5b613544848285016132ed565b602083015250613556604083016131b5565b604082015260608201356001600160401b03811115613573575f80fd5b61357f848285016132ed565b60608301525060808201356001600160401b0381111561359d575f80fd5b6135a9848285016132ed565b6080830152506135bb60a083016134d7565b60a08201526135cc60c083016134d7565b60c08201526135dd60e083016134ef565b60e082015292915050565b5f602082840312156135f8575f80fd5b81356001600160401b0381111561360d575f80fd5b613619848285016134fa565b949350505050565b5f60208284031215613631575f80fd5b5035919050565b61ffff81168114612905575f80fd5b8035610ad181613638565b5f60e08284031215613662575f80fd5b61366a613241565b9050613675826131b5565b8152613683602083016131b5565b60208201526136946040830161345b565b60408201526136a56060830161345b565b606082015260808201356001600160401b038111156136c2575f80fd5b6136ce848285016132ed565b60808301525060a08201356001600160401b038111156136ec575f80fd5b6136f8848285016132ed565b60a08301525061370a60c083016134d7565b60c082015292915050565b5f805f60608486031215613727575f80fd5b8335613732816131a1565b9250602084013561374281613638565b915060408401356001600160401b0381111561375c575f80fd5b61376886828701613652565b9150509250925092565b5f60208284031215613782575f80fd5b81356131db8161344d565b803562ffffff81168114610ad1575f80fd5b5f608082840312156137af575f80fd5b6137b7613263565b905081356137c481613638565b815260208201356137d4816131a1565b602082015260408201356001600160401b038111156137f1575f80fd5b6137fd848285016132ed565b6040830152506060820135613811816134c5565b606082015292915050565b5f805f806080858703121561382f575f80fd5b843561383a816131a1565b93506138486020860161378d565b925060408501356001600160401b03811115613862575f80fd5b61386e8782880161379f565b925050606085013561387f8161344d565b939692955090935050565b5f806040838503121561389b575f80fd5b82356138a6816131a1565b915060208301356138b68161344d565b809150509250929050565b5f80604083850312156138d2575f80fd5b82356138dd816131a1565b915060208301356138b6816131a1565b6001600160401b0381168114612905575f80fd5b5f805f60608486031215613913575f80fd5b833561391e816138ed565b925060208401356001600160401b03811115613938575f80fd5b6134a9868287016134fa565b6001600160c01b031981168114612905575f80fd5b8035610ad181613944565b5f6102208284031215613975575f80fd5b61397d613285565b9050613988826131b5565b8152613996602083016131b5565b60208201526139a760408301613959565b60408201526139b860608301613959565b60608201526139c9608083016131b5565b60808201526139da60a083016131b5565b60a08201526139eb60c083016131b5565b60c08201526139fc60e083016134d7565b60e08201526101008201356001600160401b03811115613a1a575f80fd5b613a26848285016132ed565b610100830152506101208201356001600160401b03811115613a46575f80fd5b613a52848285016132ed565b61012083015250613a666101408301613647565b610140820152613a796101608301613647565b610160820152613a8c61018083016131b5565b610180820152613a9f6101a083016131b5565b6101a0820152613ab26101c083016134d7565b6101c0820152613ac56101e083016134d7565b6101e0820152613ad861020083016134d7565b61020082015292915050565b5f8060408385031215613af5575f80fd5b8235613b00816131a1565b915060208301356001600160401b03811115613b1a575f80fd5b613b2685828601613964565b9150509250929050565b5f60408284031215613b40575f80fd5b613b486132a8565b90508135613b55816131a1565b815260208201356001600160401b03811115613b6f575f80fd5b613b7b848285016132ed565b60208301525092915050565b5f8060408385031215613b98575f80fd5b8235613ba381613944565b915060208301356001600160401b03811115613bbd575f80fd5b613b2685828601613b30565b63ffffffff81168114612905575f80fd5b8035610ad181613bc9565b5f6101208284031215613bf6575f80fd5b613bfe6132ca565b905081356001600160401b03811115613c15575f80fd5b613c21848285016132ed565b825250602082810135908201526040808301359082015260608083013590820152613c4e60808301613bda565b6080820152613c5f60a08301613bda565b60a0820152613c7060c083016134ef565b60c0820152613c8160e083016134ef565b60e08201526101008201356001600160401b03811115613c9f575f80fd5b613cab848285016132ed565b6101008301525092915050565b5f8060408385031215613cc9575f80fd5b8235613cd481613944565b915060208301356001600160401b03811115613cee575f80fd5b613b2685828601613be5565b5f805f60608486031215613d0c575f80fd5b8335613d17816131a1565b9250613d256020850161378d565b915060408401356134ba8161344d565b5f8060408385031215613d46575f80fd5b8235613d51816131a1565b915060208301356001600160401b03811115613d6b575f80fd5b613b268582860161339b565b5f60408284031215613d87575f80fd5b613d8f6132a8565b823581526020928301359281019290925250919050565b5f60e08284031215613db6575f80fd5b613dbe6131f6565b90508135613dcb816131a1565b8152613dda8360208401613d77565b602082015260608201356001600160401b03811115613df7575f80fd5b613e03848285016132ed565b6040830152506080820135613e17816134c5565b6060820152613e2860a083016134d7565b6080820152613e3960c083016134d7565b60a082015292915050565b5f805f60608486031215613e56575f80fd5b8335613e61816131a1565b925060208401356001600160401b03811115613e7b575f80fd5b6134a986828701613da6565b5f60808284031215613e97575f80fd5b613e9f613263565b90508135613eac81613944565b81526020820135613ebc816134e2565b602082015260408201356001600160401b03811115613ed9575f80fd5b613ee5848285016132ed565b604083015250606082013561381181613bc9565b5f805f60608486031215613f0b575f80fd5b8335613f16816131a1565b925060208401356001600160401b03811115613f30575f80fd5b6134a986828701613e87565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b5b6020830184613f3c565b5f805f60608486031215613f8e575f80fd5b8335613f9981613944565b925060208401356001600160401b03811115613fb3575f80fd5b6134a986828701613be5565b5f60e08284031215613fcf575f80fd5b613fd7613241565b9050613fe2826131b5565b815260208201356001600160401b03811115613ffc575f80fd5b614008848285016132ed565b6020830152506040828101359082015261402460608301613bda565b606082015261403560808301613bda565b608082015261404660a083016134d7565b60a082015260c08201356001600160401b03811115614063575f80fd5b61406f848285016132ed565b60c08301525092915050565b5f805f6060848603121561408d575f80fd5b833561409881613944565b925060208401356001600160401b038111156140b2575f80fd5b6134a986828701613fbf565b5f602082840312156140ce575f80fd5b81356131db8161337c565b5f60e082840312156140e9575f80fd5b6140f1613241565b905081356140fe816138ed565b8152602082013561410e816131a1565b60208201526040820135614121816134e2565b60408201526060820135614134816134e2565b6060820152614145608083016134ef565b608082015260a0828101359082015260c09182013591810191909152919050565b5f805f6101208486031215614179575f80fd5b8335614184816131a1565b925061419385602086016140d9565b91506101008401356134ba8161344d565b5f80604083850312156141b5575f80fd5b82356138a681613944565b5f805f606084860312156141d2575f80fd5b83356141dd816131a1565b92506141eb6020850161378d565b915060408401356001600160401b03811115614205575f80fd5b6137688682870161379f565b6020815261425660208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a08084015261361960c0840182613f3c565b5f805f60608486031215614281575f80fd5b833561428c816131a1565b925060208401356001600160401b038111156142a6575f80fd5b6134a986828701613964565b5f80604083850312156142c3575f80fd5b82356142ce816131a1565b915060208301356001600160401b038111156142e8575f80fd5b613b2685828601613da6565b60808101610b5e828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f6102008284031215614346575f80fd5b61434e6132ca565b9050614359826131b5565b8152614367602083016131b5565b60208201526143798360408401613d77565b604082015261438b8360808401613d77565b606082015261439d8360c08401613d77565b60808201526143b0836101008401613d77565b60a08201526143c3836101408401613d77565b60c08201526143d6836101808401613d77565b60e08201526143e9836101c08401613d77565b61010082015292915050565b5f806102208385031215614407575f80fd5b8235614412816131a1565b91506144218460208501614335565b90509250929050565b5f805f6060848603121561443c575f80fd5b833561444781613944565b925060208401356001600160401b03811115614461575f80fd5b6134a986828701613b30565b5f805f6060848603121561447f575f80fd5b833561448a8161344d565b92506020840135613d258161344d565b5f80604083850312156144ab575f80fd5b82356138a6816138ed565b5f805f61024084860312156144c9575f80fd5b83356144d4816131a1565b92506144e38560208601614335565b91506102208401356134ba8161344d565b5f805f60608486031215614506575f80fd5b8335614511816131a1565b92506020840135613d2581613638565b5f806101008385031215614533575f80fd5b823561453e816131a1565b915061442184602085016140d9565b5f806040838503121561455e575f80fd5b823561456981613944565b915060208301356001600160401b03811115614583575f80fd5b613b2685828601613fbf565b60ff1981168114612905575f80fd5b5f80604083850312156145af575f80fd5b82356145ba8161344d565b915060208301356138b68161458f565b5f80604083850312156145db575f80fd5b82356145e6816131a1565b915060208301356001600160401b03811115614600575f80fd5b613b2685828601613e87565b5f805f806080858703121561461f575f80fd5b843561462a816131a1565b9350602085013561463a81613638565b925060408501356001600160401b03811115614654575f80fd5b61386e87828801613652565b602081525f825160c0602084015261467b60e0840182613f3c565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b03606085015116608084015260808401516146ce60a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526146ea8282613f3c565b95945050505050565b5f60208284031215614703575f80fd5b5051919050565b602081526147246020820183516001600160601b03169052565b5f60208301516101006040840152614740610120840182613f3c565b9050604084015161475c60608501826001600160601b03169052565b506060840151838203601f190160808501526147788282613f3c565b9150506080840151601f198483030160a08501526147968282613f3c565b91505060a08401516147b160c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151614818606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152614842610100840182613f3c565b905060a0840151601f198483030160c085015261485f8282613f3c565b91505060c08401516147d460e085018264ffffffffff169052565b6020815261ffff82511660208201526001600160601b0360208301511660408201525f6040830151608060608401526148b660a0840182613f3c565b905064ffffffffff60608501511660808401528091505092915050565b602081526148ed6020820183516001600160601b03169052565b5f602083015161490860408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff8116610100840152506101008301516102206101208401526149a5610240840182613f3c565b9050610120840151601f19848303016101408501526149c48282613f3c565b9150506101408401516149de61016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff81166102208501526147d4565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136196060840182613f3c565b602081525f82516101206020840152614ac1610140840182613f3c565b90506020840151604084015260408401516060840152606084015160808401526080840151614af860a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f19016101208501526146ea8282613f3c565b5f60208284031215614b55575f80fd5b81516131db816134e2565b602081526001600160601b0382511660208201525f6020830151614b91604084018280518252602090810151910152565b50604083015160e06080840152614bac610100840182613f3c565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f604083015160806060840152614c2860a0840182613f3c565b905063ffffffff60608501511660808401528091505092915050565b600181811c90821680614c5857607f821691505b602082108103614c7657634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e06040840152614cab610100840182613f3c565b90506040840151606084015263ffffffff60608501511660808401526080840151614cde60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e08501526146ea8282613f3c565b5f60e0820190506001600160401b0383511682526001600160601b0360208401511660208301526040830151151560408301526060830151151560608301526080830151614d5f608084018215159052565b5060a083015160a083015260c083015160c083015292915050565b5f60208284031215614d8a575f80fd5b81516131db8161337c565b81516001600160601b03168152602080830151610200830191614dc2908401826001600160601b03169052565b506040830151614ddf604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e084015261261d565b5f8085851115614e85575f80fd5b83861115614e91575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561261d576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a1457805f5260205f20601f840160051c81016020851015614f385750805b601f840160051c820191505b8181101561135a575f8155600101614f44565b81516001600160401b03811115614f7057614f706131e2565b614f8481614f7e8454614c44565b84614f13565b6020601f821160018114614fb6575f8315614f9f5750848201515b5f19600385901b1c1916600184901b17845561135a565b5f84815260208120601f198516915b82811015614fe55787850151825560209485019460019092019101614fc5565b508482101561500257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615021575f80fd5b81516131db8161344d565b5f6020828403121561503c575f80fd5b81516131db8161458f565b5f6001820161506457634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f6020828403121561507b575f80fd5b81516131db816138ed565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f80604083850312156150dc575f80fd5b82516150e7816134e2565b60208401519092506138b681613bc9565b5f60208284031215615108575f80fd5b81516131db81613bc9565b5f60208284031215615123575f80fd5b81516131db816131a1565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209478ca78f1755f60fcf59b6b40ab57ac11488e40ea75d5c12f6178ba5f90cae264736f6c634300081a0033",
|
3088
|
-
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610393575f3560e01c80638129fc1c116101df578063b0628dc311610109578063ca0e7f08116100a9578063f5884fc511610079578063f5884fc514610761578063f71d7ffe1461099b578063fae5df9b146109ae578063fe1f18d6146109c1575f80fd5b8063ca0e7f0814610917578063e80c61ed1461092a578063e9e96c701461093d578063f48016ce1461097a575f80fd5b8063b6d7cd62116100e4578063b6d7cd62146108be578063bb823eed146108d1578063bf1db3f9146108e4578063bf7e214f146108f7575f80fd5b8063b0628dc314610885578063b4d7efe214610898578063b5b3d9f9146108ab575f80fd5b8063a1fc10041161017f578063a6a67b1f1161014f578063a6a67b1f14610839578063a76ee0181461084c578063a89896751461085f578063af90250014610872575f80fd5b8063a1fc100414610761578063a284222914610787578063a46eb8dc1461079a578063a5961b4c146107ad575f80fd5b80638eb9000d116101ba5780638eb9000d146107155780638fb3603714610740578063985aeba7146107615780639f8151e514610774575f80fd5b80638129fc1c146106da57806381c2b282146106e25780638eaa6ac0146106f5575f80fd5b806338a699a4116102c057806354f6127f1161026057806361105e0e1161023057806361105e0e1461068e5780637a9e5e4b146106a15780637c9b0493146106b45780637cef4842146106c7575f80fd5b806354f6127f146105e85780635a8416b0146106085780635d4345cc146104a35780635eede1741461061b575f80fd5b806351dd844b1161029b57806351dd844b1461059c578063533086d4146105af57806353ebe129146105c257806354e5618e146105d5575f80fd5b806338a699a41461055357806340529b0f146105765780634846003a14610589575f80fd5b80630fad0eb1116103365780632a8ea7ac116103065780632a8ea7ac146105075780632f61088a1461051a57806330a130ba1461052d5780633870a77014610540575f80fd5b80630fad0eb1146104a3578063228e42ec146104b6578063248a77dd146104e1578063275c0595146104f4575f80fd5b806309648a9d1161037157806309648a9d1461041f5780630cfc3ba3146104585780630d3581811461046b5780630f6c29ef14610490575f80fd5b80630232ca491461039757806303c099ac146103df5780630632b17d146103f4575b5f80fd5b6103c26103a53660046131c0565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6103f26103ed366004613466565b6109d4565b005b6104076104023660046135e8565b610a19565b6040516001600160401b0390911681526020016103d6565b61044661042d366004613621565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016103d6565b6103f2610466366004613715565b610ad6565b610446610479366004613772565b60ff9081165f908152602081905260409020541690565b6103f261049e36600461381c565b610afd565b6103f26104b136600461388a565b610b2a565b6103c26104c43660046131c0565b6001600160601b039081165f908152600260205260409020541690565b6103c26104ef3660046138c1565b610b47565b6103f2610502366004613901565b610b64565b6103f2610515366004613ae4565b610bfc565b6103f2610528366004613b87565b610c31565b6103f261053b366004613cb8565b610ccf565b6103f261054e366004613cfa565b610d6d565b610566610561366004613621565b610d83565b60405190151581526020016103d6565b6103f261058436600461388a565b610e0b565b6103f2610597366004613d35565b610e22565b6103f26105aa366004613e44565b610e53565b6103c26105bd3660046138c1565b610e7b565b6103c26105d03660046138c1565b610e8f565b6103f26105e3366004613ef9565b610ea3565b6105fb6105f6366004613621565b610ecb565b6040516103d69190613f6a565b6103f2610616366004613f7c565b610f6d565b6106646106293660046131c0565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016103d6565b6103f261069c36600461407b565b61100b565b6103f26106af3660046140be565b6110a9565b6103f26106c2366004614166565b611130565b6103f26106d53660046141a4565b611158565b6103f26111e5565b6103f26106f03660046141c0565b611361565b610708610703366004613621565b611388565b6040516103d69190614211565b6103c26107233660046131c0565b6001600160601b039081165f908152600360205260409020541690565b6107486114a9565b6040516001600160e01b031990911681526020016103d6565b6103f261076f36600461426f565b6114df565b6103c26107823660046138c1565b611507565b6103f26107953660046141a4565b61151b565b6103f26107a83660046142b2565b611569565b61082c6107bb366004613621565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260078552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516103d691906142f4565b6103f26108473660046143f5565b61159a565b6103f261085a36600461442a565b6115c2565b6103f261086d36600461446d565b611660565b6103f26108803660046141a4565b611766565b6103c26108933660046138c1565b6117b4565b6103f26108a636600461449a565b6117c8565b6103f26108b93660046144b6565b611815565b6103f26108cc3660046144f4565b61183d565b6103f26108df366004614521565b611853565b6105666108f2366004613772565b61187b565b6108ff6118c7565b6040516001600160a01b0390911681526020016103d6565b6103f261092536600461454d565b6118e2565b6103c26109383660046138c1565b611980565b61056661094b36600461446d565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61098d61098836600461459e565b611994565b6040519081526020016103d6565b6103f26109a93660046145ca565b611a15565b6103f26109bc36600461460c565b611a46565b6103f26109cf36600461388a565b611a6d565b6109e0335b5f36611a84565b610a146109ee84600b611b82565b836040516020016109ff9190614660565b60405160208183030381529060405283611bcd565b505050565b5f610a23336109d9565b610a2b611d43565b604051630f37f38f60e41b81526001600160401b0382166004820152909150610ad19073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aac91906146f3565b83604051602001610abd919061470a565b604051602081830303815290604052611dd3565b919050565b610adf336109d9565b610a14610aec8484612197565b82604051602001610abd91906147dc565b610b06336109d9565b610b24610b1385856121e3565b836040516020016109ff919061487a565b50505050565b610b33336109d9565b610a14610b41836015611b82565b82612230565b5f610b51336109d9565b610b5b838361252b565b90505b92915050565b610b6d336109d9565b604051630f37f38f60e41b81526001600160401b0384166004820152610a149073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610bc7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610beb91906146f3565b836040516020016109ff919061470a565b610c05336109d9565b610c0e82612624565b610c2d610c1c836015611b82565b82604051602001610abd91906148d3565b5050565b610c3a336109d9565b6040516355ee627560e01b8152610c2d9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590610c7f906001600160c01b0319871690600401614a62565b602060405180830381865af4158015610c9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbe91906146f3565b82604051602001610abd9190614a77565b610cd8336109d9565b6040516355ee627560e01b8152610c2d9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610d1d906001600160c01b0319871690600401614a62565b602060405180830381865af4158015610d38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d5c91906146f3565b82604051602001610abd9190614aa4565b610d76336109d9565b610b24610b4184846121e3565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610de7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5e9190614b45565b610e14336109d9565b610a14610b4183601c611b82565b610e2b336109d9565b610e3482612624565b610c2d610e4283600b611b82565b82604051602001610abd9190614660565b610e5c336109d9565b610a14610e6a84601e611b82565b836040516020016109ff9190614b60565b5f610e85336109d9565b610b5b83836126d2565b5f610e99336109d9565b610b5b83836127b3565b610eac336109d9565b610a14610eba84601c611b82565b836040516020016109ff9190614beb565b5f818152600760205260409020600101805460609190610eea90614c44565b80601f0160208091040260200160405190810160405280929190818152602001828054610f1690614c44565b8015610f615780601f10610f3857610100808354040283529160200191610f61565b820191905f5260205f20905b815481529060010190602001808311610f4457829003601f168201915b50505050509050919050565b610f76336109d9565b6040516355ee627560e01b8152610a149073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590610fbb906001600160c01b0319881690600401614a62565b602060405180830381865af4158015610fd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ffa91906146f3565b836040516020016109ff9190614aa4565b611014336109d9565b6040516355ee627560e01b8152610a149073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611059906001600160c01b0319881690600401614a62565b602060405180830381865af4158015611074573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109891906146f3565b836040516020016109ff9190614c7c565b336110b26118c7565b6001600160a01b0316816001600160a01b0316146110f25760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03611127576040516361798f2f60e11b81526001600160a01b03831660048201526024016110e9565b610c2d82612894565b611139336109d9565b610a1461114784600f611b82565b836040516020016109ff9190614d0d565b611161336109d9565b6040516355ee627560e01b8152610a149073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b602060405180830381865af41580156111c1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4191906146f3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156112295750825b90505f826001600160401b031660011480156112445750303b155b905081158015611252575080155b156112705760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561129a57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff9190614d7a565b905061130a816128f4565b611312612908565b5050831561135a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050565b61136a336109d9565b610a1461137784846121e3565b82604051602001610abd919061487a565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260076020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161142290614c44565b80601f016020809104026020016040519081016040528092919081815260200182805461144e90614c44565b80156114995780601f1061147057610100808354040283529160200191611499565b820191905f5260205f20905b81548152906001019060200180831161147c57829003601f168201915b5050505050815250509050919050565b5f8051602061514383398151915280545f9190600160a01b900460ff166114d0575f6114d9565b638fb3603760e01b5b91505090565b6114e8336109d9565b610a146114f6846015611b82565b836040516020016109ff91906148d3565b5f611511336109d9565b610b5b838361291a565b611524336109d9565b6040516355ee627560e01b8152610a149073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b611572336109d9565b61157b82612624565b610c2d61158983601e611b82565b82604051602001610abd9190614b60565b6115a3336109d9565b610c2d6115b183600c611b82565b82604051602001610abd9190614d95565b6115cb336109d9565b6040516355ee627560e01b8152610a149073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590611610906001600160c01b0319881690600401614a62565b602060405180830381865af415801561162b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061164f91906146f3565b836040516020016109ff9190614a77565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156116c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116e69190614b45565b15611709576040516321b9f44760e01b815260ff841660048201526024016110e9565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416610a1457604051636bb20ea760e01b815260ff80851660048301528084166024830152821660448201526064016110e9565b61176f336109d9565b6040516355ee627560e01b8152610a149073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906111a6906001600160c01b0319871690600401614a62565b5f6117be336109d9565b610b5b83836129fb565b6117d1336109d9565b604051630f37f38f60e41b81526001600160401b0383166004820152610a149073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f0906024016111a6565b61181e336109d9565b610a1461182c84600c611b82565b836040516020016109ff9190614d95565b611846336109d9565b610b24610b418484612197565b61185c336109d9565b610c2d61186a83600f611b82565b82604051602001610abd9190614d0d565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610dcc565b5f80516020615143833981519152546001600160a01b031690565b6118eb336109d9565b6040516355ee627560e01b8152610c2d9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590611930906001600160c01b0319871690600401614a62565b602060405180830381865af415801561194b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061196f91906146f3565b82604051602001610abd9190614c7c565b5f61198a336109d9565b610b5b8383612adc565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af41580156119f1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5b91906146f3565b611a1e336109d9565b611a2782612624565b610c2d611a3583601c611b82565b82604051602001610abd9190614beb565b611a4f336109d9565b610b24611a5c8585612197565b836040516020016109ff91906147dc565b611a76336109d9565b610a14610b4183601e611b82565b5f805160206151438339815191525f80611abc611a9f6118c7565b8730611aae60045f8a8c614e77565b611ab791614e9e565b612bbd565b9150915081611b7a5763ffffffff811615611b5757825460ff60a01b1916600160a01b178355611aea6118c7565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611b1993929190614ed4565b5f604051808303815f87803b158015611b30575f80fd5b505af1158015611b42573d5f803e3d5ffd5b5050845460ff60a01b1916855550611b7a9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016110e9565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c8906044016119d6565b5f611bd88483612230565b5f858152600760205260409020909150600101611bf58482614f57565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611c66573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c8a9190615011565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015611cd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfc919061502c565b6040805160ff938416815260ff199290921660208301529185168183015233606082015232608082015263ffffffff841660a082015290519081900360c00190a150505050565b600880545f9182611d5383615047565b9091555050600854604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015611daa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dce919061506b565b905090565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015611e23573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e479190615011565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611e9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ebe9190614b45565b15611ee1576040516307014a8d60e51b815260ff821660048201526024016110e9565b5f83815260076020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015611f47573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f6b9190614b45565b15611f9557604051633f92eac960e21b81526004810185905260ff831660248201526044016110e9565b611f9e8261187b565b611fc057604051636cb0978b60e11b815260ff831660048201526024016110e9565b5f611fc9612cc5565b60ff8085165f908152602081905260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f8781526007602052604090209091506001016120538682614f57565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156120c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120e89190615011565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612136573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061215a919061502c565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b604051637d56159160e11b815261ffff821660048201526001600160601b03831660248201525f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b22906044016119d6565b604051635927341160e01b815262ffffff821660048201526001600160601b03831660248201525f9073__$0f9396e6447a4be57af83e53f51d234633$__906359273411906044016119d6565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015612282573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a69190614b45565b156122c75760405163093b89e160e11b8152600481018490526024016110e9565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561233d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123619190614b45565b156123825760405163566ebf7960e01b8152600481018690526024016110e9565b60ff808516146124fd57815461239c9060ff168286611660565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561241e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124429190615011565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612490573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124b4919061502c565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b612505612cc5565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040812054839060ff1661257057604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260036020526040902054612594911684612d31565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb08c267f0a5e1593171021f433a0805c3818d5b57ea45f0609ddb7163dc228a79161260c9187918791879163ffffffff90911690615086565b60405180910390a161261d84612db6565b5092915050565b6001600160601b0381165f9081526005602052604090205460ff1615612668576040516314d5804160e01b81526001600160601b03821660048201526024016110e9565b6001600160601b0381165f908152600560205260409020805460ff1916600117905561269381612db6565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040812054839060ff1661271757604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f9081526004602052604090205461273b911684612e53565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f72d83b31d9d848984842915e1bf55e0b10f5c5c208ea2e893df958de0472fc629161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff166127f857604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f9081526003602052604090205461281c911684612e53565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fb254741d2e56b5fc092dabf9d2224554522d8bc0c08a1ffdce59fe0acae2bfc99161260c9187918791879163ffffffff90911690615086565b5f8051602061514383398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6128fc612e9d565b61290581612ee6565b50565b612910612e9d565b612918612ef7565b565b6001600160601b0382165f90815260056020526040812054839060ff1661295f57604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260026020526040902054612983911684612d31565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f5b04742c456b2820460f06a699b464350ad00ad419b30c9bb74699e0d1e64b669161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff16612a4057604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260026020526040902054612a64911684612e53565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507f4068631e6ddfc25f1831c04cd7b41e313620779732e776b6e8e62273fccd6e6d9161260c9187918791879163ffffffff90911690615086565b6001600160601b0382165f90815260056020526040812054839060ff16612b2157604051631e94ffd760e11b81526001600160601b03821660048201526024016110e9565b6001600160601b038085165f90815260046020526040902054612b45911684612d31565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600690528190205490519193507fee2ce932811dedb09eb973e9da29180e86fe3bab034360124e0fd962f795daad9161260c9187918791879163ffffffff90911690615086565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612c2b91906150b5565b5f60405180830381855afa9150503d805f8114612c63576040519150601f19603f3d011682016040523d82523d5f602084013e612c68565b606091505b50915091508115612cba576040815110612c9a5780806020019051810190612c9091906150cb565b9094509250612cba565b6020815110612cba5780806020019051810190612cb79190614b45565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dce91906150f8565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015612d92573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5b9190615113565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dfd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e2191906150f8565b6001600160601b03919091165f908152600660205260409020805463ffffffff191663ffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401612d77565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661291857604051631afcd79f60e31b815260040160405180910390fd5b612eee612e9d565b61290581612894565b612eff612f47565b612f07612f8d565b612f0f612fba565b612f17612ffd565b612f1f61302f565b612f27613049565b612f2f613071565b612f376130b2565b612f3f6130bc565b6129186130c6565b612f54601e5b60046130ee565b612f63601e5b6004606e613130565b612f72601e60045b60c8613130565b612f81601e5b606e6004613130565b612918601e606e612f6b565b612f97600b612f4d565b612fa1600b612f5a565b612fab600b612f78565b612918600b5b606e60d2613130565b612fc66015600a6130ee565b612fd46015600a6014613130565b612fe36015600a5b601e613130565b612ff16015600a6028613130565b61291860156028612f6b565b613009601660326130ee565b613017601660326033613130565b61302360166032612fdc565b61291860166033612f6b565b61303b6017603c6130ee565b6129186017603c60dc613130565b6130536018612f4d565b61305d6018612f5a565b6130676018612f78565b6129186018612fb1565b61307b601a612f4d565b61308a601a60045b6046613130565b613098601a60046007613130565b6130a4601a6007613083565b612918601a60046048613130565b612918600f612f4d565b612918600c612f4d565b6130d0600e612f4d565b6130da601c612f4d565b6130e4601b612f4d565b612918601d612f4d565b60ff8281165f90815260208190526040902054161561310f5761310f61512e565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f90815260016020908152604080832086851684528252808320858516845290915290205416156131685761316861512e565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114612905575f80fd5b8035610ad1816131a1565b5f602082840312156131d0575f80fd5b81356131db816131a1565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b0381118282101715613218576132186131e2565b60405290565b60405161010081016001600160401b0381118282101715613218576132186131e2565b60405160e081016001600160401b0381118282101715613218576132186131e2565b604051608081016001600160401b0381118282101715613218576132186131e2565b60405161022081016001600160401b0381118282101715613218576132186131e2565b604080519081016001600160401b0381118282101715613218576132186131e2565b60405161012081016001600160401b0381118282101715613218576132186131e2565b5f82601f8301126132fc575f80fd5b8135602083015f806001600160401b0384111561331b5761331b6131e2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715613349576133496131e2565b604052838152905080828401871015613360575f80fd5b838360208301375f602085830101528094505050505092915050565b6001600160a01b0381168114612905575f80fd5b8035610ad18161337c565b5f60c082840312156133ab575f80fd5b6133b36131f6565b905081356001600160401b038111156133ca575f80fd5b6133d6848285016132ed565b8252506133e5602083016131b5565b60208201526133f660408301613390565b604082015261340760608301613390565b606082015261341860808301613390565b608082015260a08201356001600160401b03811115613435575f80fd5b613441848285016132ed565b60a08301525092915050565b60ff81168114612905575f80fd5b8035610ad18161344d565b5f805f60608486031215613478575f80fd5b8335613483816131a1565b925060208401356001600160401b0381111561349d575f80fd5b6134a98682870161339b565b92505060408401356134ba8161344d565b809150509250925092565b64ffffffffff81168114612905575f80fd5b8035610ad1816134c5565b8015158114612905575f80fd5b8035610ad1816134e2565b5f610100828403121561350b575f80fd5b61351361321e565b905061351e826131b5565b815260208201356001600160401b03811115613538575f80fd5b613544848285016132ed565b602083015250613556604083016131b5565b604082015260608201356001600160401b03811115613573575f80fd5b61357f848285016132ed565b60608301525060808201356001600160401b0381111561359d575f80fd5b6135a9848285016132ed565b6080830152506135bb60a083016134d7565b60a08201526135cc60c083016134d7565b60c08201526135dd60e083016134ef565b60e082015292915050565b5f602082840312156135f8575f80fd5b81356001600160401b0381111561360d575f80fd5b613619848285016134fa565b949350505050565b5f60208284031215613631575f80fd5b5035919050565b61ffff81168114612905575f80fd5b8035610ad181613638565b5f60e08284031215613662575f80fd5b61366a613241565b9050613675826131b5565b8152613683602083016131b5565b60208201526136946040830161345b565b60408201526136a56060830161345b565b606082015260808201356001600160401b038111156136c2575f80fd5b6136ce848285016132ed565b60808301525060a08201356001600160401b038111156136ec575f80fd5b6136f8848285016132ed565b60a08301525061370a60c083016134d7565b60c082015292915050565b5f805f60608486031215613727575f80fd5b8335613732816131a1565b9250602084013561374281613638565b915060408401356001600160401b0381111561375c575f80fd5b61376886828701613652565b9150509250925092565b5f60208284031215613782575f80fd5b81356131db8161344d565b803562ffffff81168114610ad1575f80fd5b5f608082840312156137af575f80fd5b6137b7613263565b905081356137c481613638565b815260208201356137d4816131a1565b602082015260408201356001600160401b038111156137f1575f80fd5b6137fd848285016132ed565b6040830152506060820135613811816134c5565b606082015292915050565b5f805f806080858703121561382f575f80fd5b843561383a816131a1565b93506138486020860161378d565b925060408501356001600160401b03811115613862575f80fd5b61386e8782880161379f565b925050606085013561387f8161344d565b939692955090935050565b5f806040838503121561389b575f80fd5b82356138a6816131a1565b915060208301356138b68161344d565b809150509250929050565b5f80604083850312156138d2575f80fd5b82356138dd816131a1565b915060208301356138b6816131a1565b6001600160401b0381168114612905575f80fd5b5f805f60608486031215613913575f80fd5b833561391e816138ed565b925060208401356001600160401b03811115613938575f80fd5b6134a9868287016134fa565b6001600160c01b031981168114612905575f80fd5b8035610ad181613944565b5f6102208284031215613975575f80fd5b61397d613285565b9050613988826131b5565b8152613996602083016131b5565b60208201526139a760408301613959565b60408201526139b860608301613959565b60608201526139c9608083016131b5565b60808201526139da60a083016131b5565b60a08201526139eb60c083016131b5565b60c08201526139fc60e083016134d7565b60e08201526101008201356001600160401b03811115613a1a575f80fd5b613a26848285016132ed565b610100830152506101208201356001600160401b03811115613a46575f80fd5b613a52848285016132ed565b61012083015250613a666101408301613647565b610140820152613a796101608301613647565b610160820152613a8c61018083016131b5565b610180820152613a9f6101a083016131b5565b6101a0820152613ab26101c083016134d7565b6101c0820152613ac56101e083016134d7565b6101e0820152613ad861020083016134d7565b61020082015292915050565b5f8060408385031215613af5575f80fd5b8235613b00816131a1565b915060208301356001600160401b03811115613b1a575f80fd5b613b2685828601613964565b9150509250929050565b5f60408284031215613b40575f80fd5b613b486132a8565b90508135613b55816131a1565b815260208201356001600160401b03811115613b6f575f80fd5b613b7b848285016132ed565b60208301525092915050565b5f8060408385031215613b98575f80fd5b8235613ba381613944565b915060208301356001600160401b03811115613bbd575f80fd5b613b2685828601613b30565b63ffffffff81168114612905575f80fd5b8035610ad181613bc9565b5f6101208284031215613bf6575f80fd5b613bfe6132ca565b905081356001600160401b03811115613c15575f80fd5b613c21848285016132ed565b825250602082810135908201526040808301359082015260608083013590820152613c4e60808301613bda565b6080820152613c5f60a08301613bda565b60a0820152613c7060c083016134ef565b60c0820152613c8160e083016134ef565b60e08201526101008201356001600160401b03811115613c9f575f80fd5b613cab848285016132ed565b6101008301525092915050565b5f8060408385031215613cc9575f80fd5b8235613cd481613944565b915060208301356001600160401b03811115613cee575f80fd5b613b2685828601613be5565b5f805f60608486031215613d0c575f80fd5b8335613d17816131a1565b9250613d256020850161378d565b915060408401356134ba8161344d565b5f8060408385031215613d46575f80fd5b8235613d51816131a1565b915060208301356001600160401b03811115613d6b575f80fd5b613b268582860161339b565b5f60408284031215613d87575f80fd5b613d8f6132a8565b823581526020928301359281019290925250919050565b5f60e08284031215613db6575f80fd5b613dbe6131f6565b90508135613dcb816131a1565b8152613dda8360208401613d77565b602082015260608201356001600160401b03811115613df7575f80fd5b613e03848285016132ed565b6040830152506080820135613e17816134c5565b6060820152613e2860a083016134d7565b6080820152613e3960c083016134d7565b60a082015292915050565b5f805f60608486031215613e56575f80fd5b8335613e61816131a1565b925060208401356001600160401b03811115613e7b575f80fd5b6134a986828701613da6565b5f60808284031215613e97575f80fd5b613e9f613263565b90508135613eac81613944565b81526020820135613ebc816134e2565b602082015260408201356001600160401b03811115613ed9575f80fd5b613ee5848285016132ed565b604083015250606082013561381181613bc9565b5f805f60608486031215613f0b575f80fd5b8335613f16816131a1565b925060208401356001600160401b03811115613f30575f80fd5b6134a986828701613e87565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610b5b6020830184613f3c565b5f805f60608486031215613f8e575f80fd5b8335613f9981613944565b925060208401356001600160401b03811115613fb3575f80fd5b6134a986828701613be5565b5f60e08284031215613fcf575f80fd5b613fd7613241565b9050613fe2826131b5565b815260208201356001600160401b03811115613ffc575f80fd5b614008848285016132ed565b6020830152506040828101359082015261402460608301613bda565b606082015261403560808301613bda565b608082015261404660a083016134d7565b60a082015260c08201356001600160401b03811115614063575f80fd5b61406f848285016132ed565b60c08301525092915050565b5f805f6060848603121561408d575f80fd5b833561409881613944565b925060208401356001600160401b038111156140b2575f80fd5b6134a986828701613fbf565b5f602082840312156140ce575f80fd5b81356131db8161337c565b5f60e082840312156140e9575f80fd5b6140f1613241565b905081356140fe816138ed565b8152602082013561410e816131a1565b60208201526040820135614121816134e2565b60408201526060820135614134816134e2565b6060820152614145608083016134ef565b608082015260a0828101359082015260c09182013591810191909152919050565b5f805f6101208486031215614179575f80fd5b8335614184816131a1565b925061419385602086016140d9565b91506101008401356134ba8161344d565b5f80604083850312156141b5575f80fd5b82356138a681613944565b5f805f606084860312156141d2575f80fd5b83356141dd816131a1565b92506141eb6020850161378d565b915060408401356001600160401b03811115614205575f80fd5b6137688682870161379f565b6020815261425660208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a08084015261361960c0840182613f3c565b5f805f60608486031215614281575f80fd5b833561428c816131a1565b925060208401356001600160401b038111156142a6575f80fd5b6134a986828701613964565b5f80604083850312156142c3575f80fd5b82356142ce816131a1565b915060208301356001600160401b038111156142e8575f80fd5b613b2685828601613da6565b60808101610b5e828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f6102008284031215614346575f80fd5b61434e6132ca565b9050614359826131b5565b8152614367602083016131b5565b60208201526143798360408401613d77565b604082015261438b8360808401613d77565b606082015261439d8360c08401613d77565b60808201526143b0836101008401613d77565b60a08201526143c3836101408401613d77565b60c08201526143d6836101808401613d77565b60e08201526143e9836101c08401613d77565b61010082015292915050565b5f806102208385031215614407575f80fd5b8235614412816131a1565b91506144218460208501614335565b90509250929050565b5f805f6060848603121561443c575f80fd5b833561444781613944565b925060208401356001600160401b03811115614461575f80fd5b6134a986828701613b30565b5f805f6060848603121561447f575f80fd5b833561448a8161344d565b92506020840135613d258161344d565b5f80604083850312156144ab575f80fd5b82356138a6816138ed565b5f805f61024084860312156144c9575f80fd5b83356144d4816131a1565b92506144e38560208601614335565b91506102208401356134ba8161344d565b5f805f60608486031215614506575f80fd5b8335614511816131a1565b92506020840135613d2581613638565b5f806101008385031215614533575f80fd5b823561453e816131a1565b915061442184602085016140d9565b5f806040838503121561455e575f80fd5b823561456981613944565b915060208301356001600160401b03811115614583575f80fd5b613b2685828601613fbf565b60ff1981168114612905575f80fd5b5f80604083850312156145af575f80fd5b82356145ba8161344d565b915060208301356138b68161458f565b5f80604083850312156145db575f80fd5b82356145e6816131a1565b915060208301356001600160401b03811115614600575f80fd5b613b2685828601613e87565b5f805f806080858703121561461f575f80fd5b843561462a816131a1565b9350602085013561463a81613638565b925060408501356001600160401b03811115614654575f80fd5b61386e87828801613652565b602081525f825160c0602084015261467b60e0840182613f3c565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b03606085015116608084015260808401516146ce60a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526146ea8282613f3c565b95945050505050565b5f60208284031215614703575f80fd5b5051919050565b602081526147246020820183516001600160601b03169052565b5f60208301516101006040840152614740610120840182613f3c565b9050604084015161475c60608501826001600160601b03169052565b506060840151838203601f190160808501526147788282613f3c565b9150506080840151601f198483030160a08501526147968282613f3c565b91505060a08401516147b160c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501525b509392505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151614818606084018260ff169052565b50606083015160ff8116608084015250608083015160e060a0840152614842610100840182613f3c565b905060a0840151601f198483030160c085015261485f8282613f3c565b91505060c08401516147d460e085018264ffffffffff169052565b6020815261ffff82511660208201526001600160601b0360208301511660408201525f6040830151608060608401526148b660a0840182613f3c565b905064ffffffffff60608501511660808401528091505092915050565b602081526148ed6020820183516001600160601b03169052565b5f602083015161490860408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015164ffffffffff8116610100840152506101008301516102206101208401526149a5610240840182613f3c565b9050610120840151601f19848303016101408501526149c48282613f3c565b9150506101408401516149de61016085018261ffff169052565b5061016084015161ffff8116610180850152506101808401516001600160601b0381166101a0850152506101a08401516001600160601b0381166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501525061020084015164ffffffffff81166102208501526147d4565b6001600160c01b031991909116815260200190565b602081526001600160601b0382511660208201525f60208301516040808401526136196060840182613f3c565b602081525f82516101206020840152614ac1610140840182613f3c565b90506020840151604084015260408401516060840152606084015160808401526080840151614af860a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f19016101208501526146ea8282613f3c565b5f60208284031215614b55575f80fd5b81516131db816134e2565b602081526001600160601b0382511660208201525f6020830151614b91604084018280518252602090810151910152565b50604083015160e06080840152614bac610100840182613f3c565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f604083015160806060840152614c2860a0840182613f3c565b905063ffffffff60608501511660808401528091505092915050565b600181811c90821680614c5857607f821691505b602082108103614c7657634e487b7160e01b5f52602260045260245ffd5b50919050565b602081526001600160601b0382511660208201525f602083015160e06040840152614cab610100840182613f3c565b90506040840151606084015263ffffffff60608501511660808401526080840151614cde60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e08501526146ea8282613f3c565b5f60e0820190506001600160401b0383511682526001600160601b0360208401511660208301526040830151151560408301526060830151151560608301526080830151614d5f608084018215159052565b5060a083015160a083015260c083015160c083015292915050565b5f60208284031215614d8a575f80fd5b81516131db8161337c565b81516001600160601b03168152602080830151610200830191614dc2908401826001600160601b03169052565b506040830151614ddf604084018280518252602090810151910152565b50606083015180516080840152602081015160a0840152506080830151805160c0840152602081015160e08401525060a0830151805161010084015260208101516101208401525060c0830151805161014084015260208101516101608401525060e0830151805161018084015260208101516101a08401525061010083015180516101c084015260208101516101e084015261261d565b5f8085851115614e85575f80fd5b83861115614e91575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561261d576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f821115610a1457805f5260205f20601f840160051c81016020851015614f385750805b601f840160051c820191505b8181101561135a575f8155600101614f44565b81516001600160401b03811115614f7057614f706131e2565b614f8481614f7e8454614c44565b84614f13565b6020601f821160018114614fb6575f8315614f9f5750848201515b5f19600385901b1c1916600184901b17845561135a565b5f84815260208120601f198516915b82811015614fe55787850151825560209485019460019092019101614fc5565b508482101561500257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215615021575f80fd5b81516131db8161344d565b5f6020828403121561503c575f80fd5b81516131db8161458f565b5f6001820161506457634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f6020828403121561507b575f80fd5b81516131db816138ed565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f82518060208501845e5f920191825250919050565b5f80604083850312156150dc575f80fd5b82516150e7816134e2565b60208401519092506138b681613bc9565b5f60208284031215615108575f80fd5b81516131db81613bc9565b5f60208284031215615123575f80fd5b81516131db816131a1565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209478ca78f1755f60fcf59b6b40ab57ac11488e40ea75d5c12f6178ba5f90cae264736f6c634300081a0033",
|
2696
|
+
"bytecode": "0x60806040525f6006553480156012575f80fd5b50615af3806100205f395ff3fe608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063bf1db3f9116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063bf1db3f914610729578063bf7e214f1461073c578063d06458c61461075c578063d7719f461461077c578063e2586c581461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b4d7efe214610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b80634793b4ab1161020357806354f1fa81116101bd57806354f1fa81146104c757806357f80bbf146104da5780635eede174146104fa578063623e7a0f1461056d578063733044ca146105805780637a9e5e4b14610593575f80fd5b80634793b4ab14610448578063490840b4146104685780634a8243921461047b5780634bb2d1971461048e578063533086d4146104a157806353ebe129146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d457806334777712146103e757806338a699a41461041257806340529b0f14610435575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a936600461455f565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f13660046147f5565b610879565b005b61031f610306366004614854565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f36600461486b565b60ff9081165f908152602081905260409020541690565b61036961036436600461489b565b6109d6565b6040516102da91906148e4565b6102c661038436600461455f565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046149a2565b610c4a565b6103c76103c236600461455f565b610c65565b6040516102da91906149d9565b6102f66103e2366004614afd565b610cff565b6103fa6103f5366004614c2e565b610def565b6040516001600160401b0390911681526020016102da565b610425610420366004614854565b610fe1565b60405190151581526020016102da565b6102f6610443366004614c5f565b61106f565b61045b61045636600461455f565b6110f5565b6040516102da9190614c8b565b6102f6610476366004614db4565b6111e8565b6102f6610489366004614e7c565b61132e565b6102f661049c366004614fc3565b611517565b6102c66104af3660046149a2565b6116fd565b6102c66104c23660046149a2565b611711565b6102f66104d5366004615005565b611725565b6104ed6104e836600461455f565b611883565b6040516102da919061505e565b61054361050836600461455f565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661057b36600461517d565b611964565b6102f661058e3660046151d4565b611a38565b6102f66105a1366004615217565b611c05565b6102f66105b4366004615232565b611c8b565b6102f6611e8a565b6102c66105cf36600461455f565b6001600160601b039081165f908152600360205260409020541690565b6105f4612002565b6040516001600160e01b031990911681526020016102da565b6102f661061b366004615275565b612038565b6102f661062e3660046152b8565b61220f565b6102c66106413660046149a2565b61233e565b6102f66106543660046152f6565b612352565b6106bf610667366004614854565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046152f6565b61243f565b6102c66107113660046149a2565b61252c565b6102f6610724366004615312565b612540565b61042561073736600461486b565b612627565b610744612673565b6040516001600160a01b0390911681526020016102da565b61076f61076a36600461489b565b61268e565b6040516102da919061532e565b6102f661078a36600461540c565b6128ad565b6102f661079d36600461544e565b6129e7565b6102c66107b03660046149a2565b612aab565b6104256107c3366004615490565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61080561080036600461455f565b612abf565b6040516102da91906154cd565b61082561082036600461551b565b612bb6565b6040519081526020016102da565b6102f661084136600461554d565b612c37565b6102f6610854366004614c5f565b612d17565b61086c61086736600461558f565b612d8e565b6040516102da91906155aa565b610885335b5f36612f5f565b5f61089184601661305d565b5f8181526007602052604081205491925090610100900460ff1690505f6108b883856130a8565b5f848152600d602090815260409182902088518154838b0151948b015160608c01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808901518051920151909216600160a01b026001600160a01b0390911617600182015560a08701519192508691600282019061098990826156ec565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88683863332866040516109c6969594939291906157a6565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a59906001600160c01b03198816906004016157f1565b602060405180830381865af4158015610a74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a989190615806565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b339061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054610b5f9061566b565b8015610baa5780601f10610b8157610100808354040283529160200191610baa565b820191905f5260205f20905b815481529060010190602001808311610b8d57829003601f168201915b50505050508152602001600382018054610bc39061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054610bef9061566b565b8015610c3a5780601f10610c1157610100808354040283529160200191610c3a565b820191905f5260205f20905b815481529060010190602001808311610c1d57829003601f168201915b5050505050815250509050919050565b5f610c543361087e565b610c5e83836132bd565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c9584601761305d565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bc39061566b565b610d083361087e565b5f610d1484601761305d565b5f8181526007602052604081205491925090610100900460ff1690505f610d3b83856130a8565b5f848152600b602090815260409182902088518154928a0151938a015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606087015191925086916001820190610db290826156ec565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778683863332866040516109c6969594939291906157a6565b5f610df93361087e565b610e0161342d565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610e5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e809190615806565b9050610e8b816134bd565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610f4390826156ec565b5060c08201516003820190610f5890826156ec565b5060e08201516004820190610f6d90826156ec565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015611045573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611069919061581d565b92915050565b6110783361087e565b5f61108483601761305d565b5f8181526007602052604081205491925090610100900460ff1690505f6110ab83856130a8565b90507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778583863332866040516110e6969594939291906157a6565b60405180910390a15050505050565b61113c6040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f61114a84601661305d565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bc39061566b565b6111f13361087e565b5f6111fd83600f61305d565b9050611208816134bd565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b6113373361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061137a906001600160c01b03198716906004016157f1565b602060405180830381865af4158015611395573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b99190615806565b90506113c4816134bd565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c0830151839190600282019061149590826156ec565b5060e082015160038201906114aa90826156ec565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611321565b6115203361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611563906001600160c01b03198716906004016157f1565b602060405180830381865af415801561157e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a29190615806565b90506115ad816134bd565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b0319169190921617905561010083015183919060038201906116a590826156ec565b5061012082015160048201906116bb90826156ec565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff166114e8565b5f6117073361087e565b610c5e8383613768565b5f61171b3361087e565b610c5e83836138c0565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611787573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117ab919061581d565b156117d95760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff8085169083161461181a5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016117d0565b60ff8084165f9081526001602090815260408083208885168452825280832085851684529091529020541661187d5760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016117d0565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f6118c984600f61305d565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b61196d3361087e565b5f61197984600b61305d565b5f8181526007602052604081205491925090610100900460ff1690505f6119a083856130a8565b5f8481526008602052604090208651919250869181906119c090826156ec565b5060208201516001820180546001600160a01b0319166001600160a01b03909216919091179055604082015160028201906119fb90826156ec565b509050507ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab99058683863332866040516109c6969594939291906157a6565b611a413361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611abd9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f611ae483856130a8565b5f848152600e602090815260409182902088518154928a0151938a015160608b01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608088015160018301805464ffffffffff19169190921617905560a087015191925086916002820190611b9e90826156ec565b5060c08201516003820190611bb390826156ec565b5060e08201516004820190611bc890826156ec565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8683863332866040516109c696959493929190615838565b33611c0e612673565b6001600160a01b0316816001600160a01b031614611c495760405162d1953b60e31b81526001600160a01b03821660048201526024016117d0565b816001600160a01b03163b5f03611c7e576040516361798f2f60e11b81526001600160a01b03831660048201526024016117d0565b611c8782613a18565b5050565b611c943361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611cd7906001600160c01b03198816906004016157f1565b602060405180830381865af4158015611cf2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d169190615806565b5f8181526007602052604081205491925090610100900460ff1690505f611d3d83856130a8565b5f848152600a60209081526040918290208851918901516001600160a01b03928316600160a01b6001600160601b0390921682021782559289015160018201805460608c015160808d015160a08e015160c08f01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08801516002830180546001600160a01b0319169190921617905561010087015191925086916003820190611e3790826156ec565b506101208201516004820190611e4d90826156ec565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8683863332866040516109c696959493929190615883565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ece5750825b90505f826001600160401b03166001148015611ee95750303b155b905081158015611ef7575080155b15611f155760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f3f57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa491906158cf565b9050611faf81613a78565b611fb7613a8c565b50508315611ffb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016110e6565b5050505050565b5f80516020615a9e83398151915280545f9190600160a01b900460ff16612029575f612032565b638fb3603760e01b5b91505090565b6120413361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612084906001600160c01b03198816906004016157f1565b602060405180830381865af415801561209f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c39190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6120ea83856130a8565b5f848152600c602090815260409182902088518154928a0151938a015160608b015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608087015160018201805460a08a015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c0870151919250869160028201906121bd90826156ec565b5060e082015160038201906121d290826156ec565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98683863332866040516109c696959493929190615883565b6122183361087e565b5f61222484600f61305d565b5f8181526007602052604081205491925090610100900460ff1690505f61224b83856130a8565b5f848152600960209081526040918290208851918901516001600160601b03909216600160601b6001600160a01b0393841602178155888301516001909101805460608b015160808c015160a08d015160c08e0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b91151591909102179055519091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109c6908890859088903390329088906157a6565b5f6123483361087e565b610c5e8383613a9e565b61235b3361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061239e906001600160c01b03198716906004016157f1565b602060405180830381865af41580156123b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123dd9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f61240483856130a8565b90507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8583863332866040516110e696959493929190615883565b6124483361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061248b906001600160c01b03198716906004016157f1565b602060405180830381865af41580156124a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ca9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6124f183856130a8565b90507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98583863332866040516110e696959493929190615883565b5f6125363361087e565b610c5e8383613bf6565b6125493361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125c59190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6125ec83856130a8565b90507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8583863332866040516110e696959493929190615838565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf9060240161102a565b5f80516020615a9e833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612721906001600160c01b03198816906004016157f1565b602060405180830381865af415801561273c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127609190615806565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061281d9061566b565b80601f01602080910402602001604051908101604052809291908181526020018280546128499061566b565b80156128945780601f1061286b57610100808354040283529160200191612894565b820191905f5260205f20905b81548152906001019060200180831161287757829003601f168201915b50505050508152602001600482018054610bc39061566b565b6128b63361087e565b6128bf82613d4e565b5f6128cb83601661305d565b90506128d6816134bd565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129a590826156ec565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff166112f7565b6129f03361087e565b6129f982613d4e565b5f612a0583600b61305d565b9050612a10816134bd565b5f81815260086020526040902082518391908190612a2e90826156ec565b5060208201516001820180546001600160a01b0319166001600160a01b0390921691909117905560408201516002820190612a6990826156ec565b5050505f818152600760205260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff166112f7565b5f612ab53361087e565b610c5e8383613e51565b60408051606080820183528082525f60208301529181019190915260085f612ae884600b61305d565b81526020019081526020015f206040518060600160405290815f82018054612b0f9061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054612b3b9061566b565b8015612b865780601f10612b5d57610100808354040283529160200191612b86565b820191905f5260205f20905b815481529060010190602001808311612b6957829003601f168201915b505050918352505060018201546001600160a01b03166020820152600282018054604090920191610bc39061566b565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612c13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5e9190615806565b612c403361087e565b612c4982613d4e565b5f612c5583601761305d565b9050612c60816134bd565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612cd590826156ec565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff166112f7565b612d203361087e565b5f612d2c83601661305d565b5f8181526007602052604081205491925090610100900460ff1690505f612d5383856130a8565b90507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88583863332866040516110e6969594939291906157a6565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612e26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4a9190615806565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612ecf9061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054612efb9061566b565b8015612f465780601f10612f1d57610100808354040283529160200191612f46565b820191905f5260205f20905b815481529060010190602001808311612f2957829003601f168201915b5050505050815260200160038201805461281d9061566b565b5f80516020615a9e8339815191525f80612f97612f7a612673565b8730612f8960045f8a8c6158ea565b612f9291615911565b613fa9565b91509150816130555763ffffffff81161561303257825460ff60a01b1916600160a01b178355612fc5612673565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ff493929190615947565b5f604051808303815f87803b15801561300b575f80fd5b505af115801561301d573d5f803e3d5ffd5b5050845460ff60a01b19168555506130559050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016117d0565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612bf8565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311e919061581d565b1561313f57604051631260077f60e21b8152600481018490526024016117d0565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156131b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131da919061581d565b156131fb576040516310b1404560e21b8152600481018690526024016117d0565b60ff8085161461322a57815461321790829060ff168187611725565b815461ff00191661010060ff8616021782555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613271573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132959190615986565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561332c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613350919061581d565b61337857604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f9081526003602052604090205461339c9116846140b1565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b00096916134159187918791879164ffffffffff909116906159a1565b60405180910390a161342684614136565b5092915050565b600680545f918261343d836159d1565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015613494573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134b891906159f5565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135319190615a10565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613584573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a8919061581d565b156135cb57604051633d61be7d60e11b815260ff821660048201526024016117d0565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613636573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061365a919061581d565b1561368457604051637791d47d60e01b81526004810184905260ff831660248201526044016117d0565b61368d82612627565b6136af576040516391eb5e8760e01b815260ff831660048201526024016117d0565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156136f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061371b9190615986565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156137d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137fb919061581d565b61382357604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f908152600460205260409020546138479116846141d5565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b916134159187918791879164ffffffffff909116906159a1565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561392f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613953919061581d565b61397b57604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f9081526003602052604090205461399f9116846141d5565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f8916134159187918791879164ffffffffff909116906159a1565b5f80516020615a9e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613a8061421f565b613a8981614268565b50565b613a9461421f565b613a9c614279565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b31919061581d565b613b5957604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260026020526040902054613b7d9116846140b1565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae3916134159187918791879164ffffffffff909116906159a1565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613c65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c89919061581d565b613cb157604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260026020526040902054613cd59116846141d5565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba2916134159187918791879164ffffffffff909116906159a1565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613de0919061581d565b15613e09576040516314d5804160e01b81526001600160601b03821660048201526024016117d0565b613e1281614136565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ec0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ee4919061581d565b613f0c57604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260046020526040902054613f309116846140b1565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a99916134159187918791879164ffffffffff909116906159a1565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140179190615a2b565b5f60405180830381855afa9150503d805f811461404f576040519150601f19603f3d011682016040523d82523d5f602084013e614054565b606091505b509150915081156140a6576040815110614086578080602001905181019061407c9190615a41565b90945092506140a6565b60208151106140a657808060200190518101906140a3919061581d565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015614112573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5e9190615a6e565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561417d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141a19190615986565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044016140f7565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16613a9c57604051631afcd79f60e31b815260040160405180910390fd5b61427061421f565b613a8981613a18565b6142816142d1565b6142896142ee565b614291614322565b614299614366565b6142a1614382565b6142a96143cf565b6142b16143ef565b6142b9614403565b6142c1614442565b6142c961444c565b613a9c614460565b6142de60165b6005614488565b613a9c60165b60055b60c86144ca565b6142f8600b6142d7565b614306600b6005606e6144ca565b614314600b606e60056144ca565b613a9c600b606e60d26144ca565b61432e6015600a614488565b61433d6015600a5b60146144ca565b61434c6015600a5b601e6144ca565b61435a6015600a60286144ca565b613a9c601560286142e7565b614373602b5b603c614488565b613a9c602b5b603c60dc6144ca565b61438e602d6032614488565b61439a602d6032614336565b6143a8602d603260336144ca565b6143b4602d6032614345565b6143c0602d60336142e7565b613a9c602d60335b60486144ca565b6143d9602e61436c565b6143e3602e614379565b613a9c602e603c6143c8565b6143f9602c6142d7565b613a9c602c6142e4565b61440d602f6142d7565b61441c602f60055b60466144ca565b61442a602f600560076144ca565b614436602f6007614415565b613a9c602f60056143c8565b613a9c600f6142d7565b614456600c6142d7565b613a9c60296142d7565b61446a600e6142d7565b61447460176142d7565b61447e60306142d7565b613a9c60316142d7565b60ff8281165f9081526020819052604090205416156144a9576144a9615a89565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561450257614502615a89565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114613a89575f80fd5b803561455a8161453b565b919050565b5f6020828403121561456f575f80fd5b8135610c5e8161453b565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156145b0576145b061457a565b60405290565b60405161010081016001600160401b03811182821017156145b0576145b061457a565b60405160e081016001600160401b03811182821017156145b0576145b061457a565b60405161014081016001600160401b03811182821017156145b0576145b061457a565b64ffffffffff81168114613a89575f80fd5b803561455a8161461e565b6001600160a01b0381168114613a89575f80fd5b803561455a8161463b565b5f6040828403121561466a575f80fd5b604080519081016001600160401b038111828210171561468c5761468c61457a565b604052905080823561469d8161463b565b815260208301356146ad8161453b565b6020919091015292915050565b5f82601f8301126146c9575f80fd5b8135602083015f806001600160401b038411156146e8576146e861457a565b50604051601f19601f85018116603f011681018181106001600160401b03821117156147165761471661457a565b60405283815290508082840187101561472d575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614759575f80fd5b61476161458e565b9050813561476e8161461e565b8152602082013561477e8161461e565b602082015261478f60408301614630565b60408201526147a06060830161454f565b60608201526147b2836080840161465a565b608082015260c08201356001600160401b038111156147cf575f80fd5b6147db848285016146ba565b60a08301525092915050565b60ff81168114613a89575f80fd5b5f805f60608486031215614807575f80fd5b83356148128161453b565b925060208401356001600160401b0381111561482c575f80fd5b61483886828701614749565b9250506040840135614849816147e7565b809150509250925092565b5f60208284031215614864575f80fd5b5035919050565b5f6020828403121561487b575f80fd5b8135610c5e816147e7565b6001600160c01b031981168114613a89575f80fd5b5f602082840312156148ab575f80fd5b8135610c5e81614886565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161491360408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e084015261497b6101208401826148b6565b905060e0840151601f198483030161010085015261499982826148b6565b95945050505050565b5f80604083850312156149b3575f80fd5b82356149be8161453b565b915060208301356149ce8161453b565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f6060830151608080840152614a2560a08401826148b6565b949350505050565b8015158114613a89575f80fd5b803561455a81614a2d565b63ffffffff81168114613a89575f80fd5b803561455a81614a45565b5f60808284031215614a71575f80fd5b604051608081016001600160401b0381118282101715614a9357614a9361457a565b6040529050808235614aa481614886565b81526020830135614ab481614a2d565b60208201526040830135614ac781614a45565b604082015260608301356001600160401b03811115614ae4575f80fd5b614af0858286016146ba565b6060830152505092915050565b5f805f60608486031215614b0f575f80fd5b8335614b1a8161453b565b925060208401356001600160401b03811115614b34575f80fd5b61483886828701614a61565b5f6101008284031215614b51575f80fd5b614b596145b6565b9050614b648261454f565b8152614b726020830161454f565b6020820152614b8360408301614a3a565b6040820152614b9460608301614630565b6060820152614ba560808301614630565b608082015260a08201356001600160401b03811115614bc2575f80fd5b614bce848285016146ba565b60a08301525060c08201356001600160401b03811115614bec575f80fd5b614bf8848285016146ba565b60c08301525060e08201356001600160401b03811115614c16575f80fd5b614c22848285016146ba565b60e08301525092915050565b5f60208284031215614c3e575f80fd5b81356001600160401b03811115614c53575f80fd5b614a2584828501614b40565b5f8060408385031215614c70575f80fd5b8235614c7b8161453b565b915060208301356149ce816147e7565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614d0160a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e080840152614a256101008401826148b6565b5f60e08284031215614d2b575f80fd5b614d336145d9565b90508135614d408161453b565b81526020820135614d508161463b565b60208201526040820135614d638161463b565b60408201526060820135614d7681614a2d565b6060820152614d8760808301614a3a565b6080820152614d9860a08301614a3a565b60a0820152614da960c08301614a3a565b60c082015292915050565b5f806101008385031215614dc6575f80fd5b8235614dd18161453b565b9150614de08460208501614d1b565b90509250929050565b5f6101008284031215614dfa575f80fd5b614e026145b6565b9050614e0d8261454f565b8152614e1b6020830161454f565b6020820152614e2c60408301614a56565b6040820152614e3d60608301614a56565b6060820152614e4e6080830161464f565b6080820152614e5f60a08301614630565b60a082015260c08201356001600160401b03811115614bec575f80fd5b5f8060408385031215614e8d575f80fd5b8235614e9881614886565b915060208301356001600160401b03811115614eb2575f80fd5b614ebe85828601614de9565b9150509250929050565b5f6101408284031215614ed9575f80fd5b614ee16145fb565b9050614eec8261464f565b8152614efa6020830161454f565b6020820152614f0b6040830161464f565b6040820152614f1c60608301614a56565b6060820152614f2d60808301614630565b6080820152614f3e60a08301614a3a565b60a0820152614f4f60c08301614a3a565b60c0820152614f6060e0830161464f565b60e08201526101008201356001600160401b03811115614f7e575f80fd5b614f8a848285016146ba565b610100830152506101208201356001600160401b03811115614faa575f80fd5b614fb6848285016146ba565b6101208301525092915050565b5f8060408385031215614fd4575f80fd5b8235614fdf81614886565b915060208301356001600160401b03811115614ff9575f80fd5b614ebe85828601614ec8565b5f805f8060808587031215615018575f80fd5b8435615023816147e7565b93506020850135615033816147e7565b92506040850135615043816147e7565b91506060850135615053816147e7565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b03604084015116604083015260608301511515606083015260808301516150b5608084018215159052565b5060a08301516150c960a084018215159052565b5060c083015161342660c084018215159052565b5f606082840312156150ed575f80fd5b604051606081016001600160401b038111828210171561510f5761510f61457a565b60405290508082356001600160401b0381111561512a575f80fd5b615136858286016146ba565b82525060208301356151478161463b565b602082015260408301356001600160401b03811115615164575f80fd5b615170858286016146ba565b6040830152505092915050565b5f805f6060848603121561518f575f80fd5b833561519a8161453b565b925060208401356001600160401b038111156151b4575f80fd5b614838868287016150dd565b6001600160401b0381168114613a89575f80fd5b5f805f606084860312156151e6575f80fd5b83356151f1816151c0565b925060208401356001600160401b0381111561520b575f80fd5b61483886828701614b40565b5f60208284031215615227575f80fd5b8135610c5e8161463b565b5f805f60608486031215615244575f80fd5b833561524f81614886565b925060208401356001600160401b03811115615269575f80fd5b61483886828701614ec8565b5f805f60608486031215615287575f80fd5b833561529281614886565b925060208401356001600160401b038111156152ac575f80fd5b61483886828701614de9565b5f805f61012084860312156152cb575f80fd5b83356152d68161453b565b92506152e58560208601614d1b565b9150610100840135614849816147e7565b5f8060408385031215615307575f80fd5b8235614c7b81614886565b5f8060408385031215615323575f80fd5b8235614c7b816151c0565b602081526153486020820183516001600160a01b03169052565b5f602083015161536360408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153ed6101608401826148b6565b9050610120840151601f198483030161014085015261499982826148b6565b5f806040838503121561541d575f80fd5b82356154288161453b565b915060208301356001600160401b03811115615442575f80fd5b614ebe85828601614749565b5f806040838503121561545f575f80fd5b823561546a8161453b565b915060208301356001600160401b03811115615484575f80fd5b614ebe858286016150dd565b5f805f606084860312156154a2575f80fd5b83356154ad816147e7565b925060208401356154bd816147e7565b91506040840135614849816147e7565b602081525f8251606060208401526154e860808401826148b6565b60208501516001600160a01b0316604085810191909152850151848203601f1901606086015290915061499982826148b6565b5f806040838503121561552c575f80fd5b8235615537816147e7565b9150602083013560ff19811681146149ce575f80fd5b5f806040838503121561555e575f80fd5b82356155698161453b565b915060208301356001600160401b03811115615583575f80fd5b614ebe85828601614a61565b5f6020828403121561559f575f80fd5b8135610c5e816151c0565b602081526155c46020820183516001600160601b03169052565b5f60208301516155df60408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c084015261562f6101208401826148b6565b905060c0840151601f198483030160e085015261564c82826148b6565b91505060e0840151601f198483030161010085015261499982826148b6565b600181811c9082168061567f57607f821691505b60208210810361569d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156156e757805f5260205f20601f840160051c810160208510156156c85750805b601f840160051c820191505b81811015611ffb575f81556001016156d4565b505050565b81516001600160401b038111156157055761570561457a565b61571981615713845461566b565b846156a3565b6020601f82116001811461574b575f83156157345750848201515b5f19600385901b1c1916600184901b178455611ffb565b5f84815260208120601f198516915b8281101561577a578785015182556020948501946001909201910161575a565b508482101561579757868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f60208284031215615816575f80fd5b5051919050565b5f6020828403121561582d575f80fd5b8151610c5e81614a2d565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156158df575f80fd5b8151610c5e8161463b565b5f80858511156158f8575f80fd5b83861115615904575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613426576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215615996575f80fd5b8151610c5e8161461e565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016159ee57634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615a05575f80fd5b8151610c5e816151c0565b5f60208284031215615a20575f80fd5b8151610c5e816147e7565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a52575f80fd5b8251615a5d81614a2d565b60208401519092506149ce81614a45565b5f60208284031215615a7e575f80fd5b8151610c5e8161453b565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220fd3eeafacfe5c7eb76272e941107fb0afcc71a58cf5bf611fa93a79fa8754d3364736f6c634300081a0033",
|
2697
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063bf1db3f9116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063bf1db3f914610729578063bf7e214f1461073c578063d06458c61461075c578063d7719f461461077c578063e2586c581461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b4d7efe214610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b80634793b4ab1161020357806354f1fa81116101bd57806354f1fa81146104c757806357f80bbf146104da5780635eede174146104fa578063623e7a0f1461056d578063733044ca146105805780637a9e5e4b14610593575f80fd5b80634793b4ab14610448578063490840b4146104685780634a8243921461047b5780634bb2d1971461048e578063533086d4146104a157806353ebe129146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d457806334777712146103e757806338a699a41461041257806340529b0f14610435575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a936600461455f565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f13660046147f5565b610879565b005b61031f610306366004614854565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f36600461486b565b60ff9081165f908152602081905260409020541690565b61036961036436600461489b565b6109d6565b6040516102da91906148e4565b6102c661038436600461455f565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046149a2565b610c4a565b6103c76103c236600461455f565b610c65565b6040516102da91906149d9565b6102f66103e2366004614afd565b610cff565b6103fa6103f5366004614c2e565b610def565b6040516001600160401b0390911681526020016102da565b610425610420366004614854565b610fe1565b60405190151581526020016102da565b6102f6610443366004614c5f565b61106f565b61045b61045636600461455f565b6110f5565b6040516102da9190614c8b565b6102f6610476366004614db4565b6111e8565b6102f6610489366004614e7c565b61132e565b6102f661049c366004614fc3565b611517565b6102c66104af3660046149a2565b6116fd565b6102c66104c23660046149a2565b611711565b6102f66104d5366004615005565b611725565b6104ed6104e836600461455f565b611883565b6040516102da919061505e565b61054361050836600461455f565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661057b36600461517d565b611964565b6102f661058e3660046151d4565b611a38565b6102f66105a1366004615217565b611c05565b6102f66105b4366004615232565b611c8b565b6102f6611e8a565b6102c66105cf36600461455f565b6001600160601b039081165f908152600360205260409020541690565b6105f4612002565b6040516001600160e01b031990911681526020016102da565b6102f661061b366004615275565b612038565b6102f661062e3660046152b8565b61220f565b6102c66106413660046149a2565b61233e565b6102f66106543660046152f6565b612352565b6106bf610667366004614854565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046152f6565b61243f565b6102c66107113660046149a2565b61252c565b6102f6610724366004615312565b612540565b61042561073736600461486b565b612627565b610744612673565b6040516001600160a01b0390911681526020016102da565b61076f61076a36600461489b565b61268e565b6040516102da919061532e565b6102f661078a36600461540c565b6128ad565b6102f661079d36600461544e565b6129e7565b6102c66107b03660046149a2565b612aab565b6104256107c3366004615490565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b61080561080036600461455f565b612abf565b6040516102da91906154cd565b61082561082036600461551b565b612bb6565b6040519081526020016102da565b6102f661084136600461554d565b612c37565b6102f6610854366004614c5f565b612d17565b61086c61086736600461558f565b612d8e565b6040516102da91906155aa565b610885335b5f36612f5f565b5f61089184601661305d565b5f8181526007602052604081205491925090610100900460ff1690505f6108b883856130a8565b5f848152600d602090815260409182902088518154838b0151948b015160608c01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808901518051920151909216600160a01b026001600160a01b0390911617600182015560a08701519192508691600282019061098990826156ec565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88683863332866040516109c6969594939291906157a6565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a59906001600160c01b03198816906004016157f1565b602060405180830381865af4158015610a74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a989190615806565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b339061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054610b5f9061566b565b8015610baa5780601f10610b8157610100808354040283529160200191610baa565b820191905f5260205f20905b815481529060010190602001808311610b8d57829003601f168201915b50505050508152602001600382018054610bc39061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054610bef9061566b565b8015610c3a5780601f10610c1157610100808354040283529160200191610c3a565b820191905f5260205f20905b815481529060010190602001808311610c1d57829003601f168201915b5050505050815250509050919050565b5f610c543361087e565b610c5e83836132bd565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c9584601761305d565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bc39061566b565b610d083361087e565b5f610d1484601761305d565b5f8181526007602052604081205491925090610100900460ff1690505f610d3b83856130a8565b5f848152600b602090815260409182902088518154928a0151938a015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606087015191925086916001820190610db290826156ec565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778683863332866040516109c6969594939291906157a6565b5f610df93361087e565b610e0161342d565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610e5c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e809190615806565b9050610e8b816134bd565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610f4390826156ec565b5060c08201516003820190610f5890826156ec565b5060e08201516004820190610f6d90826156ec565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015611045573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611069919061581d565b92915050565b6110783361087e565b5f61108483601761305d565b5f8181526007602052604081205491925090610100900460ff1690505f6110ab83856130a8565b90507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778583863332866040516110e6969594939291906157a6565b60405180910390a15050505050565b61113c6040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f61114a84601661305d565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bc39061566b565b6111f13361087e565b5f6111fd83600f61305d565b9050611208816134bd565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b6113373361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061137a906001600160c01b03198716906004016157f1565b602060405180830381865af4158015611395573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b99190615806565b90506113c4816134bd565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c0830151839190600282019061149590826156ec565b5060e082015160038201906114aa90826156ec565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611321565b6115203361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611563906001600160c01b03198716906004016157f1565b602060405180830381865af415801561157e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a29190615806565b90506115ad816134bd565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b0319169190921617905561010083015183919060038201906116a590826156ec565b5061012082015160048201906116bb90826156ec565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff166114e8565b5f6117073361087e565b610c5e8383613768565b5f61171b3361087e565b610c5e83836138c0565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611787573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117ab919061581d565b156117d95760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff8085169083161461181a5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016117d0565b60ff8084165f9081526001602090815260408083208885168452825280832085851684529091529020541661187d5760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016117d0565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f6118c984600f61305d565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b61196d3361087e565b5f61197984600b61305d565b5f8181526007602052604081205491925090610100900460ff1690505f6119a083856130a8565b5f8481526008602052604090208651919250869181906119c090826156ec565b5060208201516001820180546001600160a01b0319166001600160a01b03909216919091179055604082015160028201906119fb90826156ec565b509050507ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab99058683863332866040516109c6969594939291906157a6565b611a413361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611abd9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f611ae483856130a8565b5f848152600e602090815260409182902088518154928a0151938a015160608b01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608088015160018301805464ffffffffff19169190921617905560a087015191925086916002820190611b9e90826156ec565b5060c08201516003820190611bb390826156ec565b5060e08201516004820190611bc890826156ec565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8683863332866040516109c696959493929190615838565b33611c0e612673565b6001600160a01b0316816001600160a01b031614611c495760405162d1953b60e31b81526001600160a01b03821660048201526024016117d0565b816001600160a01b03163b5f03611c7e576040516361798f2f60e11b81526001600160a01b03831660048201526024016117d0565b611c8782613a18565b5050565b611c943361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611cd7906001600160c01b03198816906004016157f1565b602060405180830381865af4158015611cf2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d169190615806565b5f8181526007602052604081205491925090610100900460ff1690505f611d3d83856130a8565b5f848152600a60209081526040918290208851918901516001600160a01b03928316600160a01b6001600160601b0390921682021782559289015160018201805460608c015160808d015160a08e015160c08f01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08801516002830180546001600160a01b0319169190921617905561010087015191925086916003820190611e3790826156ec565b506101208201516004820190611e4d90826156ec565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8683863332866040516109c696959493929190615883565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ece5750825b90505f826001600160401b03166001148015611ee95750303b155b905081158015611ef7575080155b15611f155760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f3f57845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fa491906158cf565b9050611faf81613a78565b611fb7613a8c565b50508315611ffb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016110e6565b5050505050565b5f80516020615a9e83398151915280545f9190600160a01b900460ff16612029575f612032565b638fb3603760e01b5b91505090565b6120413361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612084906001600160c01b03198816906004016157f1565b602060405180830381865af415801561209f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120c39190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6120ea83856130a8565b5f848152600c602090815260409182902088518154928a0151938a015160608b015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608087015160018201805460a08a015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c0870151919250869160028201906121bd90826156ec565b5060e082015160038201906121d290826156ec565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98683863332866040516109c696959493929190615883565b6122183361087e565b5f61222484600f61305d565b5f8181526007602052604081205491925090610100900460ff1690505f61224b83856130a8565b5f848152600960209081526040918290208851918901516001600160601b03909216600160601b6001600160a01b0393841602178155888301516001909101805460608b015160808c015160a08d015160c08e0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b91151591909102179055519091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109c6908890859088903390329088906157a6565b5f6123483361087e565b610c5e8383613a9e565b61235b3361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee62759061239e906001600160c01b03198716906004016157f1565b602060405180830381865af41580156123b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123dd9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f61240483856130a8565b90507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8583863332866040516110e696959493929190615883565b6124483361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061248b906001600160c01b03198716906004016157f1565b602060405180830381865af41580156124a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ca9190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6124f183856130a8565b90507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98583863332866040516110e696959493929190615883565b5f6125363361087e565b610c5e8383613bf6565b6125493361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125c59190615806565b5f8181526007602052604081205491925090610100900460ff1690505f6125ec83856130a8565b90507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8583863332866040516110e696959493929190615838565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf9060240161102a565b5f80516020615a9e833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612721906001600160c01b03198816906004016157f1565b602060405180830381865af415801561273c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127609190615806565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061281d9061566b565b80601f01602080910402602001604051908101604052809291908181526020018280546128499061566b565b80156128945780601f1061286b57610100808354040283529160200191612894565b820191905f5260205f20905b81548152906001019060200180831161287757829003601f168201915b50505050508152602001600482018054610bc39061566b565b6128b63361087e565b6128bf82613d4e565b5f6128cb83601661305d565b90506128d6816134bd565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129a590826156ec565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff166112f7565b6129f03361087e565b6129f982613d4e565b5f612a0583600b61305d565b9050612a10816134bd565b5f81815260086020526040902082518391908190612a2e90826156ec565b5060208201516001820180546001600160a01b0319166001600160a01b0390921691909117905560408201516002820190612a6990826156ec565b5050505f818152600760205260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff166112f7565b5f612ab53361087e565b610c5e8383613e51565b60408051606080820183528082525f60208301529181019190915260085f612ae884600b61305d565b81526020019081526020015f206040518060600160405290815f82018054612b0f9061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054612b3b9061566b565b8015612b865780601f10612b5d57610100808354040283529160200191612b86565b820191905f5260205f20905b815481529060010190602001808311612b6957829003601f168201915b505050918352505060018201546001600160a01b03166020820152600282018054604090920191610bc39061566b565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612c13573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5e9190615806565b612c403361087e565b612c4982613d4e565b5f612c5583601761305d565b9050612c60816134bd565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612cd590826156ec565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff166112f7565b612d203361087e565b5f612d2c83601661305d565b5f8181526007602052604081205491925090610100900460ff1690505f612d5383856130a8565b90507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88583863332866040516110e6969594939291906157a6565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612e26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e4a9190615806565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612ecf9061566b565b80601f0160208091040260200160405190810160405280929190818152602001828054612efb9061566b565b8015612f465780601f10612f1d57610100808354040283529160200191612f46565b820191905f5260205f20905b815481529060010190602001808311612f2957829003601f168201915b5050505050815260200160038201805461281d9061566b565b5f80516020615a9e8339815191525f80612f97612f7a612673565b8730612f8960045f8a8c6158ea565b612f9291615911565b613fa9565b91509150816130555763ffffffff81161561303257825460ff60a01b1916600160a01b178355612fc5612673565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612ff493929190615947565b5f604051808303815f87803b15801561300b575f80fd5b505af115801561301d573d5f803e3d5ffd5b5050845460ff60a01b19168555506130559050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016117d0565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612bf8565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311e919061581d565b1561313f57604051631260077f60e21b8152600481018490526024016117d0565b505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156131b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131da919061581d565b156131fb576040516310b1404560e21b8152600481018690526024016117d0565b60ff8085161461322a57815461321790829060ff168187611725565b815461ff00191661010060ff8616021782555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613271573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132959190615986565b825464ffffffffff91909116620100000266ffffffffff000019909116179091555092915050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561332c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613350919061581d565b61337857604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f9081526003602052604090205461339c9116846140b1565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b00096916134159187918791879164ffffffffff909116906159a1565b60405180910390a161342684614136565b5092915050565b600680545f918261343d836159d1565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af4158015613494573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134b891906159f5565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135319190615a10565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613584573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a8919061581d565b156135cb57604051633d61be7d60e11b815260ff821660048201526024016117d0565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613636573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061365a919061581d565b1561368457604051637791d47d60e01b81526004810184905260ff831660248201526044016117d0565b61368d82612627565b6136af576040516391eb5e8760e01b815260ff831660048201526024016117d0565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156136f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061371b9190615986565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156137d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137fb919061581d565b61382357604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f908152600460205260409020546138479116846141d5565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b916134159187918791879164ffffffffff909116906159a1565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561392f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613953919061581d565b61397b57604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f9081526003602052604090205461399f9116846141d5565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f8916134159187918791879164ffffffffff909116906159a1565b5f80516020615a9e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613a8061421f565b613a8981614268565b50565b613a9461421f565b613a9c614279565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b31919061581d565b613b5957604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260026020526040902054613b7d9116846140b1565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae3916134159187918791879164ffffffffff909116906159a1565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613c65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c89919061581d565b613cb157604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260026020526040902054613cd59116846141d5565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba2916134159187918791879164ffffffffff909116906159a1565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613de0919061581d565b15613e09576040516314d5804160e01b81526001600160601b03821660048201526024016117d0565b613e1281614136565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ec0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ee4919061581d565b613f0c57604051631e94ffd760e11b81526001600160601b03821660048201526024016117d0565b6001600160601b038085165f90815260046020526040902054613f309116846140b1565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a99916134159187918791879164ffffffffff909116906159a1565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516140179190615a2b565b5f60405180830381855afa9150503d805f811461404f576040519150601f19603f3d011682016040523d82523d5f602084013e614054565b606091505b509150915081156140a6576040815110614086578080602001905181019061407c9190615a41565b90945092506140a6565b60208151106140a657808060200190518101906140a3919061581d565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af4158015614112573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5e9190615a6e565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561417d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141a19190615986565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044016140f7565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16613a9c57604051631afcd79f60e31b815260040160405180910390fd5b61427061421f565b613a8981613a18565b6142816142d1565b6142896142ee565b614291614322565b614299614366565b6142a1614382565b6142a96143cf565b6142b16143ef565b6142b9614403565b6142c1614442565b6142c961444c565b613a9c614460565b6142de60165b6005614488565b613a9c60165b60055b60c86144ca565b6142f8600b6142d7565b614306600b6005606e6144ca565b614314600b606e60056144ca565b613a9c600b606e60d26144ca565b61432e6015600a614488565b61433d6015600a5b60146144ca565b61434c6015600a5b601e6144ca565b61435a6015600a60286144ca565b613a9c601560286142e7565b614373602b5b603c614488565b613a9c602b5b603c60dc6144ca565b61438e602d6032614488565b61439a602d6032614336565b6143a8602d603260336144ca565b6143b4602d6032614345565b6143c0602d60336142e7565b613a9c602d60335b60486144ca565b6143d9602e61436c565b6143e3602e614379565b613a9c602e603c6143c8565b6143f9602c6142d7565b613a9c602c6142e4565b61440d602f6142d7565b61441c602f60055b60466144ca565b61442a602f600560076144ca565b614436602f6007614415565b613a9c602f60056143c8565b613a9c600f6142d7565b614456600c6142d7565b613a9c60296142d7565b61446a600e6142d7565b61447460176142d7565b61447e60306142d7565b613a9c60316142d7565b60ff8281165f9081526020819052604090205416156144a9576144a9615a89565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561450257614502615a89565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b0381168114613a89575f80fd5b803561455a8161453b565b919050565b5f6020828403121561456f575f80fd5b8135610c5e8161453b565b634e487b7160e01b5f52604160045260245ffd5b60405160c081016001600160401b03811182821017156145b0576145b061457a565b60405290565b60405161010081016001600160401b03811182821017156145b0576145b061457a565b60405160e081016001600160401b03811182821017156145b0576145b061457a565b60405161014081016001600160401b03811182821017156145b0576145b061457a565b64ffffffffff81168114613a89575f80fd5b803561455a8161461e565b6001600160a01b0381168114613a89575f80fd5b803561455a8161463b565b5f6040828403121561466a575f80fd5b604080519081016001600160401b038111828210171561468c5761468c61457a565b604052905080823561469d8161463b565b815260208301356146ad8161453b565b6020919091015292915050565b5f82601f8301126146c9575f80fd5b8135602083015f806001600160401b038411156146e8576146e861457a565b50604051601f19601f85018116603f011681018181106001600160401b03821117156147165761471661457a565b60405283815290508082840187101561472d575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614759575f80fd5b61476161458e565b9050813561476e8161461e565b8152602082013561477e8161461e565b602082015261478f60408301614630565b60408201526147a06060830161454f565b60608201526147b2836080840161465a565b608082015260c08201356001600160401b038111156147cf575f80fd5b6147db848285016146ba565b60a08301525092915050565b60ff81168114613a89575f80fd5b5f805f60608486031215614807575f80fd5b83356148128161453b565b925060208401356001600160401b0381111561482c575f80fd5b61483886828701614749565b9250506040840135614849816147e7565b809150509250925092565b5f60208284031215614864575f80fd5b5035919050565b5f6020828403121561487b575f80fd5b8135610c5e816147e7565b6001600160c01b031981168114613a89575f80fd5b5f602082840312156148ab575f80fd5b8135610c5e81614886565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161491360408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e084015261497b6101208401826148b6565b905060e0840151601f198483030161010085015261499982826148b6565b95945050505050565b5f80604083850312156149b3575f80fd5b82356149be8161453b565b915060208301356149ce8161453b565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f6060830151608080840152614a2560a08401826148b6565b949350505050565b8015158114613a89575f80fd5b803561455a81614a2d565b63ffffffff81168114613a89575f80fd5b803561455a81614a45565b5f60808284031215614a71575f80fd5b604051608081016001600160401b0381118282101715614a9357614a9361457a565b6040529050808235614aa481614886565b81526020830135614ab481614a2d565b60208201526040830135614ac781614a45565b604082015260608301356001600160401b03811115614ae4575f80fd5b614af0858286016146ba565b6060830152505092915050565b5f805f60608486031215614b0f575f80fd5b8335614b1a8161453b565b925060208401356001600160401b03811115614b34575f80fd5b61483886828701614a61565b5f6101008284031215614b51575f80fd5b614b596145b6565b9050614b648261454f565b8152614b726020830161454f565b6020820152614b8360408301614a3a565b6040820152614b9460608301614630565b6060820152614ba560808301614630565b608082015260a08201356001600160401b03811115614bc2575f80fd5b614bce848285016146ba565b60a08301525060c08201356001600160401b03811115614bec575f80fd5b614bf8848285016146ba565b60c08301525060e08201356001600160401b03811115614c16575f80fd5b614c22848285016146ba565b60e08301525092915050565b5f60208284031215614c3e575f80fd5b81356001600160401b03811115614c53575f80fd5b614a2584828501614b40565b5f8060408385031215614c70575f80fd5b8235614c7b8161453b565b915060208301356149ce816147e7565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614d0160a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e080840152614a256101008401826148b6565b5f60e08284031215614d2b575f80fd5b614d336145d9565b90508135614d408161453b565b81526020820135614d508161463b565b60208201526040820135614d638161463b565b60408201526060820135614d7681614a2d565b6060820152614d8760808301614a3a565b6080820152614d9860a08301614a3a565b60a0820152614da960c08301614a3a565b60c082015292915050565b5f806101008385031215614dc6575f80fd5b8235614dd18161453b565b9150614de08460208501614d1b565b90509250929050565b5f6101008284031215614dfa575f80fd5b614e026145b6565b9050614e0d8261454f565b8152614e1b6020830161454f565b6020820152614e2c60408301614a56565b6040820152614e3d60608301614a56565b6060820152614e4e6080830161464f565b6080820152614e5f60a08301614630565b60a082015260c08201356001600160401b03811115614bec575f80fd5b5f8060408385031215614e8d575f80fd5b8235614e9881614886565b915060208301356001600160401b03811115614eb2575f80fd5b614ebe85828601614de9565b9150509250929050565b5f6101408284031215614ed9575f80fd5b614ee16145fb565b9050614eec8261464f565b8152614efa6020830161454f565b6020820152614f0b6040830161464f565b6040820152614f1c60608301614a56565b6060820152614f2d60808301614630565b6080820152614f3e60a08301614a3a565b60a0820152614f4f60c08301614a3a565b60c0820152614f6060e0830161464f565b60e08201526101008201356001600160401b03811115614f7e575f80fd5b614f8a848285016146ba565b610100830152506101208201356001600160401b03811115614faa575f80fd5b614fb6848285016146ba565b6101208301525092915050565b5f8060408385031215614fd4575f80fd5b8235614fdf81614886565b915060208301356001600160401b03811115614ff9575f80fd5b614ebe85828601614ec8565b5f805f8060808587031215615018575f80fd5b8435615023816147e7565b93506020850135615033816147e7565b92506040850135615043816147e7565b91506060850135615053816147e7565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b03604084015116604083015260608301511515606083015260808301516150b5608084018215159052565b5060a08301516150c960a084018215159052565b5060c083015161342660c084018215159052565b5f606082840312156150ed575f80fd5b604051606081016001600160401b038111828210171561510f5761510f61457a565b60405290508082356001600160401b0381111561512a575f80fd5b615136858286016146ba565b82525060208301356151478161463b565b602082015260408301356001600160401b03811115615164575f80fd5b615170858286016146ba565b6040830152505092915050565b5f805f6060848603121561518f575f80fd5b833561519a8161453b565b925060208401356001600160401b038111156151b4575f80fd5b614838868287016150dd565b6001600160401b0381168114613a89575f80fd5b5f805f606084860312156151e6575f80fd5b83356151f1816151c0565b925060208401356001600160401b0381111561520b575f80fd5b61483886828701614b40565b5f60208284031215615227575f80fd5b8135610c5e8161463b565b5f805f60608486031215615244575f80fd5b833561524f81614886565b925060208401356001600160401b03811115615269575f80fd5b61483886828701614ec8565b5f805f60608486031215615287575f80fd5b833561529281614886565b925060208401356001600160401b038111156152ac575f80fd5b61483886828701614de9565b5f805f61012084860312156152cb575f80fd5b83356152d68161453b565b92506152e58560208601614d1b565b9150610100840135614849816147e7565b5f8060408385031215615307575f80fd5b8235614c7b81614886565b5f8060408385031215615323575f80fd5b8235614c7b816151c0565b602081526153486020820183516001600160a01b03169052565b5f602083015161536360408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153ed6101608401826148b6565b9050610120840151601f198483030161014085015261499982826148b6565b5f806040838503121561541d575f80fd5b82356154288161453b565b915060208301356001600160401b03811115615442575f80fd5b614ebe85828601614749565b5f806040838503121561545f575f80fd5b823561546a8161453b565b915060208301356001600160401b03811115615484575f80fd5b614ebe858286016150dd565b5f805f606084860312156154a2575f80fd5b83356154ad816147e7565b925060208401356154bd816147e7565b91506040840135614849816147e7565b602081525f8251606060208401526154e860808401826148b6565b60208501516001600160a01b0316604085810191909152850151848203601f1901606086015290915061499982826148b6565b5f806040838503121561552c575f80fd5b8235615537816147e7565b9150602083013560ff19811681146149ce575f80fd5b5f806040838503121561555e575f80fd5b82356155698161453b565b915060208301356001600160401b03811115615583575f80fd5b614ebe85828601614a61565b5f6020828403121561559f575f80fd5b8135610c5e816151c0565b602081526155c46020820183516001600160601b03169052565b5f60208301516155df60408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c084015261562f6101208401826148b6565b905060c0840151601f198483030160e085015261564c82826148b6565b91505060e0840151601f198483030161010085015261499982826148b6565b600181811c9082168061567f57607f821691505b60208210810361569d57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156156e757805f5260205f20601f840160051c810160208510156156c85750805b601f840160051c820191505b81811015611ffb575f81556001016156d4565b505050565b81516001600160401b038111156157055761570561457a565b61571981615713845461566b565b846156a3565b6020601f82116001811461574b575f83156157345750848201515b5f19600385901b1c1916600184901b178455611ffb565b5f84815260208120601f198516915b8281101561577a578785015182556020948501946001909201910161575a565b508482101561579757868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f60208284031215615816575f80fd5b5051919050565b5f6020828403121561582d575f80fd5b8151610c5e81614a2d565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156158df575f80fd5b8151610c5e8161463b565b5f80858511156158f8575f80fd5b83861115615904575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613426576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215615996575f80fd5b8151610c5e8161461e565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016159ee57634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f60208284031215615a05575f80fd5b8151610c5e816151c0565b5f60208284031215615a20575f80fd5b8151610c5e816147e7565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a52575f80fd5b8251615a5d81614a2d565b60208401519092506149ce81614a45565b5f60208284031215615a7e575f80fd5b8151610c5e8161453b565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220fd3eeafacfe5c7eb76272e941107fb0afcc71a58cf5bf611fa93a79fa8754d3364736f6c634300081a0033",
|
3089
2698
|
"linkReferences": {
|
3090
2699
|
"contracts/type/Amount.sol": {
|
3091
2700
|
"AmountLib": [
|
3092
2701
|
{
|
3093
2702
|
"length": 20,
|
3094
|
-
"start":
|
2703
|
+
"start": 16633
|
3095
2704
|
},
|
3096
2705
|
{
|
3097
2706
|
"length": 20,
|
3098
|
-
"start":
|
2707
|
+
"start": 16925
|
3099
2708
|
}
|
3100
2709
|
]
|
3101
2710
|
},
|
@@ -3103,95 +2712,95 @@
|
|
3103
2712
|
"BlocknumberLib": [
|
3104
2713
|
{
|
3105
2714
|
"length": 20,
|
3106
|
-
"start":
|
2715
|
+
"start": 12876
|
3107
2716
|
},
|
3108
2717
|
{
|
3109
2718
|
"length": 20,
|
3110
|
-
"start":
|
3111
|
-
}
|
3112
|
-
]
|
3113
|
-
},
|
3114
|
-
"contracts/type/ClaimId.sol": {
|
3115
|
-
"ClaimIdLib": [
|
2719
|
+
"start": 13076
|
2720
|
+
},
|
3116
2721
|
{
|
3117
2722
|
"length": 20,
|
3118
|
-
"start":
|
3119
|
-
}
|
3120
|
-
]
|
3121
|
-
},
|
3122
|
-
"contracts/type/DistributorType.sol": {
|
3123
|
-
"DistributorTypeLib": [
|
2723
|
+
"start": 13854
|
2724
|
+
},
|
3124
2725
|
{
|
3125
2726
|
"length": 20,
|
3126
|
-
"start":
|
2727
|
+
"start": 14034
|
3127
2728
|
},
|
3128
2729
|
{
|
3129
2730
|
"length": 20,
|
3130
|
-
"start":
|
2731
|
+
"start": 14271
|
3131
2732
|
},
|
3132
2733
|
{
|
3133
2734
|
"length": 20,
|
3134
|
-
"start":
|
3135
|
-
}
|
3136
|
-
]
|
3137
|
-
},
|
3138
|
-
"contracts/type/Key32.sol": {
|
3139
|
-
"Key32Lib": [
|
2735
|
+
"start": 14615
|
2736
|
+
},
|
3140
2737
|
{
|
3141
2738
|
"length": 20,
|
3142
|
-
"start":
|
2739
|
+
"start": 15093
|
3143
2740
|
},
|
3144
2741
|
{
|
3145
2742
|
"length": 20,
|
3146
|
-
"start":
|
2743
|
+
"start": 15437
|
3147
2744
|
},
|
3148
2745
|
{
|
3149
2746
|
"length": 20,
|
3150
|
-
"start":
|
2747
|
+
"start": 15780
|
3151
2748
|
},
|
3152
2749
|
{
|
3153
2750
|
"length": 20,
|
3154
|
-
"start":
|
2751
|
+
"start": 16040
|
3155
2752
|
},
|
3156
2753
|
{
|
3157
2754
|
"length": 20,
|
3158
|
-
"start":
|
2755
|
+
"start": 16728
|
2756
|
+
}
|
2757
|
+
]
|
2758
|
+
},
|
2759
|
+
"contracts/type/DistributorType.sol": {
|
2760
|
+
"DistributorTypeLib": [
|
2761
|
+
{
|
2762
|
+
"length": 20,
|
2763
|
+
"start": 5457
|
3159
2764
|
},
|
3160
2765
|
{
|
3161
2766
|
"length": 20,
|
3162
|
-
"start":
|
2767
|
+
"start": 7365
|
3163
2768
|
},
|
3164
2769
|
{
|
3165
2770
|
"length": 20,
|
3166
|
-
"start":
|
2771
|
+
"start": 9100
|
3167
2772
|
},
|
3168
2773
|
{
|
3169
2774
|
"length": 20,
|
3170
|
-
"start":
|
2775
|
+
"start": 9999
|
3171
2776
|
}
|
3172
2777
|
]
|
3173
2778
|
},
|
3174
|
-
"contracts/type/
|
3175
|
-
"
|
2779
|
+
"contracts/type/Key32.sol": {
|
2780
|
+
"Key32Lib": [
|
2781
|
+
{
|
2782
|
+
"length": 20,
|
2783
|
+
"start": 11258
|
2784
|
+
},
|
3176
2785
|
{
|
3177
2786
|
"length": 20,
|
3178
|
-
"start":
|
2787
|
+
"start": 13557
|
3179
2788
|
}
|
3180
2789
|
]
|
3181
2790
|
},
|
3182
|
-
"contracts/type/
|
3183
|
-
"
|
2791
|
+
"contracts/type/NftId.sol": {
|
2792
|
+
"NftIdLib": [
|
3184
2793
|
{
|
3185
2794
|
"length": 20,
|
3186
|
-
"start":
|
2795
|
+
"start": 12454
|
3187
2796
|
}
|
3188
2797
|
]
|
3189
2798
|
},
|
3190
|
-
"contracts/type/
|
3191
|
-
"
|
2799
|
+
"contracts/type/ObjectType.sol": {
|
2800
|
+
"ObjectTypeLib": [
|
3192
2801
|
{
|
3193
2802
|
"length": 20,
|
3194
|
-
"start":
|
2803
|
+
"start": 13676
|
3195
2804
|
}
|
3196
2805
|
]
|
3197
2806
|
},
|
@@ -3199,15 +2808,19 @@
|
|
3199
2808
|
"ReferralLib": [
|
3200
2809
|
{
|
3201
2810
|
"length": 20,
|
3202
|
-
"start":
|
2811
|
+
"start": 2631
|
3203
2812
|
},
|
3204
2813
|
{
|
3205
2814
|
"length": 20,
|
3206
|
-
"start":
|
2815
|
+
"start": 4968
|
3207
2816
|
},
|
3208
2817
|
{
|
3209
2818
|
"length": 20,
|
3210
|
-
"start":
|
2819
|
+
"start": 8306
|
2820
|
+
},
|
2821
|
+
{
|
2822
|
+
"length": 20,
|
2823
|
+
"start": 9337
|
3211
2824
|
}
|
3212
2825
|
]
|
3213
2826
|
},
|
@@ -3215,35 +2828,23 @@
|
|
3215
2828
|
"RequestIdLib": [
|
3216
2829
|
{
|
3217
2830
|
"length": 20,
|
3218
|
-
"start":
|
3219
|
-
},
|
3220
|
-
{
|
3221
|
-
"length": 20,
|
3222
|
-
"start": 2987
|
2831
|
+
"start": 3652
|
3223
2832
|
},
|
3224
2833
|
{
|
3225
2834
|
"length": 20,
|
3226
|
-
"start":
|
2835
|
+
"start": 6785
|
3227
2836
|
},
|
3228
2837
|
{
|
3229
2838
|
"length": 20,
|
3230
|
-
"start":
|
3231
|
-
}
|
3232
|
-
]
|
3233
|
-
},
|
3234
|
-
"contracts/type/RiskId.sol": {
|
3235
|
-
"RiskIdLib": [
|
3236
|
-
{
|
3237
|
-
"length": 20,
|
3238
|
-
"start": 3177
|
2839
|
+
"start": 9609
|
3239
2840
|
},
|
3240
2841
|
{
|
3241
2842
|
"length": 20,
|
3242
|
-
"start":
|
2843
|
+
"start": 11790
|
3243
2844
|
},
|
3244
2845
|
{
|
3245
2846
|
"length": 20,
|
3246
|
-
"start":
|
2847
|
+
"start": 13436
|
3247
2848
|
}
|
3248
2849
|
]
|
3249
2850
|
},
|
@@ -3251,27 +2852,23 @@
|
|
3251
2852
|
"StateIdLib": [
|
3252
2853
|
{
|
3253
2854
|
"length": 20,
|
3254
|
-
"start":
|
3255
|
-
},
|
3256
|
-
{
|
3257
|
-
"length": 20,
|
3258
|
-
"start": 5798
|
2855
|
+
"start": 4140
|
3259
2856
|
},
|
3260
2857
|
{
|
3261
2858
|
"length": 20,
|
3262
|
-
"start":
|
2859
|
+
"start": 5999
|
3263
2860
|
},
|
3264
2861
|
{
|
3265
2862
|
"length": 20,
|
3266
|
-
"start":
|
2863
|
+
"start": 9841
|
3267
2864
|
},
|
3268
2865
|
{
|
3269
2866
|
"length": 20,
|
3270
|
-
"start":
|
2867
|
+
"start": 12514
|
3271
2868
|
},
|
3272
2869
|
{
|
3273
2870
|
"length": 20,
|
3274
|
-
"start":
|
2871
|
+
"start": 12702
|
3275
2872
|
}
|
3276
2873
|
]
|
3277
2874
|
}
|
@@ -3281,11 +2878,11 @@
|
|
3281
2878
|
"AmountLib": [
|
3282
2879
|
{
|
3283
2880
|
"length": 20,
|
3284
|
-
"start":
|
2881
|
+
"start": 16601
|
3285
2882
|
},
|
3286
2883
|
{
|
3287
2884
|
"length": 20,
|
3288
|
-
"start":
|
2885
|
+
"start": 16893
|
3289
2886
|
}
|
3290
2887
|
]
|
3291
2888
|
},
|
@@ -3293,95 +2890,95 @@
|
|
3293
2890
|
"BlocknumberLib": [
|
3294
2891
|
{
|
3295
2892
|
"length": 20,
|
3296
|
-
"start":
|
2893
|
+
"start": 12844
|
3297
2894
|
},
|
3298
2895
|
{
|
3299
2896
|
"length": 20,
|
3300
|
-
"start":
|
3301
|
-
}
|
3302
|
-
]
|
3303
|
-
},
|
3304
|
-
"contracts/type/ClaimId.sol": {
|
3305
|
-
"ClaimIdLib": [
|
2897
|
+
"start": 13044
|
2898
|
+
},
|
3306
2899
|
{
|
3307
2900
|
"length": 20,
|
3308
|
-
"start":
|
3309
|
-
}
|
3310
|
-
]
|
3311
|
-
},
|
3312
|
-
"contracts/type/DistributorType.sol": {
|
3313
|
-
"DistributorTypeLib": [
|
2901
|
+
"start": 13822
|
2902
|
+
},
|
3314
2903
|
{
|
3315
2904
|
"length": 20,
|
3316
|
-
"start":
|
2905
|
+
"start": 14002
|
3317
2906
|
},
|
3318
2907
|
{
|
3319
2908
|
"length": 20,
|
3320
|
-
"start":
|
2909
|
+
"start": 14239
|
3321
2910
|
},
|
3322
2911
|
{
|
3323
2912
|
"length": 20,
|
3324
|
-
"start":
|
3325
|
-
}
|
3326
|
-
]
|
3327
|
-
},
|
3328
|
-
"contracts/type/Key32.sol": {
|
3329
|
-
"Key32Lib": [
|
2913
|
+
"start": 14583
|
2914
|
+
},
|
3330
2915
|
{
|
3331
2916
|
"length": 20,
|
3332
|
-
"start":
|
2917
|
+
"start": 15061
|
3333
2918
|
},
|
3334
2919
|
{
|
3335
2920
|
"length": 20,
|
3336
|
-
"start":
|
2921
|
+
"start": 15405
|
3337
2922
|
},
|
3338
2923
|
{
|
3339
2924
|
"length": 20,
|
3340
|
-
"start":
|
2925
|
+
"start": 15748
|
3341
2926
|
},
|
3342
2927
|
{
|
3343
2928
|
"length": 20,
|
3344
|
-
"start":
|
2929
|
+
"start": 16008
|
3345
2930
|
},
|
3346
2931
|
{
|
3347
2932
|
"length": 20,
|
3348
|
-
"start":
|
2933
|
+
"start": 16696
|
2934
|
+
}
|
2935
|
+
]
|
2936
|
+
},
|
2937
|
+
"contracts/type/DistributorType.sol": {
|
2938
|
+
"DistributorTypeLib": [
|
2939
|
+
{
|
2940
|
+
"length": 20,
|
2941
|
+
"start": 5425
|
3349
2942
|
},
|
3350
2943
|
{
|
3351
2944
|
"length": 20,
|
3352
|
-
"start":
|
2945
|
+
"start": 7333
|
3353
2946
|
},
|
3354
2947
|
{
|
3355
2948
|
"length": 20,
|
3356
|
-
"start":
|
2949
|
+
"start": 9068
|
3357
2950
|
},
|
3358
2951
|
{
|
3359
2952
|
"length": 20,
|
3360
|
-
"start":
|
2953
|
+
"start": 9967
|
3361
2954
|
}
|
3362
2955
|
]
|
3363
2956
|
},
|
3364
|
-
"contracts/type/
|
3365
|
-
"
|
2957
|
+
"contracts/type/Key32.sol": {
|
2958
|
+
"Key32Lib": [
|
2959
|
+
{
|
2960
|
+
"length": 20,
|
2961
|
+
"start": 11226
|
2962
|
+
},
|
3366
2963
|
{
|
3367
2964
|
"length": 20,
|
3368
|
-
"start":
|
2965
|
+
"start": 13525
|
3369
2966
|
}
|
3370
2967
|
]
|
3371
2968
|
},
|
3372
|
-
"contracts/type/
|
3373
|
-
"
|
2969
|
+
"contracts/type/NftId.sol": {
|
2970
|
+
"NftIdLib": [
|
3374
2971
|
{
|
3375
2972
|
"length": 20,
|
3376
|
-
"start":
|
2973
|
+
"start": 12422
|
3377
2974
|
}
|
3378
2975
|
]
|
3379
2976
|
},
|
3380
|
-
"contracts/type/
|
3381
|
-
"
|
2977
|
+
"contracts/type/ObjectType.sol": {
|
2978
|
+
"ObjectTypeLib": [
|
3382
2979
|
{
|
3383
2980
|
"length": 20,
|
3384
|
-
"start":
|
2981
|
+
"start": 13644
|
3385
2982
|
}
|
3386
2983
|
]
|
3387
2984
|
},
|
@@ -3389,15 +2986,19 @@
|
|
3389
2986
|
"ReferralLib": [
|
3390
2987
|
{
|
3391
2988
|
"length": 20,
|
3392
|
-
"start":
|
2989
|
+
"start": 2599
|
2990
|
+
},
|
2991
|
+
{
|
2992
|
+
"length": 20,
|
2993
|
+
"start": 4936
|
3393
2994
|
},
|
3394
2995
|
{
|
3395
2996
|
"length": 20,
|
3396
|
-
"start":
|
2997
|
+
"start": 8274
|
3397
2998
|
},
|
3398
2999
|
{
|
3399
3000
|
"length": 20,
|
3400
|
-
"start":
|
3001
|
+
"start": 9305
|
3401
3002
|
}
|
3402
3003
|
]
|
3403
3004
|
},
|
@@ -3405,35 +3006,23 @@
|
|
3405
3006
|
"RequestIdLib": [
|
3406
3007
|
{
|
3407
3008
|
"length": 20,
|
3408
|
-
"start":
|
3409
|
-
},
|
3410
|
-
{
|
3411
|
-
"length": 20,
|
3412
|
-
"start": 2959
|
3009
|
+
"start": 3620
|
3413
3010
|
},
|
3414
3011
|
{
|
3415
3012
|
"length": 20,
|
3416
|
-
"start":
|
3013
|
+
"start": 6753
|
3417
3014
|
},
|
3418
3015
|
{
|
3419
3016
|
"length": 20,
|
3420
|
-
"start":
|
3421
|
-
}
|
3422
|
-
]
|
3423
|
-
},
|
3424
|
-
"contracts/type/RiskId.sol": {
|
3425
|
-
"RiskIdLib": [
|
3426
|
-
{
|
3427
|
-
"length": 20,
|
3428
|
-
"start": 3149
|
3017
|
+
"start": 9577
|
3429
3018
|
},
|
3430
3019
|
{
|
3431
3020
|
"length": 20,
|
3432
|
-
"start":
|
3021
|
+
"start": 11758
|
3433
3022
|
},
|
3434
3023
|
{
|
3435
3024
|
"length": 20,
|
3436
|
-
"start":
|
3025
|
+
"start": 13404
|
3437
3026
|
}
|
3438
3027
|
]
|
3439
3028
|
},
|
@@ -3441,27 +3030,23 @@
|
|
3441
3030
|
"StateIdLib": [
|
3442
3031
|
{
|
3443
3032
|
"length": 20,
|
3444
|
-
"start":
|
3445
|
-
},
|
3446
|
-
{
|
3447
|
-
"length": 20,
|
3448
|
-
"start": 5770
|
3033
|
+
"start": 4108
|
3449
3034
|
},
|
3450
3035
|
{
|
3451
3036
|
"length": 20,
|
3452
|
-
"start":
|
3037
|
+
"start": 5967
|
3453
3038
|
},
|
3454
3039
|
{
|
3455
3040
|
"length": 20,
|
3456
|
-
"start":
|
3041
|
+
"start": 9809
|
3457
3042
|
},
|
3458
3043
|
{
|
3459
3044
|
"length": 20,
|
3460
|
-
"start":
|
3045
|
+
"start": 12482
|
3461
3046
|
},
|
3462
3047
|
{
|
3463
3048
|
"length": 20,
|
3464
|
-
"start":
|
3049
|
+
"start": 12670
|
3465
3050
|
}
|
3466
3051
|
]
|
3467
3052
|
}
|