# Functions
Fetch a full list of Validator Passes from a smart contract address.
Get the event signature of an event, eg.
Function for initialising the ethereum events you are interested in tracking, requires event, contract address and deploy block.
Create a new tracker object to track an evenblt.
Records validator pass redeem events including the redeemed validator address and the the block height at which it was redeemed.
Verbose function for printing the progress of the search.
REDUNDANT FUNCTION Not used, no purpose unless you need to implement re-redeem functionality for you validator pass.
Mapped search for cometBFT callback to account for re-redeems.
CometBFT callback without requiring tokenId, to determine validity of cometbft address in terms of existence of an on-chain redeem event.
No description provided by the author
# Structs
No description provided by the author
RPC Redeem events that we are interested in and what contract they are associated to.
The tracker will keep a list of validator pass redeem events.
No description provided by the author