Total Claimers | Total token claimed | Total unclaimed token | |
---|---|---|---|
1 | 46765 | 9561777.09793904 | 806900.902060961 |
Mrftireligious-silver
Updated 4 days ago
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
count(DISTINCT to_address) as "Total Claimers",
sum(amount) as "Total token claimed",
10368678 - "Total token claimed" as "Total unclaimed token"
from
optimism.core.ez_token_transfers
where
from_address = lower ('0x9a69d97a451643a0bb4462476942d2bc844431ce')
and contract_address = lower ('0x4200000000000000000000000000000000000042')
Last run: 4 days agoAuto-refreshes every 12 hours
1
43B
9s