SMART CONTRACTS
← Contract catalogAccountFactory
Create wallet addresses from owner validation configuration.
Role and use
Predict addresses from owner configuration and salt, then deploy initialized SmartAccounts.
Integration considerationsThe basic deployment reference is AccountFactoryV2. V3 adds EntryPoint stake management; match the factory version to your environment.
Key contract operations
Key entry points for direct contract calls. Consult the linked implementation and matching ABI for parameters, types and access conditions.
| Operation | Purpose |
|---|---|
predictAddress | Predict a wallet address |
createAccount | Create and initialize a wallet |
Related contracts
Put it into practice
Payments & connected services
See the data model, processing sequence and SDK code for an application-level implementation.
Read the implementation patternSpecification and source
The Solidity source is pinned to the revision below. Match it with the SDK version and your network’s implementation address and ABI.
smart-account/contracts/AccountFactoryV2.solSource revision: b53a5b5