Skip to main content

Module create2

Module create2 

Source
Expand description

CREATE2 address computation for Safe proxy deployment

This module provides utilities for computing deterministic Safe proxy addresses using CREATE2. The Safe proxy factory deploys proxies at deterministic addresses based on the singleton address, initializer data, and salt nonce.

Functionsยง

compute_create2_address
Computes the CREATE2 address for a Safe proxy
encode_setup_call
Encodes the Safe.setup() call for proxy initialization