hoodkit
    Preparing search index...

    Interface ContractRead

    A single contract read: the same shape viem's multicall accepts per entry.

    interface ContractRead {
        abi: Abi;
        address: `0x${string}`;
        args?: readonly unknown[];
        functionName: string;
    }
    Index
    abi: Abi
    address: `0x${string}`
    args?: readonly unknown[]
    functionName: string