discodolphinClaiming from Wormhole on BSC
    Updated 2023-01-05
    with binance_claim_UST_from_Wormhole as (
    select 'Binance' as network,
    'Jan-13-2022 12:33:10 PM +UTC' as TIMESTAMP,
    'claiming tokens' as ACTION,
    10 as UST_amt,
    0.001193925 as BNB_gas_fee,
    '0x2c5f1f42098278d01d9966edce3f1025e55a10b5e0b2722dd41de00874d12c05' as tx_id
    )
    select * from binance_claim_UST_from_Wormhole
    Run a query to Download Data