Output
sf.substreams.tron.v1.Transactions
Inputs

Package ref
tron-foundational@v0.1.2Run package
CLI
Run filtered_transactions from the command line.
substreams run tron-foundational@v0.1.2 filtered_transactions -e tron --start-block -1substreams auth or directly on thegraph.market (see docs).README
The TRON Foundational Modules Substreams contains a set of modules that allow you to easily retrieve basic information from the TRON blockchain.
This module retrieves all the NOT failed transactions, without any more filtering.
This module uses the index_transactions cache to match the filtered transactions based on the parameters passed as input to the module.
You can directly use this module to retrieve filtered transactions:
modules:
- name: my_module
use: tron_common:filtered_transactions
params:
my_module: source_account:account1
This module creates a cache of transactions based on:
You can use this module as a blockFilter to filter transactions based on the parameters specified above. Here's an example to filter all the USDT (TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t) transfers from TMAP4Dnyh2og7bzW6HxZfuZqRSTHsVDKRT:
- name: my_module
...
blockFilter:
module: index_transactions
query:
string: (contract_type:TriggerSmartContract && contract_address:TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t && from:TMAP4Dnyh2og7bzW6HxZfuZqRSTHsVDKRT)
Modules
Output
sf.substreams.tron.v1.Transactions
Inputs
Output
sf.substreams.index.v1.Keys
Inputs
Output
sf.substreams.tron.v1.Transactions
Inputs