Indexing Vault Factories & Vaults
Overview
/// @notice Emitted when a new tax token with an associated vault is successfully created
/// @param token The address of the newly deployed tax token
/// @param vault The address of the newly created vault that will receive tax revenue
/// @param vaultFactory The vault factory address that was used to create the vault
event FlapTaxVaultTokenCreated(
address indexed token,
address indexed vault,
address indexed vaultFactory
);Suggested indexing flow
Identify the vault type
Enrich via VaultPortal (generic summary)
Vault types
Last updated