All packages
antelope_bps

antelope_bps

Pinax
v0.3.0/14 downloads

Package ref

antelope-bps@v0.3.0

Run package

CLI

Run map_bps from the command line.

substreams run antelope-bps@v0.3.0 map_bps --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

README

Antelope Block Producer claim rewards (Block Pay & Vote Pay).

Modules

Execution graph

9 modules
Show 8 dependencies
map

common:filtered_actions

`filtered_actions` reads from all_actions and applies a filter on the actions Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()` Example: `code:eosio.token && action:transfer`

Inputs

map

common:filtered_actions_extra

`filtered_actions_extra` reads from all_actions and applies a filter on the actions Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()` Example: `code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)`

Inputs

map

common:filtered_transactions

`filtered_transactions` reads from all_transactions and applies a filter on the transactions Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()` Example: `code:eosio.token && action:transfer`

map

common:filtered_transactions_extra

`filtered_transactions_extra` reads from all_transactions and applies a filter on the transactions Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()` Example: `code:eosio.token && action:transfer && (data.to:myaccount || data.from:myaccount)`

blockIndex

common:index_actions

`index_actions` sets the following keys on the block: * Contract account code:{account} * Action action:{action} * Receiver receiver:{account}

Output

sf.substreams.index.v1.Keys

blockIndex

common:index_actions_extra

`index_actions_extra` sets the following keys on the block: * Contract account code:{account} * Action action:{action} * Receiver receiver:{account} * Authorized by auth:{account}[@{permission}] * Action params data.{param}:{value}

Output

sf.substreams.index.v1.Keys