Ethereum Decoded Calls
Decoded calls for ethereum
@blt.ethereum_decoded_calls
Decoded calls for ethereum
@blt.ethereum_decoded_calls
Decoded EVM calls for ethereum.
CREATE TABLE decoded_calls (
"tx_hash" VARCHAR,
"trace_address" VARCHAR,
"block_number" BIGINT,
"tx_index" BIGINT,
"contract_name" VARCHAR,
"function_name" VARCHAR,
"args" VARCHAR,
"return_values" VARCHAR,
"block_timestamp" TIMESTAMP,
"ingested_at" TIMESTAMP
);
Anyone who has the link will be able to view this.