| block_hash | hex string, null | The block hash that the call is in |
| block_number | integer, null | The block number that the call is in |
| transaction_hash | hex string | The transaction hash that the call is in |
| caller_address | hex string | |
| contract_address | hex string | |
| calldata | hex string array | The input data of the function in the call |
| result | hex string array | The return data of the function in the call |
| timestamp | integer | Unix timestamp in seconds for when the call was executed |
| call_type | CALL, DELEGATE, null | Type of call |
| class_hash | hex string, null | Class Hash executed by the call |
| selector | hex string, null | The function called in the call |
| entry_point_type | EXTERNAL, L1_HANDLER, CONSTRUCTOR, null | |