flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Percentage of Transactions that are Internal Transfers
maymoth55
Percentage of Transactions that are Internal Transfers
Updated 2024-09-20
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
(
COUNT
(
*
)
*
100.0
/
(
SELECT
COUNT
(
*
)
FROM
polygon
.
core
.
ez_token_transfers
WHERE
symbol
=
'BUSD'
)
)
AS
percentage_internal_transfers
FROM
polygon
.
core
.
ez_token_transfers
WHERE
symbol
=
'BUSD'
AND
from_address
=
to_address
;
Results
QueryRunArchived: QueryRun has been archived