Note: There could be a few ERC20 contracts that don't follow the standards, and they may use a different ABI for transfers.
Note: You will use the ABI specific to ERC20 transfers, the one that doesn't have indexed for third parameter.
Via Web UI
Create a new Stream
Add the token contract address to the Stream (in this example USDT)
Enable
Contract interactions
only
Input the event ABI and select the
Transfer
topic
Select the
Transfer
topic and add a filter with either thefrom
orto
variable with the wallet address you would like to monitor (Address needs to be in lowercase):
To = USDT tokens received by the wallet address
From = USDT tokens sent from that address
Confirm by clicking Update Stream
You should now start receiving events with transfers that match your filter