Skip to content
Dune
Search
Data
Discover
Favorites
Monitor
Activity
Schedules
Alerts
Connect
Dune APIs
MCP & CLI
API keys
Connectors
Library
Data uploads
Queries
Materialized views
Dashboards
Contracts
Folders
Docs
Upgrade plan
Dune
Discover
Data
Dashboards
Queries
Blockchains
Trending | Dune
BSC USDT staking v4
@satoshiiiiii1
7 days ago
0
BSC staking USDT v3
@satoshiiiiii1
7 days ago
0
BSC staking USDT inflow v2
@satoshiiiiii1
7 days ago
0
USDT Staking Users
@skiba
2 years ago
0
Stake - USDC & USDT - Deposit Volumes - LTM
@marzipan
2 years ago
0
Stake - USDC & USDT deposit vols - Monthly - LTM
@marzipan
2 years ago
0
STAKE - USDC & USDT - Unique depositors
@marzipan
2 years ago
0
On 4 Contract - Bot Patetrn Identification 1:1
@barabba
2 months ago
0
USDC On HyperLiquid
@dipin130k
4 months ago
0
WalletUSDSTAKE
@singularity_73
1 year ago
0
按钱包汇总 Staking 发出的全部 CPP 收益,并换算成 USDT
@victorcai
4 months ago
0
JLP Balances by Token
@kl123123
20 days ago
1
Tulpea Vault - TVL Over Time
@tulpea
3 months ago
0
Stake DAO - USDT+/USD+ Pancakeswap Arbitrum Strategy TVL
@mevpanda
2 years ago
0
Dex Pools Weekly Stats
@ton_foundation
11 months ago
#ton dex pool volumes
0
Ethena Protocol Fee Tracking
@boudous
12 hours ago
0
WITH staked AS ( SELECT DATE_TRUNC('day', evt_block_time) AS period, SUM(TRY_CAST(value AS DOUBLE)) / 1e6 AS staked_amount FROM erc20_arbitrum.evt_Transfer WHERE contract_address IN ( 0xaf88d065e77c8cc2239327c5edb3a432268e5831 -- USDC -- 0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9, -- USDT -- 0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8 -- USDC.e ) AND "to" = 0x2df1c51e09aecf9cacb7bc98cb1742757f163df7 GROUP BY 1 ), redeemed AS ( SELECT DATE_TRUNC('day', evt_block_time) AS period, -- contract_address, SUM(TRY_CAST(value AS DOUBLE)) / 1e6 AS redeemed_amount FROM erc20_arbitrum.evt_Transfer WHERE contract_address IN ( 0xaf88d065e77c8cc2239327c5edb3a432268e5831 -- USDC -- 0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9, -- USDT -- 0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8 -- USDC.e ) AND "from" = 0x2df1c51e09aecf9cacb7bc98cb1742757f163df7 GROUP BY 1 ), combined AS ( SELECT s.period, (s.staked_amount - COALESCE(r.redeemed_amount, TRY_CAST(0 AS DOUBLE))) AS amount FROM staked s LEFT JOIN redeemed r ON s.period = r.period ) SELECT period, amount, SUM(amount) OVER (ORDER BY period) / 1e9 AS cumulative_amount_b, SUM(amount) OVER (ORDER BY period) AS cumulative_amount, usdc_arb.total_amount as usdc_on_arb, usdc_arb.total_amount - SUM(amount) OVER (ORDER BY period) as usdc_non_hype, SUM(amount) OVER (ORDER BY period) / usdc_arb.total_amount * 100 as percentage FROM combined left join query_4430461 usdc_arb using(period) order by 1 desc
@mahdi0077
9 months ago
1
ola到期资金量
@juyyang
7 months ago
0
UltraSolid Pool Names and initial liquidity
@aerin000
7 months ago
0
Tulpea Vault - User Stakes
@tulpea
3 months ago
0