rahoWHOPG-KW_1
Updated 2023-05-26
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select
date(block_timestamp) as date,
from_address,
to_address,
raw_amount/pow(10,18) as amount,
tx_hash,
origin_from_address,
origin_to_address,
origin_function_signature,
block_number
from optimism.core.fact_token_transfers
where from_address = '0x82d2242257115351899894ef384f779b5ba8c695'
and contract_address = '0x4200000000000000000000000000000000000042'
order by date asc
Run a query to Download Data