flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
bb-a-USD AAVE Allocation
jkhuhnke11
bb-a-USD AAVE Allocation
Updated 2023-04-13
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
WITH
base
as
(
SELECT
symbol_in
,
sum
(
amount_in
)
as
amt
FROM
ETHEREUM
.
CORE
.
EZ_DEX_SWAPS
WHERE
platform
=
'balancer'
AND
pool_name
=
'bb-a-USDC'
GROUP
BY
symbol_in
)
SELECT
*
FROM
base
WHERE
amt
is
not
null
Results
Run a query to Download Data