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