theericstoneparameter_test
    Updated 2023-02-09
    SELECT count(*) FROM
    ethereum.core.ez_token_transfers ett
    where ett.block_timestamp > current_date - 2
    and ett.contract_address = lower('{{token}}')
    Run a query to Download Data