| bet_index | NUMBER(38,0) | Array index of the before-execution transfer |
| bet_from_address | VARCHAR(134217728) | Address initiating the transfer before execution |
| bet_purpose | VARCHAR(134217728) | Purpose of the before-execution transfer (e.g., ‘feePayment’) |
| bet_value_hex | VARCHAR(134217728) | Hexadecimal value of the before-execution transfer in Wei |
| bet_value | VARCHAR(134217728) | Decimal value of the before-execution transfer in Wei |
| aet_index | NUMBER(38,0) | Array index of the after-execution transfer |
| aet_to_address | VARCHAR(134217728) | Address receiving the transfer after execution |
| aet_purpose | VARCHAR(134217728) | Purpose of the after-execution transfer (e.g., ‘gasRefund’) |
| aet_value_hex | VARCHAR(134217728) | Hexadecimal value of the after-execution transfer in Wei |
| aet_value | VARCHAR(134217728) | Decimal value of the after-execution transfer in Wei |
| transaction_hash | VARCHAR(66) | Hash of the transaction |
| transaction_index | NUMBER(38,0) | Position of the transaction in the block |
| from_address | VARCHAR(42) | Transaction sender address |
| to_address | VARCHAR(42) | Transaction recipient address |
| value | VARCHAR(16777216) | Transaction value |
| input | VARCHAR(16777216) | Transaction input data |
| output | VARCHAR(16777216) | Transaction output data |
| trace_type | VARCHAR(16777216) | Type of trace (e.g., ‘call’) |
| call_type | VARCHAR(16777216) | Type of call if applicable |
| reward_type | VARCHAR(16777216) | Type of reward if applicable |
| gas | NUMBER(38,0) | Gas limit of the trace call |
| gas_used | NUMBER(38,0) | Amount of gas used |
| subtraces | NUMBER(38,0) | Number of sub-traces |
| trace_address | VARCHAR(16777216) | Address path of the trace |
| error | VARCHAR(16777216) | Error message if any |
| status | NUMBER(38,0) | Status of the transaction |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp |
| block_number | NUMBER(38,0) | Block number |
| block_hash | VARCHAR(66) | Hash of the block |
| trace_id | VARCHAR(16777216) | Unique identifier for the trace |
| selector | VARCHAR(10) | Function selector |
| before_evm_transfers | VARIANT | JSON array of transfers before execution |
| after_evm_transfers | VARIANT | JSON array of transfers after execution |
| unique_id | VARCHAR(134217728) | Unique identifier for the transfer record |
| _ingested_at | TIMESTAMP_NTZ(9) | Timestamp when the upstream record was ingested |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when the record was created. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when the record was last updated. |