Contract Decoder
Quickly decode and index data emitted by any smart contract. The template scaffolds a listener that listens to function calls and events (pre-configured for the Uniswap V3 Factory) and surfaces the decoded results via an API.Step-by-step Guide
Complete walkthrough showing how to configure the contract-decoder template to decode any smart contract, using the Moonbirds NFT contract as an example.
sim-idx-example-contract-decoder
View the complete template source code and example implementation on GitHub.
Uniswap V3 In-Range LPs
Index Uniswap V3 liquidity provision events and query which positions are in-range at any block. The template exposes an/lp-snapshot
endpoint that returns all active LP positions for a given pool.