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