@etherisc/gif-next 0.0.2-ffba655 → 3.0.0-06d5e8b-738
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +278 -68
- 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 +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1723 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2053 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +817 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1400 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +838 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -0
- 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/flight/FlightLib.sol/FlightLib.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +728 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +229 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +1234 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +896 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +1466 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +844 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2497 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +891 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +586 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +4 -0
- package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +901 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
- 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 +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
- 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 +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
- 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/instance/BaseStore.sol/BaseStore.json +332 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
- package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +734 -451
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1102 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +810 -530
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2388 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2652 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1348 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +792 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
- 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 +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- 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 +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +830 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +886 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1015 -0
- 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 +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +886 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +810 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +906 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
- 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 +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +874 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +834 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1107 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1055 -113
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1543 -176
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2243 -0
- 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 +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +793 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2259 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1395 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -0
- 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/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
- 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/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +633 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IRegisterable.json → shared/INftOwnable.sol/INftOwnable.json} +72 -72
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +179 -158
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +428 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +397 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +482 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- 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 +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
- 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 +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
- 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 +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
- 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 +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +270 -0
- 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 +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- 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 +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +238 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +161 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +33 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +308 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +199 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +344 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -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 +681 -0
- package/contracts/authorization/AccessAdminLib.sol +695 -0
- package/contracts/authorization/AccessManagerCloneable.sol +140 -0
- package/contracts/authorization/Authorization.sol +190 -0
- package/contracts/authorization/IAccess.sol +66 -0
- package/contracts/authorization/IAccessAdmin.sol +142 -0
- package/contracts/authorization/IAuthorization.sol +26 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +300 -0
- package/contracts/distribution/BasicDistribution.sol +140 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +245 -0
- package/contracts/distribution/DistributionService.sol +448 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +115 -0
- 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/flight/FlightLib.sol +300 -0
- package/contracts/examples/flight/FlightMessageVerifier.sol +128 -0
- package/contracts/examples/flight/FlightOracle.sol +171 -0
- package/contracts/examples/flight/FlightOracleAuthorization.sol +53 -0
- package/contracts/examples/flight/FlightPool.sol +89 -0
- package/contracts/examples/flight/FlightPoolAuthorization.sol +37 -0
- package/contracts/examples/flight/FlightProduct.sol +685 -0
- package/contracts/examples/flight/FlightProductAuthorization.sol +69 -0
- package/contracts/examples/flight/FlightUSD.sol +28 -0
- package/contracts/examples/flight/originalV1.sol +396 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BaseStore.sol +93 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IBaseStore.sol +37 -0
- package/contracts/instance/IInstance.sol +151 -15
- package/contracts/instance/IInstanceService.sol +119 -0
- package/contracts/instance/Instance.sol +332 -45
- package/contracts/instance/InstanceAdmin.sol +306 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
- package/contracts/instance/InstanceReader.sol +634 -0
- package/contracts/instance/InstanceService.sol +514 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +323 -0
- 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 +121 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +109 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +21 -0
- package/contracts/instance/module/IComponents.sol +60 -0
- package/contracts/instance/module/IDistribution.sol +54 -0
- package/contracts/instance/module/IPolicy.sol +105 -0
- package/contracts/instance/module/IRisk.sol +16 -0
- package/contracts/mock/Dip.sol +26 -0
- package/contracts/oracle/BasicOracle.sol +44 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +41 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +152 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +161 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +386 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +116 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +170 -0
- package/contracts/pool/Pool.sol +331 -0
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +614 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +327 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +48 -0
- package/contracts/product/BasicProductAuthorization.sol +64 -0
- package/contracts/product/ClaimService.sol +626 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +88 -0
- package/contracts/product/IClaimService.sol +136 -0
- package/contracts/product/IPolicyService.sol +102 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +645 -0
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +306 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +491 -0
- package/contracts/product/RiskService.sol +189 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +176 -100
- package/contracts/registry/IRegistry.sol +149 -47
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +671 -117
- package/contracts/registry/RegistryAdmin.sol +179 -0
- package/contracts/registry/RegistryAuthorization.sol +337 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +206 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
- package/contracts/registry/TokenRegistry.sol +317 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +691 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/EcdsaChecker.sol +5 -0
- package/contracts/shared/IAuthorizedComponent.sol +15 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +27 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +27 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +36 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +233 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +129 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +106 -0
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +67 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +366 -0
- package/contracts/staking/IStakingService.sol +127 -0
- package/contracts/staking/ITargetLimitHandler.sol +17 -0
- package/contracts/staking/Staking.sol +797 -0
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingManager.sol +53 -0
- package/contracts/staking/StakingReader.sol +171 -0
- package/contracts/staking/StakingService.sol +321 -0
- package/contracts/staking/StakingServiceManager.sol +46 -0
- package/contracts/staking/StakingStore.sol +1368 -0
- package/contracts/staking/TargetHandler.sol +132 -0
- package/contracts/staking/TargetManagerLib.sol +234 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +154 -0
- package/contracts/type/Blocknumber.sol +137 -0
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +85 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +278 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +96 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RequestIdSet.sol +62 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +124 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/type/StateId.sol +149 -0
- package/contracts/type/String.sol +95 -0
- package/contracts/type/Timestamp.sol +152 -0
- package/contracts/type/UFixed.sol +263 -0
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +56 -0
- package/contracts/upgradeability/ProxyManager.sol +246 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +27 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -231
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -12
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -66
- package/contracts/experiment/errors/Require.sol +0 -33
- package/contracts/experiment/errors/Revert.sol +0 -39
- package/contracts/experiment/inheritance/A.sol +0 -56
- package/contracts/experiment/inheritance/B.sol +0 -23
- package/contracts/experiment/inheritance/C.sol +0 -28
- package/contracts/experiment/inheritance/IA.sol +0 -18
- package/contracts/experiment/inheritance/IB.sol +0 -9
- package/contracts/experiment/inheritance/IC.sol +0 -11
- package/contracts/experiment/types/TypeA.sol +0 -42
- package/contracts/experiment/types/TypeB.sol +0 -24
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -248
- package/contracts/instance/component/IComponent.sol +0 -95
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -107
- package/contracts/instance/pool/IPoolModule.sol +0 -41
- package/contracts/instance/pool/PoolModule.sol +0 -86
- package/contracts/instance/product/IProductService.sol +0 -46
- package/contracts/instance/product/ProductService.sol +0 -108
- package/contracts/registry/IChainNft.sol +0 -18
- package/contracts/types/Blocknumber.sol +0 -60
- package/contracts/types/ChainId.sol +0 -30
- package/contracts/types/NftId.sol +0 -35
- package/contracts/types/Timestamp.sol +0 -55
- package/contracts/types/UFixed.sol +0 -211
@@ -0,0 +1,3039 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceStore",
|
4
|
+
"sourceName": "contracts/instance/InstanceStore.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "NftId",
|
48
|
+
"name": "targetNftId",
|
49
|
+
"type": "uint96"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorBalanceStoreTargetAlreadyRegistered",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "NftId",
|
59
|
+
"name": "targetNftId",
|
60
|
+
"type": "uint96"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"name": "ErrorBalanceStoreTargetNotRegistered",
|
64
|
+
"type": "error"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"inputs": [
|
68
|
+
{
|
69
|
+
"internalType": "Key32",
|
70
|
+
"name": "key",
|
71
|
+
"type": "bytes32"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"internalType": "ObjectType",
|
75
|
+
"name": "objectType",
|
76
|
+
"type": "uint8"
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"name": "ErrorBaseStoreAlreadyCreated",
|
80
|
+
"type": "error"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"inputs": [
|
84
|
+
{
|
85
|
+
"internalType": "ObjectType",
|
86
|
+
"name": "objectType",
|
87
|
+
"type": "uint8"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"name": "ErrorBaseStoreNoLifecycle",
|
91
|
+
"type": "error"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"inputs": [
|
95
|
+
{
|
96
|
+
"internalType": "Key32",
|
97
|
+
"name": "key",
|
98
|
+
"type": "bytes32"
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"name": "ErrorBaseStoreNotExisting",
|
102
|
+
"type": "error"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"inputs": [
|
106
|
+
{
|
107
|
+
"internalType": "Key32",
|
108
|
+
"name": "key",
|
109
|
+
"type": "bytes32"
|
110
|
+
}
|
111
|
+
],
|
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",
|
150
|
+
"type": "error"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"inputs": [
|
154
|
+
{
|
155
|
+
"internalType": "address",
|
156
|
+
"name": "contractAddress",
|
157
|
+
"type": "address"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"internalType": "ObjectType",
|
161
|
+
"name": "objectType",
|
162
|
+
"type": "uint8"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"internalType": "StateId",
|
166
|
+
"name": "fromStateId",
|
167
|
+
"type": "uint8"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"internalType": "StateId",
|
171
|
+
"name": "toStateId",
|
172
|
+
"type": "uint8"
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"name": "ErrorInvalidStateTransition",
|
176
|
+
"type": "error"
|
177
|
+
},
|
178
|
+
{
|
179
|
+
"inputs": [
|
180
|
+
{
|
181
|
+
"internalType": "address",
|
182
|
+
"name": "contractAddress",
|
183
|
+
"type": "address"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"internalType": "ObjectType",
|
187
|
+
"name": "objectType",
|
188
|
+
"type": "uint8"
|
189
|
+
}
|
190
|
+
],
|
191
|
+
"name": "ErrorNoLifecycle",
|
192
|
+
"type": "error"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"inputs": [],
|
196
|
+
"name": "InvalidInitialization",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [],
|
201
|
+
"name": "NotInitializing",
|
202
|
+
"type": "error"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"anonymous": false,
|
206
|
+
"inputs": [
|
207
|
+
{
|
208
|
+
"indexed": false,
|
209
|
+
"internalType": "address",
|
210
|
+
"name": "authority",
|
211
|
+
"type": "address"
|
212
|
+
}
|
213
|
+
],
|
214
|
+
"name": "AuthorityUpdated",
|
215
|
+
"type": "event"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"anonymous": false,
|
219
|
+
"inputs": [
|
220
|
+
{
|
221
|
+
"indexed": false,
|
222
|
+
"internalType": "uint64",
|
223
|
+
"name": "version",
|
224
|
+
"type": "uint64"
|
225
|
+
}
|
226
|
+
],
|
227
|
+
"name": "Initialized",
|
228
|
+
"type": "event"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"anonymous": false,
|
232
|
+
"inputs": [
|
233
|
+
{
|
234
|
+
"indexed": false,
|
235
|
+
"internalType": "NftId",
|
236
|
+
"name": "targetNftId",
|
237
|
+
"type": "uint96"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"indexed": false,
|
241
|
+
"internalType": "Amount",
|
242
|
+
"name": "addedAmount",
|
243
|
+
"type": "uint96"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"indexed": false,
|
247
|
+
"internalType": "Amount",
|
248
|
+
"name": "newBalance",
|
249
|
+
"type": "uint96"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"indexed": false,
|
253
|
+
"internalType": "Blocknumber",
|
254
|
+
"name": "lastUpdatedIn",
|
255
|
+
"type": "uint40"
|
256
|
+
}
|
257
|
+
],
|
258
|
+
"name": "LogBalanceStoreBalanceDecreased",
|
259
|
+
"type": "event"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"anonymous": false,
|
263
|
+
"inputs": [
|
264
|
+
{
|
265
|
+
"indexed": false,
|
266
|
+
"internalType": "NftId",
|
267
|
+
"name": "targetNftId",
|
268
|
+
"type": "uint96"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"indexed": false,
|
272
|
+
"internalType": "Amount",
|
273
|
+
"name": "addedAmount",
|
274
|
+
"type": "uint96"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"indexed": false,
|
278
|
+
"internalType": "Amount",
|
279
|
+
"name": "newBalance",
|
280
|
+
"type": "uint96"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"indexed": false,
|
284
|
+
"internalType": "Blocknumber",
|
285
|
+
"name": "lastUpdatedIn",
|
286
|
+
"type": "uint40"
|
287
|
+
}
|
288
|
+
],
|
289
|
+
"name": "LogBalanceStoreBalanceIncreased",
|
290
|
+
"type": "event"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"anonymous": false,
|
294
|
+
"inputs": [
|
295
|
+
{
|
296
|
+
"indexed": false,
|
297
|
+
"internalType": "NftId",
|
298
|
+
"name": "targetNftId",
|
299
|
+
"type": "uint96"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"indexed": false,
|
303
|
+
"internalType": "Amount",
|
304
|
+
"name": "addedAmount",
|
305
|
+
"type": "uint96"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"indexed": false,
|
309
|
+
"internalType": "Amount",
|
310
|
+
"name": "newBalance",
|
311
|
+
"type": "uint96"
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"indexed": false,
|
315
|
+
"internalType": "Blocknumber",
|
316
|
+
"name": "lastUpdatedIn",
|
317
|
+
"type": "uint40"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"name": "LogBalanceStoreFeesDecreased",
|
321
|
+
"type": "event"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"anonymous": false,
|
325
|
+
"inputs": [
|
326
|
+
{
|
327
|
+
"indexed": false,
|
328
|
+
"internalType": "NftId",
|
329
|
+
"name": "targetNftId",
|
330
|
+
"type": "uint96"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"indexed": false,
|
334
|
+
"internalType": "Amount",
|
335
|
+
"name": "addedAmount",
|
336
|
+
"type": "uint96"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"indexed": false,
|
340
|
+
"internalType": "Amount",
|
341
|
+
"name": "newBalance",
|
342
|
+
"type": "uint96"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"indexed": false,
|
346
|
+
"internalType": "Blocknumber",
|
347
|
+
"name": "lastUpdatedIn",
|
348
|
+
"type": "uint40"
|
349
|
+
}
|
350
|
+
],
|
351
|
+
"name": "LogBalanceStoreFeesIncreased",
|
352
|
+
"type": "event"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"anonymous": false,
|
356
|
+
"inputs": [
|
357
|
+
{
|
358
|
+
"indexed": false,
|
359
|
+
"internalType": "NftId",
|
360
|
+
"name": "targetNftId",
|
361
|
+
"type": "uint96"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"indexed": false,
|
365
|
+
"internalType": "Amount",
|
366
|
+
"name": "addedAmount",
|
367
|
+
"type": "uint96"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"indexed": false,
|
371
|
+
"internalType": "Amount",
|
372
|
+
"name": "newBalance",
|
373
|
+
"type": "uint96"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"indexed": false,
|
377
|
+
"internalType": "Blocknumber",
|
378
|
+
"name": "lastUpdatedIn",
|
379
|
+
"type": "uint40"
|
380
|
+
}
|
381
|
+
],
|
382
|
+
"name": "LogBalanceStoreLockedDecreased",
|
383
|
+
"type": "event"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"anonymous": false,
|
387
|
+
"inputs": [
|
388
|
+
{
|
389
|
+
"indexed": false,
|
390
|
+
"internalType": "NftId",
|
391
|
+
"name": "targetNftId",
|
392
|
+
"type": "uint96"
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"indexed": false,
|
396
|
+
"internalType": "Amount",
|
397
|
+
"name": "addedAmount",
|
398
|
+
"type": "uint96"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"indexed": false,
|
402
|
+
"internalType": "Amount",
|
403
|
+
"name": "newBalance",
|
404
|
+
"type": "uint96"
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"indexed": false,
|
408
|
+
"internalType": "Blocknumber",
|
409
|
+
"name": "lastUpdatedIn",
|
410
|
+
"type": "uint40"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"name": "LogBalanceStoreLockedIncreased",
|
414
|
+
"type": "event"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"anonymous": false,
|
418
|
+
"inputs": [
|
419
|
+
{
|
420
|
+
"indexed": false,
|
421
|
+
"internalType": "NftId",
|
422
|
+
"name": "targetNftId",
|
423
|
+
"type": "uint96"
|
424
|
+
}
|
425
|
+
],
|
426
|
+
"name": "LogBalanceStoreTargetRegistered",
|
427
|
+
"type": "event"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"anonymous": false,
|
431
|
+
"inputs": [
|
432
|
+
{
|
433
|
+
"indexed": false,
|
434
|
+
"internalType": "NftId",
|
435
|
+
"name": "bundleNftId",
|
436
|
+
"type": "uint96"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"indexed": false,
|
440
|
+
"internalType": "StateId",
|
441
|
+
"name": "state",
|
442
|
+
"type": "uint8"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"indexed": false,
|
446
|
+
"internalType": "address",
|
447
|
+
"name": "createdBy",
|
448
|
+
"type": "address"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"indexed": false,
|
452
|
+
"internalType": "address",
|
453
|
+
"name": "txOrigin",
|
454
|
+
"type": "address"
|
455
|
+
}
|
456
|
+
],
|
457
|
+
"name": "LogProductStoreBundleInfoCreated",
|
458
|
+
"type": "event"
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"anonymous": false,
|
462
|
+
"inputs": [
|
463
|
+
{
|
464
|
+
"indexed": false,
|
465
|
+
"internalType": "NftId",
|
466
|
+
"name": "bundleNftId",
|
467
|
+
"type": "uint96"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"indexed": false,
|
471
|
+
"internalType": "StateId",
|
472
|
+
"name": "oldState",
|
473
|
+
"type": "uint8"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"indexed": false,
|
477
|
+
"internalType": "StateId",
|
478
|
+
"name": "newState",
|
479
|
+
"type": "uint8"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"indexed": false,
|
483
|
+
"internalType": "address",
|
484
|
+
"name": "updatedBy",
|
485
|
+
"type": "address"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"indexed": false,
|
489
|
+
"internalType": "address",
|
490
|
+
"name": "txOrigin",
|
491
|
+
"type": "address"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"indexed": false,
|
495
|
+
"internalType": "Blocknumber",
|
496
|
+
"name": "lastUpdatedIn",
|
497
|
+
"type": "uint40"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"name": "LogProductStoreBundleInfoUpdated",
|
501
|
+
"type": "event"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"anonymous": false,
|
505
|
+
"inputs": [
|
506
|
+
{
|
507
|
+
"indexed": false,
|
508
|
+
"internalType": "NftId",
|
509
|
+
"name": "componentNftId",
|
510
|
+
"type": "uint96"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"indexed": false,
|
514
|
+
"internalType": "StateId",
|
515
|
+
"name": "state",
|
516
|
+
"type": "uint8"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"indexed": false,
|
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"
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"indexed": false,
|
545
|
+
"internalType": "StateId",
|
546
|
+
"name": "oldState",
|
547
|
+
"type": "uint8"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"indexed": false,
|
551
|
+
"internalType": "StateId",
|
552
|
+
"name": "newState",
|
553
|
+
"type": "uint8"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"indexed": false,
|
557
|
+
"internalType": "address",
|
558
|
+
"name": "updatedBy",
|
559
|
+
"type": "address"
|
560
|
+
},
|
561
|
+
{
|
562
|
+
"indexed": false,
|
563
|
+
"internalType": "address",
|
564
|
+
"name": "txOrigin",
|
565
|
+
"type": "address"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"indexed": false,
|
569
|
+
"internalType": "Blocknumber",
|
570
|
+
"name": "lastUpdatedIn",
|
571
|
+
"type": "uint40"
|
572
|
+
}
|
573
|
+
],
|
574
|
+
"name": "LogProductStoreComponentInfoUpdated",
|
575
|
+
"type": "event"
|
576
|
+
},
|
577
|
+
{
|
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
|
+
},
|
592
|
+
{
|
593
|
+
"indexed": false,
|
594
|
+
"internalType": "address",
|
595
|
+
"name": "createdBy",
|
596
|
+
"type": "address"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"indexed": false,
|
600
|
+
"internalType": "address",
|
601
|
+
"name": "txOrigin",
|
602
|
+
"type": "address"
|
603
|
+
}
|
604
|
+
],
|
605
|
+
"name": "LogProductStoreDistributorInfoCreated",
|
606
|
+
"type": "event"
|
607
|
+
},
|
608
|
+
{
|
609
|
+
"anonymous": false,
|
610
|
+
"inputs": [
|
611
|
+
{
|
612
|
+
"indexed": false,
|
613
|
+
"internalType": "NftId",
|
614
|
+
"name": "distributorNftId",
|
615
|
+
"type": "uint96"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"indexed": false,
|
619
|
+
"internalType": "StateId",
|
620
|
+
"name": "oldState",
|
621
|
+
"type": "uint8"
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"indexed": false,
|
625
|
+
"internalType": "StateId",
|
626
|
+
"name": "newState",
|
627
|
+
"type": "uint8"
|
628
|
+
},
|
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,
|
662
|
+
"internalType": "StateId",
|
663
|
+
"name": "state",
|
664
|
+
"type": "uint8"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"indexed": false,
|
668
|
+
"internalType": "address",
|
669
|
+
"name": "createdBy",
|
670
|
+
"type": "address"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"indexed": false,
|
674
|
+
"internalType": "address",
|
675
|
+
"name": "txOrigin",
|
676
|
+
"type": "address"
|
677
|
+
}
|
678
|
+
],
|
679
|
+
"name": "LogProductStoreDistributorTypeInfoCreated",
|
680
|
+
"type": "event"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"anonymous": false,
|
684
|
+
"inputs": [
|
685
|
+
{
|
686
|
+
"indexed": false,
|
687
|
+
"internalType": "DistributorType",
|
688
|
+
"name": "distributorType",
|
689
|
+
"type": "bytes8"
|
690
|
+
},
|
691
|
+
{
|
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"
|
720
|
+
}
|
721
|
+
],
|
722
|
+
"name": "LogProductStoreDistributorTypeInfoUpdated",
|
723
|
+
"type": "event"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"anonymous": false,
|
727
|
+
"inputs": [
|
728
|
+
{
|
729
|
+
"indexed": false,
|
730
|
+
"internalType": "NftId",
|
731
|
+
"name": "poolNftId",
|
732
|
+
"type": "uint96"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"indexed": false,
|
736
|
+
"internalType": "StateId",
|
737
|
+
"name": "state",
|
738
|
+
"type": "uint8"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"indexed": false,
|
742
|
+
"internalType": "address",
|
743
|
+
"name": "createdBy",
|
744
|
+
"type": "address"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"indexed": false,
|
748
|
+
"internalType": "address",
|
749
|
+
"name": "txOrigin",
|
750
|
+
"type": "address"
|
751
|
+
}
|
752
|
+
],
|
753
|
+
"name": "LogProductStorePoolInfoCreated",
|
754
|
+
"type": "event"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"anonymous": false,
|
758
|
+
"inputs": [
|
759
|
+
{
|
760
|
+
"indexed": false,
|
761
|
+
"internalType": "NftId",
|
762
|
+
"name": "poolNftId",
|
763
|
+
"type": "uint96"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"indexed": false,
|
767
|
+
"internalType": "StateId",
|
768
|
+
"name": "oldState",
|
769
|
+
"type": "uint8"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"indexed": false,
|
773
|
+
"internalType": "StateId",
|
774
|
+
"name": "newState",
|
775
|
+
"type": "uint8"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"indexed": false,
|
779
|
+
"internalType": "address",
|
780
|
+
"name": "updatedBy",
|
781
|
+
"type": "address"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"indexed": false,
|
785
|
+
"internalType": "address",
|
786
|
+
"name": "txOrigin",
|
787
|
+
"type": "address"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"indexed": false,
|
791
|
+
"internalType": "Blocknumber",
|
792
|
+
"name": "lastUpdatedIn",
|
793
|
+
"type": "uint40"
|
794
|
+
}
|
795
|
+
],
|
796
|
+
"name": "LogProductStorePoolInfoUpdated",
|
797
|
+
"type": "event"
|
798
|
+
},
|
799
|
+
{
|
800
|
+
"anonymous": false,
|
801
|
+
"inputs": [
|
802
|
+
{
|
803
|
+
"indexed": false,
|
804
|
+
"internalType": "ReferralId",
|
805
|
+
"name": "referralId",
|
806
|
+
"type": "bytes8"
|
807
|
+
},
|
808
|
+
{
|
809
|
+
"indexed": false,
|
810
|
+
"internalType": "StateId",
|
811
|
+
"name": "state",
|
812
|
+
"type": "uint8"
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"indexed": false,
|
816
|
+
"internalType": "address",
|
817
|
+
"name": "createdBy",
|
818
|
+
"type": "address"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"indexed": false,
|
822
|
+
"internalType": "address",
|
823
|
+
"name": "txOrigin",
|
824
|
+
"type": "address"
|
825
|
+
}
|
826
|
+
],
|
827
|
+
"name": "LogProductStoreReferralInfoCreated",
|
828
|
+
"type": "event"
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"anonymous": false,
|
832
|
+
"inputs": [
|
833
|
+
{
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "ReferralId",
|
836
|
+
"name": "referralId",
|
837
|
+
"type": "bytes8"
|
838
|
+
},
|
839
|
+
{
|
840
|
+
"indexed": false,
|
841
|
+
"internalType": "StateId",
|
842
|
+
"name": "oldState",
|
843
|
+
"type": "uint8"
|
844
|
+
},
|
845
|
+
{
|
846
|
+
"indexed": false,
|
847
|
+
"internalType": "StateId",
|
848
|
+
"name": "newState",
|
849
|
+
"type": "uint8"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"indexed": false,
|
853
|
+
"internalType": "address",
|
854
|
+
"name": "updatedBy",
|
855
|
+
"type": "address"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"indexed": false,
|
859
|
+
"internalType": "address",
|
860
|
+
"name": "txOrigin",
|
861
|
+
"type": "address"
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"indexed": false,
|
865
|
+
"internalType": "Blocknumber",
|
866
|
+
"name": "lastUpdatedIn",
|
867
|
+
"type": "uint40"
|
868
|
+
}
|
869
|
+
],
|
870
|
+
"name": "LogProductStoreReferralInfoUpdated",
|
871
|
+
"type": "event"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"anonymous": false,
|
875
|
+
"inputs": [
|
876
|
+
{
|
877
|
+
"indexed": false,
|
878
|
+
"internalType": "RequestId",
|
879
|
+
"name": "requestId",
|
880
|
+
"type": "uint64"
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"indexed": false,
|
884
|
+
"internalType": "StateId",
|
885
|
+
"name": "state",
|
886
|
+
"type": "uint8"
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"indexed": false,
|
890
|
+
"internalType": "address",
|
891
|
+
"name": "createdBy",
|
892
|
+
"type": "address"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"indexed": false,
|
896
|
+
"internalType": "address",
|
897
|
+
"name": "txOrigin",
|
898
|
+
"type": "address"
|
899
|
+
}
|
900
|
+
],
|
901
|
+
"name": "LogProductStoreRequestInfoCreated",
|
902
|
+
"type": "event"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"anonymous": false,
|
906
|
+
"inputs": [
|
907
|
+
{
|
908
|
+
"indexed": false,
|
909
|
+
"internalType": "RequestId",
|
910
|
+
"name": "requestId",
|
911
|
+
"type": "uint64"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"indexed": false,
|
915
|
+
"internalType": "StateId",
|
916
|
+
"name": "oldState",
|
917
|
+
"type": "uint8"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"indexed": false,
|
921
|
+
"internalType": "StateId",
|
922
|
+
"name": "newState",
|
923
|
+
"type": "uint8"
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"indexed": false,
|
927
|
+
"internalType": "address",
|
928
|
+
"name": "updatedBy",
|
929
|
+
"type": "address"
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"indexed": false,
|
933
|
+
"internalType": "address",
|
934
|
+
"name": "txOrigin",
|
935
|
+
"type": "address"
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"indexed": false,
|
939
|
+
"internalType": "Blocknumber",
|
940
|
+
"name": "lastUpdatedIn",
|
941
|
+
"type": "uint40"
|
942
|
+
}
|
943
|
+
],
|
944
|
+
"name": "LogProductStoreRequestInfoUpdated",
|
945
|
+
"type": "event"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"inputs": [],
|
949
|
+
"name": "authority",
|
950
|
+
"outputs": [
|
951
|
+
{
|
952
|
+
"internalType": "address",
|
953
|
+
"name": "",
|
954
|
+
"type": "address"
|
955
|
+
}
|
956
|
+
],
|
957
|
+
"stateMutability": "view",
|
958
|
+
"type": "function"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"inputs": [
|
962
|
+
{
|
963
|
+
"internalType": "StateId",
|
964
|
+
"name": "stateId",
|
965
|
+
"type": "uint8"
|
966
|
+
},
|
967
|
+
{
|
968
|
+
"internalType": "ObjectType",
|
969
|
+
"name": "objectType",
|
970
|
+
"type": "uint8"
|
971
|
+
},
|
972
|
+
{
|
973
|
+
"internalType": "StateId",
|
974
|
+
"name": "expectedFromId",
|
975
|
+
"type": "uint8"
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"internalType": "StateId",
|
979
|
+
"name": "toId",
|
980
|
+
"type": "uint8"
|
981
|
+
}
|
982
|
+
],
|
983
|
+
"name": "checkTransition",
|
984
|
+
"outputs": [],
|
985
|
+
"stateMutability": "view",
|
986
|
+
"type": "function"
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"inputs": [
|
990
|
+
{
|
991
|
+
"internalType": "NftId",
|
992
|
+
"name": "bundleNftId",
|
993
|
+
"type": "uint96"
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"components": [
|
997
|
+
{
|
998
|
+
"internalType": "Timestamp",
|
999
|
+
"name": "activatedAt",
|
1000
|
+
"type": "uint40"
|
1001
|
+
},
|
1002
|
+
{
|
1003
|
+
"internalType": "Timestamp",
|
1004
|
+
"name": "expiredAt",
|
1005
|
+
"type": "uint40"
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
"internalType": "Timestamp",
|
1009
|
+
"name": "closedAt",
|
1010
|
+
"type": "uint40"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
"internalType": "NftId",
|
1014
|
+
"name": "poolNftId",
|
1015
|
+
"type": "uint96"
|
1016
|
+
},
|
1017
|
+
{
|
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"
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"internalType": "bytes",
|
1036
|
+
"name": "filter",
|
1037
|
+
"type": "bytes"
|
1038
|
+
}
|
1039
|
+
],
|
1040
|
+
"internalType": "struct IBundle.BundleInfo",
|
1041
|
+
"name": "bundle",
|
1042
|
+
"type": "tuple"
|
1043
|
+
}
|
1044
|
+
],
|
1045
|
+
"name": "createBundle",
|
1046
|
+
"outputs": [],
|
1047
|
+
"stateMutability": "nonpayable",
|
1048
|
+
"type": "function"
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"inputs": [
|
1052
|
+
{
|
1053
|
+
"internalType": "NftId",
|
1054
|
+
"name": "componentNftId",
|
1055
|
+
"type": "uint96"
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"components": [
|
1059
|
+
{
|
1060
|
+
"internalType": "string",
|
1061
|
+
"name": "name",
|
1062
|
+
"type": "string"
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"internalType": "contract TokenHandler",
|
1066
|
+
"name": "tokenHandler",
|
1067
|
+
"type": "address"
|
1068
|
+
}
|
1069
|
+
],
|
1070
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1071
|
+
"name": "componentInfo",
|
1072
|
+
"type": "tuple"
|
1073
|
+
}
|
1074
|
+
],
|
1075
|
+
"name": "createComponent",
|
1076
|
+
"outputs": [],
|
1077
|
+
"stateMutability": "nonpayable",
|
1078
|
+
"type": "function"
|
1079
|
+
},
|
1080
|
+
{
|
1081
|
+
"inputs": [
|
1082
|
+
{
|
1083
|
+
"internalType": "NftId",
|
1084
|
+
"name": "distributorNftId",
|
1085
|
+
"type": "uint96"
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"components": [
|
1089
|
+
{
|
1090
|
+
"internalType": "DistributorType",
|
1091
|
+
"name": "distributorType",
|
1092
|
+
"type": "bytes8"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"internalType": "bool",
|
1096
|
+
"name": "active",
|
1097
|
+
"type": "bool"
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"internalType": "uint32",
|
1101
|
+
"name": "numPoliciesSold",
|
1102
|
+
"type": "uint32"
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"internalType": "bytes",
|
1106
|
+
"name": "data",
|
1107
|
+
"type": "bytes"
|
1108
|
+
}
|
1109
|
+
],
|
1110
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1111
|
+
"name": "info",
|
1112
|
+
"type": "tuple"
|
1113
|
+
}
|
1114
|
+
],
|
1115
|
+
"name": "createDistributor",
|
1116
|
+
"outputs": [],
|
1117
|
+
"stateMutability": "nonpayable",
|
1118
|
+
"type": "function"
|
1119
|
+
},
|
1120
|
+
{
|
1121
|
+
"inputs": [
|
1122
|
+
{
|
1123
|
+
"internalType": "DistributorType",
|
1124
|
+
"name": "distributorType",
|
1125
|
+
"type": "bytes8"
|
1126
|
+
},
|
1127
|
+
{
|
1128
|
+
"components": [
|
1129
|
+
{
|
1130
|
+
"internalType": "UFixed",
|
1131
|
+
"name": "minDiscountPercentage",
|
1132
|
+
"type": "uint160"
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"internalType": "NftId",
|
1136
|
+
"name": "distributionNftId",
|
1137
|
+
"type": "uint96"
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"internalType": "UFixed",
|
1141
|
+
"name": "maxDiscountPercentage",
|
1142
|
+
"type": "uint160"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"internalType": "uint32",
|
1146
|
+
"name": "maxReferralCount",
|
1147
|
+
"type": "uint32"
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
"internalType": "Seconds",
|
1151
|
+
"name": "maxReferralLifetime",
|
1152
|
+
"type": "uint40"
|
1153
|
+
},
|
1154
|
+
{
|
1155
|
+
"internalType": "bool",
|
1156
|
+
"name": "allowSelfReferrals",
|
1157
|
+
"type": "bool"
|
1158
|
+
},
|
1159
|
+
{
|
1160
|
+
"internalType": "bool",
|
1161
|
+
"name": "allowRenewals",
|
1162
|
+
"type": "bool"
|
1163
|
+
},
|
1164
|
+
{
|
1165
|
+
"internalType": "UFixed",
|
1166
|
+
"name": "commissionPercentage",
|
1167
|
+
"type": "uint160"
|
1168
|
+
},
|
1169
|
+
{
|
1170
|
+
"internalType": "string",
|
1171
|
+
"name": "name",
|
1172
|
+
"type": "string"
|
1173
|
+
},
|
1174
|
+
{
|
1175
|
+
"internalType": "bytes",
|
1176
|
+
"name": "data",
|
1177
|
+
"type": "bytes"
|
1178
|
+
}
|
1179
|
+
],
|
1180
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
1181
|
+
"name": "info",
|
1182
|
+
"type": "tuple"
|
1183
|
+
}
|
1184
|
+
],
|
1185
|
+
"name": "createDistributorType",
|
1186
|
+
"outputs": [],
|
1187
|
+
"stateMutability": "nonpayable",
|
1188
|
+
"type": "function"
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"inputs": [
|
1192
|
+
{
|
1193
|
+
"internalType": "NftId",
|
1194
|
+
"name": "poolNftId",
|
1195
|
+
"type": "uint96"
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"components": [
|
1199
|
+
{
|
1200
|
+
"internalType": "Amount",
|
1201
|
+
"name": "maxBalanceAmount",
|
1202
|
+
"type": "uint96"
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
"internalType": "UFixed",
|
1206
|
+
"name": "collateralizationLevel",
|
1207
|
+
"type": "uint160"
|
1208
|
+
},
|
1209
|
+
{
|
1210
|
+
"internalType": "UFixed",
|
1211
|
+
"name": "retentionLevel",
|
1212
|
+
"type": "uint160"
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"internalType": "bool",
|
1216
|
+
"name": "isInterceptingBundleTransfers",
|
1217
|
+
"type": "bool"
|
1218
|
+
},
|
1219
|
+
{
|
1220
|
+
"internalType": "bool",
|
1221
|
+
"name": "isProcessingConfirmedClaims",
|
1222
|
+
"type": "bool"
|
1223
|
+
},
|
1224
|
+
{
|
1225
|
+
"internalType": "bool",
|
1226
|
+
"name": "isExternallyManaged",
|
1227
|
+
"type": "bool"
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"internalType": "bool",
|
1231
|
+
"name": "isVerifyingApplications",
|
1232
|
+
"type": "bool"
|
1233
|
+
}
|
1234
|
+
],
|
1235
|
+
"internalType": "struct IComponents.PoolInfo",
|
1236
|
+
"name": "info",
|
1237
|
+
"type": "tuple"
|
1238
|
+
}
|
1239
|
+
],
|
1240
|
+
"name": "createPool",
|
1241
|
+
"outputs": [],
|
1242
|
+
"stateMutability": "nonpayable",
|
1243
|
+
"type": "function"
|
1244
|
+
},
|
1245
|
+
{
|
1246
|
+
"inputs": [
|
1247
|
+
{
|
1248
|
+
"internalType": "ReferralId",
|
1249
|
+
"name": "referralId",
|
1250
|
+
"type": "bytes8"
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"components": [
|
1254
|
+
{
|
1255
|
+
"internalType": "NftId",
|
1256
|
+
"name": "distributionNftId",
|
1257
|
+
"type": "uint96"
|
1258
|
+
},
|
1259
|
+
{
|
1260
|
+
"internalType": "NftId",
|
1261
|
+
"name": "distributorNftId",
|
1262
|
+
"type": "uint96"
|
1263
|
+
},
|
1264
|
+
{
|
1265
|
+
"internalType": "uint32",
|
1266
|
+
"name": "maxReferrals",
|
1267
|
+
"type": "uint32"
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
"internalType": "uint32",
|
1271
|
+
"name": "usedReferrals",
|
1272
|
+
"type": "uint32"
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"internalType": "UFixed",
|
1276
|
+
"name": "discountPercentage",
|
1277
|
+
"type": "uint160"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"internalType": "Timestamp",
|
1281
|
+
"name": "expiryAt",
|
1282
|
+
"type": "uint40"
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"internalType": "string",
|
1286
|
+
"name": "referralCode",
|
1287
|
+
"type": "string"
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"internalType": "bytes",
|
1291
|
+
"name": "data",
|
1292
|
+
"type": "bytes"
|
1293
|
+
}
|
1294
|
+
],
|
1295
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1296
|
+
"name": "referralInfo",
|
1297
|
+
"type": "tuple"
|
1298
|
+
}
|
1299
|
+
],
|
1300
|
+
"name": "createReferral",
|
1301
|
+
"outputs": [],
|
1302
|
+
"stateMutability": "nonpayable",
|
1303
|
+
"type": "function"
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"inputs": [
|
1307
|
+
{
|
1308
|
+
"components": [
|
1309
|
+
{
|
1310
|
+
"internalType": "NftId",
|
1311
|
+
"name": "requesterNftId",
|
1312
|
+
"type": "uint96"
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"internalType": "NftId",
|
1316
|
+
"name": "oracleNftId",
|
1317
|
+
"type": "uint96"
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"internalType": "bool",
|
1321
|
+
"name": "isCancelled",
|
1322
|
+
"type": "bool"
|
1323
|
+
},
|
1324
|
+
{
|
1325
|
+
"internalType": "Timestamp",
|
1326
|
+
"name": "respondedAt",
|
1327
|
+
"type": "uint40"
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"internalType": "Timestamp",
|
1331
|
+
"name": "expiredAt",
|
1332
|
+
"type": "uint40"
|
1333
|
+
},
|
1334
|
+
{
|
1335
|
+
"internalType": "string",
|
1336
|
+
"name": "callbackMethodName",
|
1337
|
+
"type": "string"
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"internalType": "bytes",
|
1341
|
+
"name": "requestData",
|
1342
|
+
"type": "bytes"
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"internalType": "bytes",
|
1346
|
+
"name": "responseData",
|
1347
|
+
"type": "bytes"
|
1348
|
+
}
|
1349
|
+
],
|
1350
|
+
"internalType": "struct IOracle.RequestInfo",
|
1351
|
+
"name": "request",
|
1352
|
+
"type": "tuple"
|
1353
|
+
}
|
1354
|
+
],
|
1355
|
+
"name": "createRequest",
|
1356
|
+
"outputs": [
|
1357
|
+
{
|
1358
|
+
"internalType": "RequestId",
|
1359
|
+
"name": "requestId",
|
1360
|
+
"type": "uint64"
|
1361
|
+
}
|
1362
|
+
],
|
1363
|
+
"stateMutability": "nonpayable",
|
1364
|
+
"type": "function"
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"inputs": [
|
1368
|
+
{
|
1369
|
+
"internalType": "NftId",
|
1370
|
+
"name": "targetNftId",
|
1371
|
+
"type": "uint96"
|
1372
|
+
},
|
1373
|
+
{
|
1374
|
+
"internalType": "Amount",
|
1375
|
+
"name": "amount",
|
1376
|
+
"type": "uint96"
|
1377
|
+
}
|
1378
|
+
],
|
1379
|
+
"name": "decreaseBalance",
|
1380
|
+
"outputs": [
|
1381
|
+
{
|
1382
|
+
"internalType": "Amount",
|
1383
|
+
"name": "newBalance",
|
1384
|
+
"type": "uint96"
|
1385
|
+
}
|
1386
|
+
],
|
1387
|
+
"stateMutability": "nonpayable",
|
1388
|
+
"type": "function"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"inputs": [
|
1392
|
+
{
|
1393
|
+
"internalType": "NftId",
|
1394
|
+
"name": "targetNftId",
|
1395
|
+
"type": "uint96"
|
1396
|
+
},
|
1397
|
+
{
|
1398
|
+
"internalType": "Amount",
|
1399
|
+
"name": "amount",
|
1400
|
+
"type": "uint96"
|
1401
|
+
}
|
1402
|
+
],
|
1403
|
+
"name": "decreaseFees",
|
1404
|
+
"outputs": [
|
1405
|
+
{
|
1406
|
+
"internalType": "Amount",
|
1407
|
+
"name": "newFeeBalance",
|
1408
|
+
"type": "uint96"
|
1409
|
+
}
|
1410
|
+
],
|
1411
|
+
"stateMutability": "nonpayable",
|
1412
|
+
"type": "function"
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"inputs": [
|
1416
|
+
{
|
1417
|
+
"internalType": "NftId",
|
1418
|
+
"name": "targetNftId",
|
1419
|
+
"type": "uint96"
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"internalType": "Amount",
|
1423
|
+
"name": "amount",
|
1424
|
+
"type": "uint96"
|
1425
|
+
}
|
1426
|
+
],
|
1427
|
+
"name": "decreaseLocked",
|
1428
|
+
"outputs": [
|
1429
|
+
{
|
1430
|
+
"internalType": "Amount",
|
1431
|
+
"name": "newBalance",
|
1432
|
+
"type": "uint96"
|
1433
|
+
}
|
1434
|
+
],
|
1435
|
+
"stateMutability": "nonpayable",
|
1436
|
+
"type": "function"
|
1437
|
+
},
|
1438
|
+
{
|
1439
|
+
"inputs": [
|
1440
|
+
{
|
1441
|
+
"internalType": "Key32",
|
1442
|
+
"name": "key32",
|
1443
|
+
"type": "bytes32"
|
1444
|
+
}
|
1445
|
+
],
|
1446
|
+
"name": "exists",
|
1447
|
+
"outputs": [
|
1448
|
+
{
|
1449
|
+
"internalType": "bool",
|
1450
|
+
"name": "",
|
1451
|
+
"type": "bool"
|
1452
|
+
}
|
1453
|
+
],
|
1454
|
+
"stateMutability": "view",
|
1455
|
+
"type": "function"
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
"inputs": [
|
1459
|
+
{
|
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"
|
1511
|
+
}
|
1512
|
+
],
|
1513
|
+
"name": "getBundleInfo",
|
1514
|
+
"outputs": [
|
1515
|
+
{
|
1516
|
+
"components": [
|
1517
|
+
{
|
1518
|
+
"internalType": "Timestamp",
|
1519
|
+
"name": "activatedAt",
|
1520
|
+
"type": "uint40"
|
1521
|
+
},
|
1522
|
+
{
|
1523
|
+
"internalType": "Timestamp",
|
1524
|
+
"name": "expiredAt",
|
1525
|
+
"type": "uint40"
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
"internalType": "Timestamp",
|
1529
|
+
"name": "closedAt",
|
1530
|
+
"type": "uint40"
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
"internalType": "NftId",
|
1534
|
+
"name": "poolNftId",
|
1535
|
+
"type": "uint96"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"components": [
|
1539
|
+
{
|
1540
|
+
"internalType": "UFixed",
|
1541
|
+
"name": "fractionalFee",
|
1542
|
+
"type": "uint160"
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
"internalType": "Amount",
|
1546
|
+
"name": "fixedFee",
|
1547
|
+
"type": "uint96"
|
1548
|
+
}
|
1549
|
+
],
|
1550
|
+
"internalType": "struct Fee",
|
1551
|
+
"name": "fee",
|
1552
|
+
"type": "tuple"
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"internalType": "bytes",
|
1556
|
+
"name": "filter",
|
1557
|
+
"type": "bytes"
|
1558
|
+
}
|
1559
|
+
],
|
1560
|
+
"internalType": "struct IBundle.BundleInfo",
|
1561
|
+
"name": "bundle",
|
1562
|
+
"type": "tuple"
|
1563
|
+
}
|
1564
|
+
],
|
1565
|
+
"stateMutability": "view",
|
1566
|
+
"type": "function"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"inputs": [
|
1570
|
+
{
|
1571
|
+
"internalType": "NftId",
|
1572
|
+
"name": "componentNftId",
|
1573
|
+
"type": "uint96"
|
1574
|
+
}
|
1575
|
+
],
|
1576
|
+
"name": "getComponentInfo",
|
1577
|
+
"outputs": [
|
1578
|
+
{
|
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"
|
1594
|
+
}
|
1595
|
+
],
|
1596
|
+
"stateMutability": "view",
|
1597
|
+
"type": "function"
|
1598
|
+
},
|
1599
|
+
{
|
1600
|
+
"inputs": [
|
1601
|
+
{
|
1602
|
+
"internalType": "NftId",
|
1603
|
+
"name": "distributorNftId",
|
1604
|
+
"type": "uint96"
|
1605
|
+
}
|
1606
|
+
],
|
1607
|
+
"name": "getDistributorInfo",
|
1608
|
+
"outputs": [
|
1609
|
+
{
|
1610
|
+
"components": [
|
1611
|
+
{
|
1612
|
+
"internalType": "DistributorType",
|
1613
|
+
"name": "distributorType",
|
1614
|
+
"type": "bytes8"
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"internalType": "bool",
|
1618
|
+
"name": "active",
|
1619
|
+
"type": "bool"
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"internalType": "uint32",
|
1623
|
+
"name": "numPoliciesSold",
|
1624
|
+
"type": "uint32"
|
1625
|
+
},
|
1626
|
+
{
|
1627
|
+
"internalType": "bytes",
|
1628
|
+
"name": "data",
|
1629
|
+
"type": "bytes"
|
1630
|
+
}
|
1631
|
+
],
|
1632
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
1633
|
+
"name": "info",
|
1634
|
+
"type": "tuple"
|
1635
|
+
}
|
1636
|
+
],
|
1637
|
+
"stateMutability": "view",
|
1638
|
+
"type": "function"
|
1639
|
+
},
|
1640
|
+
{
|
1641
|
+
"inputs": [
|
1642
|
+
{
|
1643
|
+
"internalType": "DistributorType",
|
1644
|
+
"name": "distributorType",
|
1645
|
+
"type": "bytes8"
|
1646
|
+
}
|
1647
|
+
],
|
1648
|
+
"name": "getDistributorTypeInfo",
|
1649
|
+
"outputs": [
|
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"
|
1706
|
+
}
|
1707
|
+
],
|
1708
|
+
"stateMutability": "view",
|
1709
|
+
"type": "function"
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"inputs": [
|
1713
|
+
{
|
1714
|
+
"internalType": "NftId",
|
1715
|
+
"name": "targetNftId",
|
1716
|
+
"type": "uint96"
|
1717
|
+
}
|
1718
|
+
],
|
1719
|
+
"name": "getFeeAmount",
|
1720
|
+
"outputs": [
|
1721
|
+
{
|
1722
|
+
"internalType": "Amount",
|
1723
|
+
"name": "feeAmount",
|
1724
|
+
"type": "uint96"
|
1725
|
+
}
|
1726
|
+
],
|
1727
|
+
"stateMutability": "view",
|
1728
|
+
"type": "function"
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"inputs": [
|
1732
|
+
{
|
1733
|
+
"internalType": "ObjectType",
|
1734
|
+
"name": "objectType",
|
1735
|
+
"type": "uint8"
|
1736
|
+
}
|
1737
|
+
],
|
1738
|
+
"name": "getInitialState",
|
1739
|
+
"outputs": [
|
1740
|
+
{
|
1741
|
+
"internalType": "StateId",
|
1742
|
+
"name": "",
|
1743
|
+
"type": "uint8"
|
1744
|
+
}
|
1745
|
+
],
|
1746
|
+
"stateMutability": "view",
|
1747
|
+
"type": "function"
|
1748
|
+
},
|
1749
|
+
{
|
1750
|
+
"inputs": [
|
1751
|
+
{
|
1752
|
+
"internalType": "NftId",
|
1753
|
+
"name": "targetNftId",
|
1754
|
+
"type": "uint96"
|
1755
|
+
}
|
1756
|
+
],
|
1757
|
+
"name": "getLockedAmount",
|
1758
|
+
"outputs": [
|
1759
|
+
{
|
1760
|
+
"internalType": "Amount",
|
1761
|
+
"name": "lockedAmount",
|
1762
|
+
"type": "uint96"
|
1763
|
+
}
|
1764
|
+
],
|
1765
|
+
"stateMutability": "view",
|
1766
|
+
"type": "function"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"inputs": [
|
1770
|
+
{
|
1771
|
+
"internalType": "Key32",
|
1772
|
+
"name": "key32",
|
1773
|
+
"type": "bytes32"
|
1774
|
+
}
|
1775
|
+
],
|
1776
|
+
"name": "getMetadata",
|
1777
|
+
"outputs": [
|
1778
|
+
{
|
1779
|
+
"components": [
|
1780
|
+
{
|
1781
|
+
"internalType": "ObjectType",
|
1782
|
+
"name": "objectType",
|
1783
|
+
"type": "uint8"
|
1784
|
+
},
|
1785
|
+
{
|
1786
|
+
"internalType": "StateId",
|
1787
|
+
"name": "state",
|
1788
|
+
"type": "uint8"
|
1789
|
+
},
|
1790
|
+
{
|
1791
|
+
"internalType": "Blocknumber",
|
1792
|
+
"name": "updatedIn",
|
1793
|
+
"type": "uint40"
|
1794
|
+
}
|
1795
|
+
],
|
1796
|
+
"internalType": "struct IBaseStore.Metadata",
|
1797
|
+
"name": "metadata",
|
1798
|
+
"type": "tuple"
|
1799
|
+
}
|
1800
|
+
],
|
1801
|
+
"stateMutability": "view",
|
1802
|
+
"type": "function"
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"inputs": [
|
1806
|
+
{
|
1807
|
+
"internalType": "NftId",
|
1808
|
+
"name": "poolNftId",
|
1809
|
+
"type": "uint96"
|
1810
|
+
}
|
1811
|
+
],
|
1812
|
+
"name": "getPoolInfo",
|
1813
|
+
"outputs": [
|
1814
|
+
{
|
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"
|
1855
|
+
}
|
1856
|
+
],
|
1857
|
+
"stateMutability": "view",
|
1858
|
+
"type": "function"
|
1859
|
+
},
|
1860
|
+
{
|
1861
|
+
"inputs": [
|
1862
|
+
{
|
1863
|
+
"internalType": "ReferralId",
|
1864
|
+
"name": "referralId",
|
1865
|
+
"type": "bytes8"
|
1866
|
+
}
|
1867
|
+
],
|
1868
|
+
"name": "getReferralInfo",
|
1869
|
+
"outputs": [
|
1870
|
+
{
|
1871
|
+
"components": [
|
1872
|
+
{
|
1873
|
+
"internalType": "NftId",
|
1874
|
+
"name": "distributionNftId",
|
1875
|
+
"type": "uint96"
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"internalType": "NftId",
|
1879
|
+
"name": "distributorNftId",
|
1880
|
+
"type": "uint96"
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"internalType": "uint32",
|
1884
|
+
"name": "maxReferrals",
|
1885
|
+
"type": "uint32"
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"internalType": "uint32",
|
1889
|
+
"name": "usedReferrals",
|
1890
|
+
"type": "uint32"
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"internalType": "UFixed",
|
1894
|
+
"name": "discountPercentage",
|
1895
|
+
"type": "uint160"
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
"internalType": "Timestamp",
|
1899
|
+
"name": "expiryAt",
|
1900
|
+
"type": "uint40"
|
1901
|
+
},
|
1902
|
+
{
|
1903
|
+
"internalType": "string",
|
1904
|
+
"name": "referralCode",
|
1905
|
+
"type": "string"
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"internalType": "bytes",
|
1909
|
+
"name": "data",
|
1910
|
+
"type": "bytes"
|
1911
|
+
}
|
1912
|
+
],
|
1913
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1914
|
+
"name": "referralInfo",
|
1915
|
+
"type": "tuple"
|
1916
|
+
}
|
1917
|
+
],
|
1918
|
+
"stateMutability": "view",
|
1919
|
+
"type": "function"
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
"inputs": [
|
1923
|
+
{
|
1924
|
+
"internalType": "RequestId",
|
1925
|
+
"name": "requestId",
|
1926
|
+
"type": "uint64"
|
1927
|
+
}
|
1928
|
+
],
|
1929
|
+
"name": "getRequestInfo",
|
1930
|
+
"outputs": [
|
1931
|
+
{
|
1932
|
+
"components": [
|
1933
|
+
{
|
1934
|
+
"internalType": "NftId",
|
1935
|
+
"name": "requesterNftId",
|
1936
|
+
"type": "uint96"
|
1937
|
+
},
|
1938
|
+
{
|
1939
|
+
"internalType": "NftId",
|
1940
|
+
"name": "oracleNftId",
|
1941
|
+
"type": "uint96"
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"internalType": "bool",
|
1945
|
+
"name": "isCancelled",
|
1946
|
+
"type": "bool"
|
1947
|
+
},
|
1948
|
+
{
|
1949
|
+
"internalType": "Timestamp",
|
1950
|
+
"name": "respondedAt",
|
1951
|
+
"type": "uint40"
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"internalType": "Timestamp",
|
1955
|
+
"name": "expiredAt",
|
1956
|
+
"type": "uint40"
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"internalType": "string",
|
1960
|
+
"name": "callbackMethodName",
|
1961
|
+
"type": "string"
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"internalType": "bytes",
|
1965
|
+
"name": "requestData",
|
1966
|
+
"type": "bytes"
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"internalType": "bytes",
|
1970
|
+
"name": "responseData",
|
1971
|
+
"type": "bytes"
|
1972
|
+
}
|
1973
|
+
],
|
1974
|
+
"internalType": "struct IOracle.RequestInfo",
|
1975
|
+
"name": "request",
|
1976
|
+
"type": "tuple"
|
1977
|
+
}
|
1978
|
+
],
|
1979
|
+
"stateMutability": "view",
|
1980
|
+
"type": "function"
|
1981
|
+
},
|
1982
|
+
{
|
1983
|
+
"inputs": [
|
1984
|
+
{
|
1985
|
+
"internalType": "Key32",
|
1986
|
+
"name": "key32",
|
1987
|
+
"type": "bytes32"
|
1988
|
+
}
|
1989
|
+
],
|
1990
|
+
"name": "getState",
|
1991
|
+
"outputs": [
|
1992
|
+
{
|
1993
|
+
"internalType": "StateId",
|
1994
|
+
"name": "state",
|
1995
|
+
"type": "uint8"
|
1996
|
+
}
|
1997
|
+
],
|
1998
|
+
"stateMutability": "view",
|
1999
|
+
"type": "function"
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
"inputs": [
|
2003
|
+
{
|
2004
|
+
"internalType": "ObjectType",
|
2005
|
+
"name": "objectType",
|
2006
|
+
"type": "uint8"
|
2007
|
+
}
|
2008
|
+
],
|
2009
|
+
"name": "hasLifecycle",
|
2010
|
+
"outputs": [
|
2011
|
+
{
|
2012
|
+
"internalType": "bool",
|
2013
|
+
"name": "",
|
2014
|
+
"type": "bool"
|
2015
|
+
}
|
2016
|
+
],
|
2017
|
+
"stateMutability": "view",
|
2018
|
+
"type": "function"
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"inputs": [
|
2022
|
+
{
|
2023
|
+
"internalType": "NftId",
|
2024
|
+
"name": "targetNftId",
|
2025
|
+
"type": "uint96"
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
"internalType": "Amount",
|
2029
|
+
"name": "amount",
|
2030
|
+
"type": "uint96"
|
2031
|
+
}
|
2032
|
+
],
|
2033
|
+
"name": "increaseBalance",
|
2034
|
+
"outputs": [
|
2035
|
+
{
|
2036
|
+
"internalType": "Amount",
|
2037
|
+
"name": "newBalance",
|
2038
|
+
"type": "uint96"
|
2039
|
+
}
|
2040
|
+
],
|
2041
|
+
"stateMutability": "nonpayable",
|
2042
|
+
"type": "function"
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"inputs": [
|
2046
|
+
{
|
2047
|
+
"internalType": "NftId",
|
2048
|
+
"name": "targetNftId",
|
2049
|
+
"type": "uint96"
|
2050
|
+
},
|
2051
|
+
{
|
2052
|
+
"internalType": "Amount",
|
2053
|
+
"name": "amount",
|
2054
|
+
"type": "uint96"
|
2055
|
+
}
|
2056
|
+
],
|
2057
|
+
"name": "increaseFees",
|
2058
|
+
"outputs": [
|
2059
|
+
{
|
2060
|
+
"internalType": "Amount",
|
2061
|
+
"name": "newFeeBalance",
|
2062
|
+
"type": "uint96"
|
2063
|
+
}
|
2064
|
+
],
|
2065
|
+
"stateMutability": "nonpayable",
|
2066
|
+
"type": "function"
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"inputs": [
|
2070
|
+
{
|
2071
|
+
"internalType": "NftId",
|
2072
|
+
"name": "targetNftId",
|
2073
|
+
"type": "uint96"
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"internalType": "Amount",
|
2077
|
+
"name": "amount",
|
2078
|
+
"type": "uint96"
|
2079
|
+
}
|
2080
|
+
],
|
2081
|
+
"name": "increaseLocked",
|
2082
|
+
"outputs": [
|
2083
|
+
{
|
2084
|
+
"internalType": "Amount",
|
2085
|
+
"name": "newBalance",
|
2086
|
+
"type": "uint96"
|
2087
|
+
}
|
2088
|
+
],
|
2089
|
+
"stateMutability": "nonpayable",
|
2090
|
+
"type": "function"
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"inputs": [],
|
2094
|
+
"name": "initialize",
|
2095
|
+
"outputs": [],
|
2096
|
+
"stateMutability": "nonpayable",
|
2097
|
+
"type": "function"
|
2098
|
+
},
|
2099
|
+
{
|
2100
|
+
"inputs": [],
|
2101
|
+
"name": "isConsumingScheduledOp",
|
2102
|
+
"outputs": [
|
2103
|
+
{
|
2104
|
+
"internalType": "bytes4",
|
2105
|
+
"name": "",
|
2106
|
+
"type": "bytes4"
|
2107
|
+
}
|
2108
|
+
],
|
2109
|
+
"stateMutability": "view",
|
2110
|
+
"type": "function"
|
2111
|
+
},
|
2112
|
+
{
|
2113
|
+
"inputs": [
|
2114
|
+
{
|
2115
|
+
"internalType": "ObjectType",
|
2116
|
+
"name": "objectType",
|
2117
|
+
"type": "uint8"
|
2118
|
+
},
|
2119
|
+
{
|
2120
|
+
"internalType": "StateId",
|
2121
|
+
"name": "fromId",
|
2122
|
+
"type": "uint8"
|
2123
|
+
},
|
2124
|
+
{
|
2125
|
+
"internalType": "StateId",
|
2126
|
+
"name": "toId",
|
2127
|
+
"type": "uint8"
|
2128
|
+
}
|
2129
|
+
],
|
2130
|
+
"name": "isValidTransition",
|
2131
|
+
"outputs": [
|
2132
|
+
{
|
2133
|
+
"internalType": "bool",
|
2134
|
+
"name": "",
|
2135
|
+
"type": "bool"
|
2136
|
+
}
|
2137
|
+
],
|
2138
|
+
"stateMutability": "view",
|
2139
|
+
"type": "function"
|
2140
|
+
},
|
2141
|
+
{
|
2142
|
+
"inputs": [
|
2143
|
+
{
|
2144
|
+
"internalType": "address",
|
2145
|
+
"name": "newAuthority",
|
2146
|
+
"type": "address"
|
2147
|
+
}
|
2148
|
+
],
|
2149
|
+
"name": "setAuthority",
|
2150
|
+
"outputs": [],
|
2151
|
+
"stateMutability": "nonpayable",
|
2152
|
+
"type": "function"
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"inputs": [
|
2156
|
+
{
|
2157
|
+
"internalType": "ObjectType",
|
2158
|
+
"name": "objectType",
|
2159
|
+
"type": "uint8"
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
"internalType": "KeyId",
|
2163
|
+
"name": "id",
|
2164
|
+
"type": "bytes31"
|
2165
|
+
}
|
2166
|
+
],
|
2167
|
+
"name": "toKey32",
|
2168
|
+
"outputs": [
|
2169
|
+
{
|
2170
|
+
"internalType": "Key32",
|
2171
|
+
"name": "",
|
2172
|
+
"type": "bytes32"
|
2173
|
+
}
|
2174
|
+
],
|
2175
|
+
"stateMutability": "pure",
|
2176
|
+
"type": "function"
|
2177
|
+
},
|
2178
|
+
{
|
2179
|
+
"inputs": [
|
2180
|
+
{
|
2181
|
+
"internalType": "NftId",
|
2182
|
+
"name": "bundleNftId",
|
2183
|
+
"type": "uint96"
|
2184
|
+
},
|
2185
|
+
{
|
2186
|
+
"components": [
|
2187
|
+
{
|
2188
|
+
"internalType": "Timestamp",
|
2189
|
+
"name": "activatedAt",
|
2190
|
+
"type": "uint40"
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"internalType": "Timestamp",
|
2194
|
+
"name": "expiredAt",
|
2195
|
+
"type": "uint40"
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
"internalType": "Timestamp",
|
2199
|
+
"name": "closedAt",
|
2200
|
+
"type": "uint40"
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"internalType": "NftId",
|
2204
|
+
"name": "poolNftId",
|
2205
|
+
"type": "uint96"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"components": [
|
2209
|
+
{
|
2210
|
+
"internalType": "UFixed",
|
2211
|
+
"name": "fractionalFee",
|
2212
|
+
"type": "uint160"
|
2213
|
+
},
|
2214
|
+
{
|
2215
|
+
"internalType": "Amount",
|
2216
|
+
"name": "fixedFee",
|
2217
|
+
"type": "uint96"
|
2218
|
+
}
|
2219
|
+
],
|
2220
|
+
"internalType": "struct Fee",
|
2221
|
+
"name": "fee",
|
2222
|
+
"type": "tuple"
|
2223
|
+
},
|
2224
|
+
{
|
2225
|
+
"internalType": "bytes",
|
2226
|
+
"name": "filter",
|
2227
|
+
"type": "bytes"
|
2228
|
+
}
|
2229
|
+
],
|
2230
|
+
"internalType": "struct IBundle.BundleInfo",
|
2231
|
+
"name": "bundle",
|
2232
|
+
"type": "tuple"
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"internalType": "StateId",
|
2236
|
+
"name": "newState",
|
2237
|
+
"type": "uint8"
|
2238
|
+
}
|
2239
|
+
],
|
2240
|
+
"name": "updateBundle",
|
2241
|
+
"outputs": [],
|
2242
|
+
"stateMutability": "nonpayable",
|
2243
|
+
"type": "function"
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"inputs": [
|
2247
|
+
{
|
2248
|
+
"internalType": "NftId",
|
2249
|
+
"name": "bundleNftId",
|
2250
|
+
"type": "uint96"
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"internalType": "StateId",
|
2254
|
+
"name": "newState",
|
2255
|
+
"type": "uint8"
|
2256
|
+
}
|
2257
|
+
],
|
2258
|
+
"name": "updateBundleState",
|
2259
|
+
"outputs": [],
|
2260
|
+
"stateMutability": "nonpayable",
|
2261
|
+
"type": "function"
|
2262
|
+
},
|
2263
|
+
{
|
2264
|
+
"inputs": [
|
2265
|
+
{
|
2266
|
+
"internalType": "NftId",
|
2267
|
+
"name": "componentNftId",
|
2268
|
+
"type": "uint96"
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"components": [
|
2272
|
+
{
|
2273
|
+
"internalType": "string",
|
2274
|
+
"name": "name",
|
2275
|
+
"type": "string"
|
2276
|
+
},
|
2277
|
+
{
|
2278
|
+
"internalType": "contract TokenHandler",
|
2279
|
+
"name": "tokenHandler",
|
2280
|
+
"type": "address"
|
2281
|
+
}
|
2282
|
+
],
|
2283
|
+
"internalType": "struct IComponents.ComponentInfo",
|
2284
|
+
"name": "componentInfo",
|
2285
|
+
"type": "tuple"
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"internalType": "StateId",
|
2289
|
+
"name": "newState",
|
2290
|
+
"type": "uint8"
|
2291
|
+
}
|
2292
|
+
],
|
2293
|
+
"name": "updateComponent",
|
2294
|
+
"outputs": [],
|
2295
|
+
"stateMutability": "nonpayable",
|
2296
|
+
"type": "function"
|
2297
|
+
},
|
2298
|
+
{
|
2299
|
+
"inputs": [
|
2300
|
+
{
|
2301
|
+
"internalType": "NftId",
|
2302
|
+
"name": "distributorNftId",
|
2303
|
+
"type": "uint96"
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
"components": [
|
2307
|
+
{
|
2308
|
+
"internalType": "DistributorType",
|
2309
|
+
"name": "distributorType",
|
2310
|
+
"type": "bytes8"
|
2311
|
+
},
|
2312
|
+
{
|
2313
|
+
"internalType": "bool",
|
2314
|
+
"name": "active",
|
2315
|
+
"type": "bool"
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"internalType": "uint32",
|
2319
|
+
"name": "numPoliciesSold",
|
2320
|
+
"type": "uint32"
|
2321
|
+
},
|
2322
|
+
{
|
2323
|
+
"internalType": "bytes",
|
2324
|
+
"name": "data",
|
2325
|
+
"type": "bytes"
|
2326
|
+
}
|
2327
|
+
],
|
2328
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
2329
|
+
"name": "info",
|
2330
|
+
"type": "tuple"
|
2331
|
+
},
|
2332
|
+
{
|
2333
|
+
"internalType": "StateId",
|
2334
|
+
"name": "newState",
|
2335
|
+
"type": "uint8"
|
2336
|
+
}
|
2337
|
+
],
|
2338
|
+
"name": "updateDistributor",
|
2339
|
+
"outputs": [],
|
2340
|
+
"stateMutability": "nonpayable",
|
2341
|
+
"type": "function"
|
2342
|
+
},
|
2343
|
+
{
|
2344
|
+
"inputs": [
|
2345
|
+
{
|
2346
|
+
"internalType": "NftId",
|
2347
|
+
"name": "distributorNftId",
|
2348
|
+
"type": "uint96"
|
2349
|
+
},
|
2350
|
+
{
|
2351
|
+
"internalType": "StateId",
|
2352
|
+
"name": "newState",
|
2353
|
+
"type": "uint8"
|
2354
|
+
}
|
2355
|
+
],
|
2356
|
+
"name": "updateDistributorState",
|
2357
|
+
"outputs": [],
|
2358
|
+
"stateMutability": "nonpayable",
|
2359
|
+
"type": "function"
|
2360
|
+
},
|
2361
|
+
{
|
2362
|
+
"inputs": [
|
2363
|
+
{
|
2364
|
+
"internalType": "DistributorType",
|
2365
|
+
"name": "distributorType",
|
2366
|
+
"type": "bytes8"
|
2367
|
+
},
|
2368
|
+
{
|
2369
|
+
"components": [
|
2370
|
+
{
|
2371
|
+
"internalType": "UFixed",
|
2372
|
+
"name": "minDiscountPercentage",
|
2373
|
+
"type": "uint160"
|
2374
|
+
},
|
2375
|
+
{
|
2376
|
+
"internalType": "NftId",
|
2377
|
+
"name": "distributionNftId",
|
2378
|
+
"type": "uint96"
|
2379
|
+
},
|
2380
|
+
{
|
2381
|
+
"internalType": "UFixed",
|
2382
|
+
"name": "maxDiscountPercentage",
|
2383
|
+
"type": "uint160"
|
2384
|
+
},
|
2385
|
+
{
|
2386
|
+
"internalType": "uint32",
|
2387
|
+
"name": "maxReferralCount",
|
2388
|
+
"type": "uint32"
|
2389
|
+
},
|
2390
|
+
{
|
2391
|
+
"internalType": "Seconds",
|
2392
|
+
"name": "maxReferralLifetime",
|
2393
|
+
"type": "uint40"
|
2394
|
+
},
|
2395
|
+
{
|
2396
|
+
"internalType": "bool",
|
2397
|
+
"name": "allowSelfReferrals",
|
2398
|
+
"type": "bool"
|
2399
|
+
},
|
2400
|
+
{
|
2401
|
+
"internalType": "bool",
|
2402
|
+
"name": "allowRenewals",
|
2403
|
+
"type": "bool"
|
2404
|
+
},
|
2405
|
+
{
|
2406
|
+
"internalType": "UFixed",
|
2407
|
+
"name": "commissionPercentage",
|
2408
|
+
"type": "uint160"
|
2409
|
+
},
|
2410
|
+
{
|
2411
|
+
"internalType": "string",
|
2412
|
+
"name": "name",
|
2413
|
+
"type": "string"
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"internalType": "bytes",
|
2417
|
+
"name": "data",
|
2418
|
+
"type": "bytes"
|
2419
|
+
}
|
2420
|
+
],
|
2421
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
2422
|
+
"name": "info",
|
2423
|
+
"type": "tuple"
|
2424
|
+
},
|
2425
|
+
{
|
2426
|
+
"internalType": "StateId",
|
2427
|
+
"name": "newState",
|
2428
|
+
"type": "uint8"
|
2429
|
+
}
|
2430
|
+
],
|
2431
|
+
"name": "updateDistributorType",
|
2432
|
+
"outputs": [],
|
2433
|
+
"stateMutability": "nonpayable",
|
2434
|
+
"type": "function"
|
2435
|
+
},
|
2436
|
+
{
|
2437
|
+
"inputs": [
|
2438
|
+
{
|
2439
|
+
"internalType": "DistributorType",
|
2440
|
+
"name": "distributorType",
|
2441
|
+
"type": "bytes8"
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"internalType": "StateId",
|
2445
|
+
"name": "newState",
|
2446
|
+
"type": "uint8"
|
2447
|
+
}
|
2448
|
+
],
|
2449
|
+
"name": "updateDistributorTypeState",
|
2450
|
+
"outputs": [],
|
2451
|
+
"stateMutability": "nonpayable",
|
2452
|
+
"type": "function"
|
2453
|
+
},
|
2454
|
+
{
|
2455
|
+
"inputs": [
|
2456
|
+
{
|
2457
|
+
"internalType": "NftId",
|
2458
|
+
"name": "poolNftId",
|
2459
|
+
"type": "uint96"
|
2460
|
+
},
|
2461
|
+
{
|
2462
|
+
"components": [
|
2463
|
+
{
|
2464
|
+
"internalType": "Amount",
|
2465
|
+
"name": "maxBalanceAmount",
|
2466
|
+
"type": "uint96"
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
"internalType": "UFixed",
|
2470
|
+
"name": "collateralizationLevel",
|
2471
|
+
"type": "uint160"
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"internalType": "UFixed",
|
2475
|
+
"name": "retentionLevel",
|
2476
|
+
"type": "uint160"
|
2477
|
+
},
|
2478
|
+
{
|
2479
|
+
"internalType": "bool",
|
2480
|
+
"name": "isInterceptingBundleTransfers",
|
2481
|
+
"type": "bool"
|
2482
|
+
},
|
2483
|
+
{
|
2484
|
+
"internalType": "bool",
|
2485
|
+
"name": "isProcessingConfirmedClaims",
|
2486
|
+
"type": "bool"
|
2487
|
+
},
|
2488
|
+
{
|
2489
|
+
"internalType": "bool",
|
2490
|
+
"name": "isExternallyManaged",
|
2491
|
+
"type": "bool"
|
2492
|
+
},
|
2493
|
+
{
|
2494
|
+
"internalType": "bool",
|
2495
|
+
"name": "isVerifyingApplications",
|
2496
|
+
"type": "bool"
|
2497
|
+
}
|
2498
|
+
],
|
2499
|
+
"internalType": "struct IComponents.PoolInfo",
|
2500
|
+
"name": "info",
|
2501
|
+
"type": "tuple"
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"internalType": "StateId",
|
2505
|
+
"name": "newState",
|
2506
|
+
"type": "uint8"
|
2507
|
+
}
|
2508
|
+
],
|
2509
|
+
"name": "updatePool",
|
2510
|
+
"outputs": [],
|
2511
|
+
"stateMutability": "nonpayable",
|
2512
|
+
"type": "function"
|
2513
|
+
},
|
2514
|
+
{
|
2515
|
+
"inputs": [
|
2516
|
+
{
|
2517
|
+
"internalType": "ReferralId",
|
2518
|
+
"name": "referralId",
|
2519
|
+
"type": "bytes8"
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
"components": [
|
2523
|
+
{
|
2524
|
+
"internalType": "NftId",
|
2525
|
+
"name": "distributionNftId",
|
2526
|
+
"type": "uint96"
|
2527
|
+
},
|
2528
|
+
{
|
2529
|
+
"internalType": "NftId",
|
2530
|
+
"name": "distributorNftId",
|
2531
|
+
"type": "uint96"
|
2532
|
+
},
|
2533
|
+
{
|
2534
|
+
"internalType": "uint32",
|
2535
|
+
"name": "maxReferrals",
|
2536
|
+
"type": "uint32"
|
2537
|
+
},
|
2538
|
+
{
|
2539
|
+
"internalType": "uint32",
|
2540
|
+
"name": "usedReferrals",
|
2541
|
+
"type": "uint32"
|
2542
|
+
},
|
2543
|
+
{
|
2544
|
+
"internalType": "UFixed",
|
2545
|
+
"name": "discountPercentage",
|
2546
|
+
"type": "uint160"
|
2547
|
+
},
|
2548
|
+
{
|
2549
|
+
"internalType": "Timestamp",
|
2550
|
+
"name": "expiryAt",
|
2551
|
+
"type": "uint40"
|
2552
|
+
},
|
2553
|
+
{
|
2554
|
+
"internalType": "string",
|
2555
|
+
"name": "referralCode",
|
2556
|
+
"type": "string"
|
2557
|
+
},
|
2558
|
+
{
|
2559
|
+
"internalType": "bytes",
|
2560
|
+
"name": "data",
|
2561
|
+
"type": "bytes"
|
2562
|
+
}
|
2563
|
+
],
|
2564
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
2565
|
+
"name": "referralInfo",
|
2566
|
+
"type": "tuple"
|
2567
|
+
},
|
2568
|
+
{
|
2569
|
+
"internalType": "StateId",
|
2570
|
+
"name": "newState",
|
2571
|
+
"type": "uint8"
|
2572
|
+
}
|
2573
|
+
],
|
2574
|
+
"name": "updateReferral",
|
2575
|
+
"outputs": [],
|
2576
|
+
"stateMutability": "nonpayable",
|
2577
|
+
"type": "function"
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"inputs": [
|
2581
|
+
{
|
2582
|
+
"internalType": "ReferralId",
|
2583
|
+
"name": "referralId",
|
2584
|
+
"type": "bytes8"
|
2585
|
+
},
|
2586
|
+
{
|
2587
|
+
"internalType": "StateId",
|
2588
|
+
"name": "newState",
|
2589
|
+
"type": "uint8"
|
2590
|
+
}
|
2591
|
+
],
|
2592
|
+
"name": "updateReferralState",
|
2593
|
+
"outputs": [],
|
2594
|
+
"stateMutability": "nonpayable",
|
2595
|
+
"type": "function"
|
2596
|
+
},
|
2597
|
+
{
|
2598
|
+
"inputs": [
|
2599
|
+
{
|
2600
|
+
"internalType": "RequestId",
|
2601
|
+
"name": "requestId",
|
2602
|
+
"type": "uint64"
|
2603
|
+
},
|
2604
|
+
{
|
2605
|
+
"components": [
|
2606
|
+
{
|
2607
|
+
"internalType": "NftId",
|
2608
|
+
"name": "requesterNftId",
|
2609
|
+
"type": "uint96"
|
2610
|
+
},
|
2611
|
+
{
|
2612
|
+
"internalType": "NftId",
|
2613
|
+
"name": "oracleNftId",
|
2614
|
+
"type": "uint96"
|
2615
|
+
},
|
2616
|
+
{
|
2617
|
+
"internalType": "bool",
|
2618
|
+
"name": "isCancelled",
|
2619
|
+
"type": "bool"
|
2620
|
+
},
|
2621
|
+
{
|
2622
|
+
"internalType": "Timestamp",
|
2623
|
+
"name": "respondedAt",
|
2624
|
+
"type": "uint40"
|
2625
|
+
},
|
2626
|
+
{
|
2627
|
+
"internalType": "Timestamp",
|
2628
|
+
"name": "expiredAt",
|
2629
|
+
"type": "uint40"
|
2630
|
+
},
|
2631
|
+
{
|
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"
|
2645
|
+
}
|
2646
|
+
],
|
2647
|
+
"internalType": "struct IOracle.RequestInfo",
|
2648
|
+
"name": "request",
|
2649
|
+
"type": "tuple"
|
2650
|
+
},
|
2651
|
+
{
|
2652
|
+
"internalType": "StateId",
|
2653
|
+
"name": "newState",
|
2654
|
+
"type": "uint8"
|
2655
|
+
}
|
2656
|
+
],
|
2657
|
+
"name": "updateRequest",
|
2658
|
+
"outputs": [],
|
2659
|
+
"stateMutability": "nonpayable",
|
2660
|
+
"type": "function"
|
2661
|
+
},
|
2662
|
+
{
|
2663
|
+
"inputs": [
|
2664
|
+
{
|
2665
|
+
"internalType": "RequestId",
|
2666
|
+
"name": "requestId",
|
2667
|
+
"type": "uint64"
|
2668
|
+
},
|
2669
|
+
{
|
2670
|
+
"internalType": "StateId",
|
2671
|
+
"name": "newState",
|
2672
|
+
"type": "uint8"
|
2673
|
+
}
|
2674
|
+
],
|
2675
|
+
"name": "updateRequestState",
|
2676
|
+
"outputs": [],
|
2677
|
+
"stateMutability": "nonpayable",
|
2678
|
+
"type": "function"
|
2679
|
+
}
|
2680
|
+
],
|
2681
|
+
"bytecode": "0x60806040525f6006553480156012575f80fd5b506159b7806100205f395ff3fe608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063b4d7efe2116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063b4d7efe214610729578063bf1db3f91461073c578063bf7e214f1461074f578063d06458c61461076f578063d7719f461461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b1d7d56814610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b806340529b0f1161020357806353ebe129116101bd57806353ebe129146104c757806354f1fa81146104da57806357f80bbf146104ed5780635eede1741461050d578063733044ca146105805780637a9e5e4b14610593575f80fd5b806340529b0f146104485780634793b4ab1461045b578063490840b41461047b5780634a8243921461048e5780634bb2d197146104a1578063533086d4146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d45780633048cb3c146103e757806334777712146103fa57806338a699a414610425575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a9366004614487565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f136600461471f565b610879565b005b61031f61030636600461477e565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f366004614795565b60ff9081165f908152602081905260409020541690565b6103696103643660046147c5565b6109c0565b6040516102da919061480e565b6102c6610384366004614487565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046148cc565b610c34565b6103c76103c2366004614487565b610c4f565b6040516102da9190614903565b6102f66103e2366004614a27565b610ce9565b6102f66103f5366004614ab6565b610dc3565b61040d610408366004614be7565b610e6d565b6040516001600160401b0390911681526020016102da565b61043861043336600461477e565b61105f565b60405190151581526020016102da565b6102f6610456366004614c18565b6110ed565b61046e610469366004614487565b61115c565b6040516102da9190614c44565b6102f6610489366004614d6d565b61124f565b6102f661049c366004614e35565b611395565b6102f66104af366004614f7c565b61157e565b6102c66104c23660046148cc565b611764565b6102c66104d53660046148cc565b611778565b6102f66104e8366004614fbe565b61178c565b6105006104fb366004614487565b6118ea565b6040516102da9190615017565b61055661051b366004614487565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661058e3660046150aa565b6119cb565b6102f66105a13660046150ed565b611b82565b6102f66105b4366004615108565b611c08565b6102f6611e5e565b6102c66105cf366004614487565b6001600160601b039081165f908152600360205260409020541690565b6105f4611fd6565b6040516001600160e01b031990911681526020016102da565b6102f661061b36600461514b565b61200c565b6102f661062e36600461518e565b6121cd565b6102c66106413660046148cc565b6122e5565b6102f66106543660046151cc565b6122f9565b6106bf61066736600461477e565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046151cc565b6123cf565b6102c66107113660046148cc565b6124a5565b6102f66107243660046151e8565b6124b9565b6102f661073736600461522a565b612568565b61043861074a366004614795565b612638565b610757612684565b6040516001600160a01b0390911681526020016102da565b61078261077d3660046147c5565b61269f565b6040516102da9190615246565b6102f661079d366004615324565b6128be565b6102c66107b03660046148cc565b6129f8565b6104386107c3366004615366565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b610805610800366004614487565b612a0c565b6040516102da91906153a3565b6108256108203660046153df565b612af0565b6040519081526020016102da565b6102f6610841366004615411565b612b71565b6102f6610854366004614c18565b612c51565b61086c610867366004615453565b612cb1565b6040516102da919061546e565b610885335b5f36612e82565b5f610891846016612f80565b90505f8061089f8385612fcb565b5f858152600d602090815260409182902089518154838c0151948c015160608d01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808a01518051920151909216600160a01b026001600160a01b0390911617600182015560a08801519294509092508691600282019061097390826155b0565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88682863332876040516109b09695949392919061566a565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a43906001600160c01b03198816906004016156b5565b602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8291906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b1d9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b499061552f565b8015610b945780601f10610b6b57610100808354040283529160200191610b94565b820191905f5260205f20905b815481529060010190602001808311610b7757829003601f168201915b50505050508152602001600382018054610bad9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610bd99061552f565b8015610c245780601f10610bfb57610100808354040283529160200191610c24565b820191905f5260205f20905b815481529060010190602001808311610c0757829003601f168201915b5050505050815250509050919050565b5f610c3e3361087e565b610c4883836131e5565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c7f846017612f80565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bad9061552f565b610cf23361087e565b5f610cfe846017612f80565b90505f80610d0c8385612fcb565b5f858152600b602090815260409182902089518154928b0151938b015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606088015192945090925086916001820190610d8690826155b0565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778682863332876040516109b09695949392919061566a565b610dcc3361087e565b5f610dd884600b612f80565b90505f80610de68385612fcb565b5f858152600860205260409020875192945090925086918190610e0990826155b0565b5060209190910151600190910180546001600160a01b0319166001600160a01b039092169190911790556040517ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab9905906109b09088908490889033903290899061566a565b5f610e773361087e565b610e7f613355565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe91906156ca565b9050610f09816133e5565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610fc190826155b0565b5060c08201516003820190610fd690826155b0565b5060e08201516004820190610feb90826155b0565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156110c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e791906156e1565b92915050565b6110f63361087e565b5f611102836017612f80565b90505f806111108385612fcb565b915091507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee97785828633328760405161114d9695949392919061566a565b60405180910390a15050505050565b6111a36040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f6111b1846016612f80565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bad9061552f565b6112583361087e565b5f61126483600f612f80565b905061126f816133e5565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b61139e3361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906113e1906001600160c01b03198716906004016156b5565b602060405180830381865af41580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906156ca565b905061142b816133e5565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c083015183919060028201906114fc90826155b0565b5060e0820151600382019061151190826155b0565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611388565b6115873361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906115ca906001600160c01b03198716906004016156b5565b602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160991906156ca565b9050611614816133e5565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b03191691909216179055610100830151839190600382019061170c90826155b0565b50610120820151600482019061172290826155b0565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff1661154f565b5f61176e3361087e565b610c488383613690565b5f6117823361087e565b610c4883836137e8565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181291906156e1565b156118405760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146118815760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401611837565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166118e45760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401611837565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f61193084600f612f80565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b6119d43361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a5091906156ca565b90505f80611a5e8385612fcb565b5f858152600e602090815260409182902089518154928b0151938b015160608c01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608089015160018301805464ffffffffff19169190921617905560a088015192945090925086916002820190611b1b90826155b0565b5060c08201516003820190611b3090826155b0565b5060e08201516004820190611b4590826155b0565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8682863332876040516109b0969594939291906156fc565b33611b8b612684565b6001600160a01b0316816001600160a01b031614611bc65760405162d1953b60e31b81526001600160a01b0382166004820152602401611837565b816001600160a01b03163b5f03611bfb576040516361798f2f60e11b81526001600160a01b0383166004820152602401611837565b611c0482613940565b5050565b611c113361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611c54906001600160c01b03198816906004016156b5565b602060405180830381865af4158015611c6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c9391906156ca565b90505f80611ca18385612fcb565b9150915084600a5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055506020820151815f0160146101000a8154816001600160601b0302191690836001600160601b031602179055506040820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060608201518160010160146101000a81548163ffffffff021916908363ffffffff16021790555060808201518160010160186101000a81548164ffffffffff021916908364ffffffffff16021790555060a082015181600101601d6101000a81548160ff02191690831515021790555060c082015181600101601e6101000a81548160ff02191690831515021790555060e0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550610100820151816003019081611e0b91906155b0565b506101208201516004820190611e2190826155b0565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8682863332876040516109b096959493929190615747565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ea25750825b90505f826001600160401b03166001148015611ebd5750303b155b905081158015611ecb575080155b15611ee95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f789190615793565b9050611f83816139a0565b611f8b6139b4565b50508315611fcf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114d565b5050505050565b5f8051602061596283398151915280545f9190600160a01b900460ff16611ffd575f612006565b638fb3603760e01b5b91505090565b6120153361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612058906001600160c01b03198816906004016156b5565b602060405180830381865af4158015612073573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209791906156ca565b90505f806120a58385612fcb565b5f858152600c602090815260409182902089518154928b0151938b015160608c015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608088015160018201805460a08b015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c08801519294509092508691600282019061217b90826155b0565b5060e0820151600382019061219090826155b0565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98682863332876040516109b096959493929190615747565b6121d63361087e565b5f6121e284600f612f80565b90505f806121f08385612fcb565b5f858152600960209081526040918290208951918a01516001600160601b03909216600160601b6001600160a01b0393841602178155898301516001909101805460608c015160808d015160a08e015160c08f0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b911515919091021790555191935091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109b09088908490889033903290899061566a565b5f6122ef3361087e565b610c4883836139c6565b6123023361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612345906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906156ca565b90505f806123928385612fcb565b915091507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb85828633328760405161114d96959493929190615747565b6123d83361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061241b906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245a91906156ca565b90505f806124688385612fcb565b915091507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c985828633328760405161114d96959493929190615747565b5f6124af3361087e565b610c488383613b1e565b6124c23361087e565b6124cb82613c76565b5f6124d783600b612f80565b90506124e2816133e5565b5f8181526008602052604090208251839190819061250090826155b0565b50602091820151600190910180546001600160a01b0319166001600160a01b039092169190911790555f828152600790915260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff1661135e565b6125713361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ed91906156ca565b90505f806125fb8385612fcb565b915091507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d85828633328760405161114d969594939291906156fc565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016110a8565b5f80516020615962833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612732906001600160c01b03198816906004016156b5565b602060405180830381865af415801561274d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277191906156ca565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061282e9061552f565b80601f016020809104026020016040519081016040528092919081815260200182805461285a9061552f565b80156128a55780601f1061287c576101008083540402835291602001916128a5565b820191905f5260205f20905b81548152906001019060200180831161288857829003601f168201915b50505050508152602001600482018054610bad9061552f565b6128c73361087e565b6128d082613c76565b5f6128dc836016612f80565b90506128e7816133e5565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129b690826155b0565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff1661135e565b5f612a023361087e565b610c488383613d79565b60408051808201909152606081525f602082015260085f612a2e84600b612f80565b81526020019081526020015f206040518060400160405290815f82018054612a559061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612a819061552f565b8015612acc5780601f10612aa357610100808354040283529160200191612acc565b820191905f5260205f20905b815481529060010190602001808311612aaf57829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612b4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4891906156ca565b612b7a3361087e565b612b8382613c76565b5f612b8f836017612f80565b9050612b9a816133e5565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612c0f90826155b0565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff1661135e565b612c5a3361087e565b5f612c66836016612f80565b90505f80612c748385612fcb565b915091507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e885828633328760405161114d9695949392919061566a565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612d49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6d91906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612df29061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612e1e9061552f565b8015612e695780601f10612e4057610100808354040283529160200191612e69565b820191905f5260205f20905b815481529060010190602001808311612e4c57829003601f168201915b5050505050815260200160038201805461282e9061552f565b5f805160206159628339815191525f80612eba612e9d612684565b8730612eac60045f8a8c6157ae565b612eb5916157d5565b613ed1565b9150915081612f785763ffffffff811615612f5557825460ff60a01b1916600160a01b178355612ee8612684565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f179392919061580b565b5f604051808303815f87803b158015612f2e575f80fd5b505af1158015612f40573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f789050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611837565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612b32565b60405163037c8cb160e51b815260ff821660048201525f90819073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561301f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061304391906156e1565b1561306457604051631260077f60e21b815260048101859052602401611837565b50505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff1692919073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310191906156e1565b15613122576040516310b1404560e21b815260048101869052602401611837565b60ff8085161461315157805461313e90839060ff16818761178c565b805461ff00191661010060ff8616021781555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc919061584a565b815464ffffffffff91909116620100000266ffffffffff00001990911617905590939092509050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327891906156e1565b6132a057604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546132c4911684613fd9565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b000969161333d9187918791879164ffffffffff90911690615865565b60405180910390a161334e8461405e565b5092915050565b600680545f918261336583615895565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e091906158b9565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613435573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345991906158d4565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156134ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d091906156e1565b156134f357604051633d61be7d60e11b815260ff82166004820152602401611837565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561355e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358291906156e1565b156135ac57604051637791d47d60e01b81526004810184905260ff83166024820152604401611837565b6135b582612638565b6135d7576040516391eb5e8760e01b815260ff83166004820152602401611837565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561361f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613643919061584a565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156136ff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061372391906156e1565b61374b57604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f9081526004602052604090205461376f9116846140fd565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b9161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b91906156e1565b6138a357604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546138c79116846140fd565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f89161333d9187918791879164ffffffffff90911690615865565b5f8051602061596283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139a8614147565b6139b181614190565b50565b6139bc614147565b6139c46141a1565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5991906156e1565b613a8157604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613aa5911684613fd9565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae39161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb191906156e1565b613bd957604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613bfd9116846140fd565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba29161333d9187918791879164ffffffffff90911690615865565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d0891906156e1565b15613d31576040516314d5804160e01b81526001600160601b0382166004820152602401611837565b613d3a8161405e565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613de8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e0c91906156e1565b613e3457604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260046020526040902054613e58911684613fd9565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a999161333d9187918791879164ffffffffff90911690615865565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f3f91906158ef565b5f60405180830381855afa9150503d805f8114613f77576040519150601f19603f3d011682016040523d82523d5f602084013e613f7c565b606091505b50915091508115613fce576040815110613fae5780806020019051810190613fa49190615905565b9094509250613fce565b6020815110613fce5780806020019051810190613fcb91906156e1565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561403a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c489190615932565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156140a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140c9919061584a565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa229060440161401f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166139c457604051631afcd79f60e31b815260040160405180910390fd5b614198614147565b6139b181613940565b6141a96141f9565b6141b1614216565b6141b961424a565b6141c161428e565b6141c96142aa565b6141d16142f7565b6141d9614317565b6141e161432b565b6141e961436a565b6141f1614374565b6139c4614388565b61420660165b60056143b0565b6139c460165b60055b60c86143f2565b614220600b6141ff565b61422e600b6005606e6143f2565b61423c600b606e60056143f2565b6139c4600b606e60d26143f2565b6142566015600a6143b0565b6142656015600a5b60146143f2565b6142746015600a5b601e6143f2565b6142826015600a60286143f2565b6139c46015602861420f565b61429b602b5b603c6143b0565b6139c4602b5b603c60dc6143f2565b6142b6602d60326143b0565b6142c2602d603261425e565b6142d0602d603260336143f2565b6142dc602d603261426d565b6142e8602d603361420f565b6139c4602d60335b60486143f2565b614301602e614294565b61430b602e6142a1565b6139c4602e603c6142f0565b614321602c6141ff565b6139c4602c61420c565b614335602f6141ff565b614344602f60055b60466143f2565b614352602f600560076143f2565b61435e602f600761433d565b6139c4602f60056142f0565b6139c4600f6141ff565b61437e600c6141ff565b6139c460296141ff565b614392600e6141ff565b61439c60176141ff565b6143a660306141ff565b6139c460316141ff565b60ff8281165f9081526020819052604090205416156143d1576143d161594d565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561442a5761442a61594d565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b03811681146139b1575f80fd5b803561448281614463565b919050565b5f60208284031215614497575f80fd5b8135610c4881614463565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156144d8576144d86144a2565b60405290565b60405160c081016001600160401b03811182821017156144d8576144d86144a2565b60405161010081016001600160401b03811182821017156144d8576144d86144a2565b60405160e081016001600160401b03811182821017156144d8576144d86144a2565b60405161014081016001600160401b03811182821017156144d8576144d86144a2565b64ffffffffff811681146139b1575f80fd5b803561448281614568565b6001600160a01b03811681146139b1575f80fd5b803561448281614585565b5f604082840312156145b4575f80fd5b6145bc6144b6565b905081356145c981614585565b815260208201356145d981614463565b602082015292915050565b5f82601f8301126145f3575f80fd5b8135602083015f806001600160401b03841115614612576146126144a2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715614640576146406144a2565b604052838152905080828401871015614657575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614683575f80fd5b61468b6144de565b9050813561469881614568565b815260208201356146a881614568565b60208201526146b96040830161457a565b60408201526146ca60608301614477565b60608201526146dc83608084016145a4565b608082015260c08201356001600160401b038111156146f9575f80fd5b614705848285016145e4565b60a08301525092915050565b60ff811681146139b1575f80fd5b5f805f60608486031215614731575f80fd5b833561473c81614463565b925060208401356001600160401b03811115614756575f80fd5b61476286828701614673565b925050604084013561477381614711565b809150509250925092565b5f6020828403121561478e575f80fd5b5035919050565b5f602082840312156147a5575f80fd5b8135610c4881614711565b6001600160c01b0319811681146139b1575f80fd5b5f602082840312156147d5575f80fd5b8135610c48816147b0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161483d60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526148a56101208401826147e0565b905060e0840151601f19848303016101008501526148c382826147e0565b95945050505050565b5f80604083850312156148dd575f80fd5b82356148e881614463565b915060208301356148f881614463565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261494f60a08401826147e0565b949350505050565b80151581146139b1575f80fd5b803561448281614957565b63ffffffff811681146139b1575f80fd5b80356144828161496f565b5f6080828403121561499b575f80fd5b604051608081016001600160401b03811182821017156149bd576149bd6144a2565b60405290508082356149ce816147b0565b815260208301356149de81614957565b602082015260408301356149f18161496f565b604082015260608301356001600160401b03811115614a0e575f80fd5b614a1a858286016145e4565b6060830152505092915050565b5f805f60608486031215614a39575f80fd5b8335614a4481614463565b925060208401356001600160401b03811115614a5e575f80fd5b6147628682870161498b565b5f60408284031215614a7a575f80fd5b614a826144b6565b905081356001600160401b03811115614a99575f80fd5b614aa5848285016145e4565b82525060208201356145d981614585565b5f805f60608486031215614ac8575f80fd5b8335614ad381614463565b925060208401356001600160401b03811115614aed575f80fd5b61476286828701614a6a565b5f6101008284031215614b0a575f80fd5b614b12614500565b9050614b1d82614477565b8152614b2b60208301614477565b6020820152614b3c60408301614964565b6040820152614b4d6060830161457a565b6060820152614b5e6080830161457a565b608082015260a08201356001600160401b03811115614b7b575f80fd5b614b87848285016145e4565b60a08301525060c08201356001600160401b03811115614ba5575f80fd5b614bb1848285016145e4565b60c08301525060e08201356001600160401b03811115614bcf575f80fd5b614bdb848285016145e4565b60e08301525092915050565b5f60208284031215614bf7575f80fd5b81356001600160401b03811115614c0c575f80fd5b61494f84828501614af9565b5f8060408385031215614c29575f80fd5b8235614c3481614463565b915060208301356148f881614711565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614cba60a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e08084015261494f6101008401826147e0565b5f60e08284031215614ce4575f80fd5b614cec614523565b90508135614cf981614463565b81526020820135614d0981614585565b60208201526040820135614d1c81614585565b60408201526060820135614d2f81614957565b6060820152614d4060808301614964565b6080820152614d5160a08301614964565b60a0820152614d6260c08301614964565b60c082015292915050565b5f806101008385031215614d7f575f80fd5b8235614d8a81614463565b9150614d998460208501614cd4565b90509250929050565b5f6101008284031215614db3575f80fd5b614dbb614500565b9050614dc682614477565b8152614dd460208301614477565b6020820152614de560408301614980565b6040820152614df660608301614980565b6060820152614e0760808301614599565b6080820152614e1860a0830161457a565b60a082015260c08201356001600160401b03811115614ba5575f80fd5b5f8060408385031215614e46575f80fd5b8235614e51816147b0565b915060208301356001600160401b03811115614e6b575f80fd5b614e7785828601614da2565b9150509250929050565b5f6101408284031215614e92575f80fd5b614e9a614545565b9050614ea582614599565b8152614eb360208301614477565b6020820152614ec460408301614599565b6040820152614ed560608301614980565b6060820152614ee66080830161457a565b6080820152614ef760a08301614964565b60a0820152614f0860c08301614964565b60c0820152614f1960e08301614599565b60e08201526101008201356001600160401b03811115614f37575f80fd5b614f43848285016145e4565b610100830152506101208201356001600160401b03811115614f63575f80fd5b614f6f848285016145e4565b6101208301525092915050565b5f8060408385031215614f8d575f80fd5b8235614f98816147b0565b915060208301356001600160401b03811115614fb2575f80fd5b614e7785828601614e81565b5f805f8060808587031215614fd1575f80fd5b8435614fdc81614711565b93506020850135614fec81614711565b92506040850135614ffc81614711565b9150606085013561500c81614711565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161506e608084018215159052565b5060a083015161508260a084018215159052565b5060c083015161334e60c084018215159052565b6001600160401b03811681146139b1575f80fd5b5f805f606084860312156150bc575f80fd5b83356150c781615096565b925060208401356001600160401b038111156150e1575f80fd5b61476286828701614af9565b5f602082840312156150fd575f80fd5b8135610c4881614585565b5f805f6060848603121561511a575f80fd5b8335615125816147b0565b925060208401356001600160401b0381111561513f575f80fd5b61476286828701614e81565b5f805f6060848603121561515d575f80fd5b8335615168816147b0565b925060208401356001600160401b03811115615182575f80fd5b61476286828701614da2565b5f805f61012084860312156151a1575f80fd5b83356151ac81614463565b92506151bb8560208601614cd4565b915061010084013561477381614711565b5f80604083850312156151dd575f80fd5b8235614c34816147b0565b5f80604083850312156151f9575f80fd5b823561520481614463565b915060208301356001600160401b0381111561521e575f80fd5b614e7785828601614a6a565b5f806040838503121561523b575f80fd5b8235614c3481615096565b602081526152606020820183516001600160a01b03169052565b5f602083015161527b60408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153056101608401826147e0565b9050610120840151601f19848303016101408501526148c382826147e0565b5f8060408385031215615335575f80fd5b823561534081614463565b915060208301356001600160401b0381111561535a575f80fd5b614e7785828601614673565b5f805f60608486031215615378575f80fd5b833561538381614711565b9250602084013561539381614711565b9150604084013561477381614711565b602081525f8251604060208401526153be60608401826147e0565b602094909401516001600160a01b0316604093909301929092525090919050565b5f80604083850312156153f0575f80fd5b82356153fb81614711565b9150602083013560ff19811681146148f8575f80fd5b5f8060408385031215615422575f80fd5b823561542d81614463565b915060208301356001600160401b03811115615447575f80fd5b614e778582860161498b565b5f60208284031215615463575f80fd5b8135610c4881615096565b602081526154886020820183516001600160601b03169052565b5f60208301516154a360408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c08401526154f36101208401826147e0565b905060c0840151601f198483030160e085015261551082826147e0565b91505060e0840151601f19848303016101008501526148c382826147e0565b600181811c9082168061554357607f821691505b60208210810361556157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156155ab57805f5260205f20601f840160051c8101602085101561558c5750805b601f840160051c820191505b81811015611fcf575f8155600101615598565b505050565b81516001600160401b038111156155c9576155c96144a2565b6155dd816155d7845461552f565b84615567565b6020601f82116001811461560f575f83156155f85750848201515b5f19600385901b1c1916600184901b178455611fcf565b5f84815260208120601f198516915b8281101561563e578785015182556020948501946001909201910161561e565b508482101561565b57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f602082840312156156da575f80fd5b5051919050565b5f602082840312156156f1575f80fd5b8151610c4881614957565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156157a3575f80fd5b8151610c4881614585565b5f80858511156157bc575f80fd5b838611156157c8575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561334e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f6020828403121561585a575f80fd5b8151610c4881614568565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016158b257634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156158c9575f80fd5b8151610c4881615096565b5f602082840312156158e4575f80fd5b8151610c4881614711565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615916575f80fd5b825161592181614957565b60208401519092506148f88161496f565b5f60208284031215615942575f80fd5b8151610c4881614463565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212206a82ea2667c53db520572f8809ce3c6ac8eea409ca48899e33e18634dac9fa3864736f6c634300081a0033",
|
2682
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610297575f3560e01c80637d417f0d11610161578063b4d7efe2116100ca578063e9e96c7011610084578063e9e96c70146107b5578063f0ea17c3146107f2578063f48016ce14610812578063f9b3fe3c14610833578063fe1f18d614610846578063febe92af14610859575f80fd5b8063b4d7efe214610729578063bf1db3f91461073c578063bf7e214f1461074f578063d06458c61461076f578063d7719f461461078f578063e80c61ed146107a2575f80fd5b80639f8151e51161011b5780639f8151e514610633578063a284222914610646578063a5961b4c14610659578063af902500146106f0578063b0628dc314610703578063b1d7d56814610716575f80fd5b80637d417f0d146105a65780638129fc1c146105b95780638eb9000d146105c15780638fb36037146105ec578063962605591461060d57806396f4df2f14610620575f80fd5b806340529b0f1161020357806353ebe129116101bd57806353ebe129146104c757806354f1fa81146104da57806357f80bbf146104ed5780635eede1741461050d578063733044ca146105805780637a9e5e4b14610593575f80fd5b806340529b0f146104485780634793b4ab1461045b578063490840b41461047b5780634a8243921461048e5780634bb2d197146104a1578063533086d4146104b4575f80fd5b8063248a77dd11610254578063248a77dd146103a157806327b1d792146103b45780632bce2d7c146103d45780633048cb3c146103e757806334777712146103fa57806338a699a414610425575f80fd5b80630232ca491461029b57806308077cd9146102e357806309648a9d146102f85780630d358181146103315780631d3be47714610356578063228e42ec14610376575b5f80fd5b6102c66102a9366004614487565b6001600160601b039081165f908152600460205260409020541690565b6040516001600160601b0390911681526020015b60405180910390f35b6102f66102f136600461471f565b610879565b005b61031f61030636600461477e565b5f90815260076020526040902054610100900460ff1690565b60405160ff90911681526020016102da565b61031f61033f366004614795565b60ff9081165f908152602081905260409020541690565b6103696103643660046147c5565b6109c0565b6040516102da919061480e565b6102c6610384366004614487565b6001600160601b039081165f908152600260205260409020541690565b6102c66103af3660046148cc565b610c34565b6103c76103c2366004614487565b610c4f565b6040516102da9190614903565b6102f66103e2366004614a27565b610ce9565b6102f66103f5366004614ab6565b610dc3565b61040d610408366004614be7565b610e6d565b6040516001600160401b0390911681526020016102da565b61043861043336600461477e565b61105f565b60405190151581526020016102da565b6102f6610456366004614c18565b6110ed565b61046e610469366004614487565b61115c565b6040516102da9190614c44565b6102f6610489366004614d6d565b61124f565b6102f661049c366004614e35565b611395565b6102f66104af366004614f7c565b61157e565b6102c66104c23660046148cc565b611764565b6102c66104d53660046148cc565b611778565b6102f66104e8366004614fbe565b61178c565b6105006104fb366004614487565b6118ea565b6040516102da9190615017565b61055661051b366004614487565b6001600160601b039081165f908152600260209081526040808320546003835281842054600490935292205491831693908316929190911690565b604080516001600160601b03948516815292841660208401529216918101919091526060016102da565b6102f661058e3660046150aa565b6119cb565b6102f66105a13660046150ed565b611b82565b6102f66105b4366004615108565b611c08565b6102f6611e5e565b6102c66105cf366004614487565b6001600160601b039081165f908152600360205260409020541690565b6105f4611fd6565b6040516001600160e01b031990911681526020016102da565b6102f661061b36600461514b565b61200c565b6102f661062e36600461518e565b6121cd565b6102c66106413660046148cc565b6122e5565b6102f66106543660046151cc565b6122f9565b6106bf61066736600461477e565b60408051606080820183525f80835260208084018290529284018190529384526007825292829020825193840183525460ff80821685526101008204169184019190915262010000900464ffffffffff169082015290565b60408051825160ff9081168252602080850151909116908201529181015164ffffffffff16908201526060016102da565b6102f66106fe3660046151cc565b6123cf565b6102c66107113660046148cc565b6124a5565b6102f66107243660046151e8565b6124b9565b6102f661073736600461522a565b612568565b61043861074a366004614795565b612638565b610757612684565b6040516001600160a01b0390911681526020016102da565b61078261077d3660046147c5565b61269f565b6040516102da9190615246565b6102f661079d366004615324565b6128be565b6102c66107b03660046148cc565b6129f8565b6104386107c3366004615366565b60ff9283165f908152600160209081526040808320948616835293815283822092851682529190915220541690565b610805610800366004614487565b612a0c565b6040516102da91906153a3565b6108256108203660046153df565b612af0565b6040519081526020016102da565b6102f6610841366004615411565b612b71565b6102f6610854366004614c18565b612c51565b61086c610867366004615453565b612cb1565b6040516102da919061546e565b610885335b5f36612e82565b5f610891846016612f80565b90505f8061089f8385612fcb565b5f858152600d602090815260409182902089518154838c0151948c015160608d01516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808a01518051920151909216600160a01b026001600160a01b0390911617600182015560a08801519294509092508691600282019061097390826155b0565b509050507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e88682863332876040516109b09695949392919061566a565b60405180910390a1505050505050565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830181905260e083015291516355ee627560e01b81529091600c9173__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590610a43906001600160c01b03198816906004016156b5565b602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8291906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b8204169482019490945263ffffffff600160c01b8504811693820193909352600160e01b909304909116606083015260018101546001600160a01b038116608084015264ffffffffff600160a01b9091041660a083015260028101805460c084019190610b1d9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610b499061552f565b8015610b945780601f10610b6b57610100808354040283529160200191610b94565b820191905f5260205f20905b815481529060010190602001808311610b7757829003601f168201915b50505050508152602001600382018054610bad9061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054610bd99061552f565b8015610c245780601f10610bfb57610100808354040283529160200191610c24565b820191905f5260205f20905b815481529060010190602001808311610c0757829003601f168201915b5050505050815250509050919050565b5f610c3e3361087e565b610c4883836131e5565b9392505050565b604080516080810182525f8082526020820181905291810191909152606080820152600b5f610c7f846017612f80565b815260208082019290925260409081015f208151608081018352815460c081901b6001600160c01b0319168252600160401b810460ff16151594820194909452600160481b90930463ffffffff1691830191909152600181018054606084019190610bad9061552f565b610cf23361087e565b5f610cfe846017612f80565b90505f80610d0c8385612fcb565b5f858152600b602090815260409182902089518154928b0151938b015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c919091179290921792909216178155606088015192945090925086916001820190610d8690826155b0565b509050507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee9778682863332876040516109b09695949392919061566a565b610dcc3361087e565b5f610dd884600b612f80565b90505f80610de68385612fcb565b5f858152600860205260409020875192945090925086918190610e0990826155b0565b5060209190910151600190910180546001600160a01b0319166001600160a01b039092169190911790556040517ffb6ab1b17bdd1e79b770513680d33dd87b6b352476f3d4f9fc2418ad57ab9905906109b09088908490889033903290899061566a565b5f610e773361087e565b610e7f613355565b604051630f37f38f60e41b81526001600160401b03821660048201529091505f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015610eda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efe91906156ca565b9050610f09816133e5565b5f818152600e602090815260409182902085518154928701519387015160608801516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608085015160018301805464ffffffffff19169190921617905560a08401518491906002820190610fc190826155b0565b5060c08201516003820190610fd690826155b0565b5060e08201516004820190610feb90826155b0565b5050505f818152600760205260409020547fe296db687d9aabcda96659491302a529c398d8dcf066ecab41adebed06a71d55908390610100900460ff16604080516001600160401b03909316835260ff9091166020830152339082015232606082015260800160405180910390a150919050565b5f8181526007602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af41580156110c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e791906156e1565b92915050565b6110f63361087e565b5f611102836017612f80565b90505f806111108385612fcb565b915091507fe960847e97f8a43de8e7a7a6152c864a89cb6b55e8b46681b41d4c614fbee97785828633328760405161114d9695949392919061566a565b60405180910390a15050505050565b6111a36040805160c0810182525f80825260208083018290528284018290526060830182905283518085019094528184528301529060808201908152602001606081525090565b600d5f6111b1846016612f80565b815260208082019290925260409081015f20815160c081018352815464ffffffffff8082168352650100000000008204811683870152600160501b820416828501526001600160601b03600160781b90910481166060830152835180850190945260018301546001600160a01b0381168552600160a01b90041693830193909352608083019190915260028101805460a084019190610bad9061552f565b6112583361087e565b5f61126483600f612f80565b905061126f816133e5565b5f8181526009602090815260408083208551868401516001600160601b03909116600160601b6001600160a01b03928316021782558683015160019092018054606089015160808a015160a08b015160c08c0151969095166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b921515929092029190911760ff60b81b1916600160b81b9215159290920291909117905560079091529020547f55c89d942c4cdaf50df15dfa812580b4246be40868dd2e7b4f002ec972657d6b908490610100900460ff165b604080516001600160601b03909316835260ff909116602083015233908201523260608201526080015b60405180910390a1505050565b61139e3361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee6275906113e1906001600160c01b03198716906004016156b5565b602060405180830381865af41580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906156ca565b905061142b816133e5565b5f818152600c6020908152604091829020845181549286015193860151606087015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608083015160018201805460a086015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c083015183919060028201906114fc90826155b0565b5060e0820151600382019061151190826155b0565b5050505f818152600760205260409020547f91da34dfa31974c4906c0658e7beb45ba0721f93a70e50942e77932cce7d8b0d908490610100900460ff165b604080516001600160c01b0319909316835260ff90911660208301523390820152326060820152608001611388565b6115873361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee6275906115ca906001600160c01b03198716906004016156b5565b602060405180830381865af41580156115e5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160991906156ca565b9050611614816133e5565b5f818152600a60209081526040918290208451918501516001600160a01b03928316600160a01b6001600160601b039092168202178255928501516001820180546060880151608089015160a08a015160c08b01519588166001600160c01b03199094169390931763ffffffff9092169097021765ffffffffffff60c01b1916600160c01b64ffffffffff9097169690960260ff60e81b191695909517600160e81b951515959095029490941760ff60f01b1916600160f01b911515919091021790925560e08401516002830180546001600160a01b03191691909216179055610100830151839190600382019061170c90826155b0565b50610120820151600482019061172290826155b0565b5050505f818152600760205260409020547f05bfde9bf10cfb02076d77cd133bc8b091c41ef515166c17b2361a684fc6b924908490610100900460ff1661154f565b5f61176e3361087e565b610c488383613690565b5f6117823361087e565b610c4883836137e8565b60ff8381165f908152602081905260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181291906156e1565b156118405760405163ea01ac1f60e01b815230600482015260ff841660248201526044015b60405180910390fd5b60ff808516908316146118815760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401611837565b60ff8084165f908152600160209081526040808320888516845282528083208585168452909152902054166118e45760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401611837565b50505050565b6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c081019190915260095f61193084600f612f80565b815260208082019290925260409081015f20815160e08101835281546001600160601b03811682526001600160a01b03600160601b9091048116948201949094526001909101549283169181019190915260ff600160a01b8304811615156060830152600160a81b8304811615156080830152600160b01b83048116151560a0830152600160b81b909204909116151560c082015292915050565b6119d43361087e565b604051630f37f38f60e41b81526001600160401b03841660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015611a2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a5091906156ca565b90505f80611a5e8385612fcb565b5f858152600e602090815260409182902089518154928b0151938b015160608c01516001600160601b039283166001600160c01b031990951694909417600160601b92909516919091029390931765ffffffffffff60c01b1916600160c01b9315159390930264ffffffffff60c81b191692909217600160c81b64ffffffffff92831602178255608089015160018301805464ffffffffff19169190921617905560a088015192945090925086916002820190611b1b90826155b0565b5060c08201516003820190611b3090826155b0565b5060e08201516004820190611b4590826155b0565b509050507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d8682863332876040516109b0969594939291906156fc565b33611b8b612684565b6001600160a01b0316816001600160a01b031614611bc65760405162d1953b60e31b81526001600160a01b0382166004820152602401611837565b816001600160a01b03163b5f03611bfb576040516361798f2f60e11b81526001600160a01b0383166004820152602401611837565b611c0482613940565b5050565b611c113361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590611c54906001600160c01b03198816906004016156b5565b602060405180830381865af4158015611c6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c9391906156ca565b90505f80611ca18385612fcb565b9150915084600a5f8581526020019081526020015f205f820151815f015f6101000a8154816001600160a01b0302191690836001600160a01b031602179055506020820151815f0160146101000a8154816001600160601b0302191690836001600160601b031602179055506040820151816001015f6101000a8154816001600160a01b0302191690836001600160a01b0316021790555060608201518160010160146101000a81548163ffffffff021916908363ffffffff16021790555060808201518160010160186101000a81548164ffffffffff021916908364ffffffffff16021790555060a082015181600101601d6101000a81548160ff02191690831515021790555060c082015181600101601e6101000a81548160ff02191690831515021790555060e0820151816002015f6101000a8154816001600160a01b0302191690836001600160a01b03160217905550610100820151816003019081611e0b91906155b0565b506101208201516004820190611e2190826155b0565b509050507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb8682863332876040516109b096959493929190615747565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611ea25750825b90505f826001600160401b03166001148015611ebd5750303b155b905081158015611ecb575080155b15611ee95760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611f1357845460ff60401b1916600160401b1785555b5f3390505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f789190615793565b9050611f83816139a0565b611f8b6139b4565b50508315611fcf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161114d565b5050505050565b5f8051602061596283398151915280545f9190600160a01b900460ff16611ffd575f612006565b638fb3603760e01b5b91505090565b6120153361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590612058906001600160c01b03198816906004016156b5565b602060405180830381865af4158015612073573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209791906156ca565b90505f806120a58385612fcb565b5f858152600c602090815260409182902089518154928b0151938b015160608c015163ffffffff908116600160e01b026001600160e01b0391909216600160c01b02166001600160c01b036001600160601b03968716600160601b026001600160c01b03199096169690931695909517939093171692909217178155608088015160018201805460a08b015164ffffffffff16600160a01b026001600160c81b03199091166001600160a01b039093169290921791909117905560c08801519294509092508691600282019061217b90826155b0565b5060e0820151600382019061219090826155b0565b509050507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c98682863332876040516109b096959493929190615747565b6121d63361087e565b5f6121e284600f612f80565b90505f806121f08385612fcb565b5f858152600960209081526040918290208951918a01516001600160601b03909216600160601b6001600160a01b0393841602178155898301516001909101805460608c015160808d015160a08e015160c08f0151959096166001600160a81b031990931692909217600160a01b911515919091021761ffff60a81b1916600160a81b9115159190910260ff60b01b191617600160b01b931515939093029290921760ff60b81b1916600160b81b911515919091021790555191935091507fab6330e3b0f09e536bb75b9c192c588e6833a785d9097c0483661778fc3b5ca1906109b09088908490889033903290899061566a565b5f6122ef3361087e565b610c4883836139c6565b6123023361087e565b6040516355ee627560e01b81525f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612345906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906156ca565b90505f806123928385612fcb565b915091507fa8e6a06b96b5dad840c21bc79949e878d0f743ad0a1ba821d6d0870fcec079bb85828633328760405161114d96959493929190615747565b6123d83361087e565b6040516355ee627560e01b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee62759061241b906001600160c01b03198716906004016156b5565b602060405180830381865af4158015612436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245a91906156ca565b90505f806124688385612fcb565b915091507fc4ad93e06e3375a8710bb9cd30ed30b0a69d9aab524480a05f51568c66b8e3c985828633328760405161114d96959493929190615747565b5f6124af3361087e565b610c488383613b1e565b6124c23361087e565b6124cb82613c76565b5f6124d783600b612f80565b90506124e2816133e5565b5f8181526008602052604090208251839190819061250090826155b0565b50602091820151600190910180546001600160a01b0319166001600160a01b039092169190911790555f828152600790915260409020547f99debd4964e0a4ae18ad50bcea2c6cc21c02c47c6526460f830cda565bb35ffd908490610100900460ff1661135e565b6125713361087e565b604051630f37f38f60e41b81526001600160401b03831660048201525f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156125c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ed91906156ca565b90505f806125fb8385612fcb565b915091507fcd6efe20de8bda1c84f56479214f5c845ed9932acb46890901bb98bef682554d85828633328760405161114d969594939291906156fc565b60ff8181165f9081526020819052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024016110a8565b5f80516020615962833981519152546001600160a01b031690565b60408051610140810182525f8082526020820181905281830181905260608083018290526080830182905260a0830182905260c0830182905260e08301829052610100830181905261012083015291516355ee627560e01b81529091600a9173__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590612732906001600160c01b03198816906004016156b5565b602060405180830381865af415801561274d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061277191906156ca565b815260208082019290925260409081015f2081516101408101835281546001600160a01b0380821683526001600160601b03600160a01b92839004169583019590955260018301548086169483019490945263ffffffff90840416606082015264ffffffffff600160c01b840416608082015260ff600160e81b84048116151560a0830152600160f01b909304909216151560c0830152600281015490921660e08201526003820180549192916101008401919061282e9061552f565b80601f016020809104026020016040519081016040528092919081815260200182805461285a9061552f565b80156128a55780601f1061287c576101008083540402835291602001916128a5565b820191905f5260205f20905b81548152906001019060200180831161288857829003601f168201915b50505050508152602001600482018054610bad9061552f565b6128c73361087e565b6128d082613c76565b5f6128dc836016612f80565b90506128e7816133e5565b5f818152600d602090815260409182902084518154838701519487015160608801516001600160601b03908116600160781b026bffffffffffffffffffffffff60781b1964ffffffffff938416600160501b0216600160501b600160d81b0319988416650100000000000269ffffffffffffffffffff19909516939095169290921792909217959095169190911793909317815560808501518051920151909216600160a01b026001600160a01b0390911617600182015560a083015183919060028201906129b690826155b0565b5050505f818152600760205260409020547fe4ae723f12a479272b917f87ec8cec8e499456fd990a74003daf0b80d0b32ed3908490610100900460ff1661135e565b5f612a023361087e565b610c488383613d79565b60408051808201909152606081525f602082015260085f612a2e84600b612f80565b81526020019081526020015f206040518060400160405290815f82018054612a559061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612a819061552f565b8015612acc5780601f10612aa357610100808354040283529160200191612acc565b820191905f5260205f20905b815481529060010190602001808311612aaf57829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce906044015b602060405180830381865af4158015612b4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4891906156ca565b612b7a3361087e565b612b8382613c76565b5f612b8f836017612f80565b9050612b9a816133e5565b5f818152600b602090815260409182902084518154928601519386015163ffffffff16600160481b0263ffffffff60481b19941515600160401b0268ffffffffffffffffff1990941660c09290921c91909117929092179290921617815560608301518391906001820190612c0f90826155b0565b5050505f818152600760205260409020547f74d7be5c20e6cf628ccae9cc370ffd1d2a95a8164eb772c89be0ed1242752d0e908490610100900460ff1661135e565b612c5a3361087e565b5f612c66836016612f80565b90505f80612c748385612fcb565b915091507f2f017e855ca4666f28134f4e57d6c215643dd22172128f0455f479cd7c57f2e885828633328760405161114d9695949392919061566a565b60408051610100810182525f8082526020820181905281830181905260608083018290526080830182905260a0830181905260c0830181905260e08301529151630f37f38f60e41b81526001600160401b03841660048201529091600e9173__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af4158015612d49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d6d91906156ca565b815260208082019290925260409081015f2081516101008101835281546001600160601b038082168352600160601b82041694820194909452600160c01b840460ff16151592810192909252600160c81b90920464ffffffffff9081166060830152600183015416608082015260028201805491929160a084019190612df29061552f565b80601f0160208091040260200160405190810160405280929190818152602001828054612e1e9061552f565b8015612e695780601f10612e4057610100808354040283529160200191612e69565b820191905f5260205f20905b815481529060010190602001808311612e4c57829003601f168201915b5050505050815260200160038201805461282e9061552f565b5f805160206159628339815191525f80612eba612e9d612684565b8730612eac60045f8a8c6157ae565b612eb5916157d5565b613ed1565b9150915081612f785763ffffffff811615612f5557825460ff60a01b1916600160a01b178355612ee8612684565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612f179392919061580b565b5f604051808303815f87803b158015612f2e575f80fd5b505af1158015612f40573d5f803e3d5ffd5b5050845460ff60a01b1916855550612f789050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401611837565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__90633889a4c890604401612b32565b60405163037c8cb160e51b815260ff821660048201525f90819073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561301f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061304391906156e1565b1561306457604051631260077f60e21b815260048101859052602401611837565b50505f82815260076020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930464ffffffffff1692919073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156130dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310191906156e1565b15613122576040516310b1404560e21b815260048101869052602401611837565b60ff8085161461315157805461313e90839060ff16818761178c565b805461ff00191661010060ff8616021781555b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc919061584a565b815464ffffffffff91909116620100000266ffffffffff00001990911617905590939092509050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327891906156e1565b6132a057604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546132c4911684613fd9565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fc813323abc29b7cc59ddd274e5941cad2a987aa85c181fbde230bfb449b000969161333d9187918791879164ffffffffff90911690615865565b60405180910390a161334e8461405e565b5092915050565b600680545f918261336583615895565b9091555050600654604051633aac82ef60e11b8152600481019190915273__$b4c16f233b92c2c4124fb22a521f86c95b$__9063755905de90602401602060405180830381865af41580156133bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e091906158b9565b905090565b604051634b00e98f60e11b8152600481018290525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613435573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345991906158d4565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156134ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134d091906156e1565b156134f357604051633d61be7d60e11b815260ff82166004820152602401611837565b5f828152600760205260409081902080549151638d38cd4b60e01b81526201000090920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561355e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061358291906156e1565b156135ac57604051637791d47d60e01b81526004810184905260ff83166024820152604401611837565b6135b582612638565b6135d7576040516391eb5e8760e01b815260ff83166004820152602401611837565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561361f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613643919061584a565b60ff9384165f81815260208190526040902054845461ffff19169091179416610100029390931766ffffffffff000019166201000064ffffffffff94909416939093029290921790555050565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af41580156136ff573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061372391906156e1565b61374b57604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f9081526004602052604090205461376f9116846140fd565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f5d0252a8f87c13449ff1a0e89d6a9d8dff6a3860c4cbbae6bd98d16f0924115b9161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613857573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061387b91906156e1565b6138a357604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f908152600360205260409020546138c79116846140fd565b6001600160601b038581165f90815260036020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fcc72dbc9604f941e2273f4dfa0b71700384aa0f5da7c3fef80ecb075ac0010f89161333d9187918791879164ffffffffff90911690615865565b5f8051602061596283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6139a8614147565b6139b181614190565b50565b6139bc614147565b6139c46141a1565b565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613a35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5991906156e1565b613a8157604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613aa5911684613fd9565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507fa9c12735dda7f4e5a00ab4e6a4cfdc194c4f03f3885a5f18abfa66b77b8cdae39161333d9187918791879164ffffffffff90911690615865565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bb191906156e1565b613bd957604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260026020526040902054613bfd9116846140fd565b6001600160601b038581165f90815260026020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f561cfda68ea43752c3141f3761d148409c741e20d766a95c64721f2c6ace5ba29161333d9187918791879164ffffffffff90911690615865565b6001600160601b0381165f9081526005602052604090819020549051638d38cd4b60e01b815264ffffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613ce4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d0891906156e1565b15613d31576040516314d5804160e01b81526001600160601b0382166004820152602401611837565b613d3a8161405e565b6040516001600160601b03821681527f1c26f28e2d8f145150c4243339c6b20813ea2bbc4e6f19ea2c9905060c0411a99060200160405180910390a150565b6001600160601b0382165f90815260056020526040808220549051638d38cd4b60e01b815264ffffffffff9091166004820152839073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015613de8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e0c91906156e1565b613e3457604051631e94ffd760e11b81526001600160601b0382166004820152602401611837565b6001600160601b038085165f90815260046020526040902054613e58911684613fd9565b6001600160601b038581165f90815260046020908152604080832080546001600160601b03191694861694909417909355600590528190205490519193507f52a6c3cc342afb5a41442a5b4757dbdd11e508f0f75a902a75a29d0409905a999161333d9187918791879164ffffffffff90911690615865565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f3f91906158ef565b5f60405180830381855afa9150503d805f8114613f77576040519150601f19603f3d011682016040523d82523d5f602084013e613f7c565b606091505b50915091508115613fce576040815110613fae5780806020019051810190613fa49190615905565b9094509250613fce565b6020815110613fce5780806020019051810190613fcb91906156e1565b93505b505094509492505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af415801561403a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c489190615932565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156140a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140c9919061584a565b6001600160601b03919091165f908152600560205260409020805464ffffffffff191664ffffffffff909216919091179055565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa229060440161401f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166139c457604051631afcd79f60e31b815260040160405180910390fd5b614198614147565b6139b181613940565b6141a96141f9565b6141b1614216565b6141b961424a565b6141c161428e565b6141c96142aa565b6141d16142f7565b6141d9614317565b6141e161432b565b6141e961436a565b6141f1614374565b6139c4614388565b61420660165b60056143b0565b6139c460165b60055b60c86143f2565b614220600b6141ff565b61422e600b6005606e6143f2565b61423c600b606e60056143f2565b6139c4600b606e60d26143f2565b6142566015600a6143b0565b6142656015600a5b60146143f2565b6142746015600a5b601e6143f2565b6142826015600a60286143f2565b6139c46015602861420f565b61429b602b5b603c6143b0565b6139c4602b5b603c60dc6143f2565b6142b6602d60326143b0565b6142c2602d603261425e565b6142d0602d603260336143f2565b6142dc602d603261426d565b6142e8602d603361420f565b6139c4602d60335b60486143f2565b614301602e614294565b61430b602e6142a1565b6139c4602e603c6142f0565b614321602c6141ff565b6139c4602c61420c565b614335602f6141ff565b614344602f60055b60466143f2565b614352602f600560076143f2565b61435e602f600761433d565b6139c4602f60056142f0565b6139c4600f6141ff565b61437e600c6141ff565b6139c460296141ff565b614392600e6141ff565b61439c60176141ff565b6143a660306141ff565b6139c460316141ff565b60ff8281165f9081526020819052604090205416156143d1576143d161594d565b60ff9182165f908152602081905260409020805460ff191691909216179055565b60ff8084165f908152600160209081526040808320868516845282528083208585168452909152902054161561442a5761442a61594d565b60ff9283165f9081526001602081815260408084209587168452948152848320939095168252919093529120805460ff19169091179055565b6001600160601b03811681146139b1575f80fd5b803561448281614463565b919050565b5f60208284031215614497575f80fd5b8135610c4881614463565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156144d8576144d86144a2565b60405290565b60405160c081016001600160401b03811182821017156144d8576144d86144a2565b60405161010081016001600160401b03811182821017156144d8576144d86144a2565b60405160e081016001600160401b03811182821017156144d8576144d86144a2565b60405161014081016001600160401b03811182821017156144d8576144d86144a2565b64ffffffffff811681146139b1575f80fd5b803561448281614568565b6001600160a01b03811681146139b1575f80fd5b803561448281614585565b5f604082840312156145b4575f80fd5b6145bc6144b6565b905081356145c981614585565b815260208201356145d981614463565b602082015292915050565b5f82601f8301126145f3575f80fd5b8135602083015f806001600160401b03841115614612576146126144a2565b50604051601f19601f85018116603f011681018181106001600160401b0382111715614640576146406144a2565b604052838152905080828401871015614657575f80fd5b838360208301375f602085830101528094505050505092915050565b5f60e08284031215614683575f80fd5b61468b6144de565b9050813561469881614568565b815260208201356146a881614568565b60208201526146b96040830161457a565b60408201526146ca60608301614477565b60608201526146dc83608084016145a4565b608082015260c08201356001600160401b038111156146f9575f80fd5b614705848285016145e4565b60a08301525092915050565b60ff811681146139b1575f80fd5b5f805f60608486031215614731575f80fd5b833561473c81614463565b925060208401356001600160401b03811115614756575f80fd5b61476286828701614673565b925050604084013561477381614711565b809150509250925092565b5f6020828403121561478e575f80fd5b5035919050565b5f602082840312156147a5575f80fd5b8135610c4881614711565b6001600160c01b0319811681146139b1575f80fd5b5f602082840312156147d5575f80fd5b8135610c48816147b0565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015161483d60408401826001600160601b03169052565b50604083015163ffffffff8116606084015250606083015163ffffffff811660808401525060808301516001600160a01b03811660a08401525060a083015164ffffffffff811660c08401525060c083015161010060e08401526148a56101208401826147e0565b905060e0840151601f19848303016101008501526148c382826147e0565b95945050505050565b5f80604083850312156148dd575f80fd5b82356148e881614463565b915060208301356148f881614463565b809150509250929050565b602081526001600160401b0360c01b825116602082015260208201511515604082015263ffffffff60408301511660608201525f606083015160808084015261494f60a08401826147e0565b949350505050565b80151581146139b1575f80fd5b803561448281614957565b63ffffffff811681146139b1575f80fd5b80356144828161496f565b5f6080828403121561499b575f80fd5b604051608081016001600160401b03811182821017156149bd576149bd6144a2565b60405290508082356149ce816147b0565b815260208301356149de81614957565b602082015260408301356149f18161496f565b604082015260608301356001600160401b03811115614a0e575f80fd5b614a1a858286016145e4565b6060830152505092915050565b5f805f60608486031215614a39575f80fd5b8335614a4481614463565b925060208401356001600160401b03811115614a5e575f80fd5b6147628682870161498b565b5f60408284031215614a7a575f80fd5b614a826144b6565b905081356001600160401b03811115614a99575f80fd5b614aa5848285016145e4565b82525060208201356145d981614585565b5f805f60608486031215614ac8575f80fd5b8335614ad381614463565b925060208401356001600160401b03811115614aed575f80fd5b61476286828701614a6a565b5f6101008284031215614b0a575f80fd5b614b12614500565b9050614b1d82614477565b8152614b2b60208301614477565b6020820152614b3c60408301614964565b6040820152614b4d6060830161457a565b6060820152614b5e6080830161457a565b608082015260a08201356001600160401b03811115614b7b575f80fd5b614b87848285016145e4565b60a08301525060c08201356001600160401b03811115614ba5575f80fd5b614bb1848285016145e4565b60c08301525060e08201356001600160401b03811115614bcf575f80fd5b614bdb848285016145e4565b60e08301525092915050565b5f60208284031215614bf7575f80fd5b81356001600160401b03811115614c0c575f80fd5b61494f84828501614af9565b5f8060408385031215614c29575f80fd5b8235614c3481614463565b915060208301356148f881614711565b6020815264ffffffffff825116602082015264ffffffffff602083015116604082015264ffffffffff60408301511660608201526001600160601b0360608301511660808201525f6080830151614cba60a084018280516001600160a01b031682526020908101516001600160601b0316910152565b5060a083015160e08084015261494f6101008401826147e0565b5f60e08284031215614ce4575f80fd5b614cec614523565b90508135614cf981614463565b81526020820135614d0981614585565b60208201526040820135614d1c81614585565b60408201526060820135614d2f81614957565b6060820152614d4060808301614964565b6080820152614d5160a08301614964565b60a0820152614d6260c08301614964565b60c082015292915050565b5f806101008385031215614d7f575f80fd5b8235614d8a81614463565b9150614d998460208501614cd4565b90509250929050565b5f6101008284031215614db3575f80fd5b614dbb614500565b9050614dc682614477565b8152614dd460208301614477565b6020820152614de560408301614980565b6040820152614df660608301614980565b6060820152614e0760808301614599565b6080820152614e1860a0830161457a565b60a082015260c08201356001600160401b03811115614ba5575f80fd5b5f8060408385031215614e46575f80fd5b8235614e51816147b0565b915060208301356001600160401b03811115614e6b575f80fd5b614e7785828601614da2565b9150509250929050565b5f6101408284031215614e92575f80fd5b614e9a614545565b9050614ea582614599565b8152614eb360208301614477565b6020820152614ec460408301614599565b6040820152614ed560608301614980565b6060820152614ee66080830161457a565b6080820152614ef760a08301614964565b60a0820152614f0860c08301614964565b60c0820152614f1960e08301614599565b60e08201526101008201356001600160401b03811115614f37575f80fd5b614f43848285016145e4565b610100830152506101208201356001600160401b03811115614f63575f80fd5b614f6f848285016145e4565b6101208301525092915050565b5f8060408385031215614f8d575f80fd5b8235614f98816147b0565b915060208301356001600160401b03811115614fb2575f80fd5b614e7785828601614e81565b5f805f8060808587031215614fd1575f80fd5b8435614fdc81614711565b93506020850135614fec81614711565b92506040850135614ffc81614711565b9150606085013561500c81614711565b939692955090935050565b5f60e0820190506001600160601b03835116825260018060a01b03602084015116602083015260018060a01b036040840151166040830152606083015115156060830152608083015161506e608084018215159052565b5060a083015161508260a084018215159052565b5060c083015161334e60c084018215159052565b6001600160401b03811681146139b1575f80fd5b5f805f606084860312156150bc575f80fd5b83356150c781615096565b925060208401356001600160401b038111156150e1575f80fd5b61476286828701614af9565b5f602082840312156150fd575f80fd5b8135610c4881614585565b5f805f6060848603121561511a575f80fd5b8335615125816147b0565b925060208401356001600160401b0381111561513f575f80fd5b61476286828701614e81565b5f805f6060848603121561515d575f80fd5b8335615168816147b0565b925060208401356001600160401b03811115615182575f80fd5b61476286828701614da2565b5f805f61012084860312156151a1575f80fd5b83356151ac81614463565b92506151bb8560208601614cd4565b915061010084013561477381614711565b5f80604083850312156151dd575f80fd5b8235614c34816147b0565b5f80604083850312156151f9575f80fd5b823561520481614463565b915060208301356001600160401b0381111561521e575f80fd5b614e7785828601614a6a565b5f806040838503121561523b575f80fd5b8235614c3481615096565b602081526152606020820183516001600160a01b03169052565b5f602083015161527b60408401826001600160601b03169052565b5060408301516001600160a01b038116606084015250606083015163ffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015180151560c08401525060c083015180151560e08401525060e08301516001600160a01b038116610100840152506101008301516101406101208401526153056101608401826147e0565b9050610120840151601f19848303016101408501526148c382826147e0565b5f8060408385031215615335575f80fd5b823561534081614463565b915060208301356001600160401b0381111561535a575f80fd5b614e7785828601614673565b5f805f60608486031215615378575f80fd5b833561538381614711565b9250602084013561539381614711565b9150604084013561477381614711565b602081525f8251604060208401526153be60608401826147e0565b602094909401516001600160a01b0316604093909301929092525090919050565b5f80604083850312156153f0575f80fd5b82356153fb81614711565b9150602083013560ff19811681146148f8575f80fd5b5f8060408385031215615422575f80fd5b823561542d81614463565b915060208301356001600160401b03811115615447575f80fd5b614e778582860161498b565b5f60208284031215615463575f80fd5b8135610c4881615096565b602081526154886020820183516001600160601b03169052565b5f60208301516154a360408401826001600160601b03169052565b506040830151801515606084015250606083015164ffffffffff8116608084015250608083015164ffffffffff811660a08401525060a083015161010060c08401526154f36101208401826147e0565b905060c0840151601f198483030160e085015261551082826147e0565b91505060e0840151601f19848303016101008501526148c382826147e0565b600181811c9082168061554357607f821691505b60208210810361556157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156155ab57805f5260205f20601f840160051c8101602085101561558c5750805b601f840160051c820191505b81811015611fcf575f8155600101615598565b505050565b81516001600160401b038111156155c9576155c96144a2565b6155dd816155d7845461552f565b84615567565b6020601f82116001811461560f575f83156155f85750848201515b5f19600385901b1c1916600184901b178455611fcf565b5f84815260208120601f198516915b8281101561563e578785015182556020948501946001909201910161561e565b508482101561565b57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b6001600160601b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031991909116815260200190565b5f602082840312156156da575f80fd5b5051919050565b5f602082840312156156f1575f80fd5b8151610c4881614957565b6001600160401b0396909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b6001600160c01b031996909616865260ff94851660208701529290931660408501526001600160a01b039081166060850152909116608083015264ffffffffff1660a082015260c00190565b5f602082840312156157a3575f80fd5b8151610c4881614585565b5f80858511156157bc575f80fd5b838611156157c8575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561334e576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f6020828403121561585a575f80fd5b8151610c4881614568565b6001600160601b03948516815292841660208401529216604082015264ffffffffff909116606082015260800190565b5f600182016158b257634e487b7160e01b5f52601160045260245ffd5b5060010190565b5f602082840312156158c9575f80fd5b8151610c4881615096565b5f602082840312156158e4575f80fd5b8151610c4881614711565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615916575f80fd5b825161592181614957565b60208401519092506148f88161496f565b5f60208284031215615942575f80fd5b8151610c4881614463565b634e487b7160e01b5f52600160045260245ffdfef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212206a82ea2667c53db520572f8809ce3c6ac8eea409ca48899e33e18634dac9fa3864736f6c634300081a0033",
|
2683
|
+
"linkReferences": {
|
2684
|
+
"contracts/type/Amount.sol": {
|
2685
|
+
"AmountLib": [
|
2686
|
+
{
|
2687
|
+
"length": 20,
|
2688
|
+
"start": 16417
|
2689
|
+
},
|
2690
|
+
{
|
2691
|
+
"length": 20,
|
2692
|
+
"start": 16709
|
2693
|
+
}
|
2694
|
+
]
|
2695
|
+
},
|
2696
|
+
"contracts/type/Blocknumber.sol": {
|
2697
|
+
"BlocknumberLib": [
|
2698
|
+
{
|
2699
|
+
"length": 20,
|
2700
|
+
"start": 12659
|
2701
|
+
},
|
2702
|
+
{
|
2703
|
+
"length": 20,
|
2704
|
+
"start": 12860
|
2705
|
+
},
|
2706
|
+
{
|
2707
|
+
"length": 20,
|
2708
|
+
"start": 13638
|
2709
|
+
},
|
2710
|
+
{
|
2711
|
+
"length": 20,
|
2712
|
+
"start": 13818
|
2713
|
+
},
|
2714
|
+
{
|
2715
|
+
"length": 20,
|
2716
|
+
"start": 14055
|
2717
|
+
},
|
2718
|
+
{
|
2719
|
+
"length": 20,
|
2720
|
+
"start": 14399
|
2721
|
+
},
|
2722
|
+
{
|
2723
|
+
"length": 20,
|
2724
|
+
"start": 14877
|
2725
|
+
},
|
2726
|
+
{
|
2727
|
+
"length": 20,
|
2728
|
+
"start": 15221
|
2729
|
+
},
|
2730
|
+
{
|
2731
|
+
"length": 20,
|
2732
|
+
"start": 15564
|
2733
|
+
},
|
2734
|
+
{
|
2735
|
+
"length": 20,
|
2736
|
+
"start": 15824
|
2737
|
+
},
|
2738
|
+
{
|
2739
|
+
"length": 20,
|
2740
|
+
"start": 16512
|
2741
|
+
}
|
2742
|
+
]
|
2743
|
+
},
|
2744
|
+
"contracts/type/DistributorType.sol": {
|
2745
|
+
"DistributorTypeLib": [
|
2746
|
+
{
|
2747
|
+
"length": 20,
|
2748
|
+
"start": 5560
|
2749
|
+
},
|
2750
|
+
{
|
2751
|
+
"length": 20,
|
2752
|
+
"start": 7234
|
2753
|
+
},
|
2754
|
+
{
|
2755
|
+
"length": 20,
|
2756
|
+
"start": 9011
|
2757
|
+
},
|
2758
|
+
{
|
2759
|
+
"length": 20,
|
2760
|
+
"start": 10016
|
2761
|
+
}
|
2762
|
+
]
|
2763
|
+
},
|
2764
|
+
"contracts/type/Key32.sol": {
|
2765
|
+
"Key32Lib": [
|
2766
|
+
{
|
2767
|
+
"length": 20,
|
2768
|
+
"start": 11060
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"length": 20,
|
2772
|
+
"start": 13341
|
2773
|
+
}
|
2774
|
+
]
|
2775
|
+
},
|
2776
|
+
"contracts/type/NftId.sol": {
|
2777
|
+
"NftIdLib": [
|
2778
|
+
{
|
2779
|
+
"length": 20,
|
2780
|
+
"start": 12233
|
2781
|
+
}
|
2782
|
+
]
|
2783
|
+
},
|
2784
|
+
"contracts/type/ObjectType.sol": {
|
2785
|
+
"ObjectTypeLib": [
|
2786
|
+
{
|
2787
|
+
"length": 20,
|
2788
|
+
"start": 13460
|
2789
|
+
}
|
2790
|
+
]
|
2791
|
+
},
|
2792
|
+
"contracts/type/Referral.sol": {
|
2793
|
+
"ReferralLib": [
|
2794
|
+
{
|
2795
|
+
"length": 20,
|
2796
|
+
"start": 2609
|
2797
|
+
},
|
2798
|
+
{
|
2799
|
+
"length": 20,
|
2800
|
+
"start": 5071
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"length": 20,
|
2804
|
+
"start": 8262
|
2805
|
+
},
|
2806
|
+
{
|
2807
|
+
"length": 20,
|
2808
|
+
"start": 9225
|
2809
|
+
}
|
2810
|
+
]
|
2811
|
+
},
|
2812
|
+
"contracts/type/RequestId.sol": {
|
2813
|
+
"RequestIdLib": [
|
2814
|
+
{
|
2815
|
+
"length": 20,
|
2816
|
+
"start": 3778
|
2817
|
+
},
|
2818
|
+
{
|
2819
|
+
"length": 20,
|
2820
|
+
"start": 6676
|
2821
|
+
},
|
2822
|
+
{
|
2823
|
+
"length": 20,
|
2824
|
+
"start": 9649
|
2825
|
+
},
|
2826
|
+
{
|
2827
|
+
"length": 20,
|
2828
|
+
"start": 11569
|
2829
|
+
},
|
2830
|
+
{
|
2831
|
+
"length": 20,
|
2832
|
+
"start": 13220
|
2833
|
+
}
|
2834
|
+
]
|
2835
|
+
},
|
2836
|
+
"contracts/type/StateId.sol": {
|
2837
|
+
"StateIdLib": [
|
2838
|
+
{
|
2839
|
+
"length": 20,
|
2840
|
+
"start": 4266
|
2841
|
+
},
|
2842
|
+
{
|
2843
|
+
"length": 20,
|
2844
|
+
"start": 6102
|
2845
|
+
},
|
2846
|
+
{
|
2847
|
+
"length": 20,
|
2848
|
+
"start": 9858
|
2849
|
+
},
|
2850
|
+
{
|
2851
|
+
"length": 20,
|
2852
|
+
"start": 12295
|
2853
|
+
},
|
2854
|
+
{
|
2855
|
+
"length": 20,
|
2856
|
+
"start": 12485
|
2857
|
+
}
|
2858
|
+
]
|
2859
|
+
}
|
2860
|
+
},
|
2861
|
+
"deployedLinkReferences": {
|
2862
|
+
"contracts/type/Amount.sol": {
|
2863
|
+
"AmountLib": [
|
2864
|
+
{
|
2865
|
+
"length": 20,
|
2866
|
+
"start": 16385
|
2867
|
+
},
|
2868
|
+
{
|
2869
|
+
"length": 20,
|
2870
|
+
"start": 16677
|
2871
|
+
}
|
2872
|
+
]
|
2873
|
+
},
|
2874
|
+
"contracts/type/Blocknumber.sol": {
|
2875
|
+
"BlocknumberLib": [
|
2876
|
+
{
|
2877
|
+
"length": 20,
|
2878
|
+
"start": 12627
|
2879
|
+
},
|
2880
|
+
{
|
2881
|
+
"length": 20,
|
2882
|
+
"start": 12828
|
2883
|
+
},
|
2884
|
+
{
|
2885
|
+
"length": 20,
|
2886
|
+
"start": 13606
|
2887
|
+
},
|
2888
|
+
{
|
2889
|
+
"length": 20,
|
2890
|
+
"start": 13786
|
2891
|
+
},
|
2892
|
+
{
|
2893
|
+
"length": 20,
|
2894
|
+
"start": 14023
|
2895
|
+
},
|
2896
|
+
{
|
2897
|
+
"length": 20,
|
2898
|
+
"start": 14367
|
2899
|
+
},
|
2900
|
+
{
|
2901
|
+
"length": 20,
|
2902
|
+
"start": 14845
|
2903
|
+
},
|
2904
|
+
{
|
2905
|
+
"length": 20,
|
2906
|
+
"start": 15189
|
2907
|
+
},
|
2908
|
+
{
|
2909
|
+
"length": 20,
|
2910
|
+
"start": 15532
|
2911
|
+
},
|
2912
|
+
{
|
2913
|
+
"length": 20,
|
2914
|
+
"start": 15792
|
2915
|
+
},
|
2916
|
+
{
|
2917
|
+
"length": 20,
|
2918
|
+
"start": 16480
|
2919
|
+
}
|
2920
|
+
]
|
2921
|
+
},
|
2922
|
+
"contracts/type/DistributorType.sol": {
|
2923
|
+
"DistributorTypeLib": [
|
2924
|
+
{
|
2925
|
+
"length": 20,
|
2926
|
+
"start": 5528
|
2927
|
+
},
|
2928
|
+
{
|
2929
|
+
"length": 20,
|
2930
|
+
"start": 7202
|
2931
|
+
},
|
2932
|
+
{
|
2933
|
+
"length": 20,
|
2934
|
+
"start": 8979
|
2935
|
+
},
|
2936
|
+
{
|
2937
|
+
"length": 20,
|
2938
|
+
"start": 9984
|
2939
|
+
}
|
2940
|
+
]
|
2941
|
+
},
|
2942
|
+
"contracts/type/Key32.sol": {
|
2943
|
+
"Key32Lib": [
|
2944
|
+
{
|
2945
|
+
"length": 20,
|
2946
|
+
"start": 11028
|
2947
|
+
},
|
2948
|
+
{
|
2949
|
+
"length": 20,
|
2950
|
+
"start": 13309
|
2951
|
+
}
|
2952
|
+
]
|
2953
|
+
},
|
2954
|
+
"contracts/type/NftId.sol": {
|
2955
|
+
"NftIdLib": [
|
2956
|
+
{
|
2957
|
+
"length": 20,
|
2958
|
+
"start": 12201
|
2959
|
+
}
|
2960
|
+
]
|
2961
|
+
},
|
2962
|
+
"contracts/type/ObjectType.sol": {
|
2963
|
+
"ObjectTypeLib": [
|
2964
|
+
{
|
2965
|
+
"length": 20,
|
2966
|
+
"start": 13428
|
2967
|
+
}
|
2968
|
+
]
|
2969
|
+
},
|
2970
|
+
"contracts/type/Referral.sol": {
|
2971
|
+
"ReferralLib": [
|
2972
|
+
{
|
2973
|
+
"length": 20,
|
2974
|
+
"start": 2577
|
2975
|
+
},
|
2976
|
+
{
|
2977
|
+
"length": 20,
|
2978
|
+
"start": 5039
|
2979
|
+
},
|
2980
|
+
{
|
2981
|
+
"length": 20,
|
2982
|
+
"start": 8230
|
2983
|
+
},
|
2984
|
+
{
|
2985
|
+
"length": 20,
|
2986
|
+
"start": 9193
|
2987
|
+
}
|
2988
|
+
]
|
2989
|
+
},
|
2990
|
+
"contracts/type/RequestId.sol": {
|
2991
|
+
"RequestIdLib": [
|
2992
|
+
{
|
2993
|
+
"length": 20,
|
2994
|
+
"start": 3746
|
2995
|
+
},
|
2996
|
+
{
|
2997
|
+
"length": 20,
|
2998
|
+
"start": 6644
|
2999
|
+
},
|
3000
|
+
{
|
3001
|
+
"length": 20,
|
3002
|
+
"start": 9617
|
3003
|
+
},
|
3004
|
+
{
|
3005
|
+
"length": 20,
|
3006
|
+
"start": 11537
|
3007
|
+
},
|
3008
|
+
{
|
3009
|
+
"length": 20,
|
3010
|
+
"start": 13188
|
3011
|
+
}
|
3012
|
+
]
|
3013
|
+
},
|
3014
|
+
"contracts/type/StateId.sol": {
|
3015
|
+
"StateIdLib": [
|
3016
|
+
{
|
3017
|
+
"length": 20,
|
3018
|
+
"start": 4234
|
3019
|
+
},
|
3020
|
+
{
|
3021
|
+
"length": 20,
|
3022
|
+
"start": 6070
|
3023
|
+
},
|
3024
|
+
{
|
3025
|
+
"length": 20,
|
3026
|
+
"start": 9826
|
3027
|
+
},
|
3028
|
+
{
|
3029
|
+
"length": 20,
|
3030
|
+
"start": 12263
|
3031
|
+
},
|
3032
|
+
{
|
3033
|
+
"length": 20,
|
3034
|
+
"start": 12453
|
3035
|
+
}
|
3036
|
+
]
|
3037
|
+
}
|
3038
|
+
}
|
3039
|
+
}
|