oooooblah2024-01-30 07:52 PM
    Updated 2024-02-01
    select
    sum(price)
    from
    ethereum.nft.ez_nft_sales
    where
    seller_address = lower('0x585a6b5E1fA425eAEd742adb23607C6b8342949F')
    and (
    nft_address = lower('0x76be3b62873462d2142405439777e971754e8e77')
    or nft_address = lower('0x9d764bcf1affd83554b7626f22eab2ffc60590c7')
    )
    and date(block_timestamp) > '2024-01-01'
    Last run: about 1 year ago
    SUM(PRICE)
    1
    0.1404
    1
    10B
    1s