flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
[04] ORDER BY
metricsdao
[04] ORDER BY
Updated 2023-01-23
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
block_timestamp
,
tx_hash
,
from_address
,
tx_fee
FROM
ethereum
.
core
.
fact_transactions
WHERE
from_address
=
lower
(
'0x05E793cE0C6027323Ac150F6d45C2344d28B6019'
)
-- a16z
ORDER
BY
block_timestamp
-- LIMIT 100
;
Results
Run a query to Download Data