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