{
  "creationTime": "1718845925725",
  "description": "ExecutionOutcome is the result of execution of Transaction or Receipt. In the result of the Transaction execution will always be a Receipt.",
  "etag": "3Aft2u+R4vaF5BEduYrLhw==",
  "id": "bigquery-public-data:crypto_near_mainnet_us.execution_outcomes",
  "kind": "bigquery#table",
  "lastModifiedTime": "1732678374258",
  "location": "us-east1",
  "numActiveLogicalBytes": "1122203425820",
  "numActivePhysicalBytes": "239571193802",
  "numBytes": "4570519675860",
  "numCurrentPhysicalBytes": "1297195085764",
  "numLongTermBytes": "3448316250040",
  "numLongTermLogicalBytes": "3448316250040",
  "numLongTermPhysicalBytes": "1057623891962",
  "numPartitions": "1579",
  "numRows": "9846871537",
  "numTimeTravelPhysicalBytes": "0",
  "numTotalLogicalBytes": "4570519675860",
  "numTotalPhysicalBytes": "1297195085764",
  "partitionDefinition": {
    "partitionedColumn": [
      {
        "field": "block_date"
      }
    ]
  },
  "schema": {
    "fields": [
      {
        "description": "The date of the Block. Used to partition the table",
        "mode": "NULLABLE",
        "name": "block_date",
        "type": "DATE"
      },
      {
        "description": "The height of the Block",
        "mode": "NULLABLE",
        "name": "block_height",
        "type": "INTEGER"
      },
      {
        "description": "The timestamp of the Block in nanoseconds",
        "mode": "NULLABLE",
        "name": "block_timestamp",
        "type": "INTEGER"
      },
      {
        "description": "The timestamp of the Block in UTC",
        "mode": "NULLABLE",
        "name": "block_timestamp_utc",
        "type": "TIMESTAMP"
      },
      {
        "description": "The hash of the Block",
        "mode": "NULLABLE",
        "name": "block_hash",
        "type": "STRING"
      },
      {
        "description": "The hash of the Chunk",
        "mode": "NULLABLE",
        "name": "chunk_hash",
        "type": "STRING"
      },
      {
        "description": "The shard ID of the Chunk",
        "mode": "NULLABLE",
        "name": "shard_id",
        "type": "INTEGER"
      },
      {
        "description": "The receipt ID",
        "mode": "NULLABLE",
        "name": "receipt_id",
        "type": "STRING"
      },
      {
        "description": "The Block hash",
        "mode": "NULLABLE",
        "name": "executed_in_block_hash",
        "type": "STRING"
      },
      {
        "description": "Receipt IDs generated by this transaction or receipt",
        "fields": [
          {
            "fields": [
              {
                "mode": "NULLABLE",
                "name": "element",
                "type": "STRING"
              }
            ],
            "mode": "REPEATED",
            "name": "list",
            "type": "RECORD"
          }
        ],
        "mode": "NULLABLE",
        "name": "outcome_receipt_ids",
        "type": "RECORD"
      },
      {
        "description": "The index in the Chunk",
        "mode": "NULLABLE",
        "name": "index_in_chunk",
        "type": "INTEGER"
      },
      {
        "description": "The amount of the gas burnt by the given transaction or receipt",
        "mode": "NULLABLE",
        "name": "gas_burnt",
        "type": "FLOAT"
      },
      {
        "description": "The amount of tokens burnt corresponding to the burnt gas amount. This value does not always equal to the `gas_burnt` multiplied by the gas price, because the prepaid gas price might be lower than the actual gas price and it creates a deficit",
        "mode": "NULLABLE",
        "name": "tokens_burnt",
        "type": "FLOAT"
      },
      {
        "description": "The id of the account on which the execution happens. For transaction this is signer_id, for receipt this is receiver_id",
        "mode": "NULLABLE",
        "name": "executor_account_id",
        "type": "STRING"
      },
      {
        "description": "Execution status. Contains the result in case of successful execution",
        "mode": "NULLABLE",
        "name": "status",
        "type": "STRING"
      },
      {
        "description": "Execution outcome logs",
        "fields": [
          {
            "fields": [
              {
                "mode": "NULLABLE",
                "name": "element",
                "type": "STRING"
              }
            ],
            "mode": "REPEATED",
            "name": "list",
            "type": "RECORD"
          }
        ],
        "mode": "NULLABLE",
        "name": "logs",
        "type": "RECORD"
      }
    ]
  },
  "selfLink": "<https://bigquery.googleapis.com/bigquery/v2/projects/bigquery-public-data/datasets/crypto_near_mainnet_us/tables/execution_outcomes>",
  "tableReference": {
    "datasetId": "crypto_near_mainnet_us",
    "projectId": "bigquery-public-data",
    "tableId": "execution_outcomes"
  },
  "timePartitioning": {
    "field": "block_date",
    "type": "DAY"
  },
  "type": "TABLE"
}