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