ContractQuery

interface ContractQuery {
	address?: string[];
	name?: string;
	ordering?: string;
	page?: number;
	search?: string;
}