0x137d9174D3bd00F2153DcC0Fe7AF712d3876a71ETax events for Louie
Updated 2022-12-15
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
›
⌄
/* this works */
select *
FROM flow.core.ez_token_transfers
where sender = '0x72e2e778af6fb597'
and tx_succeeded = TRUE
order by block_timestamp DESC
/* this works */
select * from flow.core.ez_staking_actions
where delegator = '0x9c6e56bd36b0f7c1'
/* this works */
select top 10*
FROM flow.core.ez_token_transfers
where recipient = '0xdf868d4de6d2e0ab'
and tx_succeeded = TRUE
order by block_timestamp DESC
/* this works */
select * from flow.core.ez_swaps
where trader = '0x72e2e778af6fb597'
select top 10* from flow.core.ez_nft_sales
where buyer = '0xdf868d4de6d2e0ab'
flow.core.ez_token_transfers
Run a query to Download Data