NAME | SYMBOL | EARNING | |
---|---|---|---|
1 | Base Day One | $BASEDAYONE | 117.651009 |
freemartianBase Earnings #1
Updated 2024-01-30
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
name,
symbol,
sum(eth_value) as earning
from base.core.fact_traces t inner join base.core.dim_contracts l
on t.from_address = l.address
where to_address = '0x7777777f279eba3d3ad8f4e708545291a6fdba8b'
and tx_status = 'SUCCESS'
and from_address = '0x7d5861cfe1c74aaa0999b7e2651bf2ebd2a62d89'
group by 1,2
Last run: over 1 year agoAuto-refreshes every 3 hours
1
43B
89s