@soma-finance/core-contracts
Version:
SOMA Finance core contracts
38 lines • 1.33 kB
TypeScript
import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { TokenRecoveryUpgradeable, TokenRecoveryUpgradeableInterface } from "./TokenRecoveryUpgradeable";
export declare class TokenRecoveryUpgradeable__factory {
static readonly erc165InterfaceId = "0x1b9dfa95";
static readonly erc1820InterfaceId = "0x840b20a0a6dde7a53e32e471746694bbd95a7e006b6a9bda460accc58615c0b4";
static readonly abi: ({
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
outputs?: undefined;
stateMutability?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
static createInterface(): TokenRecoveryUpgradeableInterface;
static connect(address: string, signerOrProvider: Signer | Provider): TokenRecoveryUpgradeable;
}
//# sourceMappingURL=TokenRecoveryUpgradeable__factory.d.ts.map