Static
Readonly
abi
abi: readonly [{
stateMutability: "payable";
type: "fallback";
}, {
inputs: readonly [{
internalType: "address";
name: "initialAddress";
type: "address";
}];
name: "initializeProxy";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
stateMutability: "payable";
type: "receive";
}]