Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

henry pfp
henry
@henry
Does anyone know how to retrieve a history of transactions on a smart contract using wagmi/viem ? Think etherscan May be I'm being dumb here but...I can't find a way to do this
2 replies
1 recast
10 reactions

phil pfp
phil
@phil
you need to find a service that can store and serve blockchain history. the contract itself only stores state. dune / the graph probably your best best here.
1 reply
0 recast
4 reactions

henry pfp
henry
@henry
Hum, okay, thanks What about reading previous events? I can dissect some interesting data there but can't see any way to read function calls
5 replies
0 recast
0 reaction

Steve pfp
Steve
@stevedylandev.eth
Would highly recommend ponder.sh
2 replies
0 recast
2 reactions

henry pfp
henry
@henry
damn ponder is actually exactly what i was looking for! working on implementing now...
1 reply
0 recast
1 reaction

Steve pfp
Steve
@stevedylandev.eth
hell yeah!! 🔥
1 reply
0 recast
2 reactions

henry pfp
henry
@henry
ponder is pretty great, within the hour i learned the basics and am using the built-in sqlite db to store all events since a certain block / new events can't really see any caveats at this time either? no hidden pricing, no caps..anything i'm missing?
1 reply
0 recast
2 reactions

Steve pfp
Steve
@stevedylandev.eth
I think the only caveat (if you want to call it that) is you have to self host that data and pay for RPC providers if you start to exceed public RPC rate limits. That's really it, and for most projects you can totally make due with the basics
1 reply
0 recast
2 reactions