Skip to content

Commit 10a98d8

Browse files
Update basic_practice.md
1 parent 5882412 commit 10a98d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyst/basic_practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Learn to use all the search tools at your disposal: Google, Dune search, Twitter
2727
- bonus question: how many of these contracts are under the same namespace on Dune (i.e. uniswap, mirror, aave)?
2828
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).
2929
- 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`.
3131
- I have a list of utility queries out there somewhere with the answer to this one. Wonder if you can find them? 🙂
3232
- bonus question: given some namespace in `ethereum.contracts`, can you figure out what order users usually call functions in?
3333
- 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

Comments
 (0)