First things first!
Tell us where your smart contract is so we can index it.
This is the chain where your contract is deployed to.
Address of your smart contract, starts with 0x
Starting point
What is the starting point? From which block number should we start looking for your events?
This is usually the block on which your smart contract was created.
Kenshi uses this as the starting block to look for events emitted from your smart contract.
Event information
Kenshi needs to understand your smart contract's events before it can index them.
Human readable ABI of your contract. Exclude any events you don't want to index.
Billing
Each indexing task's frequency determines how fast events are retrieved from the blockchain. Storage defines how many events can be indexed.
You will have up to 5 seconds of delay for indexing new events