datavortextransactions
Updated 2024-09-18
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
SUM(amount_usd) AS total_volume,
COUNT(DISTINCT tx_hash) AS total_transactions,
COUNT(DISTINCT origin_from_address) AS unique_senders,
COUNT(DISTINCT origin_to_address) AS unique_receivers
FROM
optimism.core.ez_token_transfers
WHERE
contract_address = LOWER('0x296F55F8Fb28E498B858d0BcDA06D955B2Cb3f97');
QueryRunArchived: QueryRun has been archived