select *
from flipside_prod_db.ethereum.erc20_balances
where contract_address = '0xae7ab96520de3a18e5e111b5eaab095312d7fe84'
and balance_date = current_date
and user_address in (
'0x073adf97f6de257d76e67f7c2fe57ac9843cca25',
'0x82f9ea8d814a6eb335cfe17500cdcbb69c7ebbfe',
'0x3dba737ccc50a32a1764b493285dd51c8af6c278'
)