Output
contract.v1.EventsCallsInputs
Package ref
grt@v0.1.0Run package
CLI
Run map_events_calls from the command line.
substreams run grt@v0.1.0 map_events_calls -e mainnet --start-block -1substreams auth or directly on thegraph.market (see docs).README
This package was initialized via substreams init, using the evm-events-calls template.
substreams build
substreams auth
substreams gui # Get streaming!
Optionally, you can publish your Substreams to the Substreams Registry.
substreams registry login # Login to substreams.dev
substreams registry publish # Publish your Substreams to substreams.dev
All of these modules produce data filtered by these contracts:
map_events_callsThis module gets you events and calls
map_eventsThis module gets you only events that matched.
map_callsThis module gets you only calls that matched.
Modules
Output
contract.v1.EventsCallsInputs
Output
contract.v1.CallsOutput
contract.v1.EventsOutput
sf.substreams.ethereum.v1.Calls
Output
sf.substreams.ethereum.v1.Events
`index_calls` sets the following keys on the block: * Call contract call_to:0x0123456789abcdef0123456789abcdef01234567 (contract address in hex, prefixed by 0x) * Caller call_from:0x0123456789abcdef0123456789abcdef01234567 (caller address in hex, prefixed by 0x) * Call method call_method:0x01234567 (4 bytes of method signature in hex, prefixed by 0x)
Output
sf.substreams.index.v1.Keys
Inputs
`index_events` sets the following keys on the block: * Event signatures evt_sig:0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef (signature in hex, prefixed by 0x) * Event address evt_addr:0x0123456789abcdef0123456789abcdef01234567 (address in hex, prefixed by 0x)
Output
sf.substreams.index.v1.Keys
Inputs