freemartianUntitled Query
Updated 2022-07-16
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select
event_inputs:to as buyer,
contract_address as NFT,
event_inputs:tokenId as tokenID,
event_inputs:from as seller,
tx_hash
from polygon.core.fact_event_logs
where event_inputs:tokenId is not null
and origin_to_address = '0xf715beb51ec8f63317d66f491e37e7bb048fcc2d'
and event_inputs:from != '0x0000000000000000000000000000000000000000'
and event_inputs:to != '0x0000000000000000000000000000000000000000'
and event_name = 'Transfer'
and block_timestamp > '2022-06-06'
Run a query to Download Data