{
  "clustering": {
    "fields": [
      "contract_account_id"
    ]
  },
  "creationTime": "1718847810802",
  "description": "NEAR Non Fungible Tokens event logs.",
  "etag": "KLUidqbG4m1ZuPURlYRPVw==",
  "id": "bigquery-public-data:crypto_near_mainnet_us.nft_events",
  "kind": "bigquery#table",
  "lastModifiedTime": "1732678393848",
  "location": "us-east1",
  "numActiveLogicalBytes": "221779254",
  "numActivePhysicalBytes": "49555878",
  "numBytes": "2697657022",
  "numCurrentPhysicalBytes": "643309188",
  "numLongTermBytes": "2475877768",
  "numLongTermLogicalBytes": "2475877768",
  "numLongTermPhysicalBytes": "593753310",
  "numPartitions": "1102",
  "numRows": "7269905",
  "numTimeTravelPhysicalBytes": "0",
  "numTotalLogicalBytes": "2697657022",
  "numTotalPhysicalBytes": "643309188",
  "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",
        "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 fungible tokens standard. e.g. nep141. ",
        "mode": "NULLABLE",
        "name": "standard",
        
        "type": "STRING"
      },
      {
        "description": "An unique id for the receipt",
        "mode": "NULLABLE",
        "name": "receipt_id",
        "type": "STRING"
      },
      {
        "description": "The contract account ID",
        "mode": "NULLABLE",
        "name": "contract_account_id",
        "type": "STRING"
      },
      {
        "description": "The token ID",
        "mode": "NULLABLE",
        "name": "token_id",
        "type": "STRING"
      },
      {
        "description": "Old Owner Account ID",
        "mode": "NULLABLE",
        "name": "old_owner_account_id",
        "type": "STRING"
      },
      {
        "description": "New Owner Account ID",
        "mode": "NULLABLE",
        "name": "new_owner_account_id",
        "type": "STRING"
      },
      {
        "description": "Authorized Account ID",
        "mode": "NULLABLE",
        "name": "authorized_account_id",
        "type": "STRING"
      },
      {
        "description": "The cause of the change",
        "mode": "NULLABLE",
        "name": "cause",
        "type": "STRING"
      },
      {
        "description": "Execution status. Contains the result in case of successful execution",
        "mode": "NULLABLE",
        "name": "status",
        "type": "STRING"
      },
      {
        "description": "The event log memo",
        "mode": "NULLABLE",
        "name": "event_memo",
        "type": "STRING"
      },
      {
        "description": "The event log index",
        "mode": "NULLABLE",
        "name": "event_index",
        "type": "STRING"
      }
    ]
  },
  "selfLink": "<https://bigquery.googleapis.com/bigquery/v2/projects/bigquery-public-data/datasets/crypto_near_mainnet_us/tables/nft_events>",
  "tableReference": {
    "datasetId": "crypto_near_mainnet_us",
    "projectId": "bigquery-public-data",
    "tableId": "nft_events"
  },
  "timePartitioning": {
    "field": "block_date",
    "type": "DAY"
  },
  "type": "TABLE"
}