nimasadjadiThe top 5 contracts based on the amount of transactions in the last 90 days
    Updated 2022-09-28

    SELECT
    TX_HASH AS tXaction,
    ACTION_ID
    FROM near.core.fact_actions_events
    WHERE action_name = 'DeployContract'
    and block_timestamp < '2022-05-02'

    Run a query to Download Data