scottincryptoYearn Mints
Updated 2021-11-20Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
*
, event_inputs:from::string as "from"
, event_inputs:to::string as "to"
, event_inputs:value::numeric / 1e18 as amount
from ethereum.events_emitted
where contract_address = '0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e'
and event_name = 'Transfer'
and (event_inputs:from::string = '0x0000000000000000000000000000000000000000'
or event_inputs:to::string = '0x0000000000000000000000000000000000000000')
--limit 100
Run a query to Download Data