kamilclAXL_WRs
Updated 2025-03-09
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
COUNT (DISTINCT TX_ID) AS axl_wrs
FROM axelar.core.fact_transfers
WHERE SENDER IN ('axelar133tvummn46t6e6dv4dkp4ssq3c64eg8lvcnf5x',
'axelar1xaf3t28em9wduaylypv8uc59a3za7hqclmdj8m',
'axelar18hel43ag58t848x8ztwuqtxttvm6fnljd9gn7n')
AND TX_SUCCEEDED = TRUE
AND DATE_TRUNC('day', BLOCK_TIMESTAMP) >= TIMEADD(hour, -96, CURRENT_TIMESTAMP)
AND DATE_TRUNC('day', BLOCK_TIMESTAMP) <= TIMEADD(hour, -12, CURRENT_TIMESTAMP)
QueryRunArchived: QueryRun has been archived