Ethereum Decoded
Decoded data for ethereum
@blt.ethereum_decoded
Decoded data for ethereum
@blt.ethereum_decoded
CREATE TABLE decoded_events (
"block_number" BIGINT,
"tx_index" BIGINT,
"log_index" BIGINT,
"tx_hash" VARCHAR,
"emitter_address" VARCHAR,
"contract_name" VARCHAR,
"event_name" VARCHAR,
"decoded_ok" BOOLEAN,
"args" VARCHAR,
"block_timestamp" TIMESTAMP,
"ingested_at" TIMESTAMP
);
Anyone who has the link will be able to view this.