pharos.csv
@0xagungprabowo.pharoscsv
@0xagungprabowo.pharoscsv
CREATE TABLE pharos (
"blocknumber" BIGINT,
"timestamp" BIGINT,
"hash" VARCHAR,
"blockhash" VARCHAR,
"transactionindex" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" BIGINT,
"transaction_fee" BIGINT,
"iserror" BIGINT,
"receiptstatus" BIGINT,
"contractaddress" VARCHAR,
"methodid" VARCHAR
);CREATE TABLE transactions (
"blocknumber" BIGINT,
"timestamp" BIGINT,
"hash" VARCHAR,
"blockhash" VARCHAR,
"transactionindex" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" DOUBLE,
"transaction_fee" BIGINT,
"iserror" BIGINT,
"receiptstatus" BIGINT,
"contractaddress" VARCHAR,
"methodid" VARCHAR
);CREATE TABLE via_atlantic_onchain_address (
"blocknumber" BIGINT,
"timestamp" BIGINT,
"hash" VARCHAR,
"blockhash" VARCHAR,
"transactionindex" BIGINT,
"from" VARCHAR,
"to" VARCHAR,
"value" BIGINT,
"transaction_fee" BIGINT,
"iserror" BIGINT,
"receiptstatus" BIGINT,
"contractaddress" VARCHAR,
"methodid" VARCHAR
);Anyone who has the link will be able to view this.