UNPKG

@thirdweb-dev/contracts-js

Version:
31 lines 1.82 kB
import { Signer, ContractFactory, Overrides } from "ethers"; import type { Provider, TransactionRequest } from "@ethersproject/providers"; import type { ERC2771ContextStorage, ERC2771ContextStorageInterface } from "../ERC2771ContextStorage"; type ERC2771ContextStorageConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>; export declare class ERC2771ContextStorage__factory extends ContractFactory { constructor(...args: ERC2771ContextStorageConstructorParams); deploy(overrides?: Overrides & { from?: string | Promise<string>; }): Promise<ERC2771ContextStorage>; getDeployTransaction(overrides?: Overrides & { from?: string | Promise<string>; }): TransactionRequest; attach(address: string): ERC2771ContextStorage; connect(signer: Signer): ERC2771ContextStorage__factory; static readonly bytecode = "0x60a6610038600b82828239805160001a607314602b57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c8063b41fd635146038575b600080fd5b605e7f82aadcdf5bea62fd30615b6c0754b644e71b6c1e8c55b71bb927ad005b504f0081565b60405190815260200160405180910390f3fea26469706673582212200ecbcda6621ec19b08d805f23c05a04d753ef11a1d04a40bd9d05e8bb87e7ab464736f6c63430008170033"; static readonly abi: { type: string; name: string; inputs: never[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]; static createInterface(): ERC2771ContextStorageInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC2771ContextStorage; } export {}; //# sourceMappingURL=ERC2771ContextStorage__factory.d.ts.map