Updated 2 days ago
    SELECT
    distinct a.to_address
    FROM
    ronin.core.fact_transactions as a,
    ronin.core.fact_traces as b,
    ronin.core.ez_token_transfers as c
    WHERE
    DATE(a.BLOCK_TIMESTAMP) = '2025-03-18'
    and DATE(b.BLOCK_TIMESTAMP) = '2025-03-18'
    /*a.block_timestamp >= CURRENT_DATE - interval '60 day' */
    and a.TX_HASH = b.TX_HASH
    and b.TX_HASH = c.TX_HASH

    and substring(b.input, 3, 8) != substring(a.INPUT_DATA, 3, 8)
    and substring(b.input, 3, 8) != '00000000'
    and substring(a.INPUT_DATA, 3, 8) != 'b7d5e564'
    and substring(a.INPUT_DATA, 3, 8) != '5e935362'
    and substring(a.INPUT_DATA, 3, 8) != '3bc33417'
    and substring(a.INPUT_DATA, 3, 8) != '9d55b53f'
    and substring(a.INPUT_DATA, 3, 8) != '6a761202'
    and substring(a.INPUT_DATA, 3, 8) != '7a9a1628'
    and substring(a.INPUT_DATA, 3, 8) != 'b88d4fde'
    and substring(a.INPUT_DATA, 3, 8) != '1cff79cd'
    and substring(a.INPUT_DATA, 3, 8) != '3f801f91'
    and substring(a.INPUT_DATA, 3, 8) != 'f242432a'
    and substring(a.INPUT_DATA, 3, 8) != '59a4c24e'
    and substring(a.INPUT_DATA, 3, 8) != '91aeeedc'
    and substring(a.INPUT_DATA, 3, 8) != '26aa4655'
    and substring(a.INPUT_DATA, 3, 8) != '59a4c24e'
    and substring(a.INPUT_DATA, 3, 8) != 'ab4ed83e'
    and substring(a.INPUT_DATA, 3, 8) != 'd1e30025'
    and substring(a.INPUT_DATA, 3, 8) != '5eaa9116'
    and a.INPUT_DATA like concat('%', substring(b.input, 3), '%')
    and a.INPUT_DATA like concat('%', substring(b.TO_ADDRESS, 3), '%')
    and a.TO_ADDRESS != b.TO_ADDRESS
    and b.from_address = a.to_address
    Last run: 2 days ago
    TO_ADDRESS
    1
    0xa3082d242e5aac2f48ccc2c57c32998d5dd3ddf8
    2
    0x88a4f8e1933c1ffd3fd1246fd3b030166baaa9c2
    3
    0xc76d0d0d3aa608190f78db02bf2f5aef374fc0b9
    4
    0x0af4c15abbfff8a540c4611468fe314fc12ff992
    5
    0x8b3a4bdff82ce665b3879ae8db9aa0ad83ea4622
    5
    236B
    11s