Skip to main content
Let’s create a stream that monitors all the ERC20 contract transfers where sender is a specific address and the number of coins transferred is over 1000.
This stream uses listen to all addresses feature that is available only on Business and Enterprise plans. There could be few ERC20 contracts that don’t follow the standards, and they may use a different ABI for transfers. You will use the ABI specific to ERC20 transfers, the one that doesn’t have indexed for third parameter.

Programmatically

Via WebUI

  1. Create a new Stream
  2. Fill out the form
  3. Switch on Event Emittance and Add the Abi and select the topic
  4. Select Listen to all addresses and Contract interactions (logs)
  5. Add below value to advanced options
  1. Click on create stream button.