Mrftireligious-silver
    Updated 2025-01-25
    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: 18 days agoAuto-refreshes every 12 hours
    Total Claimers
    Total token claimed
    Total unclaimed token
    1
    461979493774.39678945874903.603210548
    1
    43B
    8s