freemartianBolide BNB v2 Cummulative
    Updated 2024-01-30
    with BNB_table as (
    select
    tx_hash,
    block_timestamp,
    decoded_log:depositor as actor,
    decoded_log:amount / pow(10, 18) as amount,
    'Deposit' as action
    from
    bsc.core.ez_decoded_event_logs
    where
    event_name = 'Deposit'
    and contract_address = '0xac4a30d5343fd28afea2ea70b1dea93f35183b18'
    and origin_function_signature = '0x6e553f65'
    and decoded_log:token = '0x0000000000000000000000000000000000000000'
    and tx_status = 'SUCCESS'
    and block_timestamp > '2023-07-10'
    UNION
    select
    tx_hash,
    block_timestamp,
    decoded_log:depositor as actor,
    decoded_log:amount / pow(10, 18) as amount,
    'Withdraw' as action
    from
    bsc.core.ez_decoded_event_logs
    where
    event_name = 'Withdraw'
    and contract_address = '0xac4a30d5343fd28afea2ea70b1dea93f35183b18'
    and origin_function_signature = '0x00f714ce'
    and decoded_log:token = '0x0000000000000000000000000000000000000000'
    and tx_status = 'SUCCESS'
    and block_timestamp > '2023-07-10'
    ),
    data AS (
    select
    block_timestamp :: date AS day,
    Last run: about 1 year agoAuto-refreshes every 3 hours
    TIME
    DEPOSIT_AMOUNT
    DEPOSIT_CUM
    WITHDRAW_AMOUNT
    WITHDRAW_CUM
    CUMULATIVE_TVL
    1
    2023-07-11 00:00:00.0000.1030.1030.0010.0010.102
    2
    2023-07-12 00:00:00.00021.22410084521.32710084519.18410084519.1851008452.142
    3
    2023-07-14 00:00:00.00014.0235.3471008450.0219.20510084516.142
    4
    2023-07-15 00:00:00.0001.636.947100845019.20510084517.742
    5
    2023-07-17 00:00:00.00080116.947100845019.20510084597.742
    6
    2023-07-18 00:00:00.00028.09409145.041190845019.205100845125.83609
    7
    2023-07-20 00:00:00.0000.7662145.807390845019.205100845126.60229
    8
    2023-07-21 00:00:00.0002.958148.7653908452039.205100845109.56029
    9
    2023-07-22 00:00:00.0000148.76539084580119.20510084529.56029
    10
    2023-07-23 00:00:00.0000148.7653908450.8120.00510084528.76029
    11
    2023-07-24 00:00:00.0000.5149.2653908450.14529120.15039084529.115
    12
    2023-07-25 00:00:00.0000.06149.32539084518138.15039084511.175
    13
    2023-07-26 00:00:00.0000.271149.5963908450138.15039084511.446
    14
    2023-07-27 00:00:00.0008.0001157.5964908450138.15039084519.4461
    15
    2023-07-29 00:00:00.0000.00051157.5970008450138.15039084519.44661
    16
    2023-08-06 00:00:00.0000157.5970008450.7138.85039084518.74661
    17
    2023-08-08 00:00:00.0000.04522157.6422208450138.85039084518.79183
    18
    2023-08-09 00:00:00.00016.5174.1422208458.8147.65039084526.49183
    19
    2023-08-11 00:00:00.0000174.1422208450.06147.71039084526.43183
    20
    2023-08-16 00:00:00.00050224.1422208454.35457152.06496084572.07726
    71
    5KB
    16s