cxkodaDealFundsWithdrawn sum
    Updated 2025-03-11
    select
    sum(decoded_log:"amount")
    from
    base.core.ez_decoded_event_logs
    where
    TOPIC_0 = '0x7e63be7447cb592fc5a80b0ca7ceb813b777d8aa50ec5c00b89578b892b4b8e9' -- DealFundsWithdrawn
    and tx_succeeded = true

    Last run: about 1 month ago
    SUM(DECODED_LOG:"AMOUNT")
    1
    85984282000000
    1
    18B
    52s