kingneduannoyed-plum
    Updated 2025-01-23
    select * from sei.core.fact_transactions
    limit 100

    select *
    sum(raw_amount_precise/1e18) as volume_bridged
    from sei.core_evm.fact_token_transfers
    where origin_function_signature='0x84d61c97' and origin_to_address='0x5523985926aa12ba58dc5ad00ddca99678d7227e'
    and to_address='0x2b5f704ab7061fb4dbfc5876b024f4bdb2f5e8b6'
    limit 100

    select * from sei.core_evm.fact_token_transfers
    where origin_from_address = '0xa4cF2F53D1195aDDdE9e4D3aCa54f556895712f2'
    QueryRunArchived: QueryRun has been archived