A collection of examples for learning how to wield the power of streamline
Contract Address
0xA90F607224A0236B08Ae02178AB57aef712f86D3
Target Event
event Withdraw(address indexed to, uint256 amount, string reason);
The total withdraw amounts for each EOA that has withdrawn from this contract.
Given a list of Withdraw Events, sum the amounts
for each to
address and return a final list of all addresses with their corresponding sums.
- Grab the ABI
streamline-cli add "https://api.etherscan.io/api?module=contract&action=getabi&address=0x2634aF3E799D3E17C6cf30bCF1275A7e3808F0df&format=raw" sanctum
- Build the
output.spkg
make build
- Run the substream?
sftoken
make run MODULE=<map_module_name>