elvisSTUB for Paraswap addresses
    Updated 2022-05-12
    /*Q3. What do people do with their PSP tokens? Once people acquire PSP tokens what do they do with them? Do they stake them? How long do they hold them for? Show the journey of PSP tokens.
    psp contract> '0xcafe001067cdef266afb7eb5a286dcfd277f3de5'
    token > '0x3a06df2ba0819d2f581c1329be57e0f1a1c8d15b'
    ? > '0xdd17f899d4fa66249bfdba45f0c70817052559ac'

    */

    SELECT *
    FROM ethereum_core.fact_token_transfers
    WHERE contract_address = '0xcafe001067cdef266afb7eb5a286dcfd277f3de5'
    order by block_timestamp
    Run a query to Download Data