HeminUntitled Query
Updated 2022-11-14Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
-- this query is copied from https://app.flipsidecrypto.com/dashboard/optimism-op-airdrop-W1zNfM
select
block_timestamp,
event_inputs:recipient as address,
event_inputs:amount as op_amount_claimed
from optimism.core.fact_event_logs
where origin_to_address = '0xfedfaf1a10335448b7fa0268f56d2b44dbd357de'
and contract_address = '0xfedfaf1a10335448b7fa0268f56d2b44dbd357de'
and event_name = 'Claimed'
and tx_status = 'SUCCESS'
and origin_function_signature = '0x2e7ba6ef'
Run a query to Download Data