mucrypto2023-02-21 03:48 AM
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
⌄
select
from
ethereum.fact_token_balances
where
contract_address = lower('0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2')
limit
1;
select
*
from
ethereum.core.ez_balance_deltas
where
contract_address = lower('0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2')
limit
5;
Run a query to Download Data