/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener, } from "ethers"; import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod, } from "../../../common.js"; export interface DataFeedInterface extends Interface { getFunction( nameOrSignature: | "DEFAULT_ADMIN_ROLE" | "DEFAULT_SUBOWNER_ROLE" | "addSubowner" | "asset" | "decimals" | "deploymentTimestamp" | "description" | "getAnswer" | "getRoleAdmin" | "getRoleMember" | "getRoleMemberCount" | "getRoleMembers" | "getRoundData" | "getTimestamp" | "getTimestampAnswer" | "grantRole" | "hasRole" | "initializeFeed" | "isSubowner" | "latestAnswer" | "latestRound" | "latestRoundData" | "latestTimestamp" | "owner" | "removeSubowner" | "renounceOwnership" | "renounceRole" | "revokeRole" | "setAsset" | "setDescription" | "setVersion" | "subowners" | "supportsInterface" | "transferOwnership" | "updateAnswer" | "version", ): FunctionFragment; getEvent( nameOrSignatureOrTopic: | "AnswerUpdated" | "Initialized" | "NewAsset" | "NewDescription" | "NewRound" | "OwnershipTransferred" | "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" | "SubownerAdded" | "SubownerRemoved", ): EventFragment; encodeFunctionData( functionFragment: "DEFAULT_ADMIN_ROLE", values?: undefined, ): string; encodeFunctionData( functionFragment: "DEFAULT_SUBOWNER_ROLE", values?: undefined, ): string; encodeFunctionData( functionFragment: "addSubowner", values: [AddressLike], ): string; encodeFunctionData(functionFragment: "asset", values?: undefined): string; encodeFunctionData(functionFragment: "decimals", values?: undefined): string; encodeFunctionData( functionFragment: "deploymentTimestamp", values?: undefined, ): string; encodeFunctionData( functionFragment: "description", values?: undefined, ): string; encodeFunctionData( functionFragment: "getAnswer", values: [BigNumberish], ): string; encodeFunctionData( functionFragment: "getRoleAdmin", values: [BytesLike], ): string; encodeFunctionData( functionFragment: "getRoleMember", values: [BytesLike, BigNumberish], ): string; encodeFunctionData( functionFragment: "getRoleMemberCount", values: [BytesLike], ): string; encodeFunctionData( functionFragment: "getRoleMembers", values: [BytesLike], ): string; encodeFunctionData( functionFragment: "getRoundData", values: [BigNumberish], ): string; encodeFunctionData( functionFragment: "getTimestamp", values: [BigNumberish], ): string; encodeFunctionData( functionFragment: "getTimestampAnswer", values: [BigNumberish], ): string; encodeFunctionData( functionFragment: "grantRole", values: [BytesLike, AddressLike], ): string; encodeFunctionData( functionFragment: "hasRole", values: [BytesLike, AddressLike], ): string; encodeFunctionData( functionFragment: "initializeFeed", values: [AddressLike, AddressLike, string, BigNumberish], ): string; encodeFunctionData( functionFragment: "isSubowner", values: [AddressLike], ): string; encodeFunctionData( functionFragment: "latestAnswer", values?: undefined, ): string; encodeFunctionData( functionFragment: "latestRound", values?: undefined, ): string; encodeFunctionData( functionFragment: "latestRoundData", values?: undefined, ): string; encodeFunctionData( functionFragment: "latestTimestamp", values?: undefined, ): string; encodeFunctionData(functionFragment: "owner", values?: undefined): string; encodeFunctionData( functionFragment: "removeSubowner", values: [AddressLike], ): string; encodeFunctionData( functionFragment: "renounceOwnership", values?: undefined, ): string; encodeFunctionData( functionFragment: "renounceRole", values: [BytesLike, AddressLike], ): string; encodeFunctionData( functionFragment: "revokeRole", values: [BytesLike, AddressLike], ): string; encodeFunctionData( functionFragment: "setAsset", values: [AddressLike], ): string; encodeFunctionData( functionFragment: "setDescription", values: [string], ): string; encodeFunctionData( functionFragment: "setVersion", values: [BigNumberish], ): string; encodeFunctionData(functionFragment: "subowners", values?: undefined): string; encodeFunctionData( functionFragment: "supportsInterface", values: [BytesLike], ): string; encodeFunctionData( functionFragment: "transferOwnership", values: [AddressLike], ): string; encodeFunctionData( functionFragment: "updateAnswer", values: [BigNumberish], ): string; encodeFunctionData(functionFragment: "version", values?: undefined): string; decodeFunctionResult( functionFragment: "DEFAULT_ADMIN_ROLE", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "DEFAULT_SUBOWNER_ROLE", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "addSubowner", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "asset", data: BytesLike): Result; decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result; decodeFunctionResult( functionFragment: "deploymentTimestamp", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "description", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "getAnswer", data: BytesLike): Result; decodeFunctionResult( functionFragment: "getRoleAdmin", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getRoleMember", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getRoleMemberCount", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getRoleMembers", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getRoundData", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getTimestamp", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "getTimestampAnswer", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result; decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result; decodeFunctionResult( functionFragment: "initializeFeed", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "isSubowner", data: BytesLike): Result; decodeFunctionResult( functionFragment: "latestAnswer", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "latestRound", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "latestRoundData", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "latestTimestamp", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result; decodeFunctionResult( functionFragment: "removeSubowner", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "renounceOwnership", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "renounceRole", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result; decodeFunctionResult(functionFragment: "setAsset", data: BytesLike): Result; decodeFunctionResult( functionFragment: "setDescription", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "setVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "subowners", data: BytesLike): Result; decodeFunctionResult( functionFragment: "supportsInterface", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "transferOwnership", data: BytesLike, ): Result; decodeFunctionResult( functionFragment: "updateAnswer", data: BytesLike, ): Result; decodeFunctionResult(functionFragment: "version", data: BytesLike): Result; } export namespace AnswerUpdatedEvent { export type InputTuple = [ current: BigNumberish, roundId: BigNumberish, updatedAt: BigNumberish, ]; export type OutputTuple = [ current: bigint, roundId: bigint, updatedAt: bigint, ]; export interface OutputObject { current: bigint; roundId: bigint; updatedAt: bigint; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace InitializedEvent { export type InputTuple = [version: BigNumberish]; export type OutputTuple = [version: bigint]; export interface OutputObject { version: bigint; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace NewAssetEvent { export type InputTuple = [asset: AddressLike]; export type OutputTuple = [asset: string]; export interface OutputObject { asset: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace NewDescriptionEvent { export type InputTuple = [description: string]; export type OutputTuple = [description: string]; export interface OutputObject { description: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace NewRoundEvent { export type InputTuple = [ roundId: BigNumberish, startedBy: AddressLike, startedAt: BigNumberish, ]; export type OutputTuple = [ roundId: bigint, startedBy: string, startedAt: bigint, ]; export interface OutputObject { roundId: bigint; startedBy: string; startedAt: bigint; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace OwnershipTransferredEvent { export type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike]; export type OutputTuple = [previousOwner: string, newOwner: string]; export interface OutputObject { previousOwner: string; newOwner: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace RoleAdminChangedEvent { export type InputTuple = [ role: BytesLike, previousAdminRole: BytesLike, newAdminRole: BytesLike, ]; export type OutputTuple = [ role: string, previousAdminRole: string, newAdminRole: string, ]; export interface OutputObject { role: string; previousAdminRole: string; newAdminRole: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace RoleGrantedEvent { export type InputTuple = [ role: BytesLike, account: AddressLike, sender: AddressLike, ]; export type OutputTuple = [role: string, account: string, sender: string]; export interface OutputObject { role: string; account: string; sender: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace RoleRevokedEvent { export type InputTuple = [ role: BytesLike, account: AddressLike, sender: AddressLike, ]; export type OutputTuple = [role: string, account: string, sender: string]; export interface OutputObject { role: string; account: string; sender: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace SubownerAddedEvent { export type InputTuple = [newSubowner: AddressLike]; export type OutputTuple = [newSubowner: string]; export interface OutputObject { newSubowner: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export namespace SubownerRemovedEvent { export type InputTuple = [oldSubowner: AddressLike]; export type OutputTuple = [oldSubowner: string]; export interface OutputObject { oldSubowner: string; } export type Event = TypedContractEvent; export type Filter = TypedDeferredTopicFilter; export type Log = TypedEventLog; export type LogDescription = TypedLogDescription; } export interface DataFeed extends BaseContract { connect(runner?: ContractRunner | null): DataFeed; waitForDeployment(): Promise; interface: DataFeedInterface; queryFilter( event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined, ): Promise>>; queryFilter( filter: TypedDeferredTopicFilter, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined, ): Promise>>; on( event: TCEvent, listener: TypedListener, ): Promise; on( filter: TypedDeferredTopicFilter, listener: TypedListener, ): Promise; once( event: TCEvent, listener: TypedListener, ): Promise; once( filter: TypedDeferredTopicFilter, listener: TypedListener, ): Promise; listeners( event: TCEvent, ): Promise>>; listeners(eventName?: string): Promise>; removeAllListeners( event?: TCEvent, ): Promise; DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">; DEFAULT_SUBOWNER_ROLE: TypedContractMethod<[], [string], "view">; addSubowner: TypedContractMethod< [newSubowner: AddressLike], [void], "nonpayable" >; asset: TypedContractMethod<[], [string], "view">; decimals: TypedContractMethod<[], [bigint], "view">; deploymentTimestamp: TypedContractMethod<[], [bigint], "view">; description: TypedContractMethod<[], [string], "view">; getAnswer: TypedContractMethod<[arg0: BigNumberish], [bigint], "view">; getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">; getRoleMember: TypedContractMethod< [role: BytesLike, index: BigNumberish], [string], "view" >; getRoleMemberCount: TypedContractMethod<[role: BytesLike], [bigint], "view">; getRoleMembers: TypedContractMethod<[role: BytesLike], [string[]], "view">; getRoundData: TypedContractMethod< [_roundId: BigNumberish], [ [bigint, bigint, bigint, bigint, bigint] & { roundId: bigint; answer: bigint; startedAt: bigint; updatedAt: bigint; answeredInRound: bigint; }, ], "view" >; getTimestamp: TypedContractMethod<[arg0: BigNumberish], [bigint], "view">; getTimestampAnswer: TypedContractMethod< [arg0: BigNumberish], [bigint], "view" >; grantRole: TypedContractMethod< [role: BytesLike, account: AddressLike], [void], "nonpayable" >; hasRole: TypedContractMethod< [role: BytesLike, account: AddressLike], [boolean], "view" >; initializeFeed: TypedContractMethod< [ _initOwner: AddressLike, _asset: AddressLike, _description: string, _initAnswer: BigNumberish, ], [void], "nonpayable" >; isSubowner: TypedContractMethod<[account: AddressLike], [boolean], "view">; latestAnswer: TypedContractMethod<[], [bigint], "view">; latestRound: TypedContractMethod<[], [bigint], "view">; latestRoundData: TypedContractMethod< [], [[bigint, bigint, bigint, bigint, bigint]], "view" >; latestTimestamp: TypedContractMethod<[], [bigint], "view">; owner: TypedContractMethod<[], [string], "view">; removeSubowner: TypedContractMethod< [oldSubowner: AddressLike], [void], "nonpayable" >; renounceOwnership: TypedContractMethod<[], [void], "nonpayable">; renounceRole: TypedContractMethod< [role: BytesLike, callerConfirmation: AddressLike], [void], "nonpayable" >; revokeRole: TypedContractMethod< [role: BytesLike, account: AddressLike], [void], "nonpayable" >; setAsset: TypedContractMethod<[_asset: AddressLike], [void], "nonpayable">; setDescription: TypedContractMethod< [_description: string], [void], "nonpayable" >; setVersion: TypedContractMethod< [_version: BigNumberish], [void], "nonpayable" >; subowners: TypedContractMethod<[], [string[]], "view">; supportsInterface: TypedContractMethod< [interfaceId: BytesLike], [boolean], "view" >; transferOwnership: TypedContractMethod< [newOwner: AddressLike], [void], "nonpayable" >; updateAnswer: TypedContractMethod< [newAnswer: BigNumberish], [void], "nonpayable" >; version: TypedContractMethod<[], [bigint], "view">; getFunction( key: string | FunctionFragment, ): T; getFunction( nameOrSignature: "DEFAULT_ADMIN_ROLE", ): TypedContractMethod<[], [string], "view">; getFunction( nameOrSignature: "DEFAULT_SUBOWNER_ROLE", ): TypedContractMethod<[], [string], "view">; getFunction( nameOrSignature: "addSubowner", ): TypedContractMethod<[newSubowner: AddressLike], [void], "nonpayable">; getFunction( nameOrSignature: "asset", ): TypedContractMethod<[], [string], "view">; getFunction( nameOrSignature: "decimals", ): TypedContractMethod<[], [bigint], "view">; getFunction( nameOrSignature: "deploymentTimestamp", ): TypedContractMethod<[], [bigint], "view">; getFunction( nameOrSignature: "description", ): TypedContractMethod<[], [string], "view">; getFunction( nameOrSignature: "getAnswer", ): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">; getFunction( nameOrSignature: "getRoleAdmin", ): TypedContractMethod<[role: BytesLike], [string], "view">; getFunction( nameOrSignature: "getRoleMember", ): TypedContractMethod< [role: BytesLike, index: BigNumberish], [string], "view" >; getFunction( nameOrSignature: "getRoleMemberCount", ): TypedContractMethod<[role: BytesLike], [bigint], "view">; getFunction( nameOrSignature: "getRoleMembers", ): TypedContractMethod<[role: BytesLike], [string[]], "view">; getFunction( nameOrSignature: "getRoundData", ): TypedContractMethod< [_roundId: BigNumberish], [ [bigint, bigint, bigint, bigint, bigint] & { roundId: bigint; answer: bigint; startedAt: bigint; updatedAt: bigint; answeredInRound: bigint; }, ], "view" >; getFunction( nameOrSignature: "getTimestamp", ): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">; getFunction( nameOrSignature: "getTimestampAnswer", ): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">; getFunction( nameOrSignature: "grantRole", ): TypedContractMethod< [role: BytesLike, account: AddressLike], [void], "nonpayable" >; getFunction( nameOrSignature: "hasRole", ): TypedContractMethod< [role: BytesLike, account: AddressLike], [boolean], "view" >; getFunction( nameOrSignature: "initializeFeed", ): TypedContractMethod< [ _initOwner: AddressLike, _asset: AddressLike, _description: string, _initAnswer: BigNumberish, ], [void], "nonpayable" >; getFunction( nameOrSignature: "isSubowner", ): TypedContractMethod<[account: AddressLike], [boolean], "view">; getFunction( nameOrSignature: "latestAnswer", ): TypedContractMethod<[], [bigint], "view">; getFunction( nameOrSignature: "latestRound", ): TypedContractMethod<[], [bigint], "view">; getFunction( nameOrSignature: "latestRoundData", ): TypedContractMethod< [], [[bigint, bigint, bigint, bigint, bigint]], "view" >; getFunction( nameOrSignature: "latestTimestamp", ): TypedContractMethod<[], [bigint], "view">; getFunction( nameOrSignature: "owner", ): TypedContractMethod<[], [string], "view">; getFunction( nameOrSignature: "removeSubowner", ): TypedContractMethod<[oldSubowner: AddressLike], [void], "nonpayable">; getFunction( nameOrSignature: "renounceOwnership", ): TypedContractMethod<[], [void], "nonpayable">; getFunction( nameOrSignature: "renounceRole", ): TypedContractMethod< [role: BytesLike, callerConfirmation: AddressLike], [void], "nonpayable" >; getFunction( nameOrSignature: "revokeRole", ): TypedContractMethod< [role: BytesLike, account: AddressLike], [void], "nonpayable" >; getFunction( nameOrSignature: "setAsset", ): TypedContractMethod<[_asset: AddressLike], [void], "nonpayable">; getFunction( nameOrSignature: "setDescription", ): TypedContractMethod<[_description: string], [void], "nonpayable">; getFunction( nameOrSignature: "setVersion", ): TypedContractMethod<[_version: BigNumberish], [void], "nonpayable">; getFunction( nameOrSignature: "subowners", ): TypedContractMethod<[], [string[]], "view">; getFunction( nameOrSignature: "supportsInterface", ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; getFunction( nameOrSignature: "transferOwnership", ): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">; getFunction( nameOrSignature: "updateAnswer", ): TypedContractMethod<[newAnswer: BigNumberish], [void], "nonpayable">; getFunction( nameOrSignature: "version", ): TypedContractMethod<[], [bigint], "view">; getEvent( key: "AnswerUpdated", ): TypedContractEvent< AnswerUpdatedEvent.InputTuple, AnswerUpdatedEvent.OutputTuple, AnswerUpdatedEvent.OutputObject >; getEvent( key: "Initialized", ): TypedContractEvent< InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject >; getEvent( key: "NewAsset", ): TypedContractEvent< NewAssetEvent.InputTuple, NewAssetEvent.OutputTuple, NewAssetEvent.OutputObject >; getEvent( key: "NewDescription", ): TypedContractEvent< NewDescriptionEvent.InputTuple, NewDescriptionEvent.OutputTuple, NewDescriptionEvent.OutputObject >; getEvent( key: "NewRound", ): TypedContractEvent< NewRoundEvent.InputTuple, NewRoundEvent.OutputTuple, NewRoundEvent.OutputObject >; getEvent( key: "OwnershipTransferred", ): TypedContractEvent< OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject >; getEvent( key: "RoleAdminChanged", ): TypedContractEvent< RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject >; getEvent( key: "RoleGranted", ): TypedContractEvent< RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject >; getEvent( key: "RoleRevoked", ): TypedContractEvent< RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject >; getEvent( key: "SubownerAdded", ): TypedContractEvent< SubownerAddedEvent.InputTuple, SubownerAddedEvent.OutputTuple, SubownerAddedEvent.OutputObject >; getEvent( key: "SubownerRemoved", ): TypedContractEvent< SubownerRemovedEvent.InputTuple, SubownerRemovedEvent.OutputTuple, SubownerRemovedEvent.OutputObject >; filters: { "AnswerUpdated(int256,uint256,uint256)": TypedContractEvent< AnswerUpdatedEvent.InputTuple, AnswerUpdatedEvent.OutputTuple, AnswerUpdatedEvent.OutputObject >; AnswerUpdated: TypedContractEvent< AnswerUpdatedEvent.InputTuple, AnswerUpdatedEvent.OutputTuple, AnswerUpdatedEvent.OutputObject >; "Initialized(uint64)": TypedContractEvent< InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject >; Initialized: TypedContractEvent< InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject >; "NewAsset(address)": TypedContractEvent< NewAssetEvent.InputTuple, NewAssetEvent.OutputTuple, NewAssetEvent.OutputObject >; NewAsset: TypedContractEvent< NewAssetEvent.InputTuple, NewAssetEvent.OutputTuple, NewAssetEvent.OutputObject >; "NewDescription(string)": TypedContractEvent< NewDescriptionEvent.InputTuple, NewDescriptionEvent.OutputTuple, NewDescriptionEvent.OutputObject >; NewDescription: TypedContractEvent< NewDescriptionEvent.InputTuple, NewDescriptionEvent.OutputTuple, NewDescriptionEvent.OutputObject >; "NewRound(uint256,address,uint256)": TypedContractEvent< NewRoundEvent.InputTuple, NewRoundEvent.OutputTuple, NewRoundEvent.OutputObject >; NewRound: TypedContractEvent< NewRoundEvent.InputTuple, NewRoundEvent.OutputTuple, NewRoundEvent.OutputObject >; "OwnershipTransferred(address,address)": TypedContractEvent< OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject >; OwnershipTransferred: TypedContractEvent< OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject >; "RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent< RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject >; RoleAdminChanged: TypedContractEvent< RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject >; "RoleGranted(bytes32,address,address)": TypedContractEvent< RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject >; RoleGranted: TypedContractEvent< RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject >; "RoleRevoked(bytes32,address,address)": TypedContractEvent< RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject >; RoleRevoked: TypedContractEvent< RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject >; "SubownerAdded(address)": TypedContractEvent< SubownerAddedEvent.InputTuple, SubownerAddedEvent.OutputTuple, SubownerAddedEvent.OutputObject >; SubownerAdded: TypedContractEvent< SubownerAddedEvent.InputTuple, SubownerAddedEvent.OutputTuple, SubownerAddedEvent.OutputObject >; "SubownerRemoved(address)": TypedContractEvent< SubownerRemovedEvent.InputTuple, SubownerRemovedEvent.OutputTuple, SubownerRemovedEvent.OutputObject >; SubownerRemoved: TypedContractEvent< SubownerRemovedEvent.InputTuple, SubownerRemovedEvent.OutputTuple, SubownerRemovedEvent.OutputObject >; }; }