Future<dynamic> balanceOf(String account, BigInt id) async { return await _contract.call("balanceOf", [account, id]); }