block_date | date | Date of the block (UTC) |
block_time | timestamp | Timestamp of the block containing this trace |
block_number | bigint | Block number containing this trace |
namespace | varchar | Project namespace (e.g., uniswap_v3) |
contract_name | varchar | Name of the contract that was called |
to | varbinary | Address of the contract that was called |
trace_address | array(bigint) | Path of this trace within the call tree |
tx_hash | varbinary | Hash of the parent transaction |
tx_from | varbinary | Address that initiated the transaction |
tx_to | varbinary | Address the transaction was sent to |
tx_index | integer | Position of the transaction within the block |
success | boolean | Whether this trace executed successfully |
signature | varbinary | Function signature (first 4 bytes of calldata) |
function_name | varchar | Decoded name of the function called |
created_at | timestamp | When this record was created in Dune |