EVM_Event_Cube
Smart contract log events in EVM Blockchain
type EVM_Event_Cube {
Arguments(
if: EVM_Event_Filter
maximum: EVM_Event_CompareFields
minimum: EVM_Event_CompareFields
selectWhere: EVM_Event_Fields_Arguments_Select_Arguments
): [EVM_Event_Fields_Arguments]
Block: EVM_Event_Fields_Block
Call: EVM_Event_Fields_Call
ChainId(
if: EVM_Event_Filter
maximum: EVM_Event_CompareFields
minimum: EVM_Event_CompareFields
selectWhere: OLAP_BigInteger
): String
Fee: EVM_Event_Fields_Fee
Log: EVM_Event_Fields_Log
LogHeader: EVM_Event_Fields_LogHeader
Receipt: EVM_Event_Fields_Receipt
Topics(
if: EVM_Event_Filter
maximum: EVM_Event_CompareFields
minimum: EVM_Event_CompareFields
selectWhere: EVM_Event_Fields_Topics_Select_Topics
): [EVM_Event_Fields_Topics]
Transaction: EVM_Event_Fields_Transaction
TransactionStatus: EVM_Event_Fields_TransactionStatus
average(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
if: EVM_Event_Filter
): Float
contingency(
selectWhere: Metric_filter_Float
with: EVM_Event_NumFields
if: EVM_Event_Filter
of: EVM_Event_NumFields
): Float
correlation(
if: EVM_Event_Filter
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields
with: EVM_Event_NumFields
): Float
count(
selectWhere: Metric_filter_String
if: EVM_Event_Filter
distinct: [EVM_Event_EnumFields]
): String
covariance(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields
with: EVM_Event_NumFields
if: EVM_Event_Filter
): Float
cramers(
if: EVM_Event_Filter
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields
with: EVM_Event_NumFields
): Float
cramers_bias_corrected(
of: EVM_Event_NumFields
selectWhere: Metric_filter_Float
with: EVM_Event_NumFields
if: EVM_Event_Filter
): Float
dispersion(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
if: EVM_Event_Filter
): Float
entropy(
selectWhere: Metric_filter_Float
if: EVM_Event_Filter
of: EVM_Event_NumFields!
): Float
gini(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
): Float
kurtosis(
of: EVM_Event_NumFields!
if: EVM_Event_Filter
selectWhere: Metric_filter_Float
): Float
median(
selectWhere: Metric_filter_Float
if: EVM_Event_Filter
of: EVM_Event_NumFields!
): Float
nakamoto(
selectWhere: Metric_filter_Float
ratio: Float = 0.51
of: EVM_Event_NumFields!
): Float
quantile(
of: EVM_Event_NumFields!
level: Float = 0.5
if: EVM_Event_Filter
method: OLAP_Metric_Calculation_Method_Exact
selectWhere: Metric_filter_Float
): Float
rank_correlation(
with: EVM_Event_NumFields
if: EVM_Event_Filter
of: EVM_Event_NumFields
selectWhere: Metric_filter_Float
): Float
skew(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
if: EVM_Event_Filter
): Float
standard_deviation(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
if: EVM_Event_Filter
): Float
sum(
selectWhere: Metric_filter_String
if: EVM_Event_Filter
of: EVM_Event_NumFields!
): String
theil_index(
selectWhere: Metric_filter_Float
of: EVM_Event_NumFields!
): Float
theils_corrected(
of: EVM_Event_NumFields
with: EVM_Event_NumFields
if: EVM_Event_Filter
selectWhere: Metric_filter_Float
): Float
uniq(
if: EVM_Event_Filter
method: OLAP_Metric_Calculation_Method_Exact
selectWhere: Metric_filter_String
of: [EVM_Event_EnumFields]!
): String
}
Fields
EVM_Event_Cube.Arguments ● [EVM_Event_Fields_Arguments] list object
Arguments value
EVM_Event_Cube.Arguments.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.Arguments.maximum ● EVM_Event_CompareFields enum
Return value when the argument is maximum
EVM_Event_Cube.Arguments.minimum ● EVM_Event_CompareFields enum
Return value when the argument is minimum
EVM_Event_Cube.Arguments.selectWhere ● EVM_Event_Fields_Arguments_Select_Arguments input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.Block ● EVM_Event_Fields_Block object
Block fields
EVM_Event_Cube.Call ● EVM_Event_Fields_Call object
Call fields
EVM_Event_Cube.ChainId ● String scalar
ChainId value
EVM_Event_Cube.ChainId.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.ChainId.maximum ● EVM_Event_CompareFields enum
Return value when the argument is maximum
EVM_Event_Cube.ChainId.minimum ● EVM_Event_CompareFields enum
Return value when the argument is minimum
EVM_Event_Cube.ChainId.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.Fee ● EVM_Event_Fields_Fee object
Fee fields
EVM_Event_Cube.Log ● EVM_Event_Fields_Log object
Log fields
EVM_Event_Cube.LogHeader ● EVM_Event_Fields_LogHeader object
LogHeader fields
EVM_Event_Cube.Receipt ● EVM_Event_Fields_Receipt object
Receipt fields
EVM_Event_Cube.Topics ● [EVM_Event_Fields_Topics] list object
Topics value
EVM_Event_Cube.Topics.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.Topics.maximum ● EVM_Event_CompareFields enum
Return value when the argument is maximum
EVM_Event_Cube.Topics.minimum ● EVM_Event_CompareFields enum
Return value when the argument is minimum
EVM_Event_Cube.Topics.selectWhere ● EVM_Event_Fields_Topics_Select_Topics input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.Transaction ● EVM_Event_Fields_Transaction object
Transaction fields
EVM_Event_Cube.TransactionStatus ● EVM_Event_Fields_TransactionStatus object
TransactionStatus fields
EVM_Event_Cube.average ● Float scalar
Average of the values
EVM_Event_Cube.average.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.average.of ● EVM_Event_NumFields! non-null enum
Argument for Average of the values
EVM_Event_Cube.average.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.contingency ● Float scalar
Contingency coefficient between two arguments
EVM_Event_Cube.contingency.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.contingency.with ● EVM_Event_NumFields enum
Second argument for Contingency coefficient between two arguments
EVM_Event_Cube.contingency.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.contingency.of ● EVM_Event_NumFields enum
First argument for Contingency coefficient between two arguments
EVM_Event_Cube.correlation ● Float scalar
Pearson correlation coefficient between two arguments
EVM_Event_Cube.correlation.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.correlation.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.correlation.of ● EVM_Event_NumFields enum
First argument for Pearson correlation coefficient between two arguments
EVM_Event_Cube.correlation.with ● EVM_Event_NumFields enum
Second argument for Pearson correlation coefficient between two arguments
EVM_Event_Cube.count ● String scalar
Count records or uniques of arguments
EVM_Event_Cube.count.selectWhere●Metric_filter_StringinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.count.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.count.distinct ● [EVM_Event_EnumFields] list enum
Count distinct values of the field
EVM_Event_Cube.covariance ● Float scalar
Covariance between two arguments
EVM_Event_Cube.covariance.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.covariance.of ● EVM_Event_NumFields enum
First argument for Covariance between two arguments
EVM_Event_Cube.covariance.with ● EVM_Event_NumFields enum
Second argument for Covariance between two arguments
EVM_Event_Cube.covariance.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.cramers ● Float scalar
Cramér's phi coefficient between two arguments
EVM_Event_Cube.cramers.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.cramers.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.cramers.of ● EVM_Event_NumFields enum
First argument for Cramér's phi coefficient between two arguments
EVM_Event_Cube.cramers.with ● EVM_Event_NumFields enum
Second argument for Cramér's phi coefficient between two arguments
EVM_Event_Cube.cramers_bias_corrected ● Float scalar
Cramér's phi coefficient with bias correction between two arguments
EVM_Event_Cube.cramers_bias_corrected.of●EVM_Event_NumFieldsenumFirst argument for Cramér's phi coefficient with bias correction between two arguments
EVM_Event_Cube.cramers_bias_corrected.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.cramers_bias_corrected.with ● EVM_Event_NumFields enum
Second argument for Cramér's phi coefficient with bias correction between two arguments
EVM_Event_Cube.cramers_bias_corrected.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.dispersion ● Float scalar
Dispersion for a set of values
EVM_Event_Cube.dispersion.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.dispersion.of ● EVM_Event_NumFields! non-null enum
Argument for Dispersion for a set of values
EVM_Event_Cube.dispersion.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.entropy ● Float scalar
Entropy for a set of values
EVM_Event_Cube.entropy.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.entropy.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.entropy.of ● EVM_Event_NumFields! non-null enum
Argument for Entropy for a set of values
EVM_Event_Cube.gini ● Float scalar
Gini factor of argument
EVM_Event_Cube.gini.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.gini.of ● EVM_Event_NumFields! non-null enum
Argument for gini
EVM_Event_Cube.kurtosis ● Float scalar
Kurtosis for a set of values
EVM_Event_Cube.kurtosis.of●EVM_Event_NumFields!non-null enumArgument for Kurtosis for a set of values
EVM_Event_Cube.kurtosis.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.kurtosis.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.median ● Float scalar
Median for a set of values
EVM_Event_Cube.median.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.median.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.median.of ● EVM_Event_NumFields! non-null enum
Argument for Median for a set of values
EVM_Event_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_Event_Cube.nakamoto.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.nakamoto.ratio ● Float scalar
Ratio for nakamoto index ( default is 0.51, can be from 0 to 1 )
EVM_Event_Cube.nakamoto.of ● EVM_Event_NumFields! non-null enum
Argument for nakamoto index
EVM_Event_Cube.quantile ● Float scalar
Approximate quantile of a numeric data sequence
EVM_Event_Cube.quantile.of●EVM_Event_NumFields!non-null enumArgument for quantile
EVM_Event_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_Event_Cube.quantile.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.quantile.method ● OLAP_Metric_Calculation_Method_Exact enum
Method used to calculate metric values
EVM_Event_Cube.quantile.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.rank_correlation ● Float scalar
Rank correlation coefficient between two arguments
EVM_Event_Cube.rank_correlation.with●EVM_Event_NumFieldsenumSecond argument for Rank correlation coefficient between two arguments
EVM_Event_Cube.rank_correlation.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.rank_correlation.of ● EVM_Event_NumFields enum
First argument for Rank correlation coefficient between two arguments
EVM_Event_Cube.rank_correlation.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.skew ● Float scalar
Skew for a set of values
EVM_Event_Cube.skew.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.skew.of ● EVM_Event_NumFields! non-null enum
Argument for Skew for a set of values
EVM_Event_Cube.skew.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.standard_deviation ● Float scalar
Standard deviation of the values
EVM_Event_Cube.standard_deviation.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.standard_deviation.of ● EVM_Event_NumFields! non-null enum
Argument for Standard deviation of the values
EVM_Event_Cube.standard_deviation.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.sum ● String scalar
Sum values of argument
EVM_Event_Cube.sum.selectWhere●Metric_filter_StringinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.sum.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.sum.of ● EVM_Event_NumFields! non-null enum
Argument for sum
EVM_Event_Cube.theil_index ● Float scalar
Theil index of argument
EVM_Event_Cube.theil_index.selectWhere●Metric_filter_FloatinputDefines the condition to filter the results by the value of this metric
EVM_Event_Cube.theil_index.of ● EVM_Event_NumFields! non-null enum
Argument for Theil index
EVM_Event_Cube.theils_corrected ● Float scalar
Theil's U uncertainty coefficient, coefficient with bias correction between two arguments
EVM_Event_Cube.theils_corrected.of●EVM_Event_NumFieldsenumFirst argument for Theil's U uncertainty coefficient, coefficient with bias correction between two arguments
EVM_Event_Cube.theils_corrected.with ● EVM_Event_NumFields enum
Second argument for Theil's U uncertainty coefficient, coefficient with bias correction between two arguments
EVM_Event_Cube.theils_corrected.if ● EVM_Event_Filter input
Apply a condition to a metric calculation
EVM_Event_Cube.theils_corrected.selectWhere ● Metric_filter_Float input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.uniq ● String scalar
Count unique records
EVM_Event_Cube.uniq.if●EVM_Event_FilterinputApply a condition to a metric calculation
EVM_Event_Cube.uniq.method ● OLAP_Metric_Calculation_Method_Exact enum
Method used to calculate metric values
EVM_Event_Cube.uniq.selectWhere ● Metric_filter_String input
Defines the condition to filter the results by the value of this metric
EVM_Event_Cube.uniq.of ● [EVM_Event_EnumFields]! non-null enum
Uniq values of the field
Member Of
EVM_Subscription object ● EVM object