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