Static
Readonly
abi
abi: readonly [{
inputs: readonly [{
internalType: "uint256";
name: "wad";
type: "uint256";
}];
name: "downgradeToETH";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [];
name: "upgradeByETH";
outputs: readonly [];
stateMutability: "payable";
type: "function";
}, {
inputs: readonly [{
internalType: "address";
name: "to";
type: "address";
}];
name: "upgradeByETHTo";
outputs: readonly [];
stateMutability: "payable";
type: "function";
}]