--0x5283d291dbcf85356a21ba090e6db59121208b44 this is true
--0x5283d291dbcf85356a21ba090e6db59121208b44 token autority
select
sum(AMOUNT) as volume,FROM_ADDRESS
from ethereum.core.ez_token_transfers
where
CONTRACT_ADDRESS='0x5283d291dbcf85356a21ba090e6db59121208b44' and AMOUNT is not null
group by 2
order by 1 desc
limit 10