-
Notifications
You must be signed in to change notification settings - Fork 2
Optionally index CELO transactions #18
Comments
Some technical details/considerations: Right now we're indexing events using
Good things about the current approach are:
One tool we'll need to use whatever direction we choose to follow is the function We definitely need to call
My feeling is that option 2 is simpler and more flexible so I suggest doing that. Note that contrary to ERC20 tokens, none of this approaches would allow us to accurately calculate an address's balance since we are not counting paid gas fees as transfers (fees paid with cUSD/cEUR emit an event so we're indexing them). We could change this if it helped but I don't think that's a use case we envision for the indexer. |
Start the indexer with an option to index CELO transactions.
For example, to execute a query like this:
The text was updated successfully, but these errors were encountered: