Custom log filters
By default, Ponder organizes event logs by contract address via the contracts
field in ponder.config.ts
.
However, Ponder also supports filtering logs by event signature and indexed event argument values. For example, you can use this feature to handle all ERC20 Transfer
events for an entire network, regardless of the contract that emitted them.
See the API of the filters
field in ponder.config.ts
for more details.