What's the best way to find out contract addresses from dapps when the project doesn't provide them? Especially for dapps that use multiple contracts. (interacting and checking history is not a valid solution)

Dec 9, 2021, 3:49 AM
Why is this not valid? You dont have to execute the transaction to see the address
Dec 9, 2021, 4:08 AM
You're right. But is there a way to find out without connecting a wallet?
Dec 9, 2021, 4:25 AM
Sure just dig through the chrome dev tools but why would you want to do that
Just connect a wallet call a function,
Dec 9, 2021, 4:27 AM
I'm wondering how metamask does it for example.
Dec 9, 2021, 4:27 AM
The frontend has the contract address and abi. This is hardcoded into the frontend usually
But it would be helpful to understand exactly what your trying to do
Maybe dm, this isn't what this group is for
Dec 9, 2021, 4:30 AM
This helped a lot already. Thank you
Dec 9, 2021, 4:30 AM
Ok well if you're trying to poke around with a protocol, (which I often do lol) then one tool I would highly recommend is tenderly.co

It's a simulation/monitoring/debugging solution. I can't speak highly enough about it .
If you need some specific help my DMs are open in any case
Dec 9, 2021, 4:37 AM
Cool. I will check it out. Thanks a lot!
Dec 9, 2021, 4:39 AM

© 2024 Draquery.com All rights reserved.