You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analyst/basic_practice.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Learn to use all the search tools at your disposal: Google, Dune search, Twitter
27
27
- bonus question: how many of these contracts are under the same namespace on Dune (i.e. uniswap, mirror, aave)?
28
28
3. find all the new DEX pairs created in the first month the [Uniswap V2 factory was deployed](https://docs.uniswap.org/protocol/V2/reference/smart-contracts/factory).
29
29
- Bonus question: find each pair’s DEX volume, grouped by month.
30
-
4. how can you figure out quickly which logs or functions to look at? Try and find the Uniswap V2 Pair contract for USDC/ETH. Run the analysis using`ethereum.logs` and `ethereum.transactions` tables only.
30
+
4. how can you figure out quickly which logs or functions to look at? Try and find the Uniswap V2 Pair contract for USDC/ETH. Run the analysis across`ethereum.logs`, `ethereum.transactions`, and `ethereum.traces`.
31
31
- I have a list of utility queries out there somewhere with the answer to this one. Wonder if you can find them? 🙂
32
32
- bonus question: given some namespace in `ethereum.contracts`, can you figure out what order users usually call functions in?
33
33
- bonus question: you'll notice that there are more LP transfer events than total minting + burning events. Why are LP tokens being transferred so often (hint: yield farming)?
0 commit comments