EVM_Uncle_Fields_Block
Block fields
type EVM_Uncle_Fields_Block {
BaseFee(
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: EVM_Amount_With_Decimals
if: EVM_Uncle_Filter
): String
Bloom(
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
if: EVM_Uncle_Filter
): String
Coinbase(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
): String
Date(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_Date
interval: OLAP_DateInterval
): String
Difficulty(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_BigInteger
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
Extra(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
GasLimit(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_BigInteger
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
GasUsed(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_BigInteger
): String
Hash(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
): String
L1: EVM_Uncle_Fields_Block_L1
MixDigest(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
Nonce(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_BigInteger
): String
Number(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_BigInteger
): String
ParentHash(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
ReceiptHash(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
): String
Result: EVM_Uncle_Fields_Block_Result
Root(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
): String
Time(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_DateTime
interval: OLAP_DateTimeInterval
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): DateTime
TxCount(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_Integer
): Int
TxHash(
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
): String
UncleHash(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_String
): String
UnclesCount(
if: EVM_Uncle_Filter
maximum: EVM_Uncle_CompareFields
minimum: EVM_Uncle_CompareFields
selectWhere: OLAP_Integer
): Int
}
Fields
EVM_Uncle_Fields_Block.BaseFee ● String scalar
BaseFee value
EVM_Uncle_Fields_Block.BaseFee.maximum●EVM_Uncle_CompareFieldsenumReturn value when the argument is maximum
EVM_Uncle_Fields_Block.BaseFee.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.BaseFee.selectWhere ● EVM_Amount_With_Decimals input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.BaseFee.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.Bloom ● String scalar
Bloom value
EVM_Uncle_Fields_Block.Bloom.maximum●EVM_Uncle_CompareFieldsenumReturn value when the argument is maximum
EVM_Uncle_Fields_Block.Bloom.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Bloom.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Bloom.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.Coinbase ● String scalar
Coinbase value
EVM_Uncle_Fields_Block.Coinbase.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Coinbase.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Coinbase.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Coinbase.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Date ● String scalar
Date value
EVM_Uncle_Fields_Block.Date.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Date.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Date.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Date.selectWhere ● OLAP_Date input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Date.interval ● OLAP_DateInterval input
Date interval in specified units
EVM_Uncle_Fields_Block.Difficulty ● String scalar
Difficulty value
EVM_Uncle_Fields_Block.Difficulty.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.Difficulty.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Difficulty.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.Difficulty.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Extra ● String scalar
Extra value
EVM_Uncle_Fields_Block.Extra.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.Extra.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Extra.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.Extra.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.GasLimit ● String scalar
GasLimit value
EVM_Uncle_Fields_Block.GasLimit.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.GasLimit.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.GasLimit.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.GasLimit.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.GasUsed ● String scalar
GasUsed value
EVM_Uncle_Fields_Block.GasUsed.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.GasUsed.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.GasUsed.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.GasUsed.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Hash ● String scalar
Hash value
EVM_Uncle_Fields_Block.Hash.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Hash.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Hash.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Hash.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.L1 ● EVM_Uncle_Fields_Block_L1 object
L1 fields
EVM_Uncle_Fields_Block.MixDigest ● String scalar
MixDigest value
EVM_Uncle_Fields_Block.MixDigest.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.MixDigest.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.MixDigest.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.MixDigest.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Nonce ● String scalar
Nonce value
EVM_Uncle_Fields_Block.Nonce.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Nonce.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Nonce.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Nonce.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Number ● String scalar
Number value
EVM_Uncle_Fields_Block.Number.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Number.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Number.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Number.selectWhere ● OLAP_BigInteger input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.ParentHash ● String scalar
ParentHash value
EVM_Uncle_Fields_Block.ParentHash.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.ParentHash.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.ParentHash.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.ParentHash.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.ReceiptHash ● String scalar
ReceiptHash value
EVM_Uncle_Fields_Block.ReceiptHash.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.ReceiptHash.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.ReceiptHash.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.ReceiptHash.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Result ● EVM_Uncle_Fields_Block_Result object
Result fields
EVM_Uncle_Fields_Block.Root ● String scalar
Root value
EVM_Uncle_Fields_Block.Root.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.Root.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.Root.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.Root.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Time ● DateTime scalar
Time value
EVM_Uncle_Fields_Block.Time.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.Time.selectWhere ● OLAP_DateTime input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.Time.interval ● OLAP_DateTimeInterval input
Time interval in specified units
EVM_Uncle_Fields_Block.Time.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.Time.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.TxCount ● Int scalar
TxCount value
EVM_Uncle_Fields_Block.TxCount.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.TxCount.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.TxCount.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.TxCount.selectWhere ● OLAP_Integer input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.TxHash ● String scalar
TxHash value
EVM_Uncle_Fields_Block.TxHash.minimum●EVM_Uncle_CompareFieldsenumReturn value when the argument is minimum
EVM_Uncle_Fields_Block.TxHash.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.TxHash.if ● EVM_Uncle_Filter input
Apply a condition to a metric calculation
EVM_Uncle_Fields_Block.TxHash.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.UncleHash ● String scalar
UncleHash value
EVM_Uncle_Fields_Block.UncleHash.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.UncleHash.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.UncleHash.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.UncleHash.selectWhere ● OLAP_String input
Defines the condition to filter the results by the value of this metric
EVM_Uncle_Fields_Block.UnclesCount ● Int scalar
UnclesCount value
EVM_Uncle_Fields_Block.UnclesCount.if●EVM_Uncle_FilterinputApply a condition to a metric calculation
EVM_Uncle_Fields_Block.UnclesCount.maximum ● EVM_Uncle_CompareFields enum
Return value when the argument is maximum
EVM_Uncle_Fields_Block.UnclesCount.minimum ● EVM_Uncle_CompareFields enum
Return value when the argument is minimum
EVM_Uncle_Fields_Block.UnclesCount.selectWhere ● OLAP_Integer input
Defines the condition to filter the results by the value of this metric
Member Of
EVM_Uncle_Cube object