@thirdweb-dev/contracts-js
Version:
31 lines • 1.95 kB
TypeScript
import { Signer, ContractFactory, Overrides } from "ethers";
import type { Provider, TransactionRequest } from "@ethersproject/providers";
import type { ERC2771ContextUpgradeableStorage, ERC2771ContextUpgradeableStorageInterface } from "../ERC2771ContextUpgradeableStorage";
type ERC2771ContextUpgradeableStorageConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
export declare class ERC2771ContextUpgradeableStorage__factory extends ContractFactory {
constructor(...args: ERC2771ContextUpgradeableStorageConstructorParams);
deploy(overrides?: Overrides & {
from?: string | Promise<string>;
}): Promise<ERC2771ContextUpgradeableStorage>;
getDeployTransaction(overrides?: Overrides & {
from?: string | Promise<string>;
}): TransactionRequest;
attach(address: string): ERC2771ContextUpgradeableStorage;
connect(signer: Signer): ERC2771ContextUpgradeableStorage__factory;
static readonly bytecode = "0x60a6610038600b82828239805160001a607314602b57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c8063d4c9c357146038575b600080fd5b605e7f08b81add78656d45cb1db131fc8babf6da94538f821f834e8160ef32928adeef81565b60405190815260200160405180910390f3fea26469706673582212209a926a4cda0acf88679c1ea74b9690f2610b5eb887c3998a7839772b76a50ce964736f6c63430008170033";
static readonly abi: {
type: string;
name: string;
inputs: never[];
outputs: {
name: string;
type: string;
internalType: string;
}[];
stateMutability: string;
}[];
static createInterface(): ERC2771ContextUpgradeableStorageInterface;
static connect(address: string, signerOrProvider: Signer | Provider): ERC2771ContextUpgradeableStorage;
}
export {};
//# sourceMappingURL=ERC2771ContextUpgradeableStorage__factory.d.ts.map