Erc20Balance: {
    balance?: bigint;
    balanceError: Error | null;
    isLoadingBalance: boolean;
}