MKR sold per auction
Less MKR sold means more expensive MKR. Bidder always pay 50k Dai.
Less MKR sold means more expensive MKR. Bidder always pay 50k Dai.
Dune Analytics lets you explore, create, and share Ethereum analytics. You can find an endless amount of great queries and dashboards on Dune.
We have decoded Ethereum smart contract data so you can do powerful analysis with simple SQL queries and visualise the query results into beautiful graphs.
Dune Analytics is free for everyone forever. If you want extra features like private queries, export your results and more check out our Pro plan.
Less MKR sold means more expensive MKR. Bidder always pay 50k Dai.
1SELECT id AS "Auction ID", min(lot/1e18) AS "MKR Sold in auction"
2FROM makermcd."FLOP_call_dent"
3WHERE call_success
4GROUP BY 1;
5