/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils, } from "ethers"; import type { FunctionFragment, Result } from "@ethersproject/abi"; import type { Listener, Provider } from "@ethersproject/providers"; import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue, } from "../../../common"; export interface EchidnaFuzzHashingInterface extends utils.Interface { functions: { "echidna_hash_xdomain_msg_0()": FunctionFragment; "echidna_hash_xdomain_msg_1()": FunctionFragment; "echidna_hash_xdomain_msg_high_version()": FunctionFragment; "testHashCrossDomainMessageHighVersion(uint16,uint240,address,address,uint256,uint256,uint256,bytes)": FunctionFragment; "testHashCrossDomainMessageV0(uint240,address,address,uint256,uint256,uint256,bytes)": FunctionFragment; "testHashCrossDomainMessageV1(uint240,address,address,uint256,uint256,uint256,bytes)": FunctionFragment; }; getFunction( nameOrSignatureOrTopic: | "echidna_hash_xdomain_msg_0" | "echidna_hash_xdomain_msg_1" | "echidna_hash_xdomain_msg_high_version" | "testHashCrossDomainMessageHighVersion" | "testHashCrossDomainMessageV0" | "testHashCrossDomainMessageV1" ): FunctionFragment; encodeFunctionData( functionFragment: "echidna_hash_xdomain_msg_0", values?: undefined ): string; encodeFunctionData( functionFragment: "echidna_hash_xdomain_msg_1", values?: undefined ): string; encodeFunctionData( functionFragment: "echidna_hash_xdomain_msg_high_version", values?: undefined ): string; encodeFunctionData( functionFragment: "testHashCrossDomainMessageHighVersion", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; encodeFunctionData( functionFragment: "testHashCrossDomainMessageV0", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; encodeFunctionData( functionFragment: "testHashCrossDomainMessageV1", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; decodeFunctionResult( functionFragment: "echidna_hash_xdomain_msg_0", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "echidna_hash_xdomain_msg_1", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "echidna_hash_xdomain_msg_high_version", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "testHashCrossDomainMessageHighVersion", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "testHashCrossDomainMessageV0", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "testHashCrossDomainMessageV1", data: BytesLike ): Result; events: {}; } export interface EchidnaFuzzHashing extends BaseContract { connect(signerOrProvider: Signer | Provider | string): this; attach(addressOrName: string): this; deployed(): Promise; interface: EchidnaFuzzHashingInterface; queryFilter( event: TypedEventFilter, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined ): Promise>; listeners( eventFilter?: TypedEventFilter ): Array>; listeners(eventName?: string): Array; removeAllListeners( eventFilter: TypedEventFilter ): this; removeAllListeners(eventName?: string): this; off: OnEvent; on: OnEvent; once: OnEvent; removeListener: OnEvent; functions: { echidna_hash_xdomain_msg_0(overrides?: CallOverrides): Promise<[boolean]>; echidna_hash_xdomain_msg_1(overrides?: CallOverrides): Promise<[boolean]>; echidna_hash_xdomain_msg_high_version( overrides?: CallOverrides ): Promise<[boolean]>; testHashCrossDomainMessageHighVersion( _version: PromiseOrValue, _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV0( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV1( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; }; echidna_hash_xdomain_msg_0(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_1(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_high_version( overrides?: CallOverrides ): Promise; testHashCrossDomainMessageHighVersion( _version: PromiseOrValue, _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV0( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV1( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; callStatic: { echidna_hash_xdomain_msg_0(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_1(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_high_version( overrides?: CallOverrides ): Promise; testHashCrossDomainMessageHighVersion( _version: PromiseOrValue, _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: CallOverrides ): Promise; testHashCrossDomainMessageV0( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: CallOverrides ): Promise; testHashCrossDomainMessageV1( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: CallOverrides ): Promise; }; filters: {}; estimateGas: { echidna_hash_xdomain_msg_0(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_1(overrides?: CallOverrides): Promise; echidna_hash_xdomain_msg_high_version( overrides?: CallOverrides ): Promise; testHashCrossDomainMessageHighVersion( _version: PromiseOrValue, _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV0( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV1( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; }; populateTransaction: { echidna_hash_xdomain_msg_0( overrides?: CallOverrides ): Promise; echidna_hash_xdomain_msg_1( overrides?: CallOverrides ): Promise; echidna_hash_xdomain_msg_high_version( overrides?: CallOverrides ): Promise; testHashCrossDomainMessageHighVersion( _version: PromiseOrValue, _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV0( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; testHashCrossDomainMessageV1( _nonce: PromiseOrValue, _sender: PromiseOrValue, _target: PromiseOrValue, _mntValue: PromiseOrValue, _ethValue: PromiseOrValue, _gasLimit: PromiseOrValue, _data: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue } ): Promise; }; }