Portals.fi Token Transactions
Comprehensive Transaction Data: Deposits, Swaps, and Withdrawals
@portals.transactions
Comprehensive Transaction Data: Deposits, Swaps, and Withdrawals
@portals.transactions
CREATE TABLE deposits (
"transactionhash" VARCHAR,
"key" VARCHAR,
"symbol" VARCHAR,
"amount" DOUBLE,
"time" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT
);
CREATE TABLE swaps (
"inputamount" DOUBLE,
"inputtoken" VARCHAR,
"outputamount" DOUBLE,
"outputtoken" VARCHAR,
"transactionhash" VARCHAR,
"time" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT
);
CREATE TABLE withdraws (
"transactionhash" VARCHAR,
"key" VARCHAR,
"symbol" VARCHAR,
"amount" DOUBLE,
"time" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT
);
Anyone who has the link will be able to view this.