SELECT COUNT(distinct "from")/1e6 AS users
FROM @blt.ethereum.transactions
WHERE block_timestamp > NOW() - interval '1' month
SELECT COUNT(distinct "from")/1e6 AS users
FROM @blt.ethereum.transactions
WHERE block_timestamp > NOW() - interval '1' month
Anyone who has the link will be able to view this.