Skip to main content

EVM_TokenHolder_Cube

List of token holders by specified date for tokens and native currency in EVM Blockchain

type EVM_TokenHolder_Cube {
Balance: EVM_TokenHolder_Fields_Balance
BalanceUpdate: EVM_TokenHolder_Fields_BalanceUpdate
Currency: EVM_TokenHolder_Fields_Currency
Holder: EVM_TokenHolder_Fields_Holder
average(
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
selectWhere: Metric_filter_Float
): Float
contingency(
selectWhere: Metric_filter_Float
if: EVM_TokenHolder_Filter
of: EVM_TokenHolder_NumFields
with: EVM_TokenHolder_NumFields
): Float
correlation(
with: EVM_TokenHolder_NumFields
if: EVM_TokenHolder_Filter
of: EVM_TokenHolder_NumFields
selectWhere: Metric_filter_Float
): Float
count(
distinct: [EVM_TokenHolder_EnumFields]
if: EVM_TokenHolder_Filter
selectWhere: Metric_filter_String
): String
covariance(
of: EVM_TokenHolder_NumFields
with: EVM_TokenHolder_NumFields
if: EVM_TokenHolder_Filter
selectWhere: Metric_filter_Float
): Float
cramers(
selectWhere: Metric_filter_Float
with: EVM_TokenHolder_NumFields
if: EVM_TokenHolder_Filter
of: EVM_TokenHolder_NumFields
): Float
cramers_bias_corrected(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields
with: EVM_TokenHolder_NumFields
if: EVM_TokenHolder_Filter
): Float
dispersion(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
): Float
entropy(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
): Float
gini(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
): Float
kurtosis(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
): Float
median(
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
selectWhere: Metric_filter_Float
): Float
nakamoto(
of: EVM_TokenHolder_NumFields!
ratio: Float = 0.51
selectWhere: Metric_filter_Float
): Float
quantile(
method: OLAP_Metric_Calculation_Method_Exact
of: EVM_TokenHolder_NumFields!
level: Float = 0.5
selectWhere: Metric_filter_Float
if: EVM_TokenHolder_Filter
): Float
rank_correlation(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields
with: EVM_TokenHolder_NumFields
if: EVM_TokenHolder_Filter
): Float
skew(
if: EVM_TokenHolder_Filter
of: EVM_TokenHolder_NumFields!
selectWhere: Metric_filter_Float
): Float
standard_deviation(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
): Float
sum(
of: EVM_TokenHolder_NumFields!
if: EVM_TokenHolder_Filter
selectWhere: Metric_filter_String
): String
theil_index(
selectWhere: Metric_filter_Float
of: EVM_TokenHolder_NumFields!
): Float
theils_corrected(
selectWhere: Metric_filter_Float
if: EVM_TokenHolder_Filter
of: EVM_TokenHolder_NumFields
with: EVM_TokenHolder_NumFields
): Float
uniq(
of: [EVM_TokenHolder_EnumFields]!
if: EVM_TokenHolder_Filter
method: OLAP_Metric_Calculation_Method_Exact
selectWhere: Metric_filter_String
): String
}

Fields

EVM_TokenHolder_Cube.Balance ● EVM_TokenHolder_Fields_Balance object

Balance fields

EVM_TokenHolder_Cube.BalanceUpdate ● EVM_TokenHolder_Fields_BalanceUpdate object

BalanceUpdate fields

EVM_TokenHolder_Cube.Currency ● EVM_TokenHolder_Fields_Currency object

Currency fields

EVM_TokenHolder_Cube.Holder ● EVM_TokenHolder_Fields_Holder object

Holder fields

EVM_TokenHolder_Cube.average ● Float scalar

Average of the values

EVM_TokenHolder_Cube.average.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Average of the values

EVM_TokenHolder_Cube.average.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.average.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.contingency ● Float scalar

Contingency coefficient between two arguments

EVM_TokenHolder_Cube.contingency.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.contingency.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.contingency.of ● EVM_TokenHolder_NumFields enum

First argument for Contingency coefficient between two arguments

EVM_TokenHolder_Cube.contingency.with ● EVM_TokenHolder_NumFields enum

Second argument for Contingency coefficient between two arguments

EVM_TokenHolder_Cube.correlation ● Float scalar

Pearson correlation coefficient between two arguments

EVM_TokenHolder_Cube.correlation.with ● EVM_TokenHolder_NumFields enum

Second argument for Pearson correlation coefficient between two arguments

EVM_TokenHolder_Cube.correlation.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.correlation.of ● EVM_TokenHolder_NumFields enum

First argument for Pearson correlation coefficient between two arguments

EVM_TokenHolder_Cube.correlation.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.count ● String scalar

Count records or uniques of arguments

EVM_TokenHolder_Cube.count.distinct ● [EVM_TokenHolder_EnumFields] list enum

Count distinct values of the field

EVM_TokenHolder_Cube.count.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.count.selectWhere ● Metric_filter_String input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.covariance ● Float scalar

Covariance between two arguments

EVM_TokenHolder_Cube.covariance.of ● EVM_TokenHolder_NumFields enum

First argument for Covariance between two arguments

EVM_TokenHolder_Cube.covariance.with ● EVM_TokenHolder_NumFields enum

Second argument for Covariance between two arguments

EVM_TokenHolder_Cube.covariance.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.covariance.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.cramers ● Float scalar

Cramér's phi coefficient between two arguments

EVM_TokenHolder_Cube.cramers.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.cramers.with ● EVM_TokenHolder_NumFields enum

Second argument for Cramér's phi coefficient between two arguments

EVM_TokenHolder_Cube.cramers.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.cramers.of ● EVM_TokenHolder_NumFields enum

First argument for Cramér's phi coefficient between two arguments

EVM_TokenHolder_Cube.cramers_bias_corrected ● Float scalar

Cramér's phi coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.cramers_bias_corrected.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.cramers_bias_corrected.of ● EVM_TokenHolder_NumFields enum

First argument for Cramér's phi coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.cramers_bias_corrected.with ● EVM_TokenHolder_NumFields enum

Second argument for Cramér's phi coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.cramers_bias_corrected.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.dispersion ● Float scalar

Dispersion for a set of values

EVM_TokenHolder_Cube.dispersion.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.dispersion.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Dispersion for a set of values

EVM_TokenHolder_Cube.dispersion.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.entropy ● Float scalar

Entropy for a set of values

EVM_TokenHolder_Cube.entropy.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.entropy.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Entropy for a set of values

EVM_TokenHolder_Cube.entropy.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.gini ● Float scalar

Gini factor of argument

EVM_TokenHolder_Cube.gini.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.gini.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for gini

EVM_TokenHolder_Cube.kurtosis ● Float scalar

Kurtosis for a set of values

EVM_TokenHolder_Cube.kurtosis.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.kurtosis.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Kurtosis for a set of values

EVM_TokenHolder_Cube.kurtosis.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.median ● Float scalar

Median for a set of values

EVM_TokenHolder_Cube.median.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Median for a set of values

EVM_TokenHolder_Cube.median.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.median.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.nakamoto ● Float scalar

Nakamoto index of argument. Count of values more than 0.51 of the range. Ratio (0.51) can be specified as optional parameter

EVM_TokenHolder_Cube.nakamoto.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for nakamoto index

EVM_TokenHolder_Cube.nakamoto.ratio ● Float scalar

Ratio for nakamoto index ( default is 0.51, can be from 0 to 1 )

EVM_TokenHolder_Cube.nakamoto.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.quantile ● Float scalar

Approximate quantile of a numeric data sequence

EVM_TokenHolder_Cube.quantile.method ● OLAP_Metric_Calculation_Method_Exact enum

Method used to calculate metric values

EVM_TokenHolder_Cube.quantile.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for quantile

EVM_TokenHolder_Cube.quantile.level ● Float scalar

Level of quantile. Optional parameter. Constant floating-point number from 0 to 1. We recommend using a level value in the range of [0.01, 0.99]. Default value: 0.5. At level=0.5 the function calculates median.

EVM_TokenHolder_Cube.quantile.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.quantile.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.rank_correlation ● Float scalar

Rank correlation coefficient between two arguments

EVM_TokenHolder_Cube.rank_correlation.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.rank_correlation.of ● EVM_TokenHolder_NumFields enum

First argument for Rank correlation coefficient between two arguments

EVM_TokenHolder_Cube.rank_correlation.with ● EVM_TokenHolder_NumFields enum

Second argument for Rank correlation coefficient between two arguments

EVM_TokenHolder_Cube.rank_correlation.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.skew ● Float scalar

Skew for a set of values

EVM_TokenHolder_Cube.skew.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.skew.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Skew for a set of values

EVM_TokenHolder_Cube.skew.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.standard_deviation ● Float scalar

Standard deviation of the values

EVM_TokenHolder_Cube.standard_deviation.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.standard_deviation.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Standard deviation of the values

EVM_TokenHolder_Cube.standard_deviation.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.sum ● String scalar

Sum values of argument

EVM_TokenHolder_Cube.sum.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for sum

EVM_TokenHolder_Cube.sum.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.sum.selectWhere ● Metric_filter_String input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.theil_index ● Float scalar

Theil index of argument

EVM_TokenHolder_Cube.theil_index.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.theil_index.of ● EVM_TokenHolder_NumFields! non-null enum

Argument for Theil index

EVM_TokenHolder_Cube.theils_corrected ● Float scalar

Theil's U uncertainty coefficient, coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.theils_corrected.selectWhere ● Metric_filter_Float input

Defines the condition to filter the results by the value of this metric

EVM_TokenHolder_Cube.theils_corrected.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.theils_corrected.of ● EVM_TokenHolder_NumFields enum

First argument for Theil's U uncertainty coefficient, coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.theils_corrected.with ● EVM_TokenHolder_NumFields enum

Second argument for Theil's U uncertainty coefficient, coefficient with bias correction between two arguments

EVM_TokenHolder_Cube.uniq ● String scalar

Count unique records

EVM_TokenHolder_Cube.uniq.of ● [EVM_TokenHolder_EnumFields]! non-null enum

Uniq values of the field

EVM_TokenHolder_Cube.uniq.if ● EVM_TokenHolder_Filter input

Apply a condition to a metric calculation

EVM_TokenHolder_Cube.uniq.method ● OLAP_Metric_Calculation_Method_Exact enum

Method used to calculate metric values

EVM_TokenHolder_Cube.uniq.selectWhere ● Metric_filter_String input

Defines the condition to filter the results by the value of this metric

Member Of

EVM object