petertherockSei Error (Transfers)
Updated 2024-10-07
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
›
⌄
-- forked from Sei Error @ https://flipsidecrypto.xyz/studio/queries/9ea36d5b-2e0e-4c6f-80f3-6842fd2357b1
select *
-- count(*) as events,
-- count(distinct tx_hash) as trxs
from sei.core.fact_transfers
-- from sei.nft.ez_nft_sales
where block_timestamp >= '2024-09-01'
and block_timestamp < '2024-10-01'
and tx_id = '0x8eb47d1edb65f178f9e6eafa269df31988870674c92f38b44b3614b39c039a9e'
-- SELECT *
-- from sei.nft.fact_nft_sales
-- where tx_id = '0x8eb47d1edb65f178f9e6eafa269df31988870674c92f38b44b3614b39c039a9e'
-- and block_timestamp >= '2024-09-01'
-- and block_timestamp < '2024-10-01'
QueryRunArchived: QueryRun has been archived