maymoth55Smallest BUSD Transaction
    Updated 2024-09-20
    SELECT *
    FROM polygon.core.ez_token_transfers
    WHERE symbol = 'BUSD'
    ORDER BY amount ASC
    LIMIT 1;

    QueryRunArchived: QueryRun has been archived