Afonso_DiazList of All Nominations
    Updated 2023-08-24
    with

    t as (
    select
    distinct signer_id as user
    from near.core.fact_actions_events_function_call
    where receiver_id = 'nominations.ndc-gwg.near'
    and method_name = 'on_nominate_verified'
    )
    select * from t
    Run a query to Download Data