export interface MulticallResponse {
    success: boolean;
    returnData: string;
}
