| transaction_digest | string | Hash of the transaction containing this move call |
| checkpoint | decimal(20,0) | Checkpoint sequence number containing this move call |
| epoch | decimal(20,0) | Epoch number when the move call was executed |
| timestamp_ms | decimal(20,0) | Unix timestamp in milliseconds when the move call was executed |
| date | date | Date of when the move call was executed |
| package | binary | Binary representation of the package ID containing the called function |
| module | string | Name of the module containing the called function |
| function | string | Name of the called function |
| _updated_at | timestamp | Last time the record was updated |
| _ingested_at | timestamp | Time when the record was ingested |