telperion$PEPE Bridge History
    Updated 2023-07-12
    SELECT
    date_trunc(hour,block_timestamp) as hour,
    tx_hash,
    source_chain,
    destination_chain,
    sender,
    receiver,
    amount
    FROM
    axelar.core.ez_satellite
    where
    token_address = '0x6982508145454ce325ddbe47a25d4ec3d2311933'
    order by
    block_timestamp desc
    Run a query to Download Data