UNPKG

@q-dev/q-js-sdk

Version:

Typescript Library to interact with Q System Contracts

61 lines (60 loc) 2.18 kB
import { Signer } from "ethers"; import type { Provider } from "@ethersproject/providers"; import type { ERC677TransferRecieverMock, ERC677TransferRecieverMockInterface } from "../ERC677TransferRecieverMock"; export declare class ERC677TransferRecieverMock__factory { static readonly abi: readonly [{ readonly anonymous: false; readonly inputs: readonly [{ readonly indexed: false; readonly internalType: "address"; readonly name: "_from"; readonly type: "address"; }, { readonly indexed: false; readonly internalType: "uint256"; readonly name: "_amount"; readonly type: "uint256"; }, { readonly indexed: false; readonly internalType: "bytes"; readonly name: "_data"; readonly type: "bytes"; }]; readonly name: "TokenFallback"; readonly type: "event"; }, { readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "_from"; readonly type: "address"; }, { readonly internalType: "uint256"; readonly name: "_amount"; readonly type: "uint256"; }, { readonly internalType: "bytes"; readonly name: "_data"; readonly type: "bytes"; }]; readonly name: "tokenFallback"; readonly outputs: readonly [{ readonly internalType: "bool"; readonly name: ""; readonly type: "bool"; }]; readonly stateMutability: "nonpayable"; readonly type: "function"; }, { readonly inputs: readonly []; readonly name: "getLastData"; readonly outputs: readonly [{ readonly internalType: "bytes"; readonly name: ""; readonly type: "bytes"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): ERC677TransferRecieverMockInterface; static connect(address: string, signerOrProvider: Signer | Provider): ERC677TransferRecieverMock; }