VinuSwapPoolDeployer
Overview
How It Works
1. Factory calls deploy() with parameters
2. Deployer stores parameters in transient storage
3. Deployer creates pool using CREATE2 with salt
4. Pool constructor calls back to deployer.parameters()
5. Pool retrieves its configuration from deployerState Variables
Internal Parameter Storage
parameters
Functions
deploy
Name
Type
Description
Name
Type
Description
Address Computation
Salt Calculation
Off-Chain Address Computation
PoolInitHelper
Getting the Init Code Hash
Interface
Security Considerations
Related
Last updated