Skip to main content

SparkStrategyFactory

Git Source

Inherits: BaseERC4626StrategyFactory

Title: SparkStrategyFactory

Author: Golem Foundation

Factory for deploying Spark yield donating strategies with airdrop sweep functionality

Uses CREATE2 for deterministic deployments; records deployments via BaseStrategyFactory SPARK INTEGRATION: This factory deploys strategies specifically designed for Spark Protocol ERC4626 vaults. These strategies include additional functionality to sweep airdropped tokens (like airdropped tokens) to the donation address

Note: security-contact: [email protected]

Functions

_getCreationCode

Returns the creation code for the strategy contract

function _getCreationCode() internal pure override returns (bytes memory);

Returns

NameTypeDescription
<none>bytesThe bytecode of the strategy contract (without constructor args)