flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
OKX Faucet
box3338-iF5p0J
OKX Faucet
Updated 2025-02-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
WITH
transfers
AS
(
SELECT
to_address
,
SUM
(
value_precise
)
as
total_value
FROM
monad
.
testnet
.
fact_traces
WHERE
from_address
=
'0x2aa4cd120f463fe0288b0ca2b1749b7cc2f161b0'
GROUP
BY
to_address
)
SELECT
SUM
(
total_value
)
FROM
transfers
Results
Last run: 2 months ago
SUM(TOTAL_VALUE)
1
20516.2
1
1
11B
2s