flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
creator's fee per month
alfredfx10
creator's fee per month
Updated 2024-05-04
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
SUM
(
CREATOR_FEE_USD
)
Sum_of_creators_fees
,
DATE_TRUNC
(
'month'
,
BLOCK_TIMESTAMP
)
AS
Month
FROM
ethereum
.
nft
.
ez_nft_sales
WHERE
DATE
(
BLOCK_TIMESTAMP
)
>=
'2024-01-01'
AND
DATE
(
BLOCK_TIMESTAMP
)
<=
'2024-04-30'
GROUP
BY
2
ORDER
BY
2
ASC
Results
QueryRunArchived: QueryRun has been archived