andrei pfp
andrei
@andreitr.eth
Dev friends, what’s the easiest way to get all wallets that interacted with a contact?
2 replies
0 recast
3 reactions

Tudor 🟣🟡 pfp
Tudor 🟣🟡
@tudorizer
one option is ‘txlistinternal’ on Etherscan API then filter based on ‘from’
1 reply
0 recast
1 reaction

Dan Hendrickson pfp
Dan Hendrickson
@brokenreality
The Etherscan API has a way to extract transactions from a contract, page by page, and you’ll need to parse the response and extract “to” and “from” fields.
0 reply
0 recast
0 reaction