select user_address, current_bal, beet.address_name
from ethereum.core.ez_current_balances yo
left join ethereum.core.dim_labels beet on beet.address = yo.user_address
where contract_address = '0x4d224452801aced8b2f0aebe155379bb5d594381'
order by current_bal desc