kidaFlipside AVAX Payments
    Updated 2023-04-30
    SELECT
    block_timestamp,
    tx_hash as tx_id,
    to_address,
    'USDC' as symbol,
    raw_amount / 1e6 as amount,
    amount as amount_usd,
    amount as current_amount_usd
    FROM avalanche.core.fact_token_transfers
    WHERE origin_from_address = '0xc2f41b3a1ff28fd2a6eee76ee12e51482fcfd11f'
    order by block_timestamp
    Run a query to Download Data